This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in egcs-1.1.2 on HP-UX 10.20


Am 27.03.1999 um 09:22:16 +0100 schrieb Martin v. Loewis folgendes:
> > Shouldn't egcs implicitly link pthreads when weak symbols are not
> > available?
> 
> Perhaps. I believe this is also supposed to work via multilibs
> somehow: if the compiler is not invoked with -threads, it should link
> a different copy of libgcc. Somehow, this doesn't seem to work; but I
> don't know how HPUX works in the first place :-)

This is very odd, since egcs-1.1.1 worked more or less out-of-the-box.
I've had several problems in building egcs-1.1.2 on HP-UX 10.20:

* I had to remove my CFLAGS (-O -I$prefix/include) and LDFLAGS (-L$prefix/lib)
* I had to remove the $prefix/lib/gcc-lib directory
* Because of this I had to use HP's cc (export CC=cc)

I know that HP-SUX 10.20 has some threads (though not POSIX compliant)
that come with the optional DCE package (/opt/dce) !

Right now I'm rebuilding (yawn) egcs using this:

../configure --prefix=/users2/local --with-gnu-as
--enable-version-specific-runtime-libs --disable-threads
--enable-shared 

Cheers,
Ralf

-- 
Ralf Hildebrandt <R.Hildebrandt@tu-bs.de> www.stahl.bau.tu-bs.de/~hildeb
Your mouse has moved. Windows NT must be restarted
for the change to take effect. Reboot now?  [ OK ]

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]