A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . Un error común, mientras que la configuración (corriendo. / Configure) el software en sistemas Linux es - error: C + + no puede crear ejecutables. The solution, not surprisingly is simple: La solución, no es sorprendente es simple:

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . Instale el paquete que añade C + + de apoyo a la colección de compiladores de GNU - gcc-c + +. On Fedora / Red Hat that translates to: En Fedora / Red Hat que se traduce en:
yum install gcc-c++ yum install gcc-c + +

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. Nota: He encontrado este error al intentar configurar DansGuardian, un filtro de contenidos de software para Linux.