I'm new to Ubuntu. I downloaded a python module graph-tool-2.22
. After I command in graph-tool-2.22
directory
./configure
, it causes configure error.
$ ./configure
....blah
....blah
checking whether g++ supports C++14 features by default... no
checking whether g++ supports C++14 features with -std=gnu++14... no
checking whether g++ supports C++14 features with -std=gnu++1y... no
configure: error: *** A compiler with support for C++14 language features is required.
It says that c++14 is required, however, of course I have g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 in my computer. What is the problem?