From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Espie To: jpr@jpr.com Cc: gcc@gcc.gnu.org Subject: Re: bison Date: Sat, 29 Jul 2000 15:56:00 -0000 Message-id: <200007292256.AAA30682@quatramaran.ens.fr> References: <20000728161542.D4475@jpradley.jpr.com> X-SW-Source: 2000-07/msg00982.html 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).