cannot find output from lex; giving up

if you see the above error message while compiling an application from source code ./configure

it means you dont have flex installed on your machine so install it using yum

[root@localhost ~]#yum install flex

and then try to run ./configure command, will work!


One Response to “cannot find output from lex; giving up

Leave a Reply