From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11245 invoked by alias); 17 May 2003 00:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 11224 invoked by uid 71); 17 May 2003 00:36:01 -0000 Date: Sat, 17 May 2003 00:36:00 -0000 Message-ID: <20030517003601.11223.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: bootstrap/10815: C compiler cannot create executables Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01908.txt.bz2 List-Id: The following reply was made to PR bootstrap/10815; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, rolf-alois.walter@db.com, nobody@gcc.gnu.org Cc: Subject: Re: bootstrap/10815: C compiler cannot create executables Date: Fri, 16 May 2003 17:25:44 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=10815 Hello, next time you send such a bug report, it would help to know what directory gmake failed in. But anyhow, it looks like the stage1 gcc isn't happy building 64 bit stuff. Can you cd into powerpc-ibm-aix5.1.0.0/ppc64/libiberty/ (in your build directory) and create the following file conftest.c: #include "confdefs.h" main(){return(0);} and then run this command: /software/gcc-3.3-obj/gcc/xgcc -B/software/gcc-3.3-obj/gcc/ -B/u sr/local/powerpc-ibm-aix5.1.0.0/bin/ -B/usr/local/powerpc-ibm-aix5.1.0.0/lib/ -i system /usr/local/powerpc-ibm-aix5.1.0.0/include -maix64 -v -o conftest -O2 -g -O2 conftest.c And post back the output? It looks like the linker is for some reason unhappy (according to config.log), but hopefully this will make it possible to figure out why. Thanks, Dara