Re: Building without epoll - configure fails
Roy Marples
Thu Mar 24 12:04:30 2016
On 24/03/2016 12:00, Shahid Mahmood wrote:
> Right. epoll is not available on our device. An attempt to use it
> results in:
>
> "eloop_signal_set_cb: Function not implemented"
Interesting.
Have you considered removing sys/epoll.h instead so that epoll aware
systems know it's not there at compile time? That is probably a better
solution and would fix any other packages that you have using epoll
quite quickly as well.
Roy
Archive administrator: postmaster@marples.name