Re: linking with termcap under 1.1

1996-06-19 Thread Mark Eichin
you'll also have to toggle the setting of HAS_SETUPTERM (if telnet
crashes in an infinite recursion, it's set the wrong way) in
config/mt-linux. 


Re: linking with termcap under 1.1

1996-06-19 Thread Dale Scheetz
On Wed, 19 Jun 1996, Greg Troxel wrote:

> I'm running a 1.1 system upgraded from 0.93R6.  I'm trying to compile
> CNS kerberos, and it is failing to link telnet due to the '-ltermcap'.
> This worked under 0.93R6.  I see that termcap-compat provides a .so,
> but no .sa, and I think that is a.out anyway.  ncurses3 seems to
> provide termcap man pages and headers, but no libtermcap.  Do I just
> need to remove -ltermcap and add -lcurses or something like that, or
> am I missing some termcap functionality?  Any hints would be greatly
> appreciated.  (All else is working smoothly.)
> 
Replacing -ltermcap with -lncurses should work fine.

Luck,

Dwarf

  --

aka   Dale Scheetz   Phone:   1 (904) 877-0257
  Flexible Software  Fax: NONE 
  Black Creek Critters   e-mail:  [EMAIL PROTECTED]

 If you don't see what you want, just ask --


Re: linking with termcap under 1.1

1996-06-19 Thread Guy Maor
On Wed, 19 Jun 1996, Greg Troxel wrote:

> Do I just
> need to remove -ltermcap and add -lcurses or something like that

Close - remove -ltermcap and add -lncurses.  The termcap-compat package
is for binaries you can't recompile, so it only has the shared lib.


Guy