From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5442 invoked by alias); 24 Feb 2002 18:19:58 -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 5349 invoked from network); 24 Feb 2002 18:19:57 -0000 Received: from unknown (HELO amsfep11-int.chello.nl) (213.46.243.19) by sources.redhat.com with SMTP; 24 Feb 2002 18:19:57 -0000 Received: from youkai.chello.nl ([62.163.164.71]) by amsfep11-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020224181956.URYS10345.amsfep11-int.chello.nl@youkai.chello.nl> for ; Sun, 24 Feb 2002 19:19:56 +0100 Subject: How to compile GDB 5.1.1 in Mingw32 with MSYS? From: Hongl Lai To: gdb@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: Sun, 24 Feb 2002 10:19:00 -0000 Message-Id: <1014574796.24749.3.camel@youkai.chello.nl> Mime-Version: 1.0 X-SW-Source: 2002-02/txt/msg00290.txt.bz2 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? Are there any precompiled binaries of GDB 5.x for Win32?