On Thu, Mar 25, 2021 at 3:48 AM Niels Möller nisse@lysator.liu.se wrote:
Jeffrey Walton noloader@gmail.com writes:
It looks like Nettle is no longer building or installing hogweed on some Apple platforms.
This is from a PowerMac G5 running OS X 10.5:
Most likely the configure check for libgmp failed. Check config.log for details. I think the most recent change to the gmp dependency was in nettle-3.6, which requires gmp-6.1 or later.
Here is what the GMP install looks like:
$ ls -al /usr/local/lib/*gmp* -rwxr-xr-x 1 root wheel 543216 Mar 24 21:39 /usr/local/lib/libgmp.10.dylib -rw-r--r-- 1 root wheel 3078944 Mar 24 21:39 /usr/local/lib/libgmp.a lrwxr-xr-x 1 root wheel 15 Mar 24 21:39 /usr/local/lib/libgmp.dylib -> libgmp.10.dylib -rwxr-xr-x 1 root wheel 947 Mar 24 21:39 /usr/local/lib/libgmp.la
And:
$ cat /usr/local/lib/pkgconfig/gmp.pc prefix=/usr/local exec_prefix=${prefix} includedir=${prefix}/include libdir=${prefix}/lib
Name: GNU MP Description: GNU Multiple Precision Arithmetic Library URL: https://gmplib.org Version: 6.2.1 Cflags: -I${includedir} Libs: -L${libdir} -lgmp
Attached is config.log.
Jeff