Re: REQ: build src/backend/postgres w/o -lncurses or -lreadline

Todd R. Eigenschink <todd@tekinteractive.com>

From: "Todd R. Eigenschink" <todd@tekinteractive.com>
To: pgsql-bugs@postgresql.org
Date: 2001-05-14T02:32:49Z
Lists: pgsql-bugs
Bruce Momjian writes:
>> I realize this is a sort of special-purpose request.  It's not a big
>> deal to build the whole thing, then just relink src/backend/postgres
>> without those libs.  It just feels dirty to have them there when they
>> aren't needed.
>> 
>
>It is my understanding that having them there causes no bloat in the
>binary.  No symbols are resolved in those libs.

Perhaps not, but the postgres binary then becomes dependent on those
libs being available (if they're shared).


Todd