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

Re: svn commit: r12801 - in trunk/subversion: include libsvn_client libsvn_ra libsvn_ra_dav libsvn_ra_local libsvn_ra_svn

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-01-22 04:47:30 CET

On Fri, Jan 21, 2005 at 01:56:15PM +0000, Philip Martin wrote:
> I have two sets of libraries installed: Debian's 1.1.1 libraries in
> /usr/lib and the development libraries in $HOME/subversion/lib. The
> build is configured with --prefix=$HOME/subversion. If I remove the
> $HOME/subversion/lib libraries the link works, and the executable that
> results is correctly linked to the build libraries. So it appears
> that it's libraries installed in --prefix that cause the problem.

FWIW, stock GNU libtool operates this way on Darwin. You usually have to
delete the old libs or the linker refuses to link against the new libraries in
your build dir. So, while it seems Debian is explicitly tickling this by
their mods, it operates this way on Darwin all the time.

HTH. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 22 04:48:54 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.