On May 23, 2007, at 9:59 AM, Marshall Powers wrote:

I'm not sure, but I would guess that ant is not making the compiler link the expat library. I had similar problems building my program with log4cxx on solaris. Try to run the configure script for APR-Util to see if it tries to link the expat library, and then see if the ant build file does the same.



Good Luck,
Marshall


P.S.
I wonder why the Log4cxx developers insist on using the <cc> task to build APR and APR-Util when those libraries come with their own autotools scripts,
Makefiles, etc...


We try to support both autotools/makefiles and Ant. The cc task us helpful since it supports Microsoft Visual C++ and other non-Unixy compilers and can generate project files for several IDEs. I thought the Ant build worked with Solaris 10, though I haven't tested Solaris 9. Sounds like you would be better off just sticking with the autotools build.

Reply via email to