[Mono-list] Compiling Hello World
Miguel de Icaza
miguel@ximian.com
20 Aug 2002 11:18:15 -0400
Hello,
> The corlib.dll goes out of sync with its runtime field when I compile a
> small program on Mono. :(
That means that you re-compiled the mono runtime, before recompiling and
installing the class libraries.
Since the runtime will fail to load if it gets an old version of the
runtime, its important for you to first recompile and install `mcs'
instead of mono.
You can re-bootstrap your work, by getting:
http://primates.ximian.com/~miguel/tmp/mono-0.14.tar.gz
Miguel.