解决出现 ./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 :)

 

解决方法:

yast -i gcc-c++ yast -i g++

你可能感兴趣的:(C++,c,linux,gcc,compiler)