$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:10:36
On 5/15/07, Nicholas Bastin <nick.bastin_at_[hidden]> wrote:
> 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
I added -D_CRT_SECURE_NO_DEPRECATE and -D_SECURE_SCL=0 to BOOST_JAM_CC
under the _vc8_ toolset in build.bat, but it doesn't seem to have any
effect. Maybe I've done this in the wrong place...
-- Nick