From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2701 invoked by alias); 14 Jul 2006 03:40:09 -0000 Received: (qmail 2691 invoked by uid 22791); 14 Jul 2006 03:40:09 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Jul 2006 03:40:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1G1EX4-0007yy-9J for gdb@sources.redhat.com; Fri, 14 Jul 2006 05:40:02 +0200 Received: from nat-winterless-fw.bj.corp.yahoo.com ([202.165.107.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jul 2006 05:40:02 +0200 Received: from luoyi.ly by nat-winterless-fw.bj.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Jul 2006 05:40:02 +0200 To: gdb@sources.redhat.com From: "luoyi" Subject: 6.5 doesn't support mingw ? Date: Fri, 14 Jul 2006 03:40:00 -0000 Message-ID: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00078.txt.bz2 I've read from the NEWS that 6.5 version of gdb can support mingw-host, but when I try to compile it, it give me the err msg: configure: WARNING: no enhanced curses library found; disabling TUI configure: error: "*** Gdb does not support native target i686-pc-mingw32" make[1]: *** [configure-gdb] Error 1 make[1]: Leaving directory `/home/yi.luo/gdb_build' make: *** [all] Error 2 how can I make it to work under mingw ?