Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Sat, Feb 06, 2010 at 11:45:27PM +0000, Havard Eidnes wrote:
> When using -lcurses, you also need -lterminfo.
> This fixes the build for sun2, and also builds with LDSTATIC=-static,
> since archive libraries don't record inter-library dependencies.
Right, but this is not really a desirable state to be in, since
historically the normal link lines are either -lcurses -ltermcap or
just -lcurses, and therefore a lot of configure scripts will break. On
sun2.
(Didn't the curses library image once contain a copy of termcap or
something? Or am I confusing this with some other similar case?)
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index