$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Linker warning LNK4217: locally defined symbol _ imported in function _
From: Yang Zhang (yanghatespam_at_[hidden])
Date: 2009-10-17 21:52:28
On Sat, Oct 17, 2009 at 2:48 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> AMDG
> If you didn't specify a version of msvc when you built Boost,
> Boost.Build default to the most recent version it can
> find in the registry. It does not use your environment
> to determine which compiler to use. Try building with
> bjam ... toolset=msvc-9.0
>
Thanks much; with an additional --build-type=complete, everything worked.
-- Yang Zhang http://www.mit.edu/~y_z/