Question for Boost.Threads and Boost.Test
According to Boost document, Boost.Test can only be statically linked. Boost.Threads can only be dynamically linked. Then what boost_unit_test_framework-vc100-mt-1_53.lib for? Is it for dynamically linked dll? what libboost_thread-vc100-mt-1_53.lib for? Is it for static library? -- View this message in context: http://boost.2283326.n4.nabble.com/Question-for-Boost-Threads-and-Boost-Test... Sent from the Boost - Users mailing list archive at Nabble.com.
user.hpp -- View this message in context: http://boost.2283326.n4.nabble.com/Question-for-Boost-Threads-and-Boost-Test... Sent from the Boost - Users mailing list archive at Nabble.com.
boost/config/user.hpp -- View this message in context: http://boost.2283326.n4.nabble.com/Question-for-Boost-Threads-and-Boost-Test... Sent from the Boost - Users mailing list archive at Nabble.com.
[Please do not mail me a copy of your followup] boost-users@lists.boost.org spake the secret code <1365867209986-4645294.post@n4.nabble.com> thusly:
boost/config/user.hpp
Ah, I see what you're talking about now. There is a comment in there saying that Boost.Test can only be staticly linked, but this is incorrect. I've opened a ticket on that: https://svn.boost.org/trac/boost/ticket/9595 You can use Boost.Test in 4 variants: minimal header, header only, as a static library or as a dynamic library. Instructions can be found in the user guide here: http://user.xmission.com/~legalize/tmp/boost.test/libs/test/doc/html/ -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
participants (4)
-
Gennadiy Rozental
-
legalize+jeeves@mail.xmission.com
-
Vicente J. Botet Escriba
-
young