A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . Общая ошибка при настройке (запустив. / Настройки) программного обеспечения в Linux систем - ошибка: C + + компилятор не может создавать исполняемые файлы. The solution, not surprisingly is simple: Раствор, не удивительно проста:

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ . Установите пакет, который добавляет, C + + поддержка GNU Compiler Collection - gcc-С + +. On Fedora / Red Hat that translates to: В Fedora / Red Hat, которая переводит к:
yum install gcc-c++ yum установить gcc-К + +

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux. Примечание: Я нашел это сообщение об ошибке при попытке настроить DansGuardian, программное обеспечение содержания фильтр для Linux.