From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7017 invoked by alias); 26 Apr 2006 09:29:47 -0000 Received: (qmail 7009 invoked by uid 22791); 26 Apr 2006 09:29:47 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Apr 2006 09:29:45 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3Q9TfZK013176; Wed, 26 Apr 2006 05:29:41 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3Q9Tebk009464; Wed, 26 Apr 2006 05:29:40 -0400 Received: from [10.32.68.7] (vpn-68-7.surrey.redhat.com [10.32.68.7]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3Q9Tdv7006612; Wed, 26 Apr 2006 10:29:39 +0100 Message-ID: <444F3D83.8050309@redhat.com> Date: Wed, 26 Apr 2006 11:31:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Dave Korn CC: binutils@sourceware.org Subject: Re: Mainline and branch: --enable-targets=all dead on cygwin References: <00d201c663c0$5f6f2cf0$a501a8c0@CAM.ARTIMI.COM> In-Reply-To: <00d201c663c0$5f6f2cf0$a501a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-04/txt/msg00373.txt.bz2 Hi Dave, > Configuring binutils with --enable-targets=all fails when building gas at > obj-coff.o: > > gcc -DHAVE_CONFIG_H -I. -I/gnu/binutils/binutils-2.16.92/gas -I. -D_GNU_SOURCE > /gnu/binutils/binutils-2.16.92/gas/config/obj-coff.h:63:1: "TARGET_FORMAT" > redefined Is this still a problem ? I tried to reproduce it locally and could not. Ie the enable-targets=all build completed successfully. Cheers Nick