On Thu, Oct 03, 2002 at 07:46:22PM +0200, Lars Gullik Bj?nnes wrote: > Mate Wierdl <[EMAIL PROTECTED]> writes: > > | On Thu, Oct 03, 2002 at 11:39:02AM +0200, Lars Gullik Bj?nnes wrote: > >> Jos? Ab?lio Oliveira Matos <[EMAIL PROTECTED]> writes: > >> > >> | Hi, > >> | configure fails with this message: > >> > >> and this is not rh-8.0 specific. > > > | How about this one, after running a plain > > > | ./configure > > > | I get > > > | ... > | checking for a good enough C++ compiler... g++ > | checking for c++... g++ > | checking whether the C++ compiler (g++ ) works... no > | configure: error: installation or configuration problem: C++ compiler cannot > | create executables. > > And you checked what error in config.log that it actally failed on?
configure:3094: checking for c++ configure:3126: checking whether the C++ compiler (g++ ) works configure:3142: g++ -o conftest conftest.C 1>&5 /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status configure: failed program was: #line 3137 "configure" #include "confdefs.h" int main(){return(0);} Mate