This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnu.readline probs



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]