At Fri, 7 Nov 2008 03:08:00 -0800, "D. Stussy" <[EMAIL PROTECTED]> wrote:
> Compiler warnings issued (same warnings issued about 10 times): > > ../../lib/isc/libisc.a(socket.o): In function `setup_watcher': > socket.c:(.text+0x4eb4): warning: warning: epoll_create is not implemented > and will always fail > ../../lib/isc/libisc.a(socket.o): In function `watch_fd': > socket.c:(.text+0x8ac3): warning: warning: epoll_ctl is not implemented and > will always fail > ../../lib/isc/libisc.a(socket.o): In function `isc__socketmgr_waitevents': > socket.c:(.text+0x84a1): warning: warning: epoll_wait is not implemented and > will always fail (snip) > Do we have a problem here, or may this be safely ignored? I've not seen these warnings, but if the OS really doesn't support epoll as the warnings indicate, executables won't work anyway. On the other hand, if they work you may be able to ignore the warnings. A workaround in the former case would be to disable epoll at compilation time using the '--disable-epoll' configure option. --- JINMEI, Tatuya Internet Systems Consortium, Inc.
