I assume you used mono-build-w32.sh to build mono? You need to checkout mcs from cvs and build mcs. This is because the mono-build-w32.sh script only builds the mono runtime; it does not checkout and build the mcs C# compiler and libraries.
Once you check out from cvs and build mcs, copy mcs.exe to your mono installation bin, and copy your shared objects to your mono installation lib. For example: cp ~/mono/mcs/mcs/mcs* ~/mono/install/bin cp ~/mono/mcs/class/lib/* ~/mono/install/lib -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Lawrence Pit Sent: Saturday, April 13, 2002 5:41 PM To: [EMAIL PROTECTED] Subject: [Mono-list] make: Nothing to be done for `all'. Hi, Trying to build mono on W2K box using cygwin. Build works fine except for a few components where it simply leaves the directory without doing anything resulting in 0 bytes sized mcs.exe, corlib.dll and all the System.*.dll files. All other .exe files compiled fine. If I go for example to directory /mono/tests/ and run make, I get the following result: $ make make: Nothing to be done for `all'. $ make all make: Nothing to be done for `all'. strangely enough make distclean, make check and a few other targets work fine. Anyone ever encountered this problem? I searched Google, found no answer there. greets, loz _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
