problems on MacOS 14.5 (23F79) (XCode 15.4)
Albin Ahlbäck
albin.ahlback at gmail.com
Wed Jun 19 22:40:00 CEST 2024
Hello Anna,
I'm not really into compilers, but I get the feeling that it could be
related to it. Looks like the function mpn_bdiv_q_1 is not being aligned
properly, perhaps that causes issues?
I would suggest testing things in the following order:
1. Try disabling static build, and build shared instead (however, both
*should* work),
2. Try passing `--disable-assembly` to the configure script (similarly,
this should work without it),
3. Try restarting your computer lol (shouldn't make a difference),
4. Try downgrading your XCode version,
5. Try creating a minimal example which fails for you.
Best,
Albin
More information about the gmp-bugs
mailing list