On 08/10/2023 14:36, Pádraig Brady wrote:
On 07/10/2023 22:29, Paul Eggert wrote:
On 2023-10-07 04:42, Pádraig Brady wrote:
The auto linking is globally controlled with the --with-openssl
cofigure option, but you could build sort (and md5sum)
without that dependency with:
./configure ac_
On 07/10/2023 22:29, Paul Eggert wrote:
On 2023-10-07 04:42, Pádraig Brady wrote:
The auto linking is globally controlled with the --with-openssl
cofigure option, but you could build sort (and md5sum)
without that dependency with:
./configure ac_cv_lib_crypto_MD5=no
Thanks, I was thinkin
On Linux/ia64 (RHEL 5.11, a glibc 2.5 system), I see this test failure:
../../gltests/test-isfinite.c:174: assertion '!isfinite (m.value)' failed
FAIL test-isfinite (exit status: 134)
It's a bug in the isfinite() macro from glibc. From 2008-04-27 to 2015-02-21,
this bug was worked around, due to