[Mono-bugs] [Bug 81965][Wis] Changed - native compiler just can't work as expected
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jun 30 08:56:20 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 robertj at gmx.net.
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: mono-bugs at ximian.com
ReportedBy: paolo_lioy at hotmail.com
QAContact: mono-bugs at ximian.com
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 robertj at gmx.net 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.
+
More information about the mono-bugs
mailing list