------- 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