Boost C++ Libraries: Ticket #6699: boost test documentation is outdated https://svn.boost.org/trac10/ticket/6699 <p> I tried to compile example on page <a href="http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/tutorials/hello-the-testing-world.html">http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/tutorials/hello-the-testing-world.html</a> </p> <p> and it doesn't link: </p> <p> undefined reference to `main' </p> <p> After some investigation I found a answer <a class="ext-link" href="https://bugs.launchpad.net/ubuntu/+source/boost/+bug/162155"><span class="icon">​</span>https://bugs.launchpad.net/ubuntu/+source/boost/+bug/162155</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6699 Trac 1.4.3 anonymous Sat, 17 Mar 2012 16:21:09 GMT owner, component changed https://svn.boost.org/trac10/ticket/6699#comment:1 https://svn.boost.org/trac10/ticket/6699#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Gennadiy Rozental</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">test</span> </li> </ul> Ticket Gennadiy Rozental Mon, 05 Nov 2012 01:17:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6699#comment:2 https://svn.boost.org/trac10/ticket/6699#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Documentation is correct. BOOST_TEST_MODULE is enough. Do you link with static library? </p> Ticket