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-15 16:01:10.000000000 -0400 +++ shadow/82442.tmp.28061 2007-08-15 16:36:09.000000000 -0400 @@ -84,6 +84,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-08-15 16:01 ------- That code is commented out in 1.2.4 so it won't get executed. Also, 'mcs' executes mcs.exe under the MS runtime on windows, a normal build would call mono <path>/mcs.exe instead. + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-15 16:36 ------- +No, it's executing under mono: + +~/mcs$ cat /usr/local/bin/mcs +#!/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 "$@" + +(MONO-1~1.4 => Mono-1.2.4) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
