boost fails to build while manually picking some libraries (Bug #385)
Description
Regarding issue #384, I tried to cast boost and manually pick built libraries. And it fails with error like this following :
Building boost
Building in dir: /usr/src/boost_1_49_0
boost 1_49_0
Building Boost.Build engine with toolset gcc... tools/build/v2/engine/bin.linuxx86/b2
Unicode/ICU support for Boost.Regex?... /usr
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
error: wrong library name 'accumulators' in the --with-<library> option.
Associated revisions
libs/boost: fixed selectable libraries, fixed bug #385
History
Updated by Florian Franzmann about 1 year ago
fixed in 1c00d98cfecce08b86b2168f5ff4971d3cd0c723
- Status changed from New to Resolved