On Sat, 29 Jul 2006, Laeeq Ahmed wrote: > I m using Fedora core 5. I downloaded htdig from htdig.org. > when i configured it i got the following error > > checking whether the C++ compiler (gcc ) works... no > configure: error: installation or configuration problem: C++ compiler cannot > cre ate executables. > > Config.log > ------------ ... > configure:1200: checking whether the C++ compiler (gcc ) works > configure:1216: gcc -o conftest conftest.C 1>&5 > gcc: error trying to exec 'cc1plus': execvp: No such file or directory
This most likely means that the C++ component of the GCC package is not installed on your system. I don't know much about Fedora, so I can't tell you exactly what package needs to be installed. Perhaps something like gcc-c++-<version>? You will also want to verify that the libstdc++ package is installed. Jim ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

