From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9482 invoked by alias); 28 Jun 2004 18:12:56 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 9474 invoked from network); 28 Jun 2004 18:12:56 -0000 Received: from unknown (HELO bluesmobile.specifixinc.com) (64.62.200.227) by sourceware.org with SMTP; 28 Jun 2004 18:12:56 -0000 Received: from localhost.localdomain (bluesmobile.corp.specifixinc.com [10.0.0.1]) by bluesmobile.specifixinc.com (Postfix) with ESMTP id 9BD8D16624; Mon, 28 Jun 2004 11:12:55 -0700 (PDT) Subject: Re: Build problem with gcc 3.4 on Mac OS X From: Jim Wilson To: Davide Angelocola Cc: gcc-help@gcc.gnu.org In-Reply-To: <59C34CB6-C85F-11D8-90BB-000D9327FB0A@slackit.org> References: <0108E64B-C2AF-11D8-98A0-000D9327FB0A@slackit.org> <40DCE477.8010508@specifixinc.com> <59C34CB6-C85F-11D8-90BB-000D9327FB0A@slackit.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 28 Jun 2004 18:12:00 -0000 Message-Id: <1088446375.1398.37.camel@localhost> Mime-Version: 1.0 X-SW-Source: 2004-06/txt/msg00282.txt.bz2 On Sun, 2004-06-27 at 10:28, Davide Angelocola wrote: > Ok, I've looked deeply. There are few interesting lines that should > point me to the solution: > configure:2111: gcc -g -O2 -no-cpp-precomp conftest.c >&5 > configure:2205: gcc -o conftest -g -O2 -no-cpp-precomp conftest.c >&5 It looks like you are still grepping the config.log file. I can't do anything with that info. You need to actually read it, or post extracts from it, to see what the problem is. > ***configure:2749: gcc -c -Wno-long-long -no-cpp-precomp conftest.c >&5 > **** > The test fails when configure try to compile a conftest.c file with > -Wno-long-long. This is meaningless without additional context, such as the testcase used, and the error message emitted. > > I would suggest trying CPP="cc -E", or whatever $CC is set to instead > > of using /usr/bin/cpp directly. Or better yet, just set it to an > > empty string, and let configure determine which program to use as the > > C preprocessor. > I've tried this too. If "cc -E" (or "gcc -E") doesn't work, then I would suspect there is something wrong with your system or your setup. We would need info from the log file to tell. Info you haven't provided yet. Are you using anything that modifies how the compiler works? There are some Mac users that use some strange package on top of their compiler, the name of which I can't remember, but it is known that this package causes problems, and use of it is not recommended. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com