From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13843 invoked by alias); 31 Jan 2002 04:28:53 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 13718 invoked from network); 31 Jan 2002 04:28:49 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 31 Jan 2002 04:28:49 -0000 Received: from makita.cygnus.com (makita.sfbay.redhat.com [205.180.230.78]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id UAA10706; Wed, 30 Jan 2002 20:28:47 -0800 (PST) Received: (apbianco@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) id UAA00620; Wed, 30 Jan 2002 20:28:30 -0800 (PST) From: Alexandre Petit-Bianco MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15448.51182.202325.69494@makita.cygnus.com> Date: Wed, 30 Jan 2002 20:28:00 -0000 To: Anthony Green Cc: rhug-rhats@sources.redhat.com Subject: Re: gnu.readline probs In-Reply-To: <1012447903.1445.20.camel@dhcppc2> References: <1012447903.1445.20.camel@dhcppc2> X-Mailer: VM 6.62 under Emacs 19.34.1 Reply-To: apbianco@cygnus.com X-Organization: Red Hat, Sunnyvale CA, USA. X-URL: http://gcc.gnu.org/java/ X-Zippy: I left my WALLET in the BATHROOM!! X-SW-Source: 2002-01/txt/msg00016.txt.bz2 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