1 Jul 2011 14:39
Re: Problem building GCC
Arjen Markus <arjen.markus895 <at> gmail.com>
2011-07-01 12:39:37 GMT
2011-07-01 12:39:37 GMT
Hello, Eric Botcazou concluded from all this mishap that the make utility under MinGW was to blame. However, when I tried to build it on a Linux machine, I got this error message: make[3]: Leaving directory `/u/markus/tmp/gcc4.6.1/build-gcc/gcc' mkdir -p -- x86_64-unknown-linux-gnu/libgcc Checking multilib configuration for libgcc... Configuring stage 1 in x86_64-unknown-linux-gnu/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-lipo... lipo checking for x86_64-unknown-linux-gnu-nm... /u/markus/tmp/gcc4.6.1/build-gcc/./gcc/nm checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-strip... strip checking whether ln -s works... yes checking for x86_64-unknown-linux-gnu-gcc... /u/markus/tmp/gcc4.6.1/build-gcc/./gcc/xgcc -B/u/markus/tmp/gcc4.6.1/build-gcc/./gcc/ -B/u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/bin/ -B/u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/lib/ -isystem /u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/include -isystem /u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/sys-include(Continue reading)
Probably you're missing some
libraries like mpfr, gmp or mpc.
You should have an explanation of the error in
/u/markus/tmp/gcc4.6.1/build-gcc/x86_64-unknown-linux-gnu/libgcc/config.log
Axel
RSS Feed