I installed all (sudo apt-get install libboost-all-dev) boost libraries and they're v1.55.02 (latest and also default).
Code: Select all
uname -a
Linux raspberrypi 3.12.22+ #691 PREEMPT Wed Jun 18 18:29:58 BST 2014 armv6l GNU/Linux
./configure ... --with-boost-chrono=boost_chrono --with-boost-unit-test-framework=boost_unit_test_framework
...
checking whether the Boost::Chrono library is available... yes
checking for exit in -lboost_chrono... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
configure: error: Could not link against boost_unit_test_framework !Does anyone know how is that option supposed to be passed to configure?