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.
-stdlib=libstdc++gcc でコンパイルするときに、コンパイラとリンカーにフラグを使用する必要があるのはいつですか?
-stdlib=libstdc++
コンパイラは libstdc++ を自動的に使用しますか?
Ubuntu 13.10 で gcc4.8.2 を使用していますが、c++11 標準を使用したいと考えています。私はすでに-std=c++11コンパイラに渡します。
-std=c++11