> I have compiled the mcs compiler under Linux, but to compile C# code I > need a couple of .dll files, like the corlib.dll > How can I create those under Linux-only, it seems you need csc for that, > is it so that it should be created under Windows? Yes, currently the class libraries can only be compiled with CSC. Miguel