Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 82856 invoked from network); 10 Oct 2007 19:30:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 19:30:11 -0000 Received: (qmail 47788 invoked by uid 500); 10 Oct 2007 19:29:59 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 47746 invoked by uid 500); 10 Oct 2007 19:29:59 -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 47735 invoked by uid 99); 10 Oct 2007 19:29:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 12:29:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 19:30:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94DC57141F1 for ; Wed, 10 Oct 2007 12:29:50 -0700 (PDT) Message-ID: <27174427.1192044590583.JavaMail.jira@brutus> Date: Wed, 10 Oct 2007 12:29:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-357) [gcc/Mac OS X 10.4.8 Tiger] Some executables need to link with the iconv library. In-Reply-To: <18802263.1173888429595.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-357: ----------------------------------- Assignee: Martin Sebor > [gcc/Mac OS X 10.4.8 Tiger] Some executables need to link with the iconv library. > --------------------------------------------------------------------------------- > > Key: STDCXX-357 > URL: https://issues.apache.org/jira/browse/STDCXX-357 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.2, 4.1.3 > Environment: Darwin host.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386 > Reporter: Eric Lemings > Assignee: Martin Sebor > Fix For: 4.2 > > > Some executables (esp. locale-specific utilities) need to link with the iconv library. Patch listed below. (Don't think it will matter that the link flag is given for all link commands.) > Index: etc/config/gcc.config > =================================================================== > --- etc/config/gcc.config (revision 517771) > +++ etc/config/gcc.config (working copy) > @@ -127,7 +129,7 @@ > ifeq ($(OSNAME),Darwin) > # link with gcc_eh to resolve the _Unwind_xxx functions > # (shouldn't we link with it on all platforms?) > - LDLIBS += -lgcc_eh > + LDLIBS += -liconv -lgcc_eh > endif > endif # gcc > 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.