LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to execute lex programs (https://www.linuxquestions.org/questions/programming-9/how-to-execute-lex-programs-4175435907/)

pradeep 1991 11-06-2012 08:53 AM

how to execute lex programs
 
sir i tried to compile a lex program ,the output was
LEX COMMAND NOT FOUND ..
so i tried to install it by executing
su<password>
yum install lex

the output was
NO PACKAGE LEX AVAILABLE

please help me..

tronayne 11-06-2012 10:19 AM

Your Linux system will have flex, the GNU version of lex.

Also, yacc is bison in GNU versions.

Hope this helps some.

pradeep 1991 11-06-2012 10:53 AM

thank u sir .
i installed flex ..


All times are GMT -5. The time now is 05:39 PM.