Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 91793 invoked from network); 18 Mar 2008 19:48:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 19:48:50 -0000 Received: (qmail 63996 invoked by uid 500); 18 Mar 2008 19:48:48 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 63982 invoked by uid 500); 18 Mar 2008 19:48:48 -0000 Mailing-List: contact dev-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 dev@stdcxx.apache.org Received: (qmail 63973 invoked by uid 99); 18 Mar 2008 19:48:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 12:48:47 -0700 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=SPF_PASS,SUBJ_ALL_CAPS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 19:48:00 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m2IJmIII019347 for ; Tue, 18 Mar 2008 19:48:18 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: RE: [PATCH] RE: STDCXX-488 Date: Tue, 18 Mar 2008 13:48:56 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] RE: STDCXX-488 Thread-Index: AciJJH5MYjQN2mZYTca31Y0+e/ajtgAAiDAAAAErrxAAATEnsA== References: <47DA8BA7.5020109@roguewave.com> <47E006DA.1010302@roguewave.com> From: "Eric Lemings" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 > -----Original Message----- > From: Eric Lemings [mailto:Eric.Lemings@roguewave.com]=20 > Sent: Tuesday, March 18, 2008 1:13 PM > To: dev@stdcxx.apache.org > Subject: [PATCH] RE: STDCXX-488 >=20 > =20 ... > +-install_name $(BUILDDIR)/$(LIBNAME) \ Oops #1. Should be: -install_name $(BUILDDIR)/lib/$(LIBNAME) \ This [corrected] patch is all that's needed. With these link flags, tests, examples, and other executables will run without the need for environment variables (e.g. LD_LIBRARY_PATH, DYLD_LIBRARY_PATH). Going to submit this patch and resolve the issue. Brad.