Friday, July 15, 2016

Solved : symbols: DSO missing from command line

I was compiling program with boost library and got this. ( i was using boost_thread only)

Solution:

Add boost_system to the linker and you shall be fine.

No comments: