Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. -------------- Build: Debug in boost ---------------
  2.  
  3. Compiling: main.cpp
  4. Linking console executable: bin/Debug/boost
  5. Undefined symbols:
  6. "boost::system::generic_category()", referenced from:
  7. __static_initialization_and_destruction_0(int, int)in main.o
  8. __static_initialization_and_destruction_0(int, int)in main.o
  9. "boost::system::system_category()", referenced from:
  10. boost::asio::error::get_system_category() in main.o
  11. boost::system::error_code::error_code()in main.o
  12. __static_initialization_and_destruction_0(int, int)in main.o
  13. ld: symbol(s) not found
  14. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement