While building the latest snapshot, I get the following error during
"make":

ext/standard/info.lo: In function `php_print_info':
/home/martin/source/php4-200208140300/ext/standard/info.c:233:
undefined reference to `iconv_globals'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

My configure options are:

'./configure' \
'--with-apxs=/usr/local/apache/current/bin/apxs' \
'--with-mysql=/usr/local/mysql/current/' \
'--with-pgsql=/usr/local/pgsql/current/' \
'--with-interbase=/opt/interbase/' \
'--with-zlib' \
'--enable-ftp' \
'--with-mcal=/usr/include/mcal/' \
'--with-gettext=/usr/local/' \
'--enable-track-vars' \
'--enable-url-includes' \
'--enable-trans-sid' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--enable-sockets' \
'--enable-bcmath' \
'--with-config-file-path=/etc' \
'--with-sablot=/usr' \
'--with-xmlrpc' \
'--enable-tokenizer' \
"$@"

Any clues?

-- 
    - Martin                           Martin Jansen
                            http://martinjansen.com/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to