On Wed, Dec 13, 2006 at 10:05:16AM -0500, Bob Rossi wrote:
> Hi,
> 
> I'm trying to build apr-util with mingw so that I can attempt to build
> log4cxx there.
> 
> Attached is the output of ./configure, which fails.
> 
> Has anyone built apr-util with mingw? I'm using svn trunk.

So, here is the line that failed to configure it:

./configure --prefix=/home/bobbybrasko/log4cxx/apr-util/src/prefixdir
--with-apr=/home/bobbybrasko/vigilant/apr/apr-1.3.0-cvs/bin/apr-1-config

However, this line allowed the configure to work.

./configure --prefix=/home/bobbybrasko/log4cxx/apr-util/src/prefixdir
--with-apr=/home/bobbybrasko/vigilant/apr/apr-1.3.0-cvs/bin/apr-1-config
--bindir=/home/bobbybrasko/log4cxx/apr-util/src/prefixdir/bin
--libdir=/home/bobbybrasko/log4cxx/apr-util/src/prefixdir/lib

I don't think I should have to specify the bindir and libdir since I 
specified the --prefix. Is this a bug in the autotools build system?

Thanks,
Bob Rossi

Reply via email to