Getting Boost to build all version of libraries

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Getting Boost to build all version of libraries

      It looks like the best advice I could give here is RTFM. During the update to Boost 1.45, I was getting a linker error with a version of the Boost thread library:

      Source Code

      1. 1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-s-1_45.lib'


      It turns out that running bjam with no parameters builds a huge crapload of stuff, it doesn't build that library.

      The answer? Call bjam with the --build-type=complete parameter, and it will build everything.
      Mr.Mike
      Author, Programmer, Brewer, Patriot