Fixing - configure: error: C++ compiler cannot create executables

Fixing - configure: error: C++ compiler cannot create executables

Note: This article will be emailed to your friend.

A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables. The solution, not surprisingly is simple:

Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++. On Fedora / Red Hat that translates to:
yum install gcc-c++
Note: I found this error while trying to [...]

Read the rest of this article (65 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro