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

Re: [PATCH] Fix --enable-dso for Darwin/Mac OS X

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-02-13 19:37:00 CET

On Sat, 2005-02-12 at 18:55, Eric Gillespie wrote:
> (SVN_LIBDIR): New svn_private_config.h macro representing libdir,
> just like SVN_BINDIR.

> (load_module): Use SVN_LIBDIR and SVN_DSO_SUFFIX to find DSO files.

I don't like how this change affects the existing platforms. We rely on
LD_LIBRARY_PATH for the dynamically linked libraries; why shouldn't we
be relying on it for the dynamically loaded ones? If someone relocates
a Subversion binary install, they can no longer use front-end scripts
and LD_LIBRARY_PATH to make it work, with this change.

(And I expect it's how you broke the test suite; you forced the program
to load the installed libraries, rather than the built ones.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 13 19:38:17 2005

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.