This is the mail archive of the gcc-bugs@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 failure with mainline on i686-pc-linux-gnu


The following error occurs with todays source:

...
gcc -c  -DIN_GCC    -g   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include ../../gcc/dependence.c -o dependence.o
make[2]: *** No rule to make target `ebitmap.h', needed by `df.o'.  Stop.
make[2]: Leaving directory `/home/dave/gnu/gcc-3.1/objdir/gcc'
make[1]: *** [stage1_build] Error 2

The last ChangeLog entry was:

2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
        
	* ChangeLog: Fix date on previous ChangeLog entry for GCSE.

	* Makefile.in: Add df.h to gcse.c dependencies.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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