WINE install Error

Jakob Eriksson dat95jen at mds.mdh.se
Mon Aug 6 09:30:20 CDT 2001


On Mon, 6 Aug 2001, Chr. Radau wrote:

> 
> > yacc -bppy -ppp -d -t ./ppy.y
> > make[2]: yacc: Command not found
> 
> > Can anyone tell me what is going wrong? As far as I can tell I'm
> > missing a command called "yacc".. never heard of it.
> 
> =>Yacc is officially known as a "parser".
> =>It's job is to analyse the structure of the input stream, and
> =>operate of the "big picture".
> 
> =>YACC stands for "Yet Another Compiler Compiler".
> =>This is because this kind of analysis of text files
> =>is normally associated with writing compilers.
> 
> ...taken from http://www.luv.asn.au/overheads/lex_yacc/ 
> 
> ...but I have no idea where you can get it for your System.
> Somebody else ?


bison can do what yacc can do.


Jakob





More information about the wine-users mailing list