Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我知道 Clang(大部分时间)依赖于 Gnu 的 libstdc++3,但是在构建 gcc 4.7.0 之后(因为太棒了!)我似乎遇到了一个问题,clang 的所有路径都是错误的。我是否需要清理我的构建目录并从头开始clang,特别是它给了我缺少的错误位/c++config.h,尽管它在那里并且用gcc构建得很好
我在 Linux x86,Ubuntu 12.04
是的,GCC 的头文件和库的路径包括版本,在你的情况下是 4.7.0,所以你需要重建 clang--with-gcc-toolchain=...并重新安装它
--with-gcc-toolchain=...