Fixing - configure: error: C++ compiler cannot create executables Fixação - configure: error: compilador C + + não pode criar executáveis
A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . Um erro comum ao configurar (running. / Configure) software em sistemas Linux é - erro: compilador C + + não pode criar executáveis. The solution, not surprisingly is simple: A solução, não surpreendentemente é simples:
Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . Instale o pacote que adiciona suporte C + + para o GNU Compiler Collection - gcc-c + +. On Fedora / Red Hat that translates to: On Fedora Core / Red Hat que traduz a:
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: Eu encontrei esse erro ao tentar configurar DansGuardian, um software para conteúdo filtragem Linux.
Filed under Arquivado em Headline News Headline News , De How To How To , De Linux O Linux , De Open Source Software Open Source Software , De Web | |
| |
RSS 2.0 RSS 2,0 | |
Trackback this Article | este artigo |
Email this Article E-mail este artigo
You may also like to read Você pode também gosta de ler |



