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

Re: svn with python bindings on AIX

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2006-09-30 17:10:51 CEST

On Sep 21, 2006, at 15:41, Alan Barrett wrote:

> I am trying to build subversion-1.3.2 on AIX-2.5 with gcc-3.3.2.
>
> Following the advice from
> <http://svn.haxx.se/users/archive-2006-07/0583.shtml>, I am able to
> build a static version of subversion, using commands like this (the
> CPPFLAGS and LDFLAGS are to pick up libz, which is installed under
> /myprefix):
>
> $ CONFIG_SHELL=/usr/bin/bash \
> CPPFLAGS=-I/myprefix/include \
> LDFLAGS=-L/myprefix/lib \
> /usr/bin/bash ./configure -v \
> --disable-shared --enable-static --enable-all-static \
> --prefix=/myprefix --bindir=/myprefix/mybindir \
> --without-berkeley-db --disable-nls
> $ make
> $ make check
> $ make install
>
> But I can't build the python bindings. They require shared libraries,
> and I have been unable to get a build with shared libraries to work.
>
> Somebody suggested I try with CC=/usr/vac/bin/xlc_r, but when I try
> that, configure claims that the compiler can't create executables. (I
> lost the exact message, but could regenerate it if it's important.)

We have pysvn building and working on AIX if that is any help to you.
The version of pysvn that has the fixes to work on AIX is on the /trunk.

http://pysvn.tigris.org

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 30 17:11:35 2006

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.