$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-10-14 16:12:30
I just experienced the following, at BOOST_ROOT:
~/src/boost-rc-1.34.0 $ ~/bin/bjam -n --v2 testing.arg=-v numpy
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
notice: could not find main target numpy
notice: assuming it's a name of file to create
warning: On gcc, DLL can't be build with '<runtime-link>static'.
warning: It's suggested to use '<runtime-link>static' together with the '<link>static'.
warn: Unable to construct libs/date_time/build/boost_date_time
warning: On gcc, DLL can't be build with '<runtime-link>static'.
warning: It's suggested to use '<runtime-link>static' together with the '<link>static'.
...etc...
Nevermind that the command doesn't make much sense; what's with the
funny diagnostics?
-- Dave Abrahams Boost Consulting www.boost-consulting.com