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. Thanks, Bob Rossi
checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for a BSD-compatible install... /bin/install -c checking for working mkdir -p... yes APR-util Version: 1.3.0 ./configure: # Classical APR-util path layout designed for parallel installs.: command not found ./configure: ./config.pld: line 26: unexpected EOF while looking for matching `'' ./configure: ./config.pld: line 27: syntax error: unexpected end of file checking for chosen layout... apr-util Applying apr-util hints file rules for i686-pc-mingw32 checking for APR... yes setting CC to "gcc" setting CPP to "gcc -E" setting CFLAGS to " -g -O0" setting CPPFLAGS to " -D_LARGEFILE64_SOURCE" checking for gcc... gcc checking for C compiler default output... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for ldap support... checking for default DBM... sdbm (default) checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no checking for dbd/apr_dbd_mysql.c... no checking sqlite3.h usability... no checking sqlite3.h presence... no checking for sqlite3.h... no checking sqlite.h usability... no checking sqlite.h presence... no checking for sqlite.h... no checking oci.h usability... no checking oci.h presence... no checking for oci.h... no checking for Expat in /usr... no checking for Expat in /usr/local... no checking for Expat in xml/expat-cvs... no checking for Expat in xml/expat... yes configuring package in xml/expat now configure: error: expected an absolute directory name for --bindir: NONE/bin configure failed for xml/expat
