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!

August 13th, 2008 08:55
It works, thanks for this post !