c++/7756: Core dump before main on Solaris 2.6 when using g++ 3.2 and binutils 2.13
Christian Ehrhardt
ehrhardt@mathematik.uni-ulm.de
Sun Nov 10 06:16:00 GMT 2002
The following reply was made to PR c++/7756; it has been noted by GNATS.
From: "Christian Ehrhardt" <ehrhardt@mathematik.uni-ulm.de>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
nobody@gcc.gnu.org, nick.thurn@db.com
Cc:
Subject: Re: c++/7756: Core dump before main on Solaris 2.6 when using g++ 3.2 and binutils 2.13
Date: Sun, 10 Nov 2002 15:08:25 +0100
Hi,
this is a known incompatibility between binutils-2.13 and SUN's ld.so.1.
Upgrade to binutils-2.13.1 or make sure you always pass -z nocombreloc
to ld. In either case recompile your shared libraries linked with ld from
binutils 2.13 (libstdc++ etc.).
Someone please close this PR.
regards Christian
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7756
--
THAT'S ALL FOLKS!
More information about the Gcc-prs
mailing list