13 Mar
2008
13 Mar
'08
2:30 p.m.
Moin! On Mar 13, 2008, at 15:17 , Balazs Scheidler wrote:
Related configure output:
checking for flex... no checking for lex... lex checking lex output file root... lex.yy checking lex library... -ll
E.g. it is not using flex, but the system supplied lex. Your problem is probably related to the fact that you use a mismatching lex/flex and libl/libfl combination. Yeah it did find flex on my system. I've disabled this and now the output is as yours and the compile works. Thanks a lot
So long -Ralf