underachiever
Posts: 3
Joined: Fri Jun 20, 2014 6:16 pm

Correct option for with-boost-unit-test-framework

Fri Jun 20, 2014 6:20 pm

I upgraded Raspbian to Jessie and I'm getting this error with boost_unit_test_framework.
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 !
I tried --with-boost-unit-test-framework, --with-boost-unit-test-framework=gcc and other variants, none of them work.
Does anyone know how is that option supposed to be passed to configure?

underachiever
Posts: 3
Joined: Fri Jun 20, 2014 6:16 pm

Re: Correct option for with-boost-unit-test-framework

Sun Jun 22, 2014 4:02 pm

Reply to my question:
v1.55 has problems, just as v1.54.
Try v1.53. It worked for me.

Return to “Raspberry Pi OS”