[Mono-bugs] [Bug 74280][Min] Changed - Build system assumes '.' exists in path.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 06:05:50 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74280

--- shadow/74280	2005-04-06 10:04:56.000000000 -0400
+++ shadow/74280.tmp.7193	2005-04-07 06:05:49.000000000 -0400
@@ -296,6 +296,18 @@
 make[7]: Entering directory
 `/home/cooper/code/mono-1.1.6/mcs/class/corlib'
 (snipped the rest of the compilation)
 -------------------------------------------------------
 
 Let me know if you need anything else.
+
+------- Additional Comments From rharinath@novell.com  2005-04-07 06:05 -------
+Looks like you have BINFMT_MISC set to allow managed .exe files to run
+with an installed version of mono.  But, you don't seem to have the
+'mcs' compiler installed.
+
+Again, look at mono/README for the right way to handle this situation.
+Either install 'mcs', or
+
+  make get-monolite-latest
+  make
+