termcap and curses - Mailing list pgsql-hackers

From Peter Eisentraut
Subject termcap and curses
Date
Msg-id Pine.LNX.4.21.0011152017290.779-100000@peter.localdomain
Whole thread Raw
Responses Re: termcap and curses  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
So Sun has pulled another one on us.  Not sure which versions of Solaris
this affects, but some have libncurses and libtermcap with overlapping
symbols of different sizes.  This leads to a bunch of complaints every
time 'ld' is run; perhaps it could also lead to busted executables.

(Via a complex chain of events this also causes the AC_HEADER_STDC in
7.0*'s configure to fail, which is the underlying cause of the regular bug
reports about something from stdarg.h (va_xxx) undefined.)

To start with, what do we need libtermcap and libcurses for?  Readline
requires one or the other, but not both.  Anything else?

I'm not going to do anything about this now, but if we get more of these
it'd be good to be prepared.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Next
From: Peter Eisentraut
Date:
Subject: int4 or int32