From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19863 invoked by alias); 28 Aug 2009 10:19:59 -0000 Received: (qmail 19818 invoked by uid 48); 28 Aug 2009 10:19:48 -0000 Date: Fri, 28 Aug 2009 10:19:00 -0000 Message-ID: <20090828101948.19817.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/41180] can not build gcc 4.4.1 on Snow Leopard Mac OS X 10.6 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "redi at gcc dot gnu dot org" 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: 2009-08/txt/msg02226.txt.bz2 ------- Comment #2 from redi at gcc dot gnu dot org 2009-08-28 10:19 ------- (In reply to comment #0) > #gcc > cd ../gcc-4.4.1 > ./configure --prefix=/home/dmarkman/Development/GCC/macintel64/mpfr-2.4.1/build > --with-gmp=/home/dmarkman/Development/GCC/macintel64/gmp-4.3.1/build is that command right? I think you will need to attach the libgcc/config.log as that seems to be where the problem is. You can use something like --build=i386-apple-darwin10.0.0 when configuring gmp, mpfr and gcc, to ensure they all agree on what to build. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41180