From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6087 invoked by alias); 14 Jan 2008 17:41:40 -0000 Received: (qmail 6077 invoked by uid 22791); 14 Jan 2008 17:41:40 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog11.obsmtp.com (HELO s200aog11.obsmtp.com) (207.126.144.125) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 17:41:09 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob011.postini.com ([207.126.147.11]) with SMTP; Mon, 14 Jan 2008 17:40:37 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 DD6DDDA4C; Mon, 14 Jan 2008 17:40:31 +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 80BA44C1AA; Mon, 14 Jan 2008 17:40:31 +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 CJP13258 (AUTH stubbsa); Mon, 14 Jan 2008 17:40:30 GMT Message-ID: <478B9E8F.1040508@st.com> Date: Mon, 14 Jan 2008 17:41: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/msg00100.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 --build=i686-pc-cygwin Just a guess. Andrew