Re: rpl_gettimeofday link error under clang on Fedora

2025-04-04 Thread Bruno Haible via Gnulib discussion list
Hi Eric, Eric Blake wrote: > While trying to build m4.git with clang on a Fedora 40 machine, and > with gnulib updated to the latest git commit, I'm hitting the > following during 'make check' (building with gcc worked): The same build configuration (clang on Fedora 40) works for me, except for a

rpl_gettimeofday link error under clang on Fedora

2025-04-04 Thread Eric Blake
While trying to build m4.git with clang on a Fedora 40 machine, and with gnulib updated to the latest git commit, I'm hitting the following during 'make check' (building with gcc worked): CC test-gettimeofday.o CCLD test-gettimeofday /usr/bin/ld: test-gettimeofday.o: in function `mai

Re: rpl_gettimeofday link error under clang on Fedora

2025-04-04 Thread Eric Blake
On Fri, Apr 04, 2025 at 03:33:34PM +0200, Bruno Haible wrote: > Hi Eric, > > Eric Blake wrote: > > While trying to build m4.git with clang on a Fedora 40 machine, and > > with gnulib updated to the latest git commit, I'm hitting the > > following during 'make check' (building with gcc worked): >