configure: error: C++ compiler cannot create executables
If you happen to encounter this configure: error: C++ compiler cannot create executables after you run # ./configure…
Try to install the package which adds C++ supports the GNU compiler collection -gcc-c++.
# yum install gcc-c++ autoconf automake
Leave a Reply