Attached the config log
because to unzip the package without clone & try ./bootsrtap.sh failed !! ./tools build/scr/engine/build.sh not found !! & never fix it through git submoodule so I use to clone ...
git clone --recursive https://github.com/boostorg/boost.git
Then ::
marwa@MarwaVM:~/boost$ ./b2
Building the Boost C++ Libraries.
Performing configuration checks
- symlinks supported : yes
- 32-bit : no
- 64-bit : yes
- arm : no
- mips1 : no
- power : no
- sparc : no
- x86 : yes
- lockfree boost::atomic_flag : yes
- lockfree boost::atomic_flag : yes
- has_icu builds : yes
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- zlib : yes
- iconv (libc) : yes
- icu : yes
- compiler-supports-ssse3 : yes
- compiler-supports-avx2 : yes
- gcc visibility : yes
- long double support : yes
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
- zlib : yes
error: Name clash for '<pstage/lib>libboost_system.so.1.58.0'
error:
error: Tried to build the target twice, with property sets having
error: these incompabile properties:
error:
error: - <warnings>all
error: - <address-model>64 <architecture>x86 <warnings>on
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.