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 を最初からやり直す必要がありますか?
私はLinux x86、Ubuntu 12.04を使用しています
はい、GCCのヘッダーとライブラリのパスにはバージョン4.7.0が含まれているため、clangを--with-gcc-toolchain=...再構築して再インストールする必要があります
--with-gcc-toolchain=...