Re: Static build of psql with readline support
Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>
From: Christopher Kings-Lynne <chris.kings-lynne@calorieking.com>
To: Martijn van Oosterhout <kleptog@svana.org>
Cc: Mark Kirkwood <markir@paradise.net.nz>, Christopher Kings-Lynne <chriskl@familyhealth.com.au>, Hackers <pgsql-hackers@postgresql.org>
Date: 2006-03-23T02:31:24Z
Lists: pgsql-hackers
> To the GP, adding -lncurses (or rather the static equivalent) to your
> link line should solve it. But if you include any other libraries like
> ssl or kerberos be prepared to add a lot more.
With -lncurses or -lcurses I still can't get this to work. I add it to
the ${CC} line, right?
Chris