[Mono-list] loading assemblies
Miguel de Icaza
miguel@ximian.com
19 Dec 2002 15:13:00 -0500
Hello,
> I have a quick question. I tried compiling something with mono with the -r
> flag and the name of the dll. Mono raised an error saying it could find the
> file. However, its in my MONO_PATH variable. When I compile using the full
> path it works alright.
>
> I thought MONO_PATH would be searched whenever you complie?
MONO_PATH is only used for Mono to locate its assemblies. The compiler
does not use that path.