|
You ran ./configure and got “configure: error: C++ compiler cannot create executables”. Here is how to fix it …
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++
This post is published in How To, Linux, Software.
|
June 2nd, 2008 at 9:58 am
Bah chez moi ça marche pas^^
June 2nd, 2008 at 11:09 am
Shinigami,
Please switch to english version of the post and use the code from it. Unfortunately automatic translator I use also tries to translate the code, so the code samples do not work in the versions of the post other then english.
Good luck!
Andrey