Hi, I just noticed, that log4cxx.so is dependent on libboost_regex.so, but the library is needed only for testing. I removed the existance-test for this library from configure.in. Now autoconf wont link with it.
Tommi
Index: configure.in =================================================================== RCS file: /home/cvspublic/logging-log4cxx/configure.in,v retrieving revision 1.43 diff -r1.43 configure.in 127,129d126 < AC_HAVE_LIBRARY([boost_regex],, < enable_tests=no) <
