Compilation of gcc 3.1
Jan Staschulat
jans@ida.ing.tu-bs.de
Fri May 17 05:31:00 GMT 2002
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
More information about the Gcc-help
mailing list