Download the latest monolite from http://go-mono.com/daily/. Untar it, and copy dll's to $PATH/lib/ and exe's to $PATH/bin/, where $PATH is your path (maybe /usr, /usr/local, or something else depending on how you like things set up). I had the same problem here recently, and that solved it for me.
Alan Johnson On Fri, 2003-08-15 at 14:33, T. W. wrote: > After reading INSTALL.txt in mcs/ from a full CVS download, I try to > make using: > > ./autogen.sh --prefix="/usr" > > make fullbuild > > > > I get the following errors: > > Unhandled Exception: System.NullReferenceException: A null value was > found where an object instance was required > in (unmanaged) 06 System.Reflection.Emit.ModuleBuilder:basic_init > (System.Reflection.Emit.ModuleBuilder) > in <0x00004> 06 System.Reflection.Emit.ModuleBuilder:basic_init > (System.Reflection.Emit.ModuleBuilder) > in <0x00124> 00 System.Reflection.Emit.ModuleBuilder:.ctor > (System.Reflection.Emit.AssemblyBuilder,string,string,bool,bool) > in <0x0004c> 00 > System.Reflection.Emit.AssemblyBuilder:DefineDynamicModule > (string,string,bool) > in <0x000d0> 00 Mono.CSharp.CodeGen:Init (string,string,bool) > in <0x006d2> 00 Mono.CSharp.Driver:MainDriver (string[]) > in <0x0001d> 00 Mono.CSharp.Driver:Main (string[]) > > > I did _not_ see corlib out of sync, but I read some previous posts > regarding a similar error that were kind enough to tell the reader to > read the documentation, which I did, and proceeded to try to build mcs > by itself, to the same end. Other than that, I do not see any > directions to build only the corlib in INSTALL.txt, the only other > document referenced by README. If some one would be kind enough to > direct me to the correct manual to read, I will gladly read it before > posting to the list again. I have .24 installed from the Mono Channel > on Red-Carpet, if that makes a difference. > > > > -Tom > > > ______________________________________________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
