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