Re: [HACKERS] Why is libcurses added to build by configure? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Why is libcurses added to build by configure?
Date
Msg-id 29110.909855876@sss.pgh.pa.us
Whole thread Raw
In response to RE: [HACKERS] Why is libcurses added to build by configure?  (Karl Auer <auer@kom.id.ethz.ch>)
Responses Re: [HACKERS] Why is libcurses added to build by configure?  (Karl Auer <auer@kom.id.ethz.ch>)
List pgsql-hackers
Karl Auer <auer@kom.id.ethz.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] HPUX 10.01 build issues and solutions.
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] HPUX 10.01 build issues and solutions.