Fixing - configure: error: C++ compiler cannot create executables固定-構成:エラー: C + +コンパイラの実行可能ファイルを作成することはできません
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で動作する。
Filed under提出されて Headline Newsニュースの見出し , 、 How Toどのように , 、 Linuxリナックス , 、 Open Source Softwareオープンソースのソフトウェア , 、 Webウェブ | |
| |
RSS 2.0 RSS 2.0を | |
Trackbackトラックバック this Article |この記事|
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |



