From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7057 invoked by alias); 25 May 2007 12:06:15 -0000 Received: (qmail 7045 invoked by uid 22791); 25 May 2007 12:06:14 -0000 X-Spam-Check-By: sourceware.org Received: from chip2og52.obsmtp.com (HELO chip2og52.obsmtp.com) (64.18.13.41) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 25 May 2007 12:06:12 +0000 Received: from source ([192.150.11.134]) by chip2ob52.postini.com ([64.18.5.12]) with SMTP; Fri, 25 May 2007 05:05:52 PDT Received: from inner-relay-3.eur.adobe.com (inner-relay-3.adobe.com [192.150.20.198] (may be forged)) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id l4PC4ubg011238; Fri, 25 May 2007 05:04:57 -0700 (PDT) Received: from fe1.corp.adobe.com (fe1.corp.adobe.com [10.8.192.70]) by inner-relay-3.eur.adobe.com (8.12.10/8.12.9) with ESMTP id l4PC5j0c015810; Fri, 25 May 2007 05:05:46 -0700 (PDT) Received: from namailgen.corp.adobe.com ([10.8.192.91]) by fe1.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 May 2007 05:05:45 -0700 Received: from 10.32.16.88 ([10.32.16.88]) by namailgen.corp.adobe.com ([10.8.192.91]) via Exchange Front-End Server namailhost.corp.adobe.com ([10.8.192.72]) with Microsoft Exchange Server HTTP-DAV ; Fri, 25 May 2007 12:05:45 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Fri, 25 May 2007 13:03:00 -0000 Subject: Re: Building GCC 4.2.0 fails on Linux x86-64 From: John Love-Jensen To: Alexander Wieder , MSX to GCC Message-ID: In-Reply-To: <4656C7AF.2070702@tempel.dynamischer-diskord.de> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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: 2007-05/txt/msg00250.txt.bz2 Hi Alexander, Did you follow these instructions... http://gcc.gnu.org/install/configure.html ...? In particular, the part that states... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - First, we highly recommend that GCC be built into a separate directory than the sources which does not reside within the source tree. This is how we generally build GCC; building where srcdir == objdir should still work, but doesn't get extensive testing; building where objdir is a subdirectory of srcdir is unsupported. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - In my experience, when srcdir is the same as objdir, I have never successfully been able to build GCC. HTH, --Eljay