This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: hpux10.20 works, kindof
- To: Marc Girod <girod@stybba.ntc.nokia.com>
- Subject: Re: hpux10.20 works, kindof
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Wed, 16 Jun 1999 23:16:55 -0700 (PDT)
- cc: Gabriel Dos_Reis <Gabriel.Dos_Reis@sophia.inria.fr>, libstdc++@sourceware.cygnus.com
> rm -f .libs/locale.lo
> c++ -DHAVE_CONFIG_H -I. -I../../libstdc++/src -I.. -nostdinc++ -I../../libstdc++ -I../../libstdc++/stl -I../../libstdc++/libio -g -D_GNU_SOURCE -fno-implicit-templates -c -fPIC -DPIC ../../libstdc++/src/locale.cc -o .libs/locale.lo
> cc1plus: warning: -g is only supported when using GAS on this processor,
> cc1plus: warning: -g option disabled.
> c++: Internal compiler error: program as got fatal signal 11
> make[2]: *** [locale.lo] Error 1
> make[2]: Leaving directory `/tools/contrib/gen/src/bld-stdc++/src'
>
make sure you are not using egcs 1.1.2. If you use current CVS egcs you
should be ok.
-benjamin