[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Shared lib build attempt on HP-UX 11.11
From: |
Douglas Wilson |
Subject: |
Re: Shared lib build attempt on HP-UX 11.11 |
Date: |
Wed, 30 Apr 2008 09:34:06 -0700 |
On Tue, Apr 29, 2008 at 5:21 PM, Thomas Dickey <address@hidden> wrote:
> On Tue, 29 Apr 2008, Douglas Wilson wrote:
>
>
> > The default build (with non-standard prefix) went fine, but I tried
> > compiling after "./configure --prefix=/users/test --with-shared"
> > and got:
> >
> >
> > gcc -Ae -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include
This was the problem. cc/gcc/aCC are all softbench compilers (I don't
have actual gcc installed). I did this:
export CC=cc
export CCC=aCC
and it worked.
(they are all in /opt/softbench/bin, and cc is not the standard HP c compiler
which of course wouldn't work anyway).