bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Antwort: Re: [GNU Autoconf 2.68] testsuite: 260 267 282 failed


From: Ralf Wildenhues
Subject: Re: Antwort: Re: [GNU Autoconf 2.68] testsuite: 260 267 282 failed
Date: Sat, 9 Oct 2010 12:45:14 +0200
User-agent: Mutt/1.5.20 (2010-08-04)

Hello Daniel,

* address@hidden 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

[Prev in Thread] Current Thread [Next in Thread]