22 Apr
2009
22 Apr
'09
5:04 p.m.
Agnel C J Kurian wrote:
Hi,
I've been trying to build and install selected Boost libraries (regex, graph, program options) from the command line (MS VC9 Express) using the --with-library option of bjam. However I find that bjam copies headers for all boost libraries to the target location. How do I build and install only the specified library and it's headers?
It's not possible. "its headers" typically depend on lots of other boost headers. What are you trying to achieve? - Volodya