$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Why my program always complains: cannot open file 'libboost_thread-vc80-mt-sgd-1_35.lib'?
From: Bill David (billdavidcn_at_[hidden])
Date: 2008-12-25 00:02:42
I have no 'libboost_thread-vc80-mt-sgd-1_35.lib' but
'libboost_thread-vc80-mt-gd-1_35.lib' in the link path. But my console
program always automatically links to
'libboost_thread-vc80-mt-sgd-1_35.lib'.
I have checked boost document, -s means statically linking to C++ standard
library.
Question: How could I modify the project settings and make it link to
'libboost_thread-vc80-mt-gd-1_35.lib'?
I am using VS2005 + boost1.35.0.