A criação do GDB mais recente falhou devido a C ++ 11

0

Eu corro 32 bit Centos Linux com gdb ver 7.2 nele. Eu preciso atualizar o GDB. Eu tenho erros abaixo ao construir o 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

Minha versão gcc é 4.4.7 . Por que não suporta c++11 ?

Como renovar o GDB no meu Centos?

    
por vico 13.03.2018 / 16:03

0 respostas