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

Re: Major upgrades to SWIG/Python bindings in r15848

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-08-23 23:12:12 CEST

--On August 21, 2005 5:27:37 PM +0100 Malcolm Rowe
<malcolm-svn-dev@farside.org.uk> wrote:

> Everything seemed to work fine, including the tests, and there wasn't any
> previous Subversion installation lying around, so it must have picked up
> the just-built libraries. (The ~/usr directory didn't even exist until the
> make install step ran).

So, if you use particular versions of GNU libtool, it'll cheat and build
two sets of libraries and executables on Darwin: one that is built at
'make' that refers internally to the build directory time and one that is
built at 'install' time that refers to the installed location.

The cost of this means that the build is twice as slow on Darwin as
everything must be compiled twice. I find that unacceptable; but I have
also lots of other reasons why I think libtool is the scourge. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 23 23:13:12 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.