Re: errors in make check

2024-01-21 Thread Niels Möller
Paul E Reimer writes: > I downloaded what I believe is the most recent version and it seem to > have passed all checks, except for one which was skipped. (Why?)  SKIP: t-addaddmul is likely because mpn_addaddmul_1msb0 is an assembly function only implemented for a few architectures, and not

Re: errors in make check

2024-01-20 Thread Torbjörn Granlund
Marc Glisse writes: could you check with the latest snapshot from https://gmplib.org/download/snapshot/gmp-next/ ? If that does not help, can you try with a different compiler (a real gcc, or maybe a non-Apple llvm, you can probably get them through homebrew or macports)? It would

Re: errors in make check

2024-01-20 Thread Marc Glisse
Hello, could you check with the latest snapshot from https://gmplib.org/download/snapshot/gmp-next/ ? If that does not help, can you try with a different compiler (a real gcc, or maybe a non-Apple llvm, you can probably get them through homebrew or macports)? On Fri, 19 Jan 2024, Paul E

errors in make check

2024-01-19 Thread Paul E Reimer
Hello, The command "make check" produces a number of failures for me.  I am using on a MacBook pro running macOS Sonoma 14.2.1 and XCode 15.2.  To build, I run [gmp-6.3.0]  configure --prefix=/Users/reimer/Documents/local > ../gmp-6.3.0Configure.log [gmp-6.3.0]  make >&