Advertisement
Guest User

Error

a guest
Aug 10th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. /usr/bin/ld: /tmp/ccrZDNIF.o: in function `boost::system::error_category::std_category::equivalent(int, std::error_condition const&) const':
  2. bot.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition[_ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition]+0xcc): undefined reference to `boost::system::generic_category()'
  3. /usr/bin/ld: bot.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition[_ZNK5boost6system14error_category12std_category10equivalentEiRKSt15error_condition]+0x118): undefined reference to `boost::system::generic_category()'
  4. /usr/bin/ld: /tmp/ccrZDNIF.o: in function `boost::system::error_category::std_category::equivalent(std::error_code const&, int) const':
  5. bot.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0xcc): undefined reference to `boost::system::generic_category()'
  6. /usr/bin/ld: bot.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0x118): undefined reference to `boost::system::generic_category()'
  7. /usr/bin/ld: bot.cpp:(.text._ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei[_ZNK5boost6system14error_category12std_category10equivalentERKSt10error_codei]+0x1fc): undefined reference to `boost::system::generic_category()'
  8. /usr/bin/ld: /tmp/ccrZDNIF.o: in function `boost::asio::error::get_system_category()':
  9. bot.cpp:(.text._ZN5boost4asio5error19get_system_categoryEv[_ZN5boost4asio5error19get_system_categoryEv]+0x8): undefined reference to `boost::system::system_category()'
  10. collect2: error: ld returned 1 exit status
  11. Compilation failed.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement