From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7176 invoked by alias); 14 Jan 2008 17:43:22 -0000 Received: (qmail 7163 invoked by uid 22791); 14 Jan 2008 17:43:21 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog17.obsmtp.com (HELO s200aog17.obsmtp.com) (207.126.144.131) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 17:42:57 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob017.postini.com ([207.126.147.11]) with SMTP; Mon, 14 Jan 2008 17:42:43 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 487C0DA91; Mon, 14 Jan 2008 17:42:38 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DE2FC4C1AD; Mon, 14 Jan 2008 17:42:37 +0000 (GMT) Received: from [164.129.12.194] (bri0669.bri.st.com [164.129.12.194]) by mail1.bri.st.com (MOS 3.7.5a-GA) with ESMTP id CJP13281 (AUTH stubbsa); Mon, 14 Jan 2008 17:42:36 GMT Message-ID: <478B9F0D.8080605@st.com> Date: Mon, 14 Jan 2008 17:43:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gerritvn@gpvno.co.za, gpvno@telkomsa.net Cc: Eli Zaretskii , gdb@sourceware.org Subject: Re: GDB/Mingw make problem References: <478A8022.18277.6CAB521@gerritvn.gpvno.co.za>, <478A9781.31068.7269E5D@gerritvn.gpvno.co.za>, <478BAD00.17461.D7D9DF@gerritvn.gpvno.co.za> In-Reply-To: <478BAD00.17461.D7D9DF@gerritvn.gpvno.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00101.txt.bz2 Gerrit van Niekerk wrote: > On 14 Jan 2008 at 6:05, Eli Zaretskii wrote: > >> Well, you didn't say anything about MSYS before. > > Sorry, I thought MinGW implied MSYS :) > >> I believe there's an MSYS version of Sed as well, check out the MinGW >> site. > Could not locate it, so I decided that Cygwin is probably a better platform and it got further as > well, but got a problem compiling bfd/archive.c with a missing libintl.h. > > To recap: > I made a directory CYGWIN in C:\develop\gdb-6.7.1 and in the Cygwin Bash shell executed: > > $ cd /cygdrive/c/develop/gdb-6.7.1/cygwin > $ ../configure --host=i686-pc-mingw32 --target=djgpp Almost forgot, you probably want CC="gcc -mno-cygwin".