On Wed, 2004-12-15 at 15:29 +0100, Martin Hansen wrote: > But I cannot figure out how to convince mcs/mono to use the libraries > that I compiled.
mcs should automatically use the libraries that you compiled, as long as those libraries are present in the GAC. If you want to test a newer version of a library that is present in the GAC without installing the newer version (useful for testing), then set MONO_PATH to the directory containing the assemblies to load. - Jon _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
