Re: BUG #1866: -lreadline needs -lcurses under Solaris.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Bob Friesenhahn" <bfriesen(at)simple(dot)dallas(dot)tx(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1866: -lreadline needs -lcurses under Solaris.
Date: 2005-09-08 16:56:36
Message-ID: 200509081856.37201.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bob Friesenhahn wrote:
> The Postgres configure script finds the readline 5.0 headers and
> decides that readline is available (in spite of many individual
> errors while testing for functions in config.log). The end result is
> that postgres is built as if readline is available but neither
> -lreadline or -lcurses is applied when linking psql so it fails to
> link. Manually adding -lreadline -lcurses while linking pgsql results
> in a successful link, possibly with reduced functionality.

Again, please provide config.log and the build log for analysis.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ed L. 2005-09-08 18:20:52 ia64-hp-hpux11.23 configure warnings
Previous Message Peter Eisentraut 2005-09-08 16:55:48 Re: BUG #1865: isinf wrongly dectected under Solaris 9