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