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

Swig Python bindings build broken?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-07-18 22:22:29 CEST

A clean build of Subversion r10351 today reveals that something seems
to be messed up with the Python bindings build. I've been too busy to
track the insane number of changes being made to the build system as
of late, so I'm sorry if I missed an important discussion.

When I run 'make swig-py', all goes well. But when I then do 'make
install-swig-py', stuff starts to fall apart. First of all, for
whatever reason, all my Subversion libraries get re-linked. After
that's all done, it starts installing the compiled C python modules,
and dies with:

   /usr/bin/ld: cannot find -l_core
   collect2: ld returned 1 exit status
   libtool: install: error: relink `_client.la' with the above command before installing it
   make: *** [install-swig-py] Error 1

Now, I dunno terribly much about Linux library stuffs, so my ignorance
is going to show through when I say, "Can it not find -l_core because
there *is no* (and shouldn't be a) lib_core.so on my system?" Perhaps
the "lib" prefix is just a convention.

At any rate, I'm attaching my build output for, say, Russell to look
through (since he seems to be largely responsible for this junk).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Jul 18 22:23:47 2004

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.