[Mono-list] Error: mcs.exe: cannot execute binary file
Duncan Mak
duncan@ximian.com
16 Jun 2002 19:22:06 -0400
On Sun, 2002-06-16 at 16:25, Duncan Mak wrote:
> Right now, I think we could build both System.Data and System.Xml on
> Linux. Gtk# used to build on Linux, and hopefully the bug stopping the
> build will be fixed soon.
Rachel just told me that gtk# compiles fine on Linux and I tried it and
it does work. To compile gtk#, download the source from cvs, and run be
sure to run ./autogen.sh, so that you'll get the new Makefile for the
Gdk.Imaging stuff.
Then, when autogen.sh and configure is done, use 'make install' instead
of 'make' to build. There'll be a few CS0108 warnings, involving the
lack of the 'new' keyword in some functions, but it builds.
--
Duncan Mak <duncan@ximian.com>