[Mono-list] GAC-only installation?

Todd Berman tberman@sevenl.net
Sat, 01 May 2004 00:33:48 -0400


On Fri, 2004-30-04 at 23:35 +0200, Jaroslaw Kowalski wrote:
> Hi!
> 
> I've noticed that under the new build system some libraries are only
> installed into GAC.
> That means that there's no longer "/usr/lib/System.*.dll" that could be used
> for compilation as a reference.
> 
> That means I have to do:
> 
> export MONO_PATH=~/src/mcs/class/lib/default/
> 
> before I can even run "mcs -r System.Data.dll xxx.cs"
> 

This seems to be working here, I would update cvs and try again.

--Todd