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

Re: svn 0.9 rc2 tarball

From: Edward S. Marshall <esm_at_logic.net>
Date: 2002-02-18 18:40:40 CET

On Sat, 2002-02-16 at 20:48, Justin Erenkrantz wrote:
> Just to add my $.02 here. I agree with Blair as a user who refuses to
> use /usr/local or ldconfig. The easiest thing to do is to set
> LDFLAGS="-R/path/to/openssl" ./configure...

My $0.02 as well; I'm a user who has no problem setting these things on
a system-wide basis, primarily because I've had to do filesystem
reorganizations before that broke those paths that were hard-coded into
the binaries I built. My answers were a mix of modifying the runtime
linker's configuration and symlink farms, and the whole mess would have
been avoided in the first place by simply designating a directory or set
of directories as searchable by the runtime linker, changable as
necessary.

I've also run into problems with software like this trying to be smarter
than me, hard-coding a path that I neither asked for nor specified
(because the automatic scheme involved caught another version of a
particular library in place, such as the one that came with the system).
As such, I don't have a whole lot of faith in a system that guesses this
for me.

The only real argument I'm hearing here is "do it because someone else
does it". Not incredibly convincing. ;-)

Make it an option, please. Or better yet, just leave it as-is; Joe's
(and your) suggestion of using LDFLAGS to force this is exactly where
this kind of logic ought to be: in the builder's hands.

-- 
Edward S. Marshall <esm@logic.net>
http://esm.logic.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

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.