./confiugre options
Marc Lehmann
schmorp at schmorp.de
Tue May 24 19:21:49 CEST 2016
On Tue, May 24, 2016 at 07:09:56AM +0200, Knut Olav Bøhmer <bohmer at gmail.com> wrote:
> Hi,
>
> I'm debugging some code that works on mac but not on linux
> so I would like to compile libev without different features, like eventfd,
> signalfd, epoll etc. to see if any of this makes a difference.
I assume you mean OS X when you say macs? Since OSX doesn't support epoll,
signalfd or eventfd, configure will automatically disable them.
> Are there any options to the configure script to do that?
Not options, but configure respects the usual environment variables
(CPPFLAGS, CFLAGS and so on) that can be used to enable/disable options, as
described in the docs, as long as there are no conflicts, of course.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the libev
mailing list