This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: build failure on i586-pc-linux-libc1
- To: dean wilson <mine at speedbros dot com>
- Subject: Re: build failure on i586-pc-linux-libc1
- From: "Rod m. Stewart" <stewart at nexus dot carleton dot ca>
- Date: Mon, 12 Jul 1999 21:20:49 -0400 (EDT)
- cc: egcs at egcs dot cygnus dot com
On Mon, 12 Jul 1999, dean wilson wrote:
> Last week i started getting this failure building egcs
>
>
> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/init.c
> /root/egcs/egcs/mine/gcc/xgcc -B/root/egcs/egcs/mine/gcc/
> -B/usr/i586-pc-linux-gnulibc1/bin/ -fgnu-runtime -c -o linking.o -I.
> -I../../../libobjc -g -O2 -DIN_GCC -I../../../libobjc/objc
> -I../../../libobjc/../gcc -I../../../libobjc/../gcc/config -I../../gcc
> -I../../../libobjc/../include ../../../libobjc/linking.m
> In file included from ../../../libobjc/objc/Object.h:30,
> from ../../../libobjc/linking.m:28:
> ../../../libobjc/objc/objc.h:51: parse error before onst'
> xgcc: Internal compiler error: program cc1obj got fatal signal 11
> make[2]: *** [linking.o] Error 1
> make[2]: Leaving directory
> /root/egcs/egcs/mine/i586-pc-linux-gnulibc1/libobjc'make[1]: ***
> [all-target-libobjc] Error 2
> make[1]: Leaving directory /root/egcs/egcs/mine'
> make: *** [bootstrap] Error 2
[...]
> i did a cvs update again this afternoon with the same results, also i get
> the same response from 2 different machines.
IMHO this is not well documented (although I'm not certain what it should
say instead of what is currently in the FAQ). I got caught on this one
for a while as well. When updating via cvs use the update script in:
contrib/egcs_update
Check the archives looking "objc" and "bison", for a more detailed
version.
-Rms