From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15235 invoked by alias); 31 Jul 2006 21:44:44 -0000 Received: (qmail 15227 invoked by uid 22791); 31 Jul 2006 21:44:44 -0000 X-Spam-Check-By: sourceware.org Received: from xrelay05.mail2web.com (HELO xrelay05.mail2web.com) (168.144.1.61) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 31 Jul 2006 21:44:39 +0000 Received: from [168.144.251.114] (helo=M2W012.mail2web.com) by xrelay05.mail2web.com with smtp (Exim 4.50) id 1G7fYv-0001ET-Rx for binutils@sourceware.org; Mon, 31 Jul 2006 17:44:36 -0400 Message-ID: <380-22006713121403246@M2W012.mail2web.com> Reply-To: malanda@freeuk.com X-URL: http://mail2web.com/ From: "malanda@freeuk.com" To: binutils@sourceware.org Date: Mon, 31 Jul 2006 21:44:00 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Can't get binutils to build on Cygwin X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00380.txt.bz2 Hi, Thanks for the help and suggestions so far. I've tracked down the problem to being an incompatibility between 'configure' in binutils 2.17, and sed 4.1.5, which Cygwin is currently distributing. If I regress to sed 4.1.4, it works ok. The question is: sed bug or configure bug? I've narrowed it down to this test case: # Here's my test data file $ cat testdata @if build-libiberty maybe-configure-build-libiberty: configure-build-libiberty @endif build-libiberty # Here are my sed commands $ cat edit /^@if build-libiberty$/d /^@endif build-libiberty$/d /^@if /,/^@endif /d # Running sed 4.1.4 $ ./sed -f edit < testdata maybe-configure-build-libiberty: configure-build-libiberty $ # Running sed 4.1.5 $ sed -f edit < testdata $ I'm suspecting sed, but I'd like a second opinion. Thanks! -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .