[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building GnuTLS 3.0.9 on MS-Windows
From: |
Eli Zaretskii |
Subject: |
Re: Building GnuTLS 3.0.9 on MS-Windows |
Date: |
Thu, 12 Jan 2012 22:19:24 +0200 |
> Date: Sun, 08 Jan 2012 11:48:01 +0100
> From: Nikos Mavrogiannopoulos <address@hidden>
> CC: address@hidden
>
> > 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.