From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32268 invoked by alias); 19 Feb 2008 17:03:30 -0000 Received: (qmail 32258 invoked by uid 22791); 19 Feb 2008 17:03:29 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.cadenas.de (HELO cnsbw01.cadenas.de) (213.179.137.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Feb 2008 17:03:11 +0000 Message-ID: <47BB0BF1.1060704@cadenas.de> Date: Tue, 19 Feb 2008 17:03:00 -0000 From: Thomas Mittelstaedt User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ralf Wildenhues CC: Ben Scurr , gcc-help@gcc.gnu.org Subject: Re: AIX 5.3 gcc 4.1.2 bootstrap error References: <47B4375F.6010400@teamwpc.co.uk> <20080214134433.GA10222@ins.uni-bonn.de> In-Reply-To: <20080214134433.GA10222@ins.uni-bonn.de> Content-Type: text/plain; charset=us-ascii; format=flowed 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: 2008-02/txt/msg00233.txt.bz2 Ben, I had success building gcc 4.2.2 on aix 5.2 recently via the following script: CONFIG_SHELL=/usr/bin/bash CC=/opt/gcc-4.1.1/bin/gcc # path to the bootstrap compiler ../gcc-4.2.2/configure --enable-version-specific-runtime-libs --enable-static -- enable-shared --enable-threads --with-as=/usr/bin/as --without-gnu-ld --with-ld= /usr/bin/ld --prefix=/opt/gcc-4.2.2 --disable-nls --with-pic --disable-symvers - -enable-symvers=no --enable-languages=c,c++,objc make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-i mplicit-templates' bootstrap Ralf Wildenhues schrieb: > Hello Ben, > > * Ben Scurr wrote on Thu, Feb 14, 2008 at 01:43:11PM CET: > >> # gcc -v >> Using built-in specs. >> Target: powerpc-ibm-aix5.3.0.0 >> Configured with: ../configure --with-as=/usr/bin/as >> > > I do not know whether it has to do with your issue, but your build tree > should be separate from your source tree, and it also should not be a > subdir of your source tree. > > Cheers, > Ralf >