From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29090 invoked by alias); 26 Apr 2006 17:39:27 -0000 Received: (qmail 29077 invoked by uid 22791); 26 Apr 2006 17:39:26 -0000 X-Spam-Check-By: sourceware.org Received: from exprod6og13.obsmtp.com (HELO exprod6og13.obsmtp.com) (64.18.1.25) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 26 Apr 2006 17:39:23 +0000 Received: from source ([192.150.11.134]) by exprod6ob13.obsmtp.com ([64.18.5.12]) with SMTP; Wed, 26 Apr 2006 10:39:20 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id k3QHcGBl003802; Wed, 26 Apr 2006 10:38:16 -0700 (PDT) Received: from fe1.corp.adobe.com (fe1.corp.adobe.com [10.8.192.70]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id k3QHdKHV017332; Wed, 26 Apr 2006 10:39:20 -0700 (PDT) Received: from namailgen.corp.adobe.com ([10.8.192.91]) by fe1.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 26 Apr 2006 10:39:16 -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 ; Wed, 26 Apr 2006 17:39:15 +0000 User-Agent: Microsoft-Entourage/11.2.3.060209 Date: Wed, 26 Apr 2006 17:39:00 -0000 Subject: Re: Problems building 4.1.0 on AIX 5.2.0 From: John Love-Jensen To: "Belden, Alvin (MED US)" , MSX to GCC Message-ID: In-Reply-To: <8E37D269C7202F42BF4564173EE3F7240F7B27@USMLVV1EXCTV04.ww005.siemens.net> 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-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-04/txt/msg00265.txt.bz2 Hi Alvin, Don't run configure in the source code directory. Create a peer build directory, run configure from the peer, ala ../gcc-4.1.0-src/configure --disable-werror --enable-bootstrap --prefix=/usr/local --enable-languages=c,c++ You'll have to rm your current (tainted) source code directory, and untar the source again. Note: the build directory doesn't have to be a peer. But it should not be the source code directory itself, nor any subdirectory thereof. HTH, --Eljay