bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] Re: nanosleep module and mingw32


From: Martin Lambers
Subject: Re: [bug-gnulib] Re: nanosleep module and mingw32
Date: Mon, 22 May 2006 21:26:22 +0200
User-agent: Mutt/1.5.11+cvs20060403

On Sun, 21. May 2006, 21:27:15 -0700, Paul Eggert wrote:
> > No, unfortunately it does not, because the target system does not have a
> > nanosleep function.
> 
> OK.  Do the other parts of the patch (e.g., the HAVE_SYS_SELECT_H,
> TIME_WITH_SYS_TIME, etc.) address the problem?  If not, what problems
> do you encounter with the latest version?  (We prefer solutions that
> do not have Windows-specific ifdefs sprinkled all over the place.)

With the latest version, I get the compiler warning

nanosleep.c: In function `my_usleep':
nanosleep.c:95: warning: implicit declaration of function `select'

and the linker error

../gnulib/libgnu.a(nanosleep.o): In function `my_usleep':\
/home/martin/projects/mpop/mpop/gnulib/nanosleep.c:95:\
undefined reference to `_select'


Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]