From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32285 invoked by alias); 7 Sep 2011 15:48:39 -0000 Received: (qmail 32251 invoked by uid 22791); 7 Sep 2011 15:48:33 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Wed, 07 Sep 2011 15:48:19 +0000 Received: from wpaz33.hot.corp.google.com (wpaz33.hot.corp.google.com [172.24.198.97]) by smtp-out.google.com with ESMTP id p87FmJwC021205 for ; Wed, 7 Sep 2011 08:48:19 -0700 Received: from gwj22 (gwj22.prod.google.com [10.200.10.22]) by wpaz33.hot.corp.google.com with ESMTP id p87FmA1T021281 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 7 Sep 2011 08:48:18 -0700 Received: by gwj22 with SMTP id 22so5870317gwj.35 for ; Wed, 07 Sep 2011 08:48:17 -0700 (PDT) Received: by 10.236.176.65 with SMTP id a41mr33659148yhm.72.1315410497680; Wed, 07 Sep 2011 08:48:17 -0700 (PDT) Received: by 10.236.176.65 with SMTP id a41mr33659126yhm.72.1315410497510; Wed, 07 Sep 2011 08:48:17 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id s77sm382364yhe.22.2011.09.07.08.48.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 08:48:17 -0700 (PDT) From: Ian Lance Taylor To: Bruce Hoglund Cc: Jonathan Wakely , gcc-help@gcc.gnu.org Subject: Re: long long size compute failure during make of gcc-4.6.1 on OS X 10.7 Lion References: <76A9B64F-3A3E-451E-BC23-EB4580B9875F@mac.com> <563FFE3F-C083-4668-B459-EF4D00E4EECB@mac.com> <9ED5FF3E-92FA-433A-8D09-CE81ABEC238D@mac.com> Date: Wed, 07 Sep 2011 15:48:00 -0000 In-Reply-To: <9ED5FF3E-92FA-433A-8D09-CE81ABEC238D@mac.com> (Bruce Hoglund's message of "Wed, 7 Sep 2011 09:48:56 -0400") 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 gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-09/txt/msg00060.txt.bz2 Bruce Hoglund writes: > On Sep 7, 2011, at 1:06 AM, Ian Lance Taylor wrote: > >> Bruce Hoglund writes: >> >>> However, looking at the top, I noticed autoconfig 2.64 being used, while my 'which autoconf' says I'm using version 2.68 in /opt/local/bin/autoconf, and there is a version 2.61 in /usr/bin/autoconf. So where is the autoconf 2.64 from the config.og coming from? >> >> autoconf is run by a gcc developer. It is not run when compiling gcc. >> This is not an issue. > > Ok, it just seemed the mismatch between the autoconfi I have & it used > was odd, but again, I claim no expertise here. Well, if you didn't understand what I wrote, then just trust me: this is not an issue. >>> I can send the whole config.log if that will help, but here's the bottom-most bits of it: >> >> This is probably the wrong config.log file. You need the one in the >> directory in which configure is being run. In this case, >> gcc/config.log. > > The config.log I am referencing is in the same directory (see above) that in invocked my configure directive. That's the wrong one. As I said, you need to look at gcc/config.log. Ian