This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
SVN compile problems
- From: "Rob Quill" <rob dot quill at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 17 Oct 2007 16:25:47 +0100
- Subject: SVN compile problems
Hi,
When trying to compile from the current CVS, I get the following error:
checking for x86_64-unknown-linux-gnu-gcc...
/home/rob/Projects/gcc/clean/gcc-build/./gcc/xgcc
-B/home/rob/Projects/gcc/clean/gcc-build/./gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include
checking for suffix of object files... configure: error: cannot
compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stagefeedback-target-libgcc] Error 1
make[2]: Leaving directory `/home/rob/Projects/gcc/clean/gcc-build'
make[1]: *** [stagefeedback-bubble] Error 2
make[1]: Leaving directory `/home/rob/Projects/gcc/clean/gcc-build'
make: *** [all] Error 2
I did: ../gcc/configure --disable-multilib && make -j 2
Does anyone know why I get this error?
Thanks for your help.
Rob Quill