bison
Marc Espie
espie@quatramaran.ens.fr
Sat Jul 29 15:56:00 GMT 2000
In article < 20000728161542.D4475@jpradley.jpr.com > you write:
>Since some time in the last two days, a bootstrap on SCO OSR 5 requires
>bison. Why is that the case?
Actually, the only language that requires bison is java (pure parser).
C, C++ and objective C are usually happy with byacc, though gcc things
otherwise, and you will have to convince the Makefile that yacc IS
bison.
(Usually with a x-* fragment that sets BISON=yacc, and with an env
variable that also says YACC=yacc, which takes care of autoconf tests).
More information about the Gcc
mailing list