This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Failure on hppa2.0n-hp-hpux11.00 -Re: gcc-ss-20010129 is now available
- To: gcc at gcc dot gnu dot org, girod at stybba dot ntc dot nokia dot com
- Subject: Re: Failure on hppa2.0n-hp-hpux11.00 -Re: gcc-ss-20010129 is now available
- From: Christian Iseli <chris at lslsun dot epfl dot ch>
- Date: Tue, 30 Jan 2001 17:43:34 +0100 (MET)
As mentioned in some other thread about hpux, if you really want to --disable-shared, you need to
change a line in libstdc++-v3/libsupc++/Makefile.{in,am}:
-LIBSUPCXX_CXXFLAGS = -prefer-pic
+LIBSUPCXX_CXXFLAGS =
HTH.
Cheers,
Christian