./configure and got “configure: error: C++ compiler cannot create executables

You need to install c++ on your computer. even if you installed gcc that doesn’t automatically install g++. Try to run one of the following commands that fit your Linux distribution best :)

yum install gcc-c++
or
apt-get install gcc-c++

if apt-get doesn’t like the command try


apt-get install g++

你可能感兴趣的:(./configure and got “configure: error: C++ compiler cannot create executables)