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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
