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. No problem on RH 7.3. The difference, perhaps $ c++ -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-112) $ c++ -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Mate