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

Re: Problems installing the swig-py bindings

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-19 02:07:12 CEST

Shlomi Fish wrote:
> Hi!
>
> I'm trying to install ViewCVS for Subversion and as such need the
> Python
> Bindings. However, install-swig-py gives me some errors:
>
> ...
> /usr/bin/ld: cannot find -lsvn_swig_py-1
> collect2: ld returned 1 exit status
> ...
> and similar ones for the other libraries.

Does the subversion/bindings/swig/libsvn_swig_py-1.la library not exist? You
can run "make swig-py-lib" to manually build it.

> How do I resolve it?
>
> My setup is:
> Subersion r7444
> Mandrake Linux 9.1
> Python 2.3-3mdk

I'm not having any problems here with r7444, so I'd recommend that you try a
clean build. In order to diagnose the problem you'd have to see how libtool
is trying to link the libraries. Getting rid of the --silent parameter (by
changing the LTFLAGS definition in the makefile) will cause this information
to be outputted.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 19 02:08:09 2003

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.