From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30894 invoked by alias); 9 Apr 2002 15:08:13 -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 30860 invoked by uid 61); 9 Apr 2002 15:08:12 -0000 Date: Tue, 09 Apr 2002 08:08:00 -0000 Message-ID: <20020409150812.30858.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pfeifer@dbai.tuwien.ac.at From: davem@gcc.gnu.org Reply-To: davem@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pfeifer@dbai.tuwien.ac.at, gcc-gnats@gcc.gnu.org Subject: Re: target/6237: libffi/configure bootstrap failure on sparc-sun-solaris2.8 X-SW-Source: 2002-04/txt/msg00535.txt.bz2 List-Id: Synopsis: libffi/configure bootstrap failure on sparc-sun-solaris2.8 State-Changed-From-To: open->feedback State-Changed-By: davem State-Changed-When: Tue Apr 9 08:08:12 2002 State-Changed-Why: The libffi configure file determines cross-compilation by trying to compile and run a very simple int main(void){return 0;} application with the compiler that will be used to build libffi. This is failing. My gut reaction is that the compiler to be used is a 64-bit one (perhaps you configured gcc on another machine) and of course this won't run when isainfo says 32-bit apps only. This sounds like pilot error to me. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6237