在項目config.jam中,我看到一行升壓不是所有建設圖書館
$
# List of --with-<library> and --without-<library>$
# options. If left empty, all libraries will be built.$
# Options specified on the command line completely$
# override this variable.$
libraries = ;$
,仍然
bootstrap.sh --prefix=/my/target/location/
./b2 install
不建的所有庫。僅下面的一個:
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- coroutine : building
- coroutine2 : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- metaparse : building
- mpi : building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- signals : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
我所面臨的問題,becaues circular_buffer心不是在組件中可用。
這些美元符號是否存在於實際文件中?他們不應該,而且之後應該有一堆其他的'option.set'行。 – gavinb