A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables . 、共通の設定にエラーが発生しました(実行中です。 / configureの)ソフトウェアをLinuxシステムは-エラー: C + +コンパイラの実行可能ファイルを作成することはできません。 The solution, not surprisingly is simple:このソリューションは、驚くことではないが簡単です:

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++ .パッケージをインストールしてC + +のサポートを追加してGNUコンパイラコレクション-G CCの- C + +のです。 On Fedora / Red Hat that translates to: Fedoraでは/赤い帽子に変換されます:
yum install gcc-c++ GCCのインストールのYum - C + +で

Note: I found this error while trying to configure DansGuardian, a software content filter for Linux.注:このエラーが発生しました見つけたdansguardianしようとして構成、コンテンツ、ソフトウェアのフィルタをLinuxで動作する。