Jan Wilmans

Results 245 comments of Jan Wilmans

On gcc-11.2: ./bootstrap reports: ![image](https://github.com/bfgroup/b2/assets/5933444/710480f7-9e38-40b3-9e20-90709a430a5e) while on gcc-8.3 it says: ![image](https://github.com/bfgroup/b2/assets/5933444/3a180386-982f-4c80-ae24-e7802a8c14bb) Somehow it detects the "cxx" toolset instead of the "gcc" toolset and continues to use "cpp" instead of "g++"

~~build.sh has an `--cxx` option, but `bootstrap.sh` does not, so it doesn't seem possible to override the gcc-exectuable from bootstrap invocation.~~

the `boostrap.sh` at the top-level of `https://github.com/boostorg/boost/blob/master/bootstrap.sh` Sorry about that, I seem to have mixed up references to the b2 bootstrap.sh in the boost project, and the b2 project. I...

No, I was wrong, --cxx=g++8 _can_ be passed, but it doesn't solve the problem, now check_clib() fails: ![image](https://github.com/bfgroup/b2/assets/5933444/18cbc341-dc4b-4202-a823-295fa1f35205)

The `bootstrap.sh` in the boost project however: ![image](https://github.com/bfgroup/b2/assets/5933444/d9bb1bd4-e983-468b-9e8a-f04c166f25cb) but I guess we should consider this out of the scope of the issue ;)