Go to the first, previous, next, last section, table of contents.
bison
?
If you cannot install bison
, make sure you have started
with a fresh distribution of gcc
, do not
do `make maintainer-clean', and, to ensure that
bison
is not invoked by make
during the build,
type these commands:
sh# cd gcc sh# touch bi-parser.c bi-parser.h c-parse.c c-parse.h cexp.c sh# touch cp/parse.c cp/parse.h objc-parse.c sh# cd .. sh#
Go to the first, previous, next, last section, table of contents.