C++11で新しいGDBの構築に失敗する

C++11で新しいGDBの構築に失敗する

Centos Linux私は32ビットで実行して使用していますgdb ver 7.2。 GDBを更新する必要があります。 GDB 8.1をビルドすると、次のエラーが発生します。

checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=gnu++11... no
checking whether g++ supports C++11 features with -std=gnu++0x... no
checking whether g++ supports C++11 features with -std=c++11... no
checking whether g++ supports C++11 features with -std=c++0x... no
checking whether g++ supports C++11 features with +std=c++11... no
checking whether g++ supports C++11 features with -h std=c++11... no
configure: error: *** A compiler with support for C++11 language features is required.
make[1]: *** [configure-gdb] Error 1

私のgccバージョンはです4.4.7。なぜサポートされないのですかc++11

CentosでGDBを更新する方法は?

ベストアンサー1

おすすめ記事