I\'m new to c++ rest sdk Casablanca and using it in Codelite ide. Operating System : Arch Linux gcc ver
Casablanca
Operating System
gcc ver
/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