[Mono-list] No Go with Mono

Miguel de Icaza miguel@ximian.com
01 Oct 2002 21:06:07 -0400


> Unfortunately, setting up Mono was a struggle which ultimately ended in 
> failure.  I believe the main problem was setting up pkg-config 
> (pkgconfig-0.13.0), but I also think things (e.g.  gc6.0, glib-1.3.12, 
> mcs-0.15, mono-0.15) weren't being setup in their correct locations.

The mono-build script should take care of this, but we have recently
gone through this process for setting up the Red Carpet builds, and you
need:

	pkg-config
	libgc
	glib2  (notice, not glib1 as you used above, but glib2)
	mono tarball.

We do have Mandrake 8.2 rpms available.

Miguel