g++ (バージョン 4.1.2) で SGI STL をデバッグしたい。ソース コードをhttp://www.sgi.com/tech/stl/download.htmlからダウンロードし、/stl、g++ などのディレクトリに配置しました。 -I/stl m.cpp ですが、多くのコンパイル エラーが発生します。なぜですか?
m.cpp
#include "list" //I want to include **/STL** not **/usr/include/c++/...**
using namespace std
int main()
{return 0;}
ありがとう
g++ で SGI STL をデバッグしたいのですが、どうすればよいですか?これは実行可能ですか?