私はubuntu12.04でboost:pythonの例を作成しようとしています。(ソースからではなく)パッケージマネージャーからライブラリをインストールしました。また、これまでブーストを使用したことはなく、このための環境変数も設定していません(BOOST_BUILD_PATHは設定されていません)。このエラーが発生します:
/usr/share/doc/libboost1.46-doc/examples/libs/python/example/tutorial$ bjam --debug-configuration
notice: found boost-build.jam at /usr/share/doc/libboost1.46-doc/examples/libs/python/example/boost-build.jam
Unable to load Boost.Build: could not find build system.
---------------------------------------------------------
/usr/share/doc/libboost1.46-doc/examples/libs/python/example/boost-build.jam attempted to load the build system by invoking
'boost-build ../../../tools/build/v2 ;'
but we were unable to find "bootstrap.jam" in the specified directory
or in BOOST_BUILD_PATH (searching /usr/share/doc/libboost1.46-doc/examples/libs/python/example/../../../tools/build/v2, /usr/share/boost-build).
Please consult the documentation at 'http://www.boost.org'.
どうすれば修正できますか?BOOST_BUILD_PATHをどこにポイントすればよいですか?