This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]