Boost logo

Boost :

From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2022-02-09 14:38:27


On Wed, 9 Feb 2022 at 15:15, Alain O' Miniussi via Boost
<boost_at_[hidden]> wrote:
>
> Hi,
>
> I finally got some time time to work on a Boost library and I am, as usual, fighting with bjam.
> ===
> 14:58:08 [alainm_at_pollux boost]# ./bootstrap.sh --with-toolset=intel-linux
> Building B2 engine..
> ...

As a workaround, simply, build the B2 itself with GCC,
which presumably is the default on most Linux systems,
by just ./bootstrap.sh

Then use intel-linux toolset to build Boost libraries
b2 --toolset=intel-linux

The two, building B2 and building Boost, are orthogonal actions,
so chances are Boost will build with intel-linux just fine.

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk