[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with flex; pls reply urgent



Hi Raman,
On Sat, Sep 13, 2008 at 08:18:18AM -0400, raman narasimhan wrote:
> [...]
> Executing this code gives the result:
> *debian:~# lex idtoken.l -ll
> lex: can't open -ll
> /usr/bin/m4:stdin:2550: ERROR: end of file in string
> debian:~#
> *
> what do i do to solve this problem???
You have to call lex as
lex -ll idtoken.l
(first the parameters, and then the filename)


HTH,

Axel


Reply to: