Fixing - configure: error: C++ compiler cannot create executables Fijación - configure: error: C + + no puede crear ejecutables
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.
Filed under Filed under Headline News Headline News , How To Cómo , Linux , Open Source Software Open Source Software , Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artículo |
Email this Article Enviar artículo
You may also like to read También puede leer |



