[Mono-devel-list] building Mono

Miguel de Icaza miguel at ximian.com
Thu Jul 17 00:50:37 EDT 2003


Hello,

   The new build system was a step in the direction of simplifying the
existing framework for building the "MCS" module, but as you noticed,
it does not address the common problem of the runtime and the class
libraries being out of synchrony when updating from CVS.

   I have added a new target in the `mono' directory (the one driving
the runtime build) to also drive the build for the `mcs' directory.

   To use this, do:

	cd mono
	./autogen --prefix=/usr/local
	make fullbuild

   The above works for me to upgrade from a Mono 0.25 installation to CVS.

Miguel.



More information about the Mono-devel-list mailing list