$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Linking problem
From: Johan Råde (johan.rade_at_[hidden])
Date: 2012-02-26 04:38:15
I built Boost with the command
b2 toolset=msvc-10.0 address-model=32 link=static runtime-link=shared
threading=multi stage
I'm linking statically with Boost and dynamically with the CRT (compiler
option /MD).
I get the error message
LINK : fatal error LNK1104: cannot open file
'libboost_iostreams-vc100-mt-1_49.lib'
What might the problem be?