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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Phil Thompson <phil(at)river-bank(dot)demon(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Why is libcurses added to build by configure?
Date: 1998-11-01 18:52:06
Message-ID: 452.909946326@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Phil Thompson <phil(at)river-bank(dot)demon(dot)co(dot)uk> writes:
> readline needs terminfo/termcap. On many Linux systems terminfo support
> is in the [n]curses library.

In fact, what I discovered after some further tracking of dependencies
is that the routines needed by readline are available in *either*
libtermcap or libcurses on HPUX. According to Horton's _Portable C
Software_, having a separate libtermcap is Berkeley practice and folding
it into libcurses is a SysV-ism.

So, the safest approach seems to be to leave configure alone and solve
the select()-in-libcurses problem with some hackery in Makefile.hpux.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Frampton 1998-11-01 22:01:27 Re: Question on concurrency controls
Previous Message Peter T Mount 1998-11-01 18:51:25 Re: [HACKERS] BETA3...