Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22659 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61311 invoked by uid 1010); 4 Apr 2006 04:26:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61296 invoked from network); 4 Apr 2006 04:26:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Apr 2006 04:26:52 -0000 X-Host-Fingerprint: 212.55.202.210 host-210.bitflux.ch Linux 2.5 (sometimes 2.4) (4) Received: from ([212.55.202.210:49131] helo=devel.bitflux.ch) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E3/D0-19347-A85F1344 for ; Tue, 04 Apr 2006 00:26:50 -0400 Received: from localhost (localhost [127.0.0.1]) by devel.bitflux.ch (Postfix) with ESMTP id 87B19E734B; Tue, 4 Apr 2006 06:26:46 +0200 (CEST) Received: from devel.bitflux.ch ([127.0.0.1]) by localhost (devel.bitflux.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27747-04; Tue, 4 Apr 2006 06:26:44 +0200 (CEST) Received: from [192.168.1.109] (84-74-8-18.dclient.hispeed.ch [84.74.8.18]) by devel.bitflux.ch (Postfix) with ESMTP id 10912E734A; Tue, 4 Apr 2006 06:26:44 +0200 (CEST) Message-ID: <4431F583.4010003@bitflux.ch> Date: Tue, 04 Apr 2006 06:26:43 +0200 Organization: Bitflux GmbH User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060216) MIME-Version: 1.0 To: Andrei Zmievski CC: PHPdev References: <442FCADA.8040908@bitflux.ch> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at bitflux.ch Subject: Re: [PHP-DEV] iconv, OS X and .dylib From: christian.stocker@bitflux.ch (Christian Stocker) On 4.4.2006 3:40 Uhr, Andrei Zmievski wrote: > The problem is that SHLIB_SUFFIX_NAME is used for both bundles (.so) and > dynamic libraries (.dylib) on Mac OS X. These are separate entities and > need to be treated separately. We could probably set SHLIB_SUFFIX_NAME > to .dylib on OSX and introduce an additional variable, something like > BUNDLE_SUFFIX_NAME and set it to .so. The problem is in main.c where it > registers PHP_SHLIB_SUFFIX: which define should it use? BUNDLE_SUFFIX_NAME sounds fine to me. But can we please revert your patch for 5.1.3? (Or introduce the proposed new variable). It doesn't configure at all right now on OS X. chregu > > -Andrei > > > On Apr 2, 2006, at 6:00 AM, Christian Stocker wrote: > >> Hi >> >> currently, iconv detection doesnt work on OS X (with 5_1), as it looks >> for iconv.so instead of iconv.dylib. >> >> The patch by andrei from last week broke that. >> >> http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.332.2.10&r2=1.332.2.11&pathrev=PHP_5_1 >> >> >> reverting it does help, but AFAICT andrei had his reasons to remove >> that part. >> >> >> chregu >> >> --christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich >> phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 >> http://www.bitflux.ch | christian.stocker@bitflux.ch | GPG 0x5CE1DECB >> >> --PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 44 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | christian.stocker@bitflux.ch | GPG 0x5CE1DECB