Even with darwin kqueue was not enabled, I tried it. Why is there even a separate osx makefile if the default one works?
Sergej On Thu, Jul 23, 2009 at 1:20 PM, Willy Tarreau <[email protected]> wrote: > On Thu, Jul 23, 2009 at 08:40:23AM +0200, Rapsey wrote: > > Yes thank you. I figured it out eventually and used the same command as > you > > wrote to build, but kqueue was still not getting enabled. > > This is the make command I eventually figured out works without issues > (uses > > the default Makefile): > > > > make TARGET=osx CPU=i686 USE_KQUEUE=1 USE_POLL=1 USE_PCRE=1 > > you're right, I wrote "osx" because you did, but it's TARGET=darwin which > automatically enables KQUEUE. Maybe we should simplify this makefile since > it only supports one OS. > > Regards, > Willy > >

