[Cppunit-devel] Mac OS 10.2: Make fails
Brought to you by:
blep
From: Mike C. <ra...@ro...> - 2002-09-27 11:22:59
|
Hello, I posted a bug to the tracker today because I get errors when trying to build the CPPUnit 1.8.0. Here is the output from the process: -----start output----- -[~/Applications/cppunit-1.8.0]> ./configure checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /usr/bin/install -c checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... powerpc-apple-darwin6.0 checking host system type... powerpc-apple-darwin6.0 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependant libraries... fiok_magic Mach-O dynamically linked shared library checking how to run the C++ preprocessor... g++ -E checking for dlfcn.h... no checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... no checking if we can lock with hard links... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin6.0 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool checking for doxygen... no checking for cmath... yes checking whether the compiler supports Run-Time Type Identification... yes checking whether the compiler implements namespaces... yes checking whether std::string::compare takes a string in argument 1... no checking whether the compiler has stringstream... yes checking whether the library defines class strstream... checking for strstream... yes yes configure: creating ./config.status config.status: creating Makefile config.status: creating cppunit.spec config.status: creating cppunit-config config.status: creating src/Makefile config.status: creating src/cppunit/Makefile config.status: creating include/Makefile config.status: creating include/cppunit/Makefile config.status: creating include/cppunit/extensions/Makefile config.status: creating include/cppunit/ui/Makefile config.status: creating include/cppunit/ui/mfc/Makefile config.status: creating include/cppunit/ui/qt/Makefile config.status: creating include/cppunit/ui/text/Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating examples/Makefile config.status: creating examples/hierarchy/Makefile config.status: creating examples/cppunittest/Makefile config.status: creating config/config.h config.status: config/config.h is unchanged creating include/cppunit/config-auto.h - prefix CPPUNIT for config/config.h defines /* automatically generated config/ contrib/ doc/ examples/ include -[mcn@RadBook]-[11:04:56:27/09/2002] -[~/Applications/cppunit-1.8.0]> make make: *** No rule to make target `config/ac_cxx_string_compare_string_first.m4', needed by `aclocal.m4'. Stop. ------End Output------ I have attached the config.log file, and the generated Makefile for your browsing. Please let me know what I can do to make CPPUnit 1.8.0 build so that I can get to work on the Kmymoney2 STL engine. :) Thanks for the help! |