
11 Sep
2007
11 Sep
'07
10:49 a.m.
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