Subject: Re: weakness in linker? or just normal?
To: VaX#n8 <vax@linkdead.paranoia.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 09/27/1996 11:08:03
On Thu, 26 Sep 1996, VaX#n8 wrote:

> Is having to specify "-ltermcap" to catch unresolved symbols in "-lcurses"
> a feature or bug?

More like traditional behavior.  The termcap lib is separate and lower
level, and as you point out, there's no reason you couldn't link in your
own termcap replacement to make curses-based programs work.

--scott