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

Re: careful when rebuilding

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-03 22:46:08 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> i've been workign aroudn it by blowing away local installs before
> building...

Yes, that's what we say to do in the INSTALL file.

It's also the reason I only build statically, and just symlink
/usr/local/bin/svn into my working copy. :-)

> shouldn't the build be self contained though? (except for stuff like
> berkeley db when you specifically tell it to find it outside the
> tree). this really confused me when i first noticed it...

Something about libtool.... when it links, it somehow always finds
installed libraries with the same name *first*, rather than the ones
you just built in the working copy.

Maybe Mo can tell us why it behaves this way, or how to fix this.

---------------------------------------------------------------------
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:36:44 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.