You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Chia-liang Kao <cl...@clkao.org> on 2005/02/26 06:26:50 UTC

linking libsvn_swig_perl into SVN::Core

While looking at the 1.3.24 support I'd like to bring this up again.

Since we are getting rid of the swig runtime, which depends on the version
of the language, we should try to get rid of libsvn_swig_perl, which is also
language-version specific.  I have had a working patch for kluding SVN::Core to
link libsvn_swig_perl.a from the libtool-private directory statically, but
I don't think this is portable.  Can someone with libtool-fu help with this bit?

Also, another issue is some linkers (particularly on OSX and cygwin) want to see
all symbols during link time, this also needs input from people who know these
systems.

My current patch for trunk is at
http://wagner.elixus.org/~clkao/svnperl-trunk.diff

Please take a look and comment.

Cheers,
CLK


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