Hello Daniel,

* daniel.ja...@diehl-bgt-defence.de wrote on Mon, Sep 27, 2010 at 09:22:23AM 
CEST:
> please find in the attachment the file you asked for.

> (See attached file: testsuite.log)

Quoting from that file:

> configure:2007: g++ -o conftest    conftest.cpp  >&5
> configure:2011: $? = 0
> configure:2018: ./conftest
> ld.so.1: conftest: fatal: libgcc_s.so.1: version `GCC_4.2.0' not found 
> (required by file /usr/local/fsw.gcc-4.5.x/lib/libstdc++.so.6)
> ld.so.1: conftest: fatal: libgcc_s.so.1: open failed: No such file or 
> directory
> ./configure: line 1: 27276 Killed                  ./conftest$ac_cv_exeext
> configure:2022: $? = 137

These errors mean that the installation isn't quite right.  g++ is a
newer compiler but the libgcc_s.so.1 found is from an older compiler
version.  Please set up your system in a way that the newer libgcc_s
is found, either by configuring crle(1) to search the directory where
it resides early, or by setting LD_LIBRARY_PATH, or by adding
appropriate -Wl,-rpath,DIR switches to g++ specs.

Hope that helps.

Cheers,
Ralf

Reply via email to