How to build libboost_thread-vc90-mt-sgd-1_39.lib
With a complete build of boost (running bjam from the main directory) I cannot find libboost_thread-vc90-mt-sgd-1_39.lib. However the same library is linked automatically when I use the thread library within a program build against the Multi-threaded (/MT) runtime of Visual studio 2008. What should I do? Luca
AMDG luca regini wrote:
With a complete build of boost (running bjam from the main directory) I cannot find libboost_thread-vc90-mt-sgd-1_39.lib. However the same library is linked automatically when I use the thread library within a program build against the Multi-threaded (/MT) runtime of Visual studio 2008. What should I do?
bjam --with-thread toolset=msvc debug threading=multi link=static runtime-link=static stage In Christ, Steven Watanabe
check it in the directory "Boost\stage\lib", you can find it there.
--------------------------------------------------
From: "luca regini"
With a complete build of boost (running bjam from the main directory) I cannot find libboost_thread-vc90-mt-sgd-1_39.lib. However the same library is linked automatically when I use the thread library within a program build against the Multi-threaded (/MT) runtime of Visual studio 2008. What should I do?
Luca _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
Glenn WONG
-
luca regini
-
Steven Watanabe