From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32269 invoked by alias); 20 Nov 2009 23:17:36 -0000 Received: (qmail 32259 invoked by uid 22791); 20 Nov 2009 23:17:36 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Nov 2009 23:16:31 +0000 Received: from mx10.gnu.org ([199.232.76.166]:42221) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NBciL-000783-Pq for gcc@gnu.org; Fri, 20 Nov 2009 18:16:29 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NBciL-0002n7-1l for gcc@gnu.org; Fri, 20 Nov 2009 18:16:29 -0500 Received: from mail-pw0-f47.google.com ([209.85.160.47]:63100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBciK-0002mG-NT for gcc@gnu.org; Fri, 20 Nov 2009 18:16:28 -0500 Received: by pwi9 with SMTP id 9so2615429pwi.26 for ; Fri, 20 Nov 2009 15:16:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.141.48.3 with SMTP id a3mr123759rvk.266.1258758986755; Fri, 20 Nov 2009 15:16:26 -0800 (PST) In-Reply-To: <4B06F6B6.7090303@gmail.com> References: <9f8a01cd0911200443k2b011d61sfd986ddd966fea60@mail.gmail.com> <90baa01f0911200449i41c0ae5dvc4985bb82d014552@mail.gmail.com> <9f8a01cd0911200454h6c1e9412m69419b135004f43b@mail.gmail.com> <4B06F6B6.7090303@gmail.com> Date: Fri, 20 Nov 2009 23:17:00 -0000 Message-ID: <84fc9c000911201516w82f695dw592e3525702000a6@mail.gmail.com> Subject: Re: GCC 4.5 is uncompilable From: Richard Guenther To: Dave Korn Cc: Piotr Wyderski , gcc@gnu.org, Kai Tietz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00590.txt.bz2 On Fri, Nov 20, 2009 at 9:06 PM, Dave Korn wrote: > Piotr Wyderski wrote: >> Kai Tietz wrote: >> >>> This error you get is more related to used binutils version.The >>> warning you get looks more like a cripled '-Wl,--tsaware'. >> >> Thanks, that looks like a good explanation. > > =A0Yes, I added this to HEAD recently > >>> Which binutils version you are using? >> >> $ ld -v >> GNU ld (GNU Binutils) 2.18.50.20080625 >> >> I'll try to upgrade binutils and then repeat the build process. > > =A0If that doesn't fix it please let me know. =A0BTW I'm currently bootst= rapping > r.154370 and it's got as far as building the target libraries post stage 3 > without any sign of this problem, so you should be ok. You should add the minimal required binutils version for cycwin to the install section of the manual. Richard.