From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27605 invoked by alias); 27 Sep 2005 21:11:14 -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 27591 invoked by uid 22791); 27 Sep 2005 21:11:10 -0000 Received: from smtp-out4.blueyonder.co.uk (HELO smtp-out4.blueyonder.co.uk) (195.188.213.7) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 27 Sep 2005 21:11:10 +0000 Received: from [192.168.1.100] ([82.44.217.107]) by smtp-out4.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 27 Sep 2005 22:11:57 +0100 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <6807053D-E70C-4162-9D82-0936E7E745D5@blueyonder.co.uk> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: GDB List From: Steve Folly Subject: Can't build gdb for mingw32 if not native? :-( Date: Tue, 27 Sep 2005 21:11:00 -0000 X-SW-Source: 2005-09/txt/msg00221.txt.bz2 Hi, I'm trying to build gdb 6.3 on host powerpc-apple-darwin8.2.0 for target i386-pc-mingw32msvc. Unfortunately nothing much gets built. Probably because of the bit of the configure script I found that starts with the comment: # Can't build gdb for mingw32 if not native. I'm trying to get a GNU toolset hosted on OS X and targetting Windows (MinGW). So far, the compiler toolset is working dandy, and having gdb would top it off just right. But it looks like I've hit a stumbling block. Does anyone know the reason for this limitation? Thanks for any insight. -- Regards, Steve.