Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81316 --- shadow/81316 2007-04-05 11:38:36.000000000 -0400 +++ shadow/81316.tmp.28247 2007-04-10 00:23:38.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81316 Product: Mono: Runtime Version: 1.2 OS: other OS Details: Ubuntu 6.10 Edgy -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Normal Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -53,6 +53,21 @@ This bug occurs when compiling natively for i686, or crosscompiling for ARM9. ------- Additional Comments From [EMAIL PROTECTED] 2007-04-05 11:38 ------- Fixed in SVN: http://lists.ximian.com/pipermail/mono-patches/2007-April/090328.html + +------- Additional Comments From [EMAIL PROTECTED] 2007-04-10 00:23 ------- +I tried the fix using both mono-1.2.3-1 and the 20070409 snapshot. +--enable-minimal=aot still breaks, although the error is now in a +different place: + +./.libs/libmono-static.a(mini-trampolines.o): In function +`mono_aot_plt_trampoline': +/home/target/src/mono-1.2.3.50.20070409/mono/mini/mini-trampolines.c:150: +undefined reference to `mono_aot_plt_resolve' + +From what I could tell, this function is prototyped in +mono/mini/mini.h, and defined in mono/mini/aot-runtime.c but I can't +see why disableing aot in the ./configure stage should cause it to be +undefined. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
