[Mono-list] compiling on linux?

Miguel de Icaza miguel@ximian.com
29 May 2002 19:49:40 -0400


> corlib.dll
> System.dll
> System.Data.dll
> System.Xml.dll
> System.Web.dll
> System.Drawing.dll
> and
> mcs.exe
> 
> from a windows build to build my own mcs.exe n' libs?

You need the libraries from a build (it can be a Windows or Linux
build).  You really only need corlib.dll though.

Miguel