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]

Now GCC is really hosed...



Merd.

gcc  -DIN_GCC    -g  -W -Wall -Wtraditional -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cpp cppmain.o
 \
intl.o libcpp.a obstack.o alloca.o       ../libiberty/libiberty.a
cd cp && gmake ../../../gcc/gcc/cp/parse.c
gmake[3]: Entering directory `/tools/gcc/=build/gcc/cp'
expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../../gcc/gcc/cp; bison  -d -o parse.c parse.y
/bin/sh: bison: not found
gmake[3]: *** [../../../gcc/gcc/cp/parse.c] Error 1
gmake[3]: Leaving directory `/tools/gcc/=build/gcc/cp'
gmake[2]: *** [../../gcc/gcc/cp/parse.c] Error 2
gmake[2]: Leaving directory `/tools/gcc/=build/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/tools/gcc/=build/gcc'
gmake: *** [bootstrap] Error 2

2000-07-12  Mark Mitchell  <mark@codesourcery.com>

        * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
        * parse.c: Remove.
        * parse.h: Likewise.

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