[Mono-list] Problems building mono on cygwin

Dietmar Maurer dietmar@ximian.com
Sun, 02 Sep 2001 08:33:05 +0200


Nick Drochak wrote:

> Hi all,
>
> I'm trying to run autogen.sh on cygwin to build mono.  I am getting this
> error:
> ------------------------------
> Running libtoolize...
> You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
> `aclocal.m4'.
> Running aclocal  ...
> aclocal: configure.in: 12: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 17: macro `AM_PATH_GLIB' not found in library
>
> **Error**: aclocal failed. This may mean that you have not
> installed all of the packages you need, or you may need to
> set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
> for the prefix where you installed the packages whose
> macros were not found
> ------------------------------
>
> Any help out there for how I can fix this problem.
>

You have to install libtool
(ftp://ftp.gnu.org/gnu/libtool/libtool-1.4.tar.gz) and glib
(ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz).

- Dietmar