From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3215 invoked by alias); 2 Jan 2007 16:38:45 -0000 Received: (qmail 3103 invoked by uid 48); 2 Jan 2007 16:38:34 -0000 Date: Tue, 02 Jan 2007 16:38:00 -0000 Message-ID: <20070102163834.3102.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/29482] libcpp/configure - no usable dependency style found In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "maxim dot yegorushkin at gmail dot com" 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: 2007-01/txt/msg00090.txt.bz2 ------- Comment #2 from maxim dot yegorushkin at gmail dot com 2007-01-02 16:38 ------- I'm having a similar problem on Linux Fedora Core 5. Is there any quick way to fix it? I am new to autoconf and would appreciate any hints. Here is the output: $ make CC=/usr/local/N/Linux2.6/amd64/3.3.6/bin/gcc CXX=/usr/local/N/Linux2.6/amd64/3.3.6/bin/g++ make[1]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64' make[2]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/libiberty' /M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/libiberty/testsuite make[3]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/libiberty/testsuite' make[2]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/libiberty' make[2]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/fixincludes' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/fixincludes' make[2]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/intl' /M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty make[2]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty' /M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty/testsuite make[3]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty/testsuite' make[2]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/libiberty' /M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/fixincludes make[2]: Entering directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/fixincludes' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64/build-x86_64-unknown-linux-gnu/fixincludes' Configuring in ./libcpp configure: loading cache ./config.cache checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for x86_64-unknown-linux-gnu-gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -pedantic -Wno-long-long... yes checking dependency style of gcc... none configure: error: no usable dependency style found make[1]: *** [configure-libcpp] Error 1 make[1]: Leaving directory `/M/codebase/local/src/gcc/gcc-4.1.1-obj/Linux2.6/amd64' make: *** [all] Error 2 $ rpm -q autoconf autoconf-2.59-7 $ uname -a Linux xxx 2.6.17-1.2157_FC5 #1 SMP Tue Jul 11 22:53:56 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux (In reply to comment #1) > The configure check in libcpp is based on automake's code. Do you know if they > support SCO's cc dependencies yet? > Note you should also read README.SCO. > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29482