Building GnuTLS 3.0.9 on MS-Windows
Eli Zaretskii
eliz at gnu.org
Thu Jan 12 21:19:24 CET 2012
> Date: Sun, 08 Jan 2012 11:48:01 +0100
> From: Nikos Mavrogiannopoulos <nmav at gnutls.org>
> CC: gnutls-devel at gnu.org
>
> > Problem #3: The linker fails in src/: CC udp-serv.o udp-serv.c:
> > In function `udp_server': udp-serv.c:107: warning: implicit
> > declaration of function `usleep' CC common.o CC p11common.o
> > CCLD gnutls-serv.exe udp-serv.o(.text+0x417): In function
> > `udp_server': d:/usr/eli/utils/gnutls-3.0.9/src/udp-serv.c:107:
> > undefined reference to `usleep'
>
>
> I'll add the gnulib usleep module for that.
On second thought, would it be possible to use the nanosleep module
from gnulib instead? That one does have a non-trivial implementation
for MS-Windows that supports sub-millisecond sleep periods.
More information about the Gnutls-devel
mailing list