[Mono-list] Jit compiler

Dietmar Maurer dietmar@ximian.com
20 Dec 2001 14:30:59 +0100


On Thu, 2001-12-20 at 14:16, adc wrote:
> Hi,
>  I have downloaded the latest anonCVS and I am trying to run the disassembler on some of the tests in the tests directory. Once I have compiled these with the Microsoft C# compiler I execute, for example
> ./monodis ../tests/ackermann.exe
> 
> but I recieve an error about an assertion in loader.c at line 73.
> This assertion asserts that the assembly has been opened without error (which it obviously hasn't) the error appears to be happening in the mono_image_open function in image.c. This seems to happen with every executable I throw at it, even extremely simple programs.

You have to install corlib.dll (our class library - see mcs). Or is it
already installed?

- Dietmar