GMP 6.3.0: Failure building on MinGW (defaulting to ABI=64)

2023-12-10 Thread Simon Sobisch
Problem when building from 6.3.0 release tarball: libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -Wno-attribute x86_64_add_n.asm -DDLL_EXPORT -DPIC -o .libs/x86_64_add_n.o m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP

Re: GMP 6.3.0: Failure building on MinGW (defaulting to ABI=64)

2023-12-10 Thread Marc Glisse
On Sun, 10 Dec 2023, Simon Sobisch wrote: $ ./config.guess && gcc --version && as --version gcc -v file.c gives more information about the assembler that is really used. gcc.exe (MinGW.org GCC Build-2) 9.2.0 gcc-9 is old. Isn't mingw.org abandoned? I thought everyone had moved to

gmp 6.3.0 build failure on macOS 10.14.6 (Mojave) using Homebrew

2023-12-10 Thread Russ Gutwin
Hope this helps you and others: bash-3.2$ more tests/mpz/test-suite.log GNU MP 6.3.0: tests/mpz/test-suite.log # TOTAL: 64 # PASS: 57 # SKIP: 0 # XFAIL: 0 # FAIL: 7 # XPASS: 0 # ERROR: 0 .. contents::

Re: gmp 6.3.0 build failure on macOS 10.14.6 (Mojave) using Homebrew

2023-12-10 Thread Marc Glisse
Hello, could you give a bit more info (see https://gmplib.org/manual/Reporting-Bugs)? 3 things in particular: * what did config.guess identify your system as * what arguments did you pass to configure * could you run one of the failing tests in a debugger until it complains about the