[Mono-list] building mcs

Gonzalo Paniagua Javier gonzalo@ximian.com
08 Nov 2002 01:55:48 +0100


El jue, 07-11-2002 a las 21:08, Alex James escribió:
> make[2]: Entering directory `/home/alex/mcs/class/System.Web'
> cat list |egrep '\.cs$' >.response
> touch library-deps.stamp
> MONO_PATH=../../class/lib: mono ../../mcs/mcs.exe --target
> library --noconfig -o
>  ../../class/lib/System.Web.dll -r corlib -r System -r System.Drawing -r
> System.
> Xml @.response
> error CS0006: Cannot find assembly `System.Drawing'
[...]
> But now the same type of thing is happening.  Why is it not looking in
> /install/lib (folder)?
> I am running cygwin, with path set for /home/alex/install/bin + /lib.
> Thanks.

Under windows, you should just run 'make' from /home/alex/mcs directory.
It uses nant+csc to build class libraries.

makefile.gnu is used under unix.

-Gonzalo