How to solve 'undefined reference to symbol 'vtable for boost::detail::thread_data_base' ?
follow:Moving the gripper
Linking CXX executable ../bin/simple_gripper
/usr/bin/ld: CMakeFiles/simple_gripper.dir/src/lian_gripper.o: undefined reference to symbol 'vtable for boost::detail::thread_data_base'
/usr/bin/ld: note: 'vtable for boost::detail::thread_data_base' is defined in DSO /usr/lib/libboost_thread.so.1.46.1 so try adding it to the linker command line
/usr/lib/libboost_thread.so.1.46.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [../bin/simple_gripper] Error 1
How to solve it ? Thank you !!