Hello again, > I'm just looking into plink1.9 to fix #799471. I currently test the > build on a 32 bit arch, and would also try to compile the changes on > amd64. I'll ping you when it's done.
I've created a patch that should fix the build failures reported in #799471, but since it only replaces one define __LP64__ by another __SSE2__, this does not result in a usable program on non x86 64 bit architectures (see discussion on github [1]), therefore, I removed it again, but it is available as commit b91b5d. Doing this properly will take some time, because there are 300 tests for the __LP64__ define. It would probably be best for now to disable the build for all archs where the build fails, and also for big-endian archs, since upstream says that the program doesn't work there. Best, Gert [1] https://github.com/chrchang/plink-ng/issues/26