From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31447 invoked by alias); 11 Sep 2009 06:37:13 -0000 Received: (qmail 31405 invoked by uid 48); 11 Sep 2009 06:37:02 -0000 Date: Fri, 11 Sep 2009 06:37:00 -0000 Message-ID: <20090911063702.31404.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/41333] Link error on Solaris 10 / GNU 4.3.2 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ebotcazou 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-09/txt/msg01143.txt.bz2 ------- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-09-11 06:37 ------- > Yes our build works on solaris 8. If the exact same operation works on Solaris 8 but not on Solaris 10, you may have run into a limitation of GNU ld on Solaris 10. The workaround is probably to build a GCC configured --with-gnu-as --without-gnu-ld and use it instead. -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41333