[Mono-list] my incredible problems using the right classlib :-)

Kris Matthews mono-list@evilpen.net
Tue, 12 Feb 2002 07:16:16 -0500


(For those who were in IRC last night...)

Finally got mcs to use the right classlib this morning. :-)

I had to remove the line from driver.cs that insert "System.dll" as
Miguel said, along with copying "System.dll" from mcs' class lib to my
current compiling directory, and compile with:

 mcs -r System tester.cs 

It seems to me that it's finding the Microsoft System.dll before it
finds the mono System.dll. (Probably because of my PATH for csc.exe)

Thanks for everyones help, now I may be able to develop!, grin,

Kris M.