[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems building subversion client under AIX

From: Travis P <svn_at_castle.fastmail.fm>
Date: 2004-09-03 19:50:04 CEST

On Sep 3, 2004, at 10:22 AM, Rob Dijkshoorn wrote:

> Just wondering... has anyone here actually built a working version on
> an AIX box?

Yes, a few of us have. I built the client-only on AIX 5.1. I built my
own libz and openssl and used CPPFLAGS/LDFLAGS to use them. This is
how I configured and built 1.0.1 a few months ago:

env PATH=.:/pkg-aix51/openssl-0.9.7d-pfix/bin:/usr/bin
CPPFLAGS="-I/pkg-aix51/zlib-1.1.4/include
-I/pkg-aix51/openssl-0.9.7d-pfix/include"
LDFLAGS="-L/pkg-aix51/zlib-1.1.4/lib
-L/pkg-aix51/openssl-0.9.7d-pfix/lib" CC="cc" CFLAGS="-qmaxmem=-1 -O2
-qlanglvl=extended " ./configure --prefix=/pkg-aix51/subversion-1.0.1
--with-ssl --with-zlib --enable-shared=no --without-berkeley-db

env PATH=.:/pkg-aix51/openssl-0.9.7d-pfix/bin:/usr/bin
CPPFLAGS="-I/pkg-aix51/zlib-1.1.4/include
-I/pkg-aix51/openssl-0.9.7d-pfix/include"
LDFLAGS="-L/pkg-aix51/zlib-1.1.4/lib
-L/pkg-aix51/openssl-0.9.7d-pfix/lib" CC="cc" CFLAGS="-qmaxmem=-1 -O2
-qlanglvl=extended " /usr/bin/make

I used only xlc for all builds.

-Travis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 3 19:50:30 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.