Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 5665 invoked from network); 5 May 2008 16:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 May 2008 16:43:26 -0000 Received: (qmail 72725 invoked by uid 500); 5 May 2008 16:43:28 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 72701 invoked by uid 500); 5 May 2008 16:43:28 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 72690 invoked by uid 99); 5 May 2008 16:43:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 09:43:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2008 16:42:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB552234C114 for ; Mon, 5 May 2008 09:42:55 -0700 (PDT) Message-ID: <846693201.1210005775700.JavaMail.jira@brutus> Date: Mon, 5 May 2008 09:42:55 -0700 (PDT) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Reopened: (STDCXX-488) [Mac OS X/Darwin] RPATH not defined in makefile.in 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-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reopened STDCXX-488: --------------------------------- The patch is bad. See this [discussion|http://markmail.org/message/hppguxvkgvbgzeqz] for the problems it has caused and some possible solutions. > [Mac OS X/Darwin] RPATH not defined in makefile.in > -------------------------------------------------- > > Key: STDCXX-488 > URL: https://issues.apache.org/jira/browse/STDCXX-488 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.2.0 > Environment: All Mac OS X and Darwin platforms, dynamic builds > Reporter: Andrew Black > Assignee: Eric Lemings > Priority: Minor > Fix For: 4.2.1 > > > When configuring a build on Mac OS X and Darwin, the generated makefile.in doesn't define a value for the RPATH makefile variable. As a result, the path to the library directory isn't embedded into the build. In turn, this leads to failures running the generated executables in dynamic builds. > A placeholder workaround is to define DYLD_LIBRARY_PATH. > The correct resolution is to determine the correct value for the RPATH variable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.