From mboxrd@z Thu Jan 1 00:00:00 1970 From: TTK Ciar To: egcs@cygnus.com, rjoiner@tc.net Subject: Re: Huh? Date: Wed, 21 Oct 1998 19:20:00 -0000 Message-id: <199810220220.TAA25475@andros.cygnus.com> X-SW-Source: 1998-10/msg00810.html > WTF is bison? And why do I need it to compile the snapshot? Bison is GNU's version of yacc, the compiler-compiler. You need it because critical parts of the compiler are written in yacc scripts (ie, those .y files). Bison comes with the gcc package. You should compile it before trying to make gcc, if you don't already have it. -- TTK