[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Need --disable-examples
From: |
Ken Bass |
Subject: |
Re: [libmicrohttpd] Need --disable-examples |
Date: |
Wed, 05 Nov 2014 20:34:54 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 |
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