Re: [C++-sig] Unable to find -lboost_python

2010-11-05 Thread Jean Claude Berthet
By default it is in /usr/local/lib/ but you may have to ask for to be compiled explicitly: ./bjam --with-python On 11/5/10 9:35 AM, Aishwarya Venkataraman wrote: Hello, I want to install pydoop to get python talk to hadoop/ hdfs file system. This requires me to have boost installed. I have in

[C++-sig] Unable to find -lboost_python

2010-11-05 Thread Aishwarya Venkataraman
Hello, I want to install pydoop to get python talk to hadoop/ hdfs file system. This requires me to have boost installed. I have installed boost using macports. python setup.py build_ext -L/opt/local/lib/ -I/opt/local/include/ When I run the above command to install pydoop, it gives me the follo