lex and yacc tools ?

Bhargav

Disciple
Hi,
I am not able to compile lex programs in mandriva linux 2006.when ever i issue the lex commmand i get a error telling lex command not found.could some one please let me know as to what rpms i am missing or as to where i can find those rpm to get going.

Regards,
Bhargav.
 
don't use lex and yacc

Instead use flex and bison which are almost certainly present. They are almost identical to lex and yacc (have a few extensions). If you still have problems, you will have to check the development tools section of the "add software" (or whatever) utility, and make sure that flex and bison are installed..
 
Back
Top