[m-users.] Mercury on ARM

Julien Fischer jfischer at opturion.com
Wed Jun 5 17:53:00 AEST 2013



On Wed, 5 Jun 2013, Tycho Luyben wrote:

> Hi, could be, how would I know though? It's the stock compiler for
> Ubuntu quantal; the same as on my x86 system where Mercury does
> compileĀ  without issues only for ARM. Now maybe the maintainer for the
> ARM port did something, but how can I see/know that?

The macro __STRICT_ANSI__ should be defined if -ansi is enabled.
Or you could just try compiling:

    #include <ucontext.h>
    int main(void) { return 0; }

with the ARM compiler and see if the same problem occurs.

Cheers,
Julien.


More information about the users mailing list