From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1200 invoked by alias); 26 Aug 2002 13:43:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1185 invoked from network); 26 Aug 2002 13:43:23 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 26 Aug 2002 13:43:23 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 7F48C10AAA; Mon, 26 Aug 2002 09:41:28 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15722.12295.971206.197524@localhost.redhat.com> Date: Mon, 26 Aug 2002 06:43:00 -0000 To: Eli Zaretskii Cc: Elena Zannoni , gdb@sources.redhat.com Subject: Re: Readline import branch In-Reply-To: References: <15721.28483.103146.37277@localhost.redhat.com> X-SW-Source: 2002-08/txt/msg00321.txt.bz2 Eli Zaretskii writes: > > On Sun, 25 Aug 2002, Elena Zannoni wrote: > > > I made a branch of gdb+dejagnu, called readline_4_3-import-branch, and > > imported readline 4.3 onto this branch. > > > > Please give it a test. I am expecially concerned about the platforms > > that define DOS and DJGPP, since gdb's readline has some local > > conditionals and I am not sure I merged those right. > > Thanks for the heads-up; I will look at this when I have time. > > Is readline 4.3 import planned for GDB 5.3, or only after that? Up to Andrew. Maybe if we iron out problems fast, it could be considered for 5.3. > > > Also, I am having some troubles with 'make info' in the readline/doc > > directory. It probably requires texinfo4.2 (which I don't have handy). > > Can you show the error messages? It's possible that I could tell you > whether the old Texinfo is the cause. Hmm, I rebuilt a clean tree and I don't see the error anymore. I am using: makeinfo (GNU texinfo) 4.0. (originally I was getting an error with @env). Elena