This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bootstrap error


Hello everybody,

I haven't been able to compile current CVS sources (both 3.0 branch and
HEAD) for about a week now. The error is always the same:


HEAD:

/bin/sh ${srcdir}/mkfixinc.sh i686-pc-linux-gnu i686-pc-linux-gnu)
constructing ../fixinc.sh for i686-pc-linux-gnu to run on i686-pc-linux-gnu
make TARGETS=oneprocess SHELL="/bin/sh" CC="stage1/xgcc -Bstage1/ -B/opt/gcc-3.0/i686-pc-linux-gnu/bin/" CFLAGS="-g -O2" LDFLAGS="" install-bin
make[3]: Entering directory `/home/ritzert/compile/gcc/HEAD/apathix.realtech.de/gcc/fixinc'
/bin/sh ../../../gcc/gcc/fixinc/genfixes machname.h
Forbidden identifiers: i386 linux unix
stage1/xgcc -Bstage1/ -B/opt/gcc-3.0/i686-pc-linux-gnu/bin/ -c -DIN_GCC -DHAVE_CONFIG_H -g -O2  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc/gcc/fixinc -I../../../gcc/gcc/fixinc/.. -I../../../gcc/gcc/fixinc/../config -I../../../gcc/gcc/fixinc/../../include ../../../gcc/gcc/fixinc/fixincl.c
make[3]: stage1/xgcc: Command not found
make[3]: *** [fixincl.o] Error 127
make[3]: Leaving directory `/home/ritzert/compile/gcc/HEAD/apathix.realtech.de/gcc/fixinc'


gcc-3_0-branch:

/bin/sh ../../../gcc/gcc/fixinc/genfixes machname.h
Forbidden identifiers: i386 linux unix
stage1/xgcc -Bstage1/ -B/opt/gcc-3.0/i686-pc-linux-gnu/bin/ -c -DIN_GCC -g -O2
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I../../../gcc/gcc/fixinc -I../../../gcc/gcc/fixinc/.. -I../../../gcc/gcc/fixinc/../config -I../../../gcc/gcc/fixinc/../../include ../../../gcc/gcc/fixinc/fixincl.c
make[3]: stage1/xgcc: Command not found
make[3]: *** [fixincl.o] Error 127
make[3]: Leaving directory `/home/ritzert/compile/gcc/gcc-3_0-branch/apathix.realtech.de/gcc/fixinc'


The System is 'Red Hat Linux release 6.2 (Zoot)',
system compiler is 'gcc version 2.95.3 20010315 (release)',
binutils '2.10.91 (with BFD 2.10.91.0.4)'

The first occurence of this error coincided with me upgrading from EGCS to
2.95.3, although I don't think this is relevant.

I use the following commands to compile:
date
rm -rf `hostname`
mkdir `hostname`
cd `hostname`
../gcc/configure --enable-languages=c++ --enable-threads --prefix=/opt/gcc-3.0
 
make bootstrap
date

Regards,
Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]