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.
次のオプションを使用して、Mac OS X 10.8 で google-glog をビルドしようとしています。
./configure CXX='clang++' CXXFLAGS='-std=c++11 -stdlib=libc++'
それにもかかわらず、ライブラリは libstdc++ とリンクされます。
なぜ、そしてこれを修正する方法は?