From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25897 invoked by alias); 10 Feb 2008 19:35:20 -0000 Received: (qmail 25889 invoked by uid 22791); 10 Feb 2008 19:35:20 -0000 X-Spam-Check-By: sourceware.org Received: from ctb-mesg-1-2.saix.net (HELO ctb-mesg-1-2.saix.net) (196.25.240.80) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 10 Feb 2008 19:34:45 +0000 Received: from [192.168.0.8] (dsl-242-3-04.telkomadsl.co.za [41.242.3.4]) by ctb-mesg-1-2.saix.net (Postfix) with ESMTP id A4C3F1BB2D; Sun, 10 Feb 2008 21:34:41 +0200 (SAST) From: "Gerrit van Niekerk" To: Dave Murphy Date: Sun, 10 Feb 2008 19:35:00 -0000 MIME-Version: 1.0 Subject: Re: GDB/Mingw make problem Reply-to: gerritvn@gpvno.co.za,gpvno@telkomsa.net CC: gdb@sourceware.org Message-ID: <47AF6DF0.14020.6902261@gerritvn.gpvno.co.za> In-reply-to: <47ACF852.8080909@ntlworld.com> References: <478A8022.18277.6CAB521@gerritvn.gpvno.co.za>, <47ACF852.8080909@ntlworld.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-02/txt/msg00050.txt.bz2 On 9 Feb 2008 at 0:48, Dave Murphy wrote: Gerrit van Niekerk wrote: >> Make gives the following error: >> sed: file .././bfd/targmatch.sed line 1: Extra characters after command >> make[4]: *** [targmatch.h] Error 1 > Actually, I had the same problem recently building from CVS. The problem is that targmatch.sed > has DOS line endings, msys sed 3.02 will cope fine if you run dos2unix on the file first. Thanks Dave, I gave up on Mingw and moved on to Cygwin which also had problems, but I managed to patch around it.