id summary reporter owner description type status milestone component version severity resolution keywords cc 12492 No libbost_fiber files after building boost 1_62 filwoz@… "Hi, 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: {{{ ./bootstrap.sh --prefix=PREFIX ./b2 ./b2 install --prefix=PREFIX }}} (With PREFIX being some directory of course) Next I've tried to compile this code: {{{ #include int main() { boost::fibers::promise promise; boost::fibers::future future(promise.get_future()); return 0; } }}} With: {{{ g++ -I PREFIX/include/ -std=c++11 -L PREFIX/lib/ -lboost_fiber test.cpp }}} Unfortunately I've got: {{{ /usr/bin/ld: cannot find -lboost_fiber }}} 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" Support Requests new To Be Determined Building Boost Boost 1.62.0 Problem fiber, library, boost_fiber, libbost_fiber filwoz@…