Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14724 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16146 invoked by uid 1010); 8 Feb 2005 19:06:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16112 invoked from network); 8 Feb 2005 19:06:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2005 19:06:09 -0000 X-Host-Fingerprint: 212.71.98.108 bx-108.bitflux.ch Linux 2.4/2.6 Received: from ([212.71.98.108:55488] helo=devel.bitflux.ch) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id 01/8A-28885-F9D09024 for ; Tue, 08 Feb 2005 14:06:07 -0500 Received: from localhost (localhost [127.0.0.1]) by devel.bitflux.ch (Postfix) with ESMTP id 2DB73A51B2 for ; Tue, 8 Feb 2005 19:55:29 +0100 (CET) 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 13738-05-8 for ; Tue, 8 Feb 2005 19:55:22 +0100 (CET) Received: from [192.168.84.92] (host-195.bitflux.ch [212.55.202.195]) by devel.bitflux.ch (Postfix) with ESMTP id 504FFA5227 for ; Tue, 8 Feb 2005 19:55:22 +0100 (CET) Message-ID: <42090B19.3040409@bitflux.ch> Date: Tue, 08 Feb 2005 19:55:21 +0100 User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: PHPdev 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: iconv doesn't built on OSX From: chregu@bitflux.ch (Christian Stocker) Hi After a long look into the configure stuff for iconv, I found out, why it doesn't (even try to) compile on my OS X 10.3 box. in acinclude.m4 for PHP_SETUP_ICONV, there is somewhere test -f $ICONV_DIR/$PHP_LIBDIR/lib$iconv_lib_name.$SHLIB_SUFFIX_NAME $SHLIB_SUFFIX_NAME is 'so', but system wide libraries on OSX end on 'dylib'. I assume, this variable is also used for later building the shared libs, so that's basically ok (libphp5 and shared extensions are ending on '.so', even on OSX ) I have no idea, what I have to change, or if there's another variable for that. Can please anyone with more insight than me have a look at that? thanks chregu -- christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71 http://www.bitflux.ch | chregu@bitflux.ch | gnupg-keyid 0x5CE1DECB