7 Dec
2005
7 Dec
'05
3:38 p.m.
Hello Andre,
so what to do? is there a flag to disable autolink?
you can modify the file boost/config/user.hpp (http://www.boost.org/libs/config/config.htm) Quote.. /// BOOST_WHATEVER_NO_LIB Tells the config system not to automatically select which library to link against for library "whatever", replace WHATEVER in the macro name with the name of the library; for example BOOST_DATE_TIME_NO_LIB or BOOST_REGEX_NO_LIB. Normally if a compiler supports #pragma lib, then the correct library build variant will be automatically selected and linked against, simply by the act of including one of that library's headers. This macro turns that feature off. ///// Marco