On Feb 23, 2004, at 5:57 AM, Jean-Louis Berliet wrote:
> I couldn't compile subversion 0.37 on a AIX 5.1 server.
>
> I just want to have a basic client (http access on a linux subversion
> server with apache2).
>
> - The configure options i'm using :
> ./configure --enable-all-static --without-berkeley-db --without-apache
> --without-jdk --without-swig
I setup a similar configuration to what you are attempting (apache
server on Linux; client on AIX as well as Linux and MacOS X).
Here is the configure command line that I used to build the subversion
0.37 client on AIX 5.1:
% env PATH=.:/projects/svn/aix51/pkg/openssl-0.9.7c/bin:/bin:/usr/bin
CPPFLAGS="-I/projects/svn/aix51/pkg/zlib-1.2.1/include
-I/projects/svn/aix51/pkg/openssl-0.9.7c/include"
LDFLAGS="-L/projects/svn/aix51/pkg/zlib-1.2.1/lib
-L/projects/svn/aix51/pkg/openssl-0.9.7c/lib" CC="xlc_r"
CFLAGS="-qmaxmem=-1 -O -qlanglvl=extended" ./configure
--prefix=/projects/svn/aix51/pkg/subversion-0.37.0 --with-ssl
--with-zlib --enable-shared=no --enable-maintainer-mode
--without-berkeley-db |& tee co.conf
I did discover that without "--enable-shared=no," I got a crash related
to shared libraries whether I compiled with xlc or with gcc (3.3.3).
-Travis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 15:21:14 2004