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

svn with python bindings on AIX

From: Alan Barrett <apb_at_cequrux.com>
Date: 2006-09-21 16:41:40 CEST

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.)

Any ideas?

--apb (Alan Barrett)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 21 16:44:17 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.