From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28704 invoked by alias); 20 Jan 2009 20:02:51 -0000 Received: (qmail 26873 invoked by uid 48); 20 Jan 2009 20:02:38 -0000 Date: Tue, 20 Jan 2009 20:02:00 -0000 Message-ID: <20090120200238.26872.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38384] link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bkoz at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg02230.txt.bz2 ------- Comment #39 from bkoz at gcc dot gnu dot org 2009-01-20 20:02 ------- Hey all. It looks like the libstdc++ part of this is fixed. Therefore, I am going to slightly edit the subject, un-assign myself, and change the component to target. Although I suppose it could be binutils. >>From looking at the log of #3, I would suggest that one thing to try would be to explicitly turn off symbol versioning for libstdc++. It looks like the libstdc++ library is using symbol versioning, which will only make debugging the linking/binutils part of this more complicated. You can do so by configuring with --disable-symvers -- bkoz at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bkoz at gcc dot gnu dot org |unassigned at gcc dot gnu | |dot org Status|WAITING |NEW Component|libstdc++ |target Summary|fails to build cross gcc for|link/execute fails for cross |target hppa64-hp-hpux11.00 |gcc from linux to target |in libstdc++/libmath |hppa64-hp-hpux11.00 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38384