Boost 1.54 ライブラリをコンパイルして使用しようとしていますが、行き詰まりました。
ドキュメントに記載されているように、ライブラリをコンパイルしてインストールしました。
./bootstrap.sh
./b2 install
次を使用して完全な再インストールを試みました:
./bootstrap.sh
./b2 threading=multi install
と を使用-lboost_thread
し-L*path
て boost*/bin.v2/libs にリンクしました
次のリンカ エラーが引き続き発生します。
undefined reference to boost::thread::start_thread_noexcept()
undefined reference to boost::thread::join_noexcept()
Eclipse の Ubuntu 12.04 で gcc 4.6.3 を使用しています。
これを修正する方法を知っている人はいますか?