Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: Bob Friesenhahn <[EMAIL PROTECTED]> writes: Actually, it does. The current version of libedit (http://www.thrysoee.dk/editline/) does not provide a history.h header. Well, that was a pretty silly decision on their part ... are they just trying to ti

Re: [BUGS] BUG #2674: libedit not detected

2006-10-06 Thread Bob Friesenhahn
On Wed, 4 Oct 2006, Tom Lane wrote: "Bob Friesenhahn" <[EMAIL PROTECTED]> writes: libedit-20060829-2.9 was installed to /usr/local. Configure was executed like: LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql' '--with-openssl' '--e

[BUGS] BUG #2674: libedit not detected

2006-10-04 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 2674 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Apple OS X Description:libedit not detected Details: After carefully removing all traces of GNU

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-11 Thread Bob Friesenhahn
On Sat, 10 Sep 2005, Tom Lane wrote: Bob Friesenhahn <[EMAIL PROTECTED]> writes: Ugh. I do think that readline 5.0 itself has a minor bug in that ldd on libreadline.so does not show a dependency on the curses library, even though it is obviously required. This means that the link

Re: [BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-10 Thread Bob Friesenhahn
On Thu, 8 Sep 2005, Peter Eisentraut wrote: Bob Friesenhahn wrote: The config.log and a build log are attached. It's puzzling why the test program compiles and links without complaint when the isinf() function does not exist. Can you try to isolate the test program from configure an

[BUGS] BUG #1866: -lreadline needs -lcurses under Solaris.

2005-09-08 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 1866 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8 Operating system: Solaris 9 (SPARC) Description:-lreadline needs -lcurses under Solaris. Details: The Postgres

[BUGS] BUG #1865: isinf wrongly dectected under Solaris 9

2005-09-08 Thread Bob Friesenhahn
The following bug has been logged online: Bug reference: 1865 Logged by: Bob Friesenhahn Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.8 Operating system: Solaris 9 (SPARC) Description:isinf wrongly dectected under Solaris 9 Details: Using GCC 4.0.1 on