* gnu.readline probs
@ 2002-01-30 19:31 Anthony Green
2002-01-30 20:28 ` Alexandre Petit-Bianco
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Green @ 2002-01-30 19:31 UTC (permalink / raw)
To: rhug-rhats
I'm building rhug on a new RH Linux 7.2 install and it won't configure because
configure can't find libtermcap. /lib/libtermcap.so.2 exists, but I
don't think we should be using this (and gcc can't find it).
Alex - is there some way to make it use ncurses, or some alternative?
AG
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gnu.readline probs
2002-01-30 19:31 gnu.readline probs Anthony Green
@ 2002-01-30 20:28 ` Alexandre Petit-Bianco
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Petit-Bianco @ 2002-01-30 20:28 UTC (permalink / raw)
To: Anthony Green; +Cc: rhug-rhats
Anthony Green writes:
> Alex - is there some way to make it use ncurses, or some
> alternative?
I think I got curses to work. For some reasons, the version 1.1 of the
file had this:
@@ -124,10 +126,7 @@ upstream/src/test/TestCompleter.java
test_ReadlineTest_LDFLAGS = --main=test.ReadlineTest
-# Several libraries define what readline needs (tgetnum for instance
-# is defined in libcurses, libncurses and libtermcap.) The one we need
-# should be found at configure time. FIXME.
-test_ReadlineTest_LDADD = -L. -l-org-gnu-readline -lreadline -lcurses
+test_ReadlineTest_LDADD = -L. -l-org-gnu-readline
# Class file business
But I think you did the work of having gnu.readline switch over to
something else (at which time the test_ReadlineTest_LDADD patch was
checked in...):
$cvs log Makefile.in
...
revision 1.2
date: 2001/11/09 05:29:55; author: green; state: Exp; lines: +4 -6
Determine readline support libraries needed and use them appropriately.w:
./A
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-01-31 4:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-30 19:31 gnu.readline probs Anthony Green
2002-01-30 20:28 ` Alexandre Petit-Bianco
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).