On Feb 13, 2007, at 9:04 AM, jorrit de vries wrote:
Hello,
When building a clean build of all libraries (apr, apr-util,
cppunit and log4cxx) using the following arguments '-Ddebug=true|
false -Doptimize=speed -Dlib.type=shared' I get linking errors when
building cppunit. When removing the last argument (which seems to
be the default ?) no problem occurs.
Could ther be a problem in the build.xml? I am not very acquainted
with Ant (only created small build scripts once for a school
project, but the complexity of the provided file is beyond my
current capabilities).
Best regards,
Jorrit
It would be very helpful to know the compiler are operating system
that you are using to attempt the build and the errors that you are
receiving. If you are failing to build cppunit, you have likely
successfully build log4cxx, just haven't tested it. You could try
"ant build-examples" and the "ant run-example -Dexample.name=trivial"
to do a minimal sanity test of the build.