$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-09-11 06:49:19
Roland Schwarz wrote:
>> A small example:
>> I was trying to single out the asio lib, and discovered that it had
>> quite some implicit (undocumented) dependencies on other
>> header-only/prebuilt libs. Only when I tried to use auto_link on an msvc
>> platform with BOOST_LIB_DIAGNOSTIC turned on I eventually figured out
>> that I also had to provide boost_system boost_date_time and boost_regex
>> to the linker while compiling with gcc.
Erm, actually these dependencies are documented in the "Using
Boost.Asio" section in the docs:
<http://asio.sourceforge.net/boost_asio_0_3_8/libs/asio/doc/html/boost_asio/using.html>
Cheers,
Chris