libtermcap, tputs, and clisp

1997-09-12 Thread Will Lowe
I'm trying to recompile the clisp package,  which installs and compiles
it's own gnu readline library.  The display routines are having problems
locating functions such as tputs,  which the comments in the source code
indicate should come from the locate termcap library.  I'm using the most
current version of the ncurses/termcap libs in unstable .. is there a
problem with them?

Secondly,  do we have a standard GNU readline library someplace
that I could just link clisp to,  rather than having it compile it's own
lib?

Will

---
 [EMAIL PROTECTED]
   [EMAIL PROTECTED]
[EMAIL PROTECTED]
 http://www.cis.udel.edu/~lowe/
  For PGP Public Key,  visit my website.
---


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: libtermcap, tputs, and clisp

1997-09-12 Thread James Troup
Will Lowe [EMAIL PROTECTED] writes:

 I'm trying to recompile the clisp package, which installs and
 compiles it's own gnu readline library.  The display routines are
 having problems locating functions such as tputs, which the
 comments in the source code indicate should come from the locate
 termcap library.  I'm using the most current version of the
 ncurses/termcap libs in unstable .. is there a problem with them?

Don't use termcap, it's evil (and against policy).  If you have
ncurses3.4 and ncurses3.4-dev from hamm installed you should have no
problem linking with something that use tputs.
 
 Secondly, do we have a standard GNU readline library someplace that
 I could just link clisp to, rather than having it compile it's own
 lib?

Yes, libreadlineg2 and libreadlineg2-dev.

-- 
James


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .