On Sun, 1 Jun 2014, Niels Möller wrote:
nisse@lysator.liu.se (Niels Möller) writes:
It fails make check; several assembly functions crash on w64, also in the --disable-shared case. I haven't yet looked closer, but I suspect that's some simple bug in the register shuffling done to support the w64 calling convention.
Fixed now. Passes make check for me (in my mingw + wine cross environment), for both shared and static libraries. It would be nice if someone with a real 64-bit windows box could confirm that it works.
I've updated the release status at http://www.lysator.liu.se/~nisse/nettle/plan.html, and it's getting closer. It would be nice if someone could give it a try also on macos (as well as on any other systems that I don't test on myself).
I've tested the latest git version on real windows (both 32 and 64 bit), OS X (both 32 and 64 bit), and on linux on arm (both armv6 and armv7 devices), and didn't run into any issues.
// Martin