This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: flex -lfl


>>>>> "Sascha" == Sascha Ziemann <szi@aibon.ping.de> writes:

Sascha> One needs -lfl and the other not.

Just don't use -lfl at all.  It contains a dummy main, which you
certainly already have available somewhere else, and a dummy yywrap,
which you can write: return 1.  Alternatively, use %option noyywrap.
And then the flex file is self contained.

        Akim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]