Boost C++ Libraries: Ticket #12492: No libbost_fiber files after building boost 1_62 https://svn.boost.org/trac10/ticket/12492 <p> Hi, </p> <p> I've been trying to get boost:fiber library file. I've downloaded newest version of boost from sourceforge and installed boost with those commends: </p> <pre class="wiki">./bootstrap.sh --prefix=PREFIX ./b2 ./b2 install --prefix=PREFIX </pre><p> (With PREFIX being some directory of course) Next I've tried to compile this code: </p> <pre class="wiki">#include &lt;boost/fiber/all.hpp&gt; int main() { boost::fibers::promise&lt;int&gt; promise; boost::fibers::future&lt;int&gt; future(promise.get_future()); return 0; } </pre><p> With: </p> <pre class="wiki">g++ -I PREFIX/include/ -std=c++11 -L PREFIX/lib/ -lboost_fiber test.cpp </pre><p> Unfortunately I've got: </p> <pre class="wiki">/usr/bin/ld: cannot find -lboost_fiber </pre><p> I've checked in PREFIX/lib, and there is no libbost_fiber.*. There are others though, like, system, or filesystem etc. Hope you can help. Best regards </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12492 Trac 1.4.3 anonymous Thu, 29 Sep 2016 12:24:50 GMT <link>https://svn.boost.org/trac10/ticket/12492#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12492#comment:1</guid> <description> <p> I've forgot to mention, the OS is ubuntu 16 </p> </description> <category>Ticket</category> </item> </channel> </rss>