Re: Using lex in a shared library

2010-07-04 Thread dhruva
On Mon, Jul 5, 2010 at 11:57 AM, Peter Jeremy wrote: > On 2010-Jul-02 23:53:17 +0100, Philip Herron wrote: Although maybe not helpful but have you considered using automake/libtool instead makes it so much simpler in my opinion. > ... >>Automake will auto-handle Lex and Yacc files too.

Re: Using lex in a shared library

2010-07-04 Thread Peter Jeremy
On 2010-Jul-02 23:53:17 +0100, Philip Herron wrote: >>> Although maybe not helpful but have you considered using >>> automake/libtool instead makes it so much simpler in my opinion. ... >Automake will auto-handle Lex and Yacc files too. And is extremely portable. You are joking, right? Of all th