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

Re: little help? svn build error under Mac OS X

From: Nicholas Riley <njriley_at_uiuc.edu>
Date: 2003-08-02 03:22:30 CEST

Sorry for the delay, I was cleaning out my condo today...

On Fri, Aug 01, 2003 at 12:28:53PM -0600, Hamilton Link wrote:
> Well I thought i had done this but all the libtools (& glibtools) i can
> find are indeed 1.4.2 versions. Also this is the only thing fink seems
> to know about.

The Fink package is indeed called 'libtool14' but it should install
version 1.5:

[p4:1017] ~%dpkg -l | grep libtool
ii libtool14 1.5-1 Shared library build helper, v1.5
ii libtool14-shli 1.5-1 Shared libraries for libtool, v1.5

> Do you or anyone else know if there are any Mac OS X compatibility
> issues with the latest libtool i might get from
> http://www.gnu.org/software/libtool/libtool.html ?

I've never tried it. I hope it would work.

On Fri, Aug 01, 2003 at 01:49:54PM -0600, Hamilton Link wrote:
> Sorry, this is a stupid question but where does autogen look to find
> libtool? It's not looking in my path...

> buildcheck: libtool version 1.4.2 (ok) <-- ?!?!

autogen.sh actually looks for (g)libtoolize, not libtool. Try
executing this:

svn% ./build/PrintPath glibtoolize libtoolize
/sw/bin/glibtoolize
svn% echo $PATH
/sw/bin:/sw/sbin:/usr/local/bin:/Developer/Tools:/Users/nicholas/Documents/Development/hiptop/sdk/tools/macosx:/usr/bin:/bin:/usr/sbin:/sbin:/Users/nicholas:/usr/X11R6/bin

It's possible that items are in your path in the wrong place, or you
didn't install the version of GNU libtool you compiled as 'glibtool',
or another such thing.

-- 
=Nicholas Riley <njriley_at_uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 2 03:23:17 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.