How do I make Boost multithreading?

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-05-01T22:57:55Z Indexed on 2010/05/02 0:47 UTC
Read the original article Hit count: 472

Filed under:
|

Hi,

I am trying to compile the latest Boost c++ libraries for Centos. I 've used bjam install and it has placed the libraries in /usr/lib and /usr/lib64.

The problem is I need the -mt variants for a specific application to run. I cannot understand in the documentation how to create the multithreading variants. :(

Please give me a hint!

Thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost