I\'m trying to learn a little bit C++ and Boost.Asio. I\'m trying to compile the following code example:
#include #include
Have you built the boost libraries or are you trying to do this with a header-only setup? The error looks like the boost_system library is missing, which would suggest that the linker can't find the pre-built library.