From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22999 invoked by alias); 23 Nov 2010 23:00:11 -0000 Received: (qmail 22974 invoked by uid 22791); 23 Nov 2010 23:00:10 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Nov 2010 22:59:55 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id oANMxrv3017803 for ; Tue, 23 Nov 2010 14:59:53 -0800 Received: from pxi11 (pxi11.prod.google.com [10.243.27.11]) by kpbe16.cbf.corp.google.com with ESMTP id oANMxUoK004370 for ; Tue, 23 Nov 2010 14:59:52 -0800 Received: by pxi11 with SMTP id 11so2164437pxi.21 for ; Tue, 23 Nov 2010 14:59:51 -0800 (PST) Received: by 10.142.193.4 with SMTP id q4mr7523456wff.152.1290553191784; Tue, 23 Nov 2010 14:59:51 -0800 (PST) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id w42sm8528723wfh.15.2010.11.23.14.59.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Nov 2010 14:59:50 -0800 (PST) From: Ian Lance Taylor To: "H.J. Lu" Cc: Tristan Gingold , binutils Subject: Re: Release 2.21 - Pre tests References: <2FB8160A-5560-40C7-8E4F-1A0B7531B63B@adacore.com> Date: Tue, 23 Nov 2010 23:00:00 -0000 In-Reply-To: (H. J. Lu's message of "Tue, 23 Nov 2010 13:17:20 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00426.txt.bz2 "H.J. Lu" writes: > On Tue, Nov 23, 2010 at 1:03 PM, Ian Lance Taylor wrote: >> Tristan Gingold writes: >> >>> 2) I wasn't able to build gold with the compilers I used (gcc 4.1.2 from RH or gcc 4.1.0 from SUSE) >> >> What failed? >> > > Gold requires GCC 4.2. Gold is currently only documented as requiring 4.0.3. If it does require 4.2, we should at least understand why. Ian