From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4605 invoked by alias); 14 Jan 2008 04:05:27 -0000 Received: (qmail 4597 invoked by uid 22791); 14 Jan 2008 04:05:27 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 04:05:07 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-228-91.inter.net.il [84.229.228.91]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IVR95702 (AUTH halo1); Mon, 14 Jan 2008 06:02:33 +0200 (IST) Date: Mon, 14 Jan 2008 04:05:00 -0000 Message-Id: From: Eli Zaretskii To: gerritvn@gpvno.co.za, gpvno@telkomsa.net CC: gdb@sourceware.org In-reply-to: <478A9781.31068.7269E5D@gerritvn.gpvno.co.za> Subject: Re: GDB/Mingw make problem Reply-to: Eli Zaretskii References: <478A8022.18277.6CAB521@gerritvn.gpvno.co.za>, <478A9781.31068.7269E5D@gerritvn.gpvno.co.za> 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/msg00094.txt.bz2 > From: "Gerrit van Niekerk" > Date: Sun, 13 Jan 2008 22:58:09 +0200 > CC: gdb@sourceware.org > > On 13 Jan 2008 at 22:04, Eli Zaretskii wrote: > > > > From: "Gerrit van Niekerk" > > > Date: Sun, 13 Jan 2008 21:18:26 +0200 > > > > > > The problem seems to be a very old version (v 3.02) of SED and I can't find a more recent one. > > > Any help would be appreciated. > > > > I think the GnuWin32 site has a newer version of Sed. > > Thanks Eli, but the GnuWin32 copy of SED is not compatible with MinGW; it does the same as the > Cygwin copy of SED: It does not understand parameters passed by MSYS Well, you didn't say anything about MSYS before. I believe there's an MSYS version of Sed as well, check out the MinGW site. Failing that, building Sed is not a hard job, so just get the latest sources from the GNU FTP site and build it with MSYS.