[ale] where is yacc?

Mike Fletcher fletch at phydeaux.org
Sun Jan 31 01:27:55 EST 1999


>>>>> "Joe" == Joe Bayes <jbayes at occs.cs.oberlin.edu> writes:

    Joe> Isn't flex the gnu replacement for lex, and bison the gnu
    Joe> replacement for yacc? (gotta match up the bad puns ;)

	Yup.  If configure isn't smart enough (or it doesn't have a
configure script), you can help it out (assuming you have bison and
flex installed, of course :) by specifying some vars when you run it
(configure or make):

YACC=bison LEX=flex ./configure 

	or

YACC=bison LEX=flex make

-- 
Fletch                |                                            __`'/|
fletch at phydeaux.org   |       "I drank what?" -- Socrates          \ o.O'
678 443-6239(w)       |                                            =(___)=
                      |                                               U






More information about the Ale mailing list