|
From: Marcus B. <ma...@la...> - 2008-10-16 00:53:13
|
Hi Joao... I'm having problems building CGreen on one of my home boxes. It's an old one, a Linux box, and manages the sequence autogen.sh, configure, make, make install. It doesn't manage "make check" though... make[2]: Entering directory `/home/marcus/projects/sourceforge/cgreen/tests' /bin/sh ../libtool --mode=link gcc -L../src/.libs -g -o all_tests all_tests.o breadcrumb_tests.o messaging_tests.o assertion_tests.o vector_tests.o constraint_tests.o parameters_test.o mocks_tests.o slurp_test.o collector_tests.o -lm -lcgreen gcc -g -o .libs/all_tests all_tests.o breadcrumb_tests.o messaging_tests.o assertion_tests.o vector_tests.o constraint_tests.o parameters_test.o mocks_tests.o slurp_test.o collector_tests.o -L/home/marcus/projects/sourceforge/cgreen/src/.libs /home/marcus/projects/sourceforge/cgreen/src/.libs/.libs/libcgreen.so -ldl -lm -Wl,--rpath -Wl,/usr/local/lib gcc: /home/marcus/projects/sourceforge/cgreen/src/.libs/.libs/libcgreen.so: No such file or directory make[2]: *** [all_tests] Error 1 Any ideas? The double .lib is odd. Automake is version 1.4 though, and gcc is 3.0.1 vintage. I can develop on my old iBook G4, so this is not a major flaw right now. However I cannot build the HTML with docbook, because... xsl:import : unable to load tools/xsl/html/docbook.xsl ...even though the doc/README file says it should be there. Is the README incorrect and I have to download these myself? yours, Marcus -- Marcus Baker ma...@la... |