Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14732 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83249 invoked by uid 1010); 9 Feb 2005 00:58:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83231 invoked from network); 9 Feb 2005 00:58:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2005 00:58:14 -0000 X-Host-Fingerprint: 211.9.230.193 mgkyb1.nw.wakwak.com FreeBSD 4.6-4.9 Received: from ([211.9.230.193:4961] helo=mgkyb1.nw.wakwak.com) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id C6/12-19196-42069024 for ; Tue, 08 Feb 2005 19:58:12 -0500 Received: from vckyb1.nw.wakwak.com (vckyb1.nw.wakwak.com [211.9.230.144]) by mgkyb1.nw.wakwak.com (8.13.3/8.13.3/2005-01-27) with SMTP id j190w39K070981; Wed, 9 Feb 2005 09:58:03 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id D89293FE03; Wed, 9 Feb 2005 09:58:02 +0900 (JST) Received: from [192.168.0.2] (newcycle.as.wakwak.ne.jp [218.225.209.145]) by at.wakwak.com (8.13.3/8.13.3/2005-01-26) with ESMTP/inet id j190w1jt078564; Wed, 9 Feb 2005 09:58:01 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <42090B19.3040409@bitflux.ch> References: <42090B19.3040409@bitflux.ch> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <0d0fab5f1d8e4f260f9717bb5d0ec5f6@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: PHPdev Date: Wed, 9 Feb 2005 09:57:11 +0900 To: Christian Stocker X-Mailer: Apple Mail (2.619.2) Subject: Re: [PHP-DEV] iconv doesn't built on OSX From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) I've experienced the same. The following improper change was left forgotten when Jani applied his fix that is eventually correct. http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.275&r2=1.276&ty=u Moriyoshi On 2005/02/09, at 3:55, Christian Stocker wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >