[Mono-list] Mono 0.24: Windows packages updated.

Jeroen Janssen japj@xs4all.nl
Wed, 07 May 2003 22:55:35 +0200


Miguel de Icaza wrote:

>Hello everyone,
>
>    The Windows packages for Mono have been updated on our download
>page.
>  
>

I was wondering, I'm trying to use the precompiled mode, but I get an 
error about 'as'. Is this a missing tool in mono/windows?

C:\Mono-0.24\bin>mono --aot mcs.exe
Mono AOT compiler - compiling assembly mcs.exe
Executing the native assembler now:
as C:\DOCUME~1\japj\LOCALS~1\Temp/mono_aot_01276 -o 
C:\DOCUME~1\japj\LOCALS~1\Temp/mono_aot_01276.o;
ld -shared -o mcs.exe.so 
C:\DOCUME~1\japj\LOCALS~1\Temp/mono_aot_01276.o;rm C:\DOCUME~1\japj\LOCALS~
1\Temp/mono_aot_01276.o;strip --strip-unneeded --discard-all mcs.exe.so
'as' is not recognized as an internal or external command,
operable program or batch file.
Compile 1504 out of 1676 methods (89%)
117 methods contains exception tables (6%)
0 methods contains absolute addresses (0%)
4 methods contains wrapper references (0%)
0 methods contains lmf pointers (0%)
51 methods has other problems (3%)
AOT RESULT 0

C:\Mono-0.24\bin>