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를 업데이트하는 방법은 무엇입니까?

관련 정보