From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9598 invoked by alias); 31 Jul 2011 16:25:16 -0000 Received: (qmail 9580 invoked by uid 22791); 31 Jul 2011 16:25:15 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Sun, 31 Jul 2011 16:25:01 +0000 From: "dmarkman at mac dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/49919] problem with building gcc 4.6.1 on Mac OS X Lion 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: dmarkman at mac dot com 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: Sun, 31 Jul 2011 16:25: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: 2011-07/txt/msg02691.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49919 --- Comment #8 from Dmitry Markman 2011-07-31 16:24:55 UTC --- Hi I followed instructions from http://advogato.org/person/redi/diary/240.html so gmp, mpfr and mic were built, when I issued make for gcc here is what I did mkdir /objdir cd /objdir /gcc-4.6.1/configure --prefix=/Users/dima/Development/GCC/builds/gcc-4.6.1/build/x86_64 --enable-languages=c,c++,fortran however I got the same error checking for x86_64-apple-darwin11.0.0-gcc... /Users/dima/Development/GCC/objdir/./gcc/xgcc -B/Users/dima/Development/GCC/objdir/./gcc/ -B/Users/dima/Development/GCC/builds/gcc-4.6.1/build/x86_64/x86_64-apple-darwin11.0.0/bin/ -B/Users/dima/Development/GCC/builds/gcc-4.6.1/build/x86_64/x86_64-apple-darwin11.0.0/lib/ -isystem /Users/dima/Development/GCC/builds/gcc-4.6.1/build/x86_64/x86_64-apple-darwin11.0.0/include -isystem /Users/dima/Development/GCC/builds/gcc-4.6.1/build/x86_64/x86_64-apple-darwin11.0.0/sys-include checking for suffix of object files... configure: error: in `/Users/dima/Development/GCC/objdir/x86_64-apple-darwin11.0.0/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[1]: *** [stage1-bubble] Error 2 make: *** [all] Error 2 thanks