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

Re: Subversion test results.

From: Branko Cibej <brane_at_xbc.nu>
Date: Sun, 15 Nov 2009 21:43:28 +0100

Gavin Baumanis wrote:
> Hi again,
>
> Just to be sue I downloaded libtool 1.4.3 and installed it.
>
> yet when attempting to compile apr I still get
> the following error when using make;
> /bin/sh: LIBTOOL@: command not found
>

Did you happen do re-run autogen and configure after installing the new
libtool? The above indicated that you have an unexpanded @LIBTOOL@
placeholder in your makefile.

> make[1]: *** [passwd/apr_getpass.lo] Error 127
> make: *** [all-recursive] Error 1
>
> Am I reading that right?
> Is it looking for libtool in /bin/sh?
> or is that something else?
>

Try:

    head -1 `which libtool`

It might surprise you.

-- Brane

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2418211
Received on 2009-11-15 21:43:57 CET

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.