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 | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php