From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31518 invoked by alias); 16 Dec 2002 01:02:44 -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 31510 invoked from network); 16 Dec 2002 01:02:44 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by sources.redhat.com with SMTP; 16 Dec 2002 01:02:44 -0000 Received: by redhat.com (Postfix, from userid 201) id 576841B8DE; Sun, 15 Dec 2002 20:04:14 -0500 (EST) Date: Sun, 15 Dec 2002 17:02:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: rfhaney@yahoo.com Subject: Re: Need for libreadline.a from a gdb package compatible with gcc 2.95.2 Message-ID: <20021216010414.GA7378@redhat.com> Reply-To: gdb@sources.redhat.com Mail-Followup-To: gdb@sources.redhat.com, rfhaney@yahoo.com References: <20021216004651.2025.qmail@web11606.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216004651.2025.qmail@web11606.mail.yahoo.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00217.txt.bz2 [Reply-To set to list] On Sun, Dec 15, 2002 at 04:46:51PM -0800, Richard Haney wrote: >I have recently downloaded a gdb package (gdb-5.2.1-20021009.tar.gz) >from . The package contains a gcc 3.2 compatible copy >of libreadline.a for the win32 (MinGW, i.e., non-cygwin) environment. >That library works fine with gcc 3.2. But I need to build packages >using gcc 2.95.2, and gcc 2.95.2 does not link its output modules to >gcc 3.2 output modules. So apparently, I can't use the libreadline.a >from the above gdb package for my gcc 2.95.2 builds. > >I've also tried building libreadline using gcc 2.95.2, but the build >package assumes that my environment is one of three types, two of which >involve the use of 'termio.h' and/or 'termios.h'. But my computing >enviroment is none of the three. > >Is there an "old" gdb package around somewhere that has a libreadline.a >compiled with gcc 2.95.2 for win32 (preferably, MinGW, non-cygwin)? The MinGW version of gdb is maintained by MinGW volunteers. It is not an official version of gdb. If you are having problems with it or have questions about it you should direct them to the MinGW mailing list. cgf