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

Re: swig py binding

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-02-20 12:51:42 CET

Tun Tun Naing wrote:
> I'm trying to make swig py binding on solaris using swig 1.3.21.
>
> here is the whole log. What did I do wrong?

How did you install SWIG? Did you remember to install the runtime
libraries? i.e., 'make install-runtime'?

> Thanks,
> Tun
>
> make swig-py
[snip]
> ld: fatal: library -lswigpy: not found
> ld: fatal: File processing errors. No output written to
> .libs/libsvn_swig_py-1.so.0.0.0
> make: ***
> [subversion/bindings/swig/python/libsvn_swig_py/libsvn_swig_py-1.la]
> Error 1

Here it looks like it can't find the some of the libraries for SWIG.
You either forgot to install the runtime, or forgot to add the location
of the SWIG runtimes in your lib search path.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 20 12:53:43 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.