"Chakravarthula, Krishnamurthy" <[EMAIL PROTECTED]> writes:


>   When I am building log4cxx 0.10.0 on Solaris and I get the
>   following errors. Please advice.

I have managed to build log4cxx 0.10.0 on Solaris, but I have not
used maven or ant.

I downloaded apr and apt-util from http://apr.apache.org and
built them separatly:

apr:
$ ./configure
$ make

apr-util:
$ ./configure --with-apr=<path to apr>

Then I built log4cxx:

$ ./configure --with-apr=<path to apr> --with-apr-util=<path to apr-util>
$ make
$ make check

-- 
Jostein Tveit <[EMAIL PROTECTED]>

Reply via email to