[Mono-dev] IR opcode documentation?

2010-04-14 Thread Wayne Kelly
Method_to_IR creates IR instructions with machine independent opcodes such as loadi4_membase and int_add_imm. Is there any documentation that explains the semantics of all of these machine independent opcodes? Cheers, Wayne. ___ Mono-devel-list mailin

Re: [Mono-dev] Yet another problem compiling sources under cygwin

2010-04-02 Thread Wayne Kelly
Friday, 2 April 2010 12:14 PM To: Wayne Kelly Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Yet another problem compiling sources under cygwin On 4/1/2010 8:23 PM, Wayne Kelly wrote: > I'm receiving a make error: undefined reference to _wapi_clear_interruption > this r

[Mono-dev] Yet another problem compiling sources under cygwin

2010-04-01 Thread Wayne Kelly
Hi, I'm trying to compile mono sources under cygwin on Windows. I followed the instructions from the tutorial at http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html I'm receiving a make error: undefined reference to _wapi_clear_interruption this reference is from mini-exception.c report