Hi, I have a problem with linking boost libraries in codeblocks using gcc 4.6.1.
I'm getting following errors:
undefined reference to `vtable for boost::unit_test::unit_test_log_t'
How can I solve it?

you should use -lboost_unit_test-st for single-threaded and
-lboost_unit_test-mt for multi-threaded applications

@sundip and where am I supposed to put in codeblocks?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.