Comment #1 on issue 276 by [email protected]: 1.4.13 reopening:
Configure fails on OS X with libevent path specified : Can't enable thread
without POSIX thread library
http://code.google.com/p/memcached/issues/detail?id=276
just to confirm: 1.4.5 compiles fine
this is the full buildout:
[libevent]
recipe = zc.recipe.cmmi
url =
https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz
[memcached]
recipe = zc.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz
extra_options = --with-libevent=${libevent:location}
--bindir=${buildout:directory}/bin
environment =
CFLAGS=-I${libevent:location}/include
LDFLAGS=-L${libevent:location}/lib