Fixing - configure: error: C++ compiler cannot create executables Che fissa - configure: error: compilatore C + + non può creare eseguibili
A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . Un comune errore durante la configurazione (eseguendo. / Configure) software in sistemi Linux è - errore: compilatore C + + non può creare eseguibili. The solution, not surprisingly is simple: La soluzione, non sorprende è semplice:
Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . Installare il pacchetto che aggiunge il C + + sostegno a GNU Compiler Collection - gcc-C + +. On Fedora / Red Hat that translates to: Su Fedora / Red Hat che si traduce in:
yum install gcc-c++ yum installare gcc-c + +
Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. Nota: ho trovato questo errore durante il tentativo di configurare DansGuardian, un software di filtro dei contenuti per Linux.
Filed under Elencato sotto Headline News Headline News , How To Come , Linux , Open Source Software Software open source , Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | questo articolo |
Email this Article Invia questo articolo
You may also like to read Si può anche leggere come |



