1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| ||=== BotIRC_cpp, Debug ===|
obj/Debug/main.o||In function `__static_initialization_and_destruction_0':|
/usr/include/boost/system/error_code.hpp|204|undefined reference to `boost::system::get_system_category()'|
/usr/include/boost/system/error_code.hpp|205|undefined reference to `boost::system::get_posix_category()'|
/usr/include/boost/system/error_code.hpp|209|undefined reference to `boost::system::get_posix_category()'|
/usr/include/boost/system/error_code.hpp|210|undefined reference to `boost::system::get_system_category()'|
obj/Debug/main.o||In function `boost::asio::error::get_system_category()':|
/usr/include/boost/asio/error.hpp|215|undefined reference to `boost::system::get_system_category()'|
obj/Debug/main.o||In function `error_code':|
/usr/include/boost/system/error_code.hpp|309|undefined reference to `boost::system::get_system_category()'|
obj/Debug/main.o||In function `posix_tss_ptr':|
/usr/include/boost/asio/detail/posix_tss_ptr.hpp|47|undefined reference to `pthread_key_create'|
obj/Debug/main.o||In function `~posix_tss_ptr':|
/usr/include/boost/asio/detail/posix_tss_ptr.hpp|61|undefined reference to `pthread_key_delete'|
obj/Debug/main.o||In function `boost::asio::detail::posix_thread::join()':|
/usr/include/boost/asio/detail/posix_thread.hpp|77|undefined reference to `pthread_join'|
obj/Debug/main.o||In function `~posix_thread':|
/usr/include/boost/asio/detail/posix_thread.hpp|69|undefined reference to `pthread_detach'|
||=== Build finished: 10 errors, 0 warnings ===| |
Partager