This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7756: Core dump before main on Solaris 2.6 when using g++ 3.2 and binutils 2.13
- From: "Christian Ehrhardt" <ehrhardt at mathematik dot uni-ulm dot de>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, nick dot thurn at db dot com
- Date: Sun, 10 Nov 2002 15:08:25 +0100
- Subject: Re: c++/7756: Core dump before main on Solaris 2.6 when using g++ 3.2 and binutils 2.13
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!