From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1354 invoked by alias); 25 Feb 2002 00:10:38 -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 1276 invoked from network); 25 Feb 2002 00:10:36 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 25 Feb 2002 00:10:36 -0000 Received: from cgf.cipe.redhat.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g1P0AXs16620; Sun, 24 Feb 2002 19:10:33 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id g1P0AgN22215; Sun, 24 Feb 2002 19:10:42 -0500 Date: Sun, 24 Feb 2002 16:10:00 -0000 From: Christopher Faylor To: gdb@sources.redhat.com Cc: hongli@telekabel.nl Subject: Re: How to compile GDB 5.1.1 in Mingw32 with MSYS? Message-ID: <20020225001042.GD22074@redhat.com> Mail-Followup-To: gdb@sources.redhat.com, hongli@telekabel.nl References: <1014574796.24749.3.camel@youkai.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1014574796.24749.3.camel@youkai.chello.nl> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-02/txt/msg00301.txt.bz2 On Sun, Feb 24, 2002 at 07:19:55PM +0100, Hongl Lai wrote: >Subject: How to compile GDB 5.1.1 in Mingw32 with MSYS? >From: Hongl Lai >To: gdb@sources.redhat.com >Date: 24 Feb 2002 19:19:55 +0100 > >I'm trying to compile GDB 5.1.1 with the latest version of Mingw32 and >MSYS. >Configure ended with the error "No term library found", after checking >ncurses and termcap (both are not available in Mingw32). >Is there any way to compile GDB in Mingw32? There is no supported way to build gdb for mingw however the cygwin version of gdb should work ok. >Are there any precompiled binaries of GDB 5.x for Win32? Someone on the mingw list was advertising some prebuilt binaries. Go to www.mingw.org and look around in the mailing list archives. cgf