Skip to main content
added 132 characters in body
Source Link
hc_
  • 2.6k
  • 1
  • 19
  • 19

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.

Assuming you use gcc, try adding -lboost_system to your compiler command line.

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.

Source Link
hc_
  • 2.6k
  • 1
  • 19
  • 19

Assuming you use gcc, try adding -lboost_system to your compiler command line.