$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::asio and C++0x
From: Igor R (boost.lists_at_[hidden])
Date: 2011-06-24 08:52:00
> I hadn't, but I added -lboost_system to my CPP command line. It did not help. Was that the correct way to inject the library?
Yes, you should link with -lboost_system or -lboost_system-mt for
multithreaded version.