From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29596 invoked by alias); 5 Feb 2004 17:34:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29588 invoked from network); 5 Feb 2004 17:34:16 -0000 Received: from unknown (HELO kiruna.synopsys.com) (198.182.44.80) by sources.redhat.com with SMTP; 5 Feb 2004 17:34:16 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by kiruna.synopsys.com (Postfix) with ESMTP id 51EA1F4F5; Thu, 5 Feb 2004 09:34:12 -0800 (PST) Received: from piper.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id JAA02769; Thu, 5 Feb 2004 09:34:15 -0800 (PST) Received: (from jbuck@localhost) by piper.synopsys.com (8.11.6/8.11.6) id i15HYEu20298; Thu, 5 Feb 2004 09:34:14 -0800 X-Authentication-Warning: piper.synopsys.com: jbuck set sender to Joe.Buck@synopsys.com using -f Date: Thu, 05 Feb 2004 17:34:00 -0000 From: Joe Buck To: David Edelsohn Cc: "Coulter, Scott" , gcc@gcc.gnu.org Subject: Re: AIX 5.1 dlopen shared library exception handling problem Message-ID: <20040205093414.A20257@synopsys.com> References: <200402051516.i15FGJT26106@makai.watson.ibm.com> <20040205092205.A19989@synopsys.com> <200402051725.i15HPDT32852@makai.watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200402051725.i15HPDT32852@makai.watson.ibm.com>; from dje@watson.ibm.com on Thu, Feb 05, 2004 at 12:25:12PM -0500 X-SW-Source: 2004-02/txt/msg00396.txt.bz2 On Thu, Feb 05, 2004 at 12:25:12PM -0500, David Edelsohn wrote: > >>>>> Joe Buck writes: > > >> Please see existing Bugzilla bug report 13391. > > Joe> It doesn't look the same. You say in that bug report that the issue is > Joe> that collect2 becomes confused by duplicate symbols. But in this case, > Joe> dlopen() is being used to open the shared library, and collect2 is not > Joe> involved. > > Collect2 generated the shared library. Of course; next time I'll drink my coffee before sending mail.