From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16836 invoked by alias); 4 Jul 2009 15:57:49 -0000 Received: (qmail 16805 invoked by uid 48); 4 Jul 2009 15:57:36 -0000 Date: Sat, 04 Jul 2009 15:57:00 -0000 Subject: [Bug c/40650] New: gcc-4.5-20090702 won't build on OS X 10.5 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hal at oz dot net" 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-07/txt/msg00354.txt.bz2 The full 20090702 gcc 4.5 snapshot runs into a problem early in stage 2 on OS X. The last few lines of the console output are: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. make[2]: *** [configure-stage2-gmp] Error 1 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Configuration: OS X 10.5.7 running on a macbook pro; xcode tools 3.1.3; gcc-4.5-20090702 full snapshot with gmp-4.3.1 unpacked into the top-level of the tree as gmp and mpfr-2.4.1 as mpfr. Configured with default options; no options specified for the configure script. The full gcc-4.5-20090618 snapshot builds without trouble on the same machine using that setup, including the same versions of gmp and mpfr. -- Summary: gcc-4.5-20090702 won't build on OS X 10.5 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hal at oz dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40650