--- Dan Haggarty <[EMAIL PROTECTED]> wrote: If you don't want to write your own yywrap() function, link in the flex library to use the default implementation:
Yep, i had figured this in #man flex page, but i used this during #flex *.l -lfl, something like that, huf :( > gcc lex.yy.c -lfl Now at #gcc *.c -lfl, works fine. I remember now what i was doing earlier :). Dan, thanks for your pointers :). Thanks and Regards, -- Ramprasad B --------------------------------------------------------- | FOSS User # | 395307 | | #HappY FreE OpeN SourcE ;)# | | Blog | http://ramprasadb.blogspot.com/ | --------------------------------------------------------- | The Event Site | http://foss.in/ | | The Event Wiki | http://linux-bangalore.org/2005/wiki | | The Event Channel| #linux-bangalore on irc.freenode.net | | The Event List | http://linux-bangalore.org/list | --------------------------------------------------------- , , / \ .-. ((__-^^-,-^^-__)) (. .) `-_---' `---_-' / V \ `--|o` 'o|--' // \\ \ ` / /( )\ ): :( '.^^_^^.' :o_o: \_/ \_/ "-" --------------------------------------------------------- __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com _______________________________________________ Help-flex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-flex
