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

Linking swig bindings

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-12-04 01:30:23 CET

Is there some trick to getting your swig *.so's to find the apr
and svn *.so's. I don't install my Subversion into a standard
location, they go into

/opt/i386-linux/installed/subversion-rXXXX

so I get something like this:

it1% ldd bindings/swig/python/build/lib.linux-i686-2.2/svn/_client.so
        libsvn_client-1.so.0 => not found
        libsvn_swig_py-1.so.0 => not found
        libswigpy.so => not found
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Setting LD_RUNPATH is ignored by ld and I haven't found a way
to get -R down through swig to the linking of the swig *.so's.

Thanks,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 01:30:13 2002

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

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