Boost logo

Boost-Build :

Subject: [Boost-build] Fwd: b2 install not copying all headers
From: Philip Fackler (philip.fackler_at_[hidden])
Date: 2017-03-11 00:14:18


I run:
./bootstrap.sh --prefix=./install
--with-libraries=system,filesystem,program_options
and then:
./b2 install

I get the following under ./install/include/boost:
config
detail
filesystem
program_options
system
cerrno.hpp
config.hpp
cstdint.hpp
limits.hpp
version.hpp

Under the top directories there I get all the sub-headers for each library.
But I don't get the main ones (the ones you actually include in a dependent
program):
system.hpp
filesystem.hpp
program_options.hpp

What am I doing wrong here?



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk