[Mono-list] Mono libraries

Jonathan Pryor jonpryor@vt.edu
Wed, 15 Dec 2004 20:09:08 -0500


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