[Mono-devel-list] GAC changes.

Miguel de Icaza miguel at novell.com
Mon May 3 20:57:59 EDT 2004


Hello everyone,

   The GAC changes are in CVS now, we have done a lot of changes, for
those interested in upgrading from CVS, the best procedure is to
checkout everything, make sure you have a working installation before
continuing.

   Then, compile the `mcs' module, do this:

	cd mcs
	./configure
	make

   Wait, this will take a while, and will build 2 profiles.

   Then go into mono:

	cd mono
	rm runtime/*exe runtime/*dll
	./autogen --prefix=YOURPREFIX
	rm runtime/*exe runtime/*.dll
	make

    If everything worked, then do:

	make install

    At this point, you might want to remove the old assemblies from your
system:

	rm $prefix/lib/System*.dll

    We have moved them to a new location, but we still load things from
there, so its best if you do remove any stale dll files you might have
around.

Miguel.
	



More information about the Mono-devel-list mailing list