Posts

Showing posts with the label symbols

Solved symbols DSO missing from command line

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. download file now