Re: [HACKERS] Why is libcurses added to build by configure?

From: Karl Auer <auer(at)kom(dot)id(dot)ethz(dot)ch>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Why is libcurses added to build by configure?
Date: 1998-11-02 08:21:53
Message-ID: XFMail.981102092153.auer@kom.id.ethz.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Doesn't work here :-) I suspect you are correct, because now that I inspect
the makefile output more closely, it is libreadline that has the unresolved
references, not any object file in the source tree.

Regards, K.

Am 31-Oct-98 schrieb Tom Lane:
> Karl Auer <auer(at)kom(dot)id(dot)ethz(dot)ch> writes:
>> psql (at least in 6.3.2) uses curses and readline. I know this because
>> I tried to compile under a SuSE 5.3 distribution.
>
> Hmm. psql does use readline, but there's no direct dependency on
> curses. (I verified this by building without curses; it works, here.)
>
> Perhaps there are some implementations of readline that depend on
> curses? The GNU libreadline I have here appears to use termcap,
> but not curses. There might be other versions though.
>
> I think it would be possible to extend configure to detect which
> library(s) libreadline depends on, and only include those in the link.
> But that's not something to risk at this stage...
>
> regards, tom lane
>

---
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (auer(at)kom(dot)id(dot)ethz(dot)ch) Geschaeft/work +41-1-6327531
Kommunikation, ETHZ RZ Privat/home +41-1-4517941
Clausiusstrasse 59 Fax +41-1-6321225
CH-8092 ZUERICH Switzerland

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1998-11-02 11:37:44 Re: [HACKERS] backend crashing on NetBSD 1.3.2/i386
Previous Message Thomas G. Lockhart 1998-11-02 06:15:50 Re: [HACKERS] A couple of questions...