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]
Other format: [Raw text]

cpplib.h is breaking bootstrap on mainline


gcc   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
 gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
gmake[2]: *** No rule to make target `../../gcc/gcc/../libcpp/include/cpplib.h', needed by `s-gtype'.  Stop.
gmake[2]: Leaving directory `/usr/home/sgk/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/home/sgk/obj/gcc'
gmake: *** [bootstrap] Error 2

Yes, I have Rainer's patch.
2004-05-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

        * Makefile.in (CPPLIBS): Renamed to CPPLIB.
        (BACKEND): Reflect this.
        (LIBDEPS): Move CPPLIB before LIBIBERTY.
        (LIBS): Likewise.

-- 
Steve


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