Boost.Thread Linking - boost_thread vs. boost_thread-mt
Posted
by Robert S. Barnes
on Stack Overflow
See other posts from Stack Overflow
or by Robert S. Barnes
Published on 2010-06-13T09:45:52Z
Indexed on
2010/06/13
9:52 UTC
Read the original article
Hit count: 539
It's not clear to me what linking options exist for the Boost.Thread 1.34.1 library. I'm on Ubuntu 8.04 and I've found that using eitherr boost_thread
or boost_thread-mt
during linking both compile and run, but I don't see any documentation on these or any other linking options in above link.
What Boost.Thread linking options are available and what do the mean?
© Stack Overflow or respective owner