A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . Une erreur lors de la configuration (en cours d'exécution. / Configure) logiciel sous Linux systèmes - erreur: C + + compilateur ne peut créer des exécutables. The solution, not surprisingly is simple: La solution n'est pas surprenant est simple:

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . Installez le paquet qui ajoute C + + soutien à la GNU Compiler Collection - gcc-c + +. On Fedora / Red Hat that translates to: Le Fedora / Red Hat qui se traduit par:
yum install gcc-c++ yum install gcc-c + +

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. Note: J'ai trouvé cette erreur en essayant de configurer DansGuardian, un logiciel de filtrage, pour Linux.