id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1744,"Change in default build variants broke ""Getting Started""",tychom@…,John Maddock,"Boost.Build no longer builds the same library variants that it used to, which caused the instructions in the Getting Started guide to be wrong. Original description: = [getting started] No information on building static libraries with bjam under Windows = Problem relates to the boost 1.35 with VC++ 8.0. When using bjam to build the Boost libraries from source there is no information provided in an easily accessible manner describing how to build static versions of those libraries for which such a thing is appropriate - threads, regex etc. As a number of libraries attempt to link statically by default this is quite a pain. The getting started guide for Windows found at 'more/getting_started/windows.html#or-build-binaries-from-source' provides no information on the bjam setting 'link=static'. In order to come across this information currently one needs to follow the link 'Boost.Build reference manual' close to the very bottom of the 'Getting Started' page, then take the 'Documentation' link and finally 'Static and shared libraries'. If additional information could be put in the bjam section of the getting started guide then this will 1) ensure less people wonder why the static libraries were not built in the first place 2) ensure less people have to hunt through the necessary links to find information on building static libraries. ",Bugs,closed,Boost 1.39.0,build,Boost 1.35.0,Regression,fixed,bjam build static windows,Vladimir Prus John Maddock