[Mono-list] Installing Mono

Miguel de Icaza miguel@ximian.com
28 Mar 2002 14:05:50 -0500


> I got Mono from CVS and I installed it.  However, I'm having trouble
> compiling HelloWorld:
> 
> [daniel@net104 daniel]$ mcs HelloWorld.cs
> The assembly corlib.dll was not found or could not be loaded.
> It should have been installed in the `/usr/local/lib' directory.

You need the assemblies.  The Mono 0.10 release contains them.  CVS
usually moves very fast, and you will not be able to run the runtime
from CVS with released assemblies. 

Miguel.