undefined reference to symbol '_ZN5boost6system15system_categoryEv' error
/usr/lib/libboost_system.so.1.60.0: error adding symbols: DSO missing from command line
This DSO error means that libboost_system is missing from the command line. You should also add:
-lboost_system
to your command line just like -lcpprest