On 11/5/2014 5:28 PM, Christian Grothoff wrote:
I checked, and none of the examples require epoll(). Some use epoll()
conditionally (if available), but that is fine and the code does compile
if I pass --disable-epoll to configure.
The version I am using is 0.94 and the build environment was Centos 5
(RHEL5) both i686 and x86_64 architectures.
Next time I get a chance, I'll try again and provide more details.
I compile the library statically (--static) if that makes a difference
and then the resulting library / include file gets checked into a
configuration management system.
I don't use or check in the examples.
Thanks