[Mono-list] Problems building mono 0.6 under Cygwin

Mads Pultz mpultz@get2net.dk
Fri, 7 Sep 2001 12:22:29 +0200


Thanks for you reply, Nick.

> When you run make where does it think the glib-config is? For intance mine
> says:
> checking for glib-config... /usr/local/bin/glib-config
Mine say the same.

Ok, I'm not an experienced developer on the Unix platform so I'll tell you
what I did in details in hope that you will be able to tell me where I went
wrong.

Build libtool 1.4 and install (make check fails in 9 of 84 tests)
Build glib 1.2-10 and install (make check a success)
In mono dir I do the following:
libtoolize
aclocal
autoconf
autoheader
automake -a (can't find ltconfig)
automake
autogen.sh
make

Make starts out trying to compile monoburg.c which fails on my machine
because it cannot find glib.h and glibconfig.h. I copy these files into
directories gcc knows (e.g. /usr/local/include). Running make again results
in the error I got earlier (undefined reference to g_*).

Any ideas to what I did wrong?

Mads