nisse@lysator.liu.se (Niels Möller) writes:
(I'll check status of 64-bit wine in debian, last time I looked it didn't work out of the box).
Seems to work now, after
apt-get -t testing install wine wine32 wine64
Only problem is that it seems one can't use the same ~/.wine for 32-bit and 64-bit wine, so I have to set WINEPREFIX=~/.wine64 when running 64-bit executables.
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. If it used to work (iirc, Martin tested the previous nettle release on w64), that probably means that it's correct for up to 5 arguments, but broken for newer functions with 6 arguments.
Regards, /Niels