From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15355 invoked by alias); 25 Mar 2004 19:12:42 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 15348 invoked from network); 25 Mar 2004 19:12:41 -0000 Received: from unknown (HELO mgr2.xmission.com) (198.60.22.202) by sources.redhat.com with SMTP; 25 Mar 2004 19:12:41 -0000 Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1B6aHQ-0007Au-02; Thu, 25 Mar 2004 12:12:40 -0700 Received: from [198.60.22.20] (helo=xmission.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.30) id 1B6aHQ-0003lH-Q8; Thu, 25 Mar 2004 12:12:40 -0700 Received: from llewelly by xmission.xmission.com with local (Exim 3.35 #1 (Debian)) id 1B6aHQ-0007vO-00; Thu, 25 Mar 2004 12:12:40 -0700 To: "Hespelt, Steve (Exchange)" Cc: References: From: llewelly@xmission.com Date: Thu, 25 Mar 2004 19:45:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Subject: Re: symbol level versioning in shared object libraries created by gcc 3.x Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=8.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes X-SW-Source: 2004-03/txt/msg00268.txt.bz2 "Hespelt, Steve (Exchange)" writes: [snip] > "Hespelt, Steve \(Exchange\)" writes: > > > Having read the http://gcc.gnu.org/onlinedocs/libstdc++/abi.txt page, > I > > believe the vendor's library has symbol level versioning enabled. [snip] Here is a shot in the dark. Try configuring your gcc with --enable-symvers (in addition to your normal configure arguments). See http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html .