From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30567 invoked by alias); 1 Aug 2002 19:26:52 -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 30542 invoked from network); 1 Aug 2002 19:26:50 -0000 Received: from unknown (HELO holomatrix1.neobee.net) (217.26.72.47) by sources.redhat.com with SMTP; 1 Aug 2002 19:26:50 -0000 Received: from bee-165.neobee.net ([217.26.73.165] helo=lala) by holomatrix1.neobee.net with smtp (Exim 4.05) id 17aOP5-0005cD-00 for gdb@sources.redhat.com; Thu, 01 Aug 2002 21:26:43 -0100 MIME-Version: 1.0 Message-Id: <3D498AEB.000003.01964@lala> Date: Thu, 01 Aug 2002 12:26:00 -0000 Content-Type: Text/Plain From: "Igor Gnip" X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-FVER: 2.0 X-CNT: ; Content-Transfer-Encoding: quoted-printable X-Priority: 3 To: Subject: GDB 5.1.2 MINGW32 problems X-SW-Source: 2002-08/txt/msg00004.txt.bz2 I am trying to compile RHIDE (www.rhide.com) for mingw32 platform ... it needs gdb 5.0 or later sources compiled in to make integrated debugger work ... I have solved the "readline" GDB 5+ problem in mingw32 buy installing readline 4.2 mingw32 port and disabling readline that came with gdb ... but now some other problems occured: ...... checking for struct link_map32 in sys/link.h... no checking for main in -lm... yes checking for wctype in -lc... no checking for wctype in -lw... no checking for long long support in compiler... yes checking for long long support in printf... no checking for long double support in compiler... yes checking for long double support in printf... no checking for long double support in scanf... no checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) no checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigrap hs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized checking for cygwin... no checking for tgetent in -lncurses... no checking for tgetent in -lHcurses... no checking for tgetent in -ltermlib... no checking for tgetent in -ltermcap... (cached) yes checking for X... no configure: error: *** Gdb does not support native target i686-pc-mingw32 Configure in /mingw/src/gdb-5.2.1/mybuild/gdb failed, exiting. Igor@LALA /mingw/src/gdb-5.2.1/mybuild $ do I need any patches and where can I find them ? (my examining gdb-5.2.1/gdb/configure script I have come to conclusion that ${gdb_host} is undefined or that there is no gdb-5.2.1/gdb/config/mingw32.mh file - but there is cygwin.mh so why there is no mingw32? I have also tried to make configure script use cygwin file instead with no luck... I am no wizard so please help me. Any GDB version starting with 5.0 is good for me if it can compile on min= gw32 ...