[Mono-list] Heads up: corlib/runtime mismatch approaching.
Miguel de Icaza
miguel@ximian.com
21 Dec 2002 17:50:10 -0500
Hey guys,
I am about to commit the new version of Lluis patches to add
remoting, but these again have the corlib/runtime dependency.
If you are using CVS, after the next update, you need to compile
things like this:
(cd mcs/class/corlib; make)
(cd mono; make install)
Optionally, if you want to build the whole tree, you can do again:
(cd mcs; make)
(cd mono; make install)
Basically: upgrade your corlib, and let `mono' directory drive the
installation.
Miguel