Re: [HACKERS] flex

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] flex
Date: 2000-01-17 06:41:28
Message-ID: 20104.948091288@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>>>> flex has a lexer-specific library (libfl.a), but as far as I can tell
>>>> our scanners don't call it. In fact our build process has no provision
>>>> for adding -lfl to the link, which I used to think was an oversight, but
>>>> now it's starting to seem like a good idea. We could ship scan.c et al
>>>> in the same way we handle the yacc/bison output files, and it should
>>>> work everywhere.

> This puzzles me a bit still, but it seems to work.

I suppose that libfl.a is only needed to support some flex features that
we don't use --- but I haven't bothered to dig in and find out what.

Thanks for taking care of that task; it'd been hanging around on the
"good ideas to get to someday" list for quite a while.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-01-17 06:56:54 Re: [HACKERS] pg_dump not in very good shape
Previous Message Tom Lane 2000-01-17 06:38:31 Re: [HACKERS] pg_dump not in very good shape