You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/12/04 00:30:23 UTC

Linking swig bindings

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