This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure in today's gcc-ss
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Bootstrap failure in today's gcc-ss
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Tue, 10 Oct 2000 00:23:55 -0400
- Reply-to: ronis at onsager dot chem dot mcgill dot ca
A bootstrap build failed in building the stage1 complier on an
i686-linux-gnu box. It couldn't find configargs.h. (it's neither in
the gcc tree or in the build tree). The last snapshot built.
Here's the actual log:
../../gcc/gcc/gcc.c:104:24: configargs.h: No such file or directory
gcc -c -DIN_GCC -g -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc/gcc -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/c-errors.c
make[2]: *** [gcc.o] Error 1
David
P.S., unless this is some problem with CVS, I don't see how this could
have built on any system.