Re: [C++-sig] 2 "using python" declarations in user-config.jam not working

2010-11-05 Thread John Reid
On 05/11/10 14:42, John Reid wrote: Hi, I can't get boost.build configured for 2 different python versions, of which one is a debug build. I follow the instructions here: http://www.boost.org/doc/libs/1_44_0/libs/python/doc/building.html My user-config.jam has entries like this # default python

[C++-sig] 2 "using python" declarations in user-config.jam not working

2010-11-05 Thread John Reid
Hi, I can't get boost.build configured for 2 different python versions, of which one is a debug build. I follow the instructions here: http://www.boost.org/doc/libs/1_44_0/libs/python/doc/building.html My user-config.jam has entries like this # default python - this picks up a standard Ubuntu

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