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

Re: subversion swig-python

From: Jon Scott Stevens <jon_at_latchkey.com>
Date: 2005-02-04 18:04:59 CET

On Feb 4, 2005, at 8:50 AM, Jon Scott Stevens wrote:

> For some reason, my CFLAGS are not being passed to 'make swig-py'
> while for the rest of the build they are.

Sorry, that should read LDFLAGS...I'm currently trying a build with
this script...we shall see...it sucks because each time, it takes
*forever* to complete the build process...

#!/bin/sh

APP=subversion
VER=1.1.3
LDFLAGS="-L/sw/lib"
export LDFLAGS

if [ ! -e $APP-$VER ] ; then
tar -xzf $APP-$VER.tar.gz
fi

cd $APP-$VER
./configure \
         --with-apxs=/usr/sbin/apxs \
         --with-zlib=/usr/local \
         --with-berkeley-db=/sw \
         --with-swig \
         --enable-swig-bindings=python \
         --disable-experimental-libtool

make
make install
make swig-py
make install-swig-py

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 4 18:07:55 2005

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.