[Mono-dev] Problem building from source
Paolo Molaro
lupus at ximian.com
Tue Aug 16 03:40:21 EDT 2005
On 08/14/05 Elliott Draper wrote:
> I'm using Autoconf v2.59, and Automake v1.9.2. These versions match that
> of another machine I have, which builds from source correctly. The only
[...]
> Running libtoolize...
> You should update your `aclocal.m4' by running aclocal.
> Running aclocal ...
> aclocal:configure.in:258: warning: macro `AM_PROG_LIBTOOL' not found in library
What version of libtool do you have installed? 1.5.6 should work fine.
It may be that you installed it in a different prefix than
automake/autoconf. If that is the case, you need to supply the correct
flags to tell where it is installed. If it's in /opt, for example, use
the following:
ACLOCAL_FLAGS="-I /opt/share/aclocal" ./autogen.sh
Using the proper auto*/libtool packages from your distribution would
solve all your issues.
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-devel-list
mailing list