make on os x

Rapsey rapsey@REDACTED
Thu Jul 23 08:41:45 CEST 2009


Whoops, replied to the wrong mailing list.


Sergej

On Thu, Jul 23, 2009 at 7:59 AM, Rapsey <rapsey@REDACTED> 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
>
> Tested it on darwin and leopard and I haven't noticed any problems.
>
>
> Sergej
>
>
>
> On Thu, Jul 23, 2009 at 7:17 AM, Willy Tarreau <w@REDACTED> wrote:
>
>> Hi,
>>
>> On Thu, Jun 11, 2009 at 09:51:00AM +0200, Rapsey wrote:
>> > Sorry error in -vv output, TARGET = darwin
>> >
>> > Sergej
>> >
>> > On Thu, Jun 11, 2009 at 9:46 AM, Rapsey <rapsey@REDACTED> wrote:
>> >
>> > > I'm trying to build haproxy with kqueue on osx leopard, but I don't
>> think
>> > > it's working. There is no mention of DENABLE_KQUEUE anywhere when it's
>> > > building it.
>> > > This is the make I use:
>> > > make Makefile.osx TARGET=darwin CPU=i686 USE_PCRE=1  all
>>
>> Ok you're not using the proper syntax, you need to use :
>>
>>  make -f Makefile.osx TARGET=darwin CPU=i686 USE_PCRE=1  all
>>
>> Otherwise you tell make to build Makefile.osx, which already
>> exists so no error is reported.
>>
>> Also, please don't use 1.3.17 as it has a nasty bug which
>> can be triggered on 64-bit systems.
>>
>> Willy
>>
>>
>


More information about the erlang-questions mailing list