configure: error: C++ compiler cannot create executables
-
late0001
2015-06-21 23:03:32
-
Linux操作系统
-
原创
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 :)
终端输入
apt-get install g++