$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Pickles (sipickles_at_[hidden])
Date: 2007-10-25 16:15:59
Hi,
Since the new update of boost::asio, I need to build boost::system.
I built it using bjam in the boost/system/build directory, and it built:
boost_system_vc80-gd-1_34_1.lib
but my compiler needs:
libboost_system-vc80-mt-gd-1_34_1.lib
I'm not sure what the difference between the boost and libboost version,
but I know the mt is multithreaded....
Can anyone advise?
Thanks
Si