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

Re: autogen.sh error

From: egor duda <deo_at_logos-m.ru>
Date: 2002-10-16 15:35:45 CEST

Hi!

Wednesday, 16 October, 2002 you wrote:

>> ./autogen.sh
NY> buildcheck: checking installation...
NY> buildcheck: autoconf version 2.54 (ok)
NY> buildcheck: libtool version 1.4e

NY> 1996, (ok)
NY> cd: can't cd to /bin/../share/aclocal
NY> /home/nyap/proj/oss/subversion/libtool.m4 not found

NY> What do I need to do (hopefully short of being root)
NY> to get this step to work?

On cygwin (i suppose you're building on cygwin, from your last
messages), 'libtool' and 'libtoolize' are wrappers around
/usr/autotool/{stable,devel}/bin/libtool*

autogen.sh tries to deduce a path to ltmain.sh from the path to
libtoolize. For conventional libtool layout it works, but on cygwin,
libtool is installed to /usr/bin/ (and it just calls
/usr/autotool/{stable,devel}/bin/libtool), whenever ltmain.sh is
placed in /usr/autotool/{stable,devel}/share/

Whether this is a bug in autogen or in cygwin's libtool, i cannot say.
The proper way to deal with it is to implement an option for libtool
or libtoolize which allows getting path to ltmain.sh

For now, you can simply tweak 'ltpath' setting in autogen.sh like
this:
ltpath=/usr/autotool/devel/bin
so that it will point to the place where "real" version of libtoolize
resides.

Egor. mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 15:37:03 2002

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.