> From: Lars Ingebrigtsen <[email protected]> > Cc: [email protected], [email protected], [email protected], > [email protected] > Date: Mon, 28 Feb 2022 09:59:39 +0100 > > /usr/bin/ld: gnutls.o: in function `gnutls_try_handshake': > /home/larsi/src/emacs/trunk/src/gnutls.c:634: undefined reference to > `rpl_nanosleep' > collect2: error: ld returned 1 exit status > > I tried poking at lib/time.h, but I just don't understand how this all > hooks up: > > # if 1 > # if 1 > # if !(defined __cplusplus && defined GNULIB_NAMESPACE) > # define nanosleep rpl_nanosleep > > with nanosleep.c...
And there's no rpl_nanosleep anywhere in sight?
