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=81965 --- shadow/81965 2007-06-28 10:55:32.000000000 -0400 +++ shadow/81965.tmp.20861 2007-06-30 08:56:20.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 81965 Product: Mono: Compilers Version: unspecified -OS: +OS: unknown OS Details: -Status: NEW -Resolution: -Severity: +Status: RESOLVED +Resolution: NOTABUG +Severity: Unknown Priority: Wishlist Component: Other. AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -53,6 +53,16 @@ because won't work at all anyway ... this feature will be very nice if finally works correctly .. hope somebody fix it so we can check it out Paolo + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-30 08:56 ------- +--aot never generates executables. It merely generates shared +objects (windows: dlls) for a given assembly. + +Next time mono is invoked on this assembly, the shared object +will be executed instead of the CIL. + +If you want standalone executables, you should look at mkbundle. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
