From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31315 invoked by alias); 15 Jan 2008 16:04:53 -0000 Received: (qmail 31304 invoked by uid 22791); 15 Jan 2008 16:04:52 -0000 X-Spam-Check-By: sourceware.org Received: from ctb-mesg4.saix.net (HELO ctb-mesg4.saix.net) (196.25.240.74) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Jan 2008 16:04:29 +0000 Received: from [192.168.0.8] (dsl-242-6-244.telkomadsl.co.za [41.242.6.244]) by ctb-mesg4.saix.net (Postfix) with ESMTP id D166F2D41; Tue, 15 Jan 2008 18:04:25 +0200 (SAST) From: "Gerrit van Niekerk" To: Andrew STUBBS Date: Tue, 15 Jan 2008 16:04:00 -0000 MIME-Version: 1.0 Subject: Re: GDB/Mingw make problem Reply-to: gerritvn@gpvno.co.za,gpvno@telkomsa.net CC: DJ Delorie , gdb@sourceware.org Message-ID: <478CF5A3.27246.5DB96B6@gerritvn.gpvno.co.za> In-reply-to: <478C9398.407@st.com> References: <478A8022.18277.6CAB521@gerritvn.gpvno.co.za>, <478C7DE1.26386.407C750@gerritvn.gpvno.co.za>, <478C9398.407@st.com> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00107.txt.bz2 On 15 Jan 2008 at 11:06, Andrew STUBBS wrote: > If you don't use -mno-cygwin then gcc *will* use cygwin headers. > Otherwise, if you do use -mno-cygwin, then it still might - the search > paths are not quite right - but usually only as a fall back if there > isn't a mingw header of that name. Thanks for everyone who gave me tips. I decided to reduce complexity and rather build for a Cygwin host. I also downloaded the latest CVS snapshot of GDB which got rid of the libintl.h problem. I am still not able to even build a Cygwin build, host and target version of GDB, but that should be another thread.