Re: nomain problems
Luke Nitish <[email protected]> Wed, 6 Jul 2011 03:27:34 +0000 (UTC)
| Newsgroups | gmane.comp.lex.flex.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have the same error when compiling a SQL parser with Flex & Bison. after adding %option nomain noyywrap and compiling without the -lfl it works fine :D i want to know what was the cause of the earlier linking error; and how it is being corrected by not linking the flex library. Thanks Luke