24 Jun
2014
24 Jun
'14
3:37 p.m.
On 06/24/2014 05:29 PM, Gareth Simons wrote:
I installed boost using home-brew: brew install —with-c++11 —build-from-source-boost
It resides in: "usr/local/Cellar/boost/1.55.0-2”
but has an alias / link from: "/usr/local/include/boost"
In what directory is the shared object file? It should be called something like libboost_python.dylib. You should pass that directory to the LDFLAGS when running the configure script. -- Tiago de Paula Peixoto <tiago@skewed.de>