$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Nicholas Bastin (nick.bastin_at_[hidden])
Date: 2007-05-15 14:04:39
When I try to build bjam 1.34 with "build vc8", I get a TON of the
following errors:
LIBCMTD.lib(<xxx>.obj) : error LNK2001: unresolved external symbol
__security_check_cookie
(Happens on a bunch of bjam objs too)
I presume this is because of the "safe" vc8 runtime, but how do I get
around this issue? I presumed the vc8 toolset would take this into
account, but it apparently does not. Is there some way to pass
defines to build.bat?
-- Nick