This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compilation of gcc 3.1
- From: Jan Staschulat <jans at ida dot ing dot tu-bs dot de>
- To: gcc-help at gnu dot org
- Date: Fri, 17 May 2002 14:31:10 +0200 (CEST)
- Subject: Compilation of gcc 3.1
Hi,
I downloaded with cvs GCC 3.1 and configured it for
tom: ~ 94 > uname -a
Linux tom 2.4.4-4GB #1 Wed May 16 00:37:55 GMT 2001 i686 unknown
tom: ~ 95 >
with:
../gcc/configure --prefix=/tools/gcc-3.1/bin
--enable-version-specific-runtime-libs --enable-language=c,c++,java
--program-suffix=3-1-linux
in a seperate obj directory. With
> make bootstrap
I got the following error message:
make[3]: Leaving directory `/tools/symta/gcc-3.1/obj/gcc/intl'
cd /tools/symta/gcc-3.1/gcc/gcc && \
if false -o c-p$$.c c-parse.y; then \
test -f c-p$$.output && mv -f c-p$$.output c-parse.output ; \
mv -f c-p$$.c c-parse.c ; \
else \
rm -f c-p$$.* ; \
false ; \
fi
make[2]: *** [/tools/symta/gcc-3.1/gcc/gcc/c-parse.c] Error 255
make[2]: Leaving directory `/tools/symta/gcc-3.1/obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tools/symta/gcc-3.1/obj/gcc'
make: *** [bootstrap] Error 2
krantor: obj 100 >
Thanks in Advance
Jan