From stdcxx-dev-return-2476-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Wed Dec 20 19:46:37 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 30548 invoked from network); 20 Dec 2006 19:46:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 19:46:34 -0000 Received: (qmail 23543 invoked by uid 500); 20 Dec 2006 19:46:37 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 23509 invoked by uid 500); 20 Dec 2006 19:46:37 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 23462 invoked by uid 99); 20 Dec 2006 19:46:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 11:46:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 11:46:27 -0800 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id kBKJjY6V013879 for ; Wed, 20 Dec 2006 19:45:34 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Problem using Standard Library Date: Wed, 20 Dec 2006 12:45:38 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem using Standard Library thread-index: AcckA7elnkFu2U+hRiuPUONbzIRWJQAUPlEg From: "Jeremy Dean" To: X-Virus-Checked: Checked by ClamAV on apache.org I have a customer that is having a problem using the Standard Library. The error message returned is: /usr/bin/ld: hal_rwstdlib_links: hidden symbol `_Unwind_GetIPInfo' in /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libgcc_eh.a(unwind-dw2.oS) is referenced by DSO collect2: ld returned 1 exit status It seems to build the Standard Library ok, but then fails when trying to use it with anything. OS: Red Hat - 2.4.21-47.0.1.EL Compiler: gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-56) Binutils: 2.14.90.0.4 20030523 I have not found anything like this before .. any ideas? Thanks, Jeremy