I've downloaded cppunit 1.9.11 and are having some minor problems with the library dependencies. I think that src/cppunit/Makefile.am should contain
libcppunit_la_LIBADD= $(LIBADD_DL)
and the second last line in cppunit-config.in should be:
echo ${my_linker_flags} -lcppunit @LIBADD_DL@
instead of
echo ${my_linker_flags} -lcppunit
to make sure the dependencies are correct.
Thorsten
Log in to post a comment.
I've downloaded cppunit 1.9.11 and are having some minor problems with the library dependencies. I think that src/cppunit/Makefile.am should contain
libcppunit_la_LIBADD= $(LIBADD_DL)
and the second last line in cppunit-config.in should be:
echo ${my_linker_flags} -lcppunit @LIBADD_DL@
instead of
echo ${my_linker_flags} -lcppunit
to make sure the dependencies are correct.
Thorsten