Andy McClements's bits of Thu, 16 Aug 2001 translated to:
>I find that on a vanilla SuSE 6.4 box (gcc version 2.95.2,
>libstdc++-libc6.1-2) configure fails thus:
>
>checking for c++... no
>checking for g++... no
>checking for gcc... gcc
>checking whether the C++ compiler (gcc ) works... no
>configure: error: installation or configuration problem: C++ compiler
>cannot create executables.
It appears that you have the gcc package installed, but not the g++
extension for handling C++. Either that or g++ is in a non-standard
location and configure can't find it.
>As everything else I've tried to compile recently worked fine, so I'm
>rather puzzled.
My guess is that this is the first time you have tried to compile something
that included C++ code (as opposed to plain ol' C, which your gcc seems to
be handling properly).
>Any ideas how to fix this ?
Make sure g++ is really installed and in a standard location. If it is not
hiding on your system somewhere, there should be a g++ RPM on your
distribution media.
Jim
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html