[Mono-list] Does AOT work on Windows?

Robert Jordan robertj at gmx.net
Fri Jan 16 11:31:22 EST 2009


SWO wrote:
> I installed Mono 2.2 for windows, and created a little Winforms Applikation
> with VS2008. There is only one Form into the Application nothing else. When
> I try to call Mono --aot TestMonoAot.exe I get following error message:

[...]

> Executing the native assembler: as 
> C:\DOKUME~1\SWO~1.BEN\LOKALE~1\Temp\mono_aot
> _H1CTNU -o C:\DOKUME~1\SWO~1.BEN\LOKALE~1\Temp\mono_aot_H1CTNU.o
> Der Befehl "as" ist entweder falsch geschrieben oder
> konnte nicht gefunden werden.
> AOT of image TestMonoAot.exe failed.

Mono's AOT feature needs `cygwin' (http://cygwin.com) with at least
the "binutil" package installed. This is only needed on the machine
generating the native shared objects.

Robert



More information about the Mono-list mailing list