[Mono-bugs] [Bug 82442][Wis] Changed - Mono svn head (r84118, also r83139) fails to compile on windows during mcs bootstrap
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 16 14:14:09 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82442
--- shadow/82442 2007-08-16 13:53:04.000000000 -0400
+++ shadow/82442.tmp.25358 2007-08-16 14:14:09.000000000 -0400
@@ -110,6 +110,29 @@
clean install from cygwin up in the hope it was just a broken cygwin
setup.
If you had to dick around with the configuration/bootstrap files to
get a simple build working, wouldn't that seem to imply that this is a
bug?
+
+------- Additional Comments From marek.safar at seznam.cz 2007-08-16 14:14 -------
+I am not sure but maybe your installation path
+(C:/PROGRA~1/MONO-1~1.4) causes that problem, I have never tried to
+install mono to Program Files.
+
+Second options:
+
+Try to change your
+
+#!/bin/sh
+exec C:/PROGRA~1/MONO-1~1.4/bin/mono $MONO_OPTIONS
+C:/PROGRA~1/MONO-1~1.4/lib/mono/1.0/mcs.exe "$@"
+
+to
+
+C:/PROGRA~1/MONO-1~1.4/bin/mono.exe
+
+I think it helped me with one version of cygwin.
+
+Can you also add some logging to mcs script to see whether it is
+called or not.
+
More information about the mono-bugs
mailing list