Slide wrote: > > On Mon, Nov 7, 2011 at 11:15 AM, applepi <chrisddail@> wrote: >> I've got a C# project that I need compiled to a native binary. I've read >> here >> on the AOT page that Mono can precompile an assembly to one of two >> options: >> >> --aot : A precompiled image (essentially the same as Ngen as it looks to >> me) >> --aot=full: A fully compiled to native binary instance of the original >> .exe >> >> I am fairly sure I'm understanding those right, but could be wrong about >> the >> --aot=full option. >> >> However, when I run: >> >> mono.exe --aot=full --verbose program.exe >> >> I get no output, the last modified date on the executable remains the >> same, >> and no files are generated. I've also tried just as a test: >> >> mono.exe --aot --verbose program.exe >> >> I get the same result; no output, no image file or files in general, >> nothing. >> >> Am I missing something here? >> >> -- >> View this message in context: >> http://mono.1490590.n4.nabble.com/Using-mono-aot-aot-full-compilation-nothing-appears-to-happen-tp4010058p4010058.html >> Sent from the Mono - General mailing list archive at Nabble.com. >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list >> > > Are you sure you don't want mkbundle? > > slide > > -- > slide-o-blog > http://slide-o-blog.blogspot.com/ > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
I'd not seen mkbundle. I'll have to look into that as well.. this is going into proprietary code for a customer and I'm not as brushed up on how all of the GPL/LGPL restrictions affect that as I should be, so I'll have to dig into that somewhat. What's the difference between --aot=full and mkbundle? --aot=full looked like it should produce a single binary as well.. -- View this message in context: http://mono.1490590.n4.nabble.com/Using-mono-aot-aot-full-compilation-nothing-appears-to-happen-tp4010058p4010840.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
