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

Re: libtool version detection

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-26 19:20:14 CET

Robert Pluim <rpluim@bigfoot.com> writes:

> > i have been solving this problem by having 'libtool' be a symlink which
> > i switch back and forth. there must be a better solution...
> > or am i doing something wrong?
>
> I install libtool 1.4 in my home directory, and make sure that the
> path for root has /usr/local/bin right at the beginning.

I've been building svn on FreeBSD for years. I simply build libtool
1.4 by hand, install it, and keep it around most of the time.
Whenever I want to build a new port, I

   cd /usr/ports/devel/libtool
   make deinstall && make reinstall

Then after the port is built, I go back into my libtool-1.4 tree and
run 'make install' again.

Kind of annoying, but not too big a deal.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 19:21:19 2003

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.