> Ok, things should be fixed now, and you should be able to run Mono and > it should be able to automatically locate its assemblies
After your recent change in util.c (the one adding NULL) I don't know if things are better or not. At least the result is interesting: Without changing the standard directory: mono can run applications that use corlib.dll, but using other assemblies (like mcs using System.dll) fails With changing the standard directory: corlib is not found. So, I would say, after viewing mono.exe corlib has a special treatment. I don't know why System.dll can't be loaded. best wishes, Johannes _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
