<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 4, 2014 at 2:36 PM, Julien Fischer <span dir="ltr"><<a href="mailto:jfischer@opturion.com" target="_blank">jfischer@opturion.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
The asm_fast* grades don't seem to currently work on 32-bit OS X due<br>
to the configure check for GCC labels failing; I am looking into this.</blockquote><div><br></div><div>This is possibly related to ASLR -- the configure test passes when compiled</div><div>with -fno-pie, however using that option to compile the runtime results in:</div>
<div><br></div><div><div>../Mmake.common:130: warning: undefined variable 'DESTDIR'</div><div>../scripts/mgnuc --grade asm_fast.gc     --c-debug --no-ansi   --        -fPIC -DMR_PIC \</div><div><span class="" style="white-space:pre">        </span>-c mercury_builtin_types.c -o mercury_builtin_types.pic_o</div>
<div>mercury_hand_compare_body.h:41:Missing operand value assumed absolute 0.</div><div>mercury_hand_compare_body.h:41:junk `[.-0b]' after expression</div><div>mercury_hand_compare_body.h:41:Missing operand value assumed absolute 0.</div>
</div><div>...</div><div><br></div><div>Cheers,</div><div>Julien.</div></div></div></div>