bug#43023: clang++ in a {clang-toolchain + gcc-toolchain} environment

2020-10-22 Thread Ludovic Courtès
Hi Emmanuel, Emmanuel Agullo skribis: > A typical "hello world" C++ fails in an environment with both > `gcc-toolchain' and `clang-toolchain', apperently due to the setup of > the `CPLUS_INCLUDE_PATH' environment variable (used because of the > `#include ' instruction), when compiling with

bug#43023: clang++ in a {clang-toolchain + gcc-toolchain} environment

2020-08-24 Thread Emmanuel Agullo
Hello, A typical "hello world" C++ fails in an environment with both `gcc-toolchain' and `clang-toolchain', apperently due to the setup of the `CPLUS_INCLUDE_PATH' environment variable (used because of the `#include ' instruction), when compiling with `clang++'. I do not know if this is a