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

Re: libtool issue

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-12-05 22:41:30 CET

On Dec 5, 2007 2:57 AM, Joe Orton <jorton@redhat.com> wrote:
> Subversion (unnecessarily) links executables using "-rpath $(libdir)",
> so if you have old libraries in $(libdir) at build time it should be
> expected that odd things will happen.
>
> I have previously argued that this is incorrect, and we've been fixing
> it in the Fedora Subversion package for a long time, as below.

Without -R, how would the resulting binary know where to find the
shared libraries? Removing -R might work on Linux, but on Solaris, if
you omit the -R options, the run-time linker won't know where to find
the libsvn_* DSOs. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 5 22:41:41 2007

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.