Re: Make check fails on samsung S8 (2)

2020-12-03 Thread Luc Sanselme
Hi Marco, sorry for being long but I got a few things to do lately. I ran make check on termux on my phone and It's OK now. I join the file of the standard output and the file of standard error was empty. Regards. Luc Le lun. 2 nov. 2020 à 00:23, Marco Bodrato a écrit : > Ciao Luc, > > Il 202

Potential build issues on Darwin20.1 macOS Big Sur

2020-12-03 Thread JRR
Hi all, due to the treating of the linker flag -Wl,undefined (flat_namespace vs. dynamic_lookup there is a potential issue in building for Darwin20.1 (macOS Big Sur), cf. the snippet in your configure (which is imported from libtool.m4 I guess). The libtool authors are informed about these issu

Re: GMP bootstrap fails with Autoconf 2.69d

2020-12-03 Thread Paul Eggert
On 11/16/20 2:41 AM, Vincent Lefevre wrote: URLs can contain commas (this occurs in practice, but perhaps not for BTS URLs), so that if commas or other characters are forbidden, this should be documented so that the URL is written with such characters encoded. That was done in a patch by Zack W

Re: uint_least32_t is in stdint.h not in inttypes.h

2020-12-03 Thread Hans Åberg
> On 16 Nov 2020, at 10:53, Torbjörn Granlund wrote: > > Vincent Lefevre writes: > > So, including if present should be sufficient, and > this is what the above code does. > > That said, for C99 implementations, the #if tests would be useless, > so that the above code is also designed fo