Boost logo

Boost Users :

From: Marco Azimonti (random.sampling_at_[hidden])
Date: 2005-12-07 10:38:01


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net