From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24902 invoked by alias); 16 Nov 2010 17:16:41 -0000 Received: (qmail 24890 invoked by uid 22791); 16 Nov 2010 17:16:40 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 16 Nov 2010 17:16:33 +0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/46086] fail to build gcc 4.5.2 on sparc64-portbld-freebsd9.0 - configure: error: cannot compute suffix of object files: cannot compile X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 16 Nov 2010 17:33:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg02082.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46086 --- Comment #11 from Eric Botcazou 2010-11-16 17:16:11 UTC --- > configure:3658: checking for C compiler default output file name > configure:3680: /usr/ports/lang/gcc45/work/build/./gcc/xgcc > -B/usr/ports/lang/gcc45/work/build/./gcc > / -B/usr/local/sparc64-portbld-freebsd9.0/bin/ > -B/usr/local/sparc64-portbld-freebsd9.0/lib/ -isystem > /usr/local/sparc64-portbld-freebsd9.0/include -isystem > /usr/local/sparc64-portbld-freebsd9.0/sys-in > clude -g -O2 -pipe -I/usr/local/include -fno-strict-aliasing conftest.c > >&5 > xgcc: Internal error: Segmentation fault: 11 (program cc1) > Please submit a full bug report. > See for instructions. Probably the same issue. Did you run 'make check' for GMP and MPFR? If there are failures, it's not worthwhile to try to build GCC with them.