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]

Re: bison


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).



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