SyntaxFix
Write A Post
Hire A Developer
Questions
The boost library you are using depends on the boost_system library. (Not all of them do.)
Assuming you use gcc, try adding -lboost_system to your compiler command line in order to link against that library.
-lboost_system