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:36:09.000000000 -0400 +++ shadow/82442.tmp.19034 2007-08-16 08:19:09.000000000 -0400 @@ -10,13 +10,12 @@ Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: Mono svn head (r84118, also r83139) fails to compile on windows during mcs bootstrap mcs generates the following stacktrace during compilation: make[7]: Entering directory `/home/mattj/mcs/mcs' mcs /codepage:65001 /nologo /optimize -d:NET_1_1 -d:ONLY_1_1 @@ -94,6 +93,13 @@ ~/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) + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-16 08:19 ------- +I remember I had similar problems when I used cygwin but I am not 100% +sure what it was. During bootstrap it used MS runtime I had to specify +the full path in bootsrap build file. + +But on 99.9% your mcs uses MS runtime. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
