On Wed, Mar 15, 2017 at 1:42 PM, Spandan Kumar Sahu <spandankumarsahu@xxxxxxxxx> wrote: > This is the output of the command `./bootstrap.sh --show-libraries` > under src/boost > > " > Building Boost.Build engine with toolset gcc... > tools/build/src/engine/bin.linuxx86_64/b2 > > The following Boost libraries have portions that require a separate build > and installation step. Any library not listed here can be used by including > the headers only. > > The Boost libraries requiring separate building and installation are: > " > > And I synced boost before running the above command. > so none of the boost's submodules are in place. please check if src/boost/libs/coroutine is empty or not, otherwise, i doubt that your boost's submodules are sync'ed. you can run "git submodule update --force --init --recursive" to sync the submodules. -- Regards Kefu Chai -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html