This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc-3.1 compilation breaks
- From: Fernando <fernando at elec dot gla dot ac dot uk>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 17 Jul 2002 11:27:20 +0100
- Subject: gcc-3.1 compilation breaks
Sorry if this is a stupid question; but I couldn't find the answer to it
anywhere.
I am trying to build gcc-3.1 in a powerpc running mandrake 8.2. I did the
following:
0- Upgraded binutils to binutils-2.12.90.0.14
1- Downloaded and expanded gcc. Created an objdir directory to build it.
2- cd objdir; and configure it:
../gcc-3.1/configure --program-suffix=-3.1 --enable-altivec
powerpc-*-linux-gnu*
3- make bootstrap
After a while, I get the following error:
Making all in libmath
make[4]: Entering directory
`/home/fernando/GCC/objdir/powerpc-*-linux-gnu*/libstdc++-v3/libmath'
/bin/sh ../libtool --mode=compile /home/fernando/GCC/objdir/gcc/xgcc
-B/home/fernando/GCC/objdir/gcc/ -B/usr/local/powerpc-*-linux-gnu*/bin/
-B/usr/local/powerpc-*-linux-gnu*/lib/ -isystem
/usr/local/powerpc-*-linux-gnu*/include -DHAVE_CONFIG_H -I.
-I../../../../gcc-3.1/libstdc++-v3/libmath -I.. -g -O2 -c
../../../../gcc-3.1/libstdc++-v3/libmath/stubs.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[4]: *** [stubs.lo] Error 1
make[4]: Leaving directory
`/home/fernando/GCC/objdir/powerpc-*-linux-gnu*/libstdc++-v3/libmath'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/fernando/GCC/objdir/powerpc-*-linux-gnu*/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/home/fernando/GCC/objdir/powerpc-*-linux-gnu*/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/fernando/GCC/objdir'
make: *** [bootstrap] Error 2
[fernando@bigbird objdir]$
Please help!
I am not in the list; so I would be very grateful if you could CC to me any
replies.
Best regards,
Fernando Rodriguez