This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 3.2.1, Trustix, libstdc++-v3, and locale.lo
- From: Jonathan Angliss <ja at certiflexdimension dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Nov 2002 16:23:32 -0600
- Subject: gcc 3.2.1, Trustix, libstdc++-v3, and locale.lo
Hi all,
I'm just trying to compile gcc on a trustix 1.5 server, it runs the
configure script just fine, and there are no errors there. When it
comes to make, it starts fine, a load of warnings appear throughout
such as comparing signed and unsigned strings (or the likes), then
it starts on libstdc++-v3 code, and errors out with the following
details:
/usr/local/src/gcc-3.2.1/gcc/xgcc -shared-libgcc
-B/usr/local/src/gcc-3.2.1/gcc/ -nostdinc++
-L/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3/src
-L/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/i586-pc-linux-gnu/bin/
-B/usr/local/i586-pc-linux-gnu/lib/ -isystem
/usr/local/i586-pc-linux-gnu/include -nostdinc++
-I/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3/include/i586-pc-linux-gnu
-I/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3/include
-I../libsupc++ -I../libmath -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-g -c locale.cc -o locale.o >/dev/null 2>&1
make[3]: *** [locale.lo] Error 1
make[3]: Leaving directory `/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-3.2.1/i586-pc-linux-gnu/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2
I've snipped all the lines above it as it seems to have managed to
get quite a way through before failing, and I'm sure the list
doesn't want to be flooded by a long list of compiler messages ;)
Is there any further info you need? Any hints as to what is going
wrong? I know it's probably something very simple.
Thanks in advance
--
Jonathan Angliss
(ja@certiflexdimension.com)