I configured with this little setup (I used a very similar setup to
compile the 0.37 client successfully):
========================
zlib=/pkg-aix51/zlib-1.1.4
ssl=/pkg-aix51/openssl-0.9.7c
export PATH=$ssl/bin:$PATH
export CC=xlc
export CFLAGS='-O3 -qmaxmem=-1 -qlanglvl=extended'
export CPPFLAGS="-I $ssl/include -I $zlib/include"
export LDFLAGS="-L $ssl/lib -L $zlib/lib"
export LIBPATH=$ssl/lib:$zlib/lib
/configure
--prefix=/.../austin.ibm.com/fs/proj/p9/gsys/pkg-aix51/subversion-1.0.1
--without-berkeley-db --enable-shared=no --with-ssl --with-zlib 2>&1 |
tee co.conf
========================
When building, I unexpectedly died with the following error:
/bin/sh: /home/kfogel/src/1.0.x/apr/libtool: not found
To give it more context:
gmake[3]: Entering directory
`/pkg-aix51/build/subversion-1.0.1/apr-util/buckets'
/bin/sh /home/kfogel/src/1.0.x/apr/libtool --silent --mode=compile gcc
-g
-O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
-I/pkg-aix51/build/subversion-1.0.1/apr-util/include
-I/pkg-aix51/build/subversion-1.0.1/apr-util/include/private
-IREAL:
/pkg-aix51/build/subversion-1.0.1/apr/include
-I/pkg-aix51/build/subversion-1.0.1/apr-util/xml/expat/lib
-c apr_buckets_file.c && touch apr_buckets_file.lo
/bin/sh: /home/kfogel/src/1.0.x/apr/libtool: not found.
gmake[3]: *** [apr_buckets_file.lo] Error 127
Even if I messed up, I pretty sure that that shouldn't have happened.
I grep'ed co.conf for kfogal and didn't get any hits
-Travis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 03:55:30 2004