Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 78001 invoked from network); 30 Mar 2006 01:13:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2006 01:13:54 -0000 Received: (qmail 99764 invoked by uid 500); 30 Mar 2006 01:13:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99441 invoked by uid 500); 30 Mar 2006 01:13:53 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 99430 invoked by uid 99); 30 Mar 2006 01:13:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 17:13:52 -0800 X-ASF-Spam-Status: No, hits=-2.9 required=10.0 tests=DNS_FROM_RFC_WHOIS,NO_REAL_NAME,RCVD_IN_BSP_TRUSTED X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [150.229.7.41] (HELO act-MTAout4.csiro.au) (150.229.7.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 17:13:51 -0800 DomainKey-Signature: s=email; d=csiro.au; c=nofws; q=dns; b=mEKZlyAO4QNuIfxcb6QAKi3V2cujb65YQiPOksDosakQKkzLebl1kw8kU8nQXEa94TBF8It2TVGaOe6c5opiR1tcJfyfe2GUXoErmFwMY5KtAfUMfc9gr4XSvn1AdWUb; Received: from exgw1-cbr.nexus.csiro.au ([152.83.3.66]) by act-MTAout4.csiro.au with ESMTP; 30 Mar 2006 12:13:29 +1100 X-IronPort-AV: i="4.03,145,1141563600"; d="scan'208"; a="88129249:sNHT23430600" Received: from exnswn2-syd.nexus.csiro.au ([130.155.3.32]) by exgw1-cbr.nexus.csiro.au with Microsoft SMTPSVC(5.0.2195.6713); Thu, 30 Mar 2006 12:13:28 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: compiling apr-iconv-1.1.1 on OSX Date: Thu, 30 Mar 2006 12:13:28 +1100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: compiling apr-iconv-1.1.1 on OSX Thread-Index: AcZTlyb7Q6brOEXDTIWHKFkr4wZFvw== From: To: X-OriginalArrivalTime: 30 Mar 2006 01:13:28.0768 (UTC) FILETIME=[2717DC00:01C65397] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I am having some problems compiling apr-iconv-1.1.1 on OSX 10.3.9. I have successfully compiled apr-1.2.2 and apr-util-1.2.2 but have not installed them and am then running configure for apr-iconv-1.1.1 with the -with-apr option and specifying a relative path. So the structure looks like this: \apr\apr-1.2.2 \apr\apr-util-1.2.2 \apr\apr-iconv-1.1.1 When I run make I get an error: . . . /bin/sh /Users/kru028/apr/apr-1.2.2/libtool --mode=3Dlink gcc -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/Users/kru028/apr/apr-iconv-1.1.1/lib -I/Users/kru028/apr/apr-iconv-1.1.1/include -I/Users/kru028/apr/apr-1.2.2/include -module -avoid-version -rpath NONE/lib/iconv -o iso-8859-1.la iso-8859-1.lo libtool: link: only absolute run-paths are allowed So it looks like rpath is not getting set. Any ideas? Alex