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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
