ID: 48195
Updated by: [email protected]
Reported By: rickdunn at chez dot com
-Status: Open
+Status: Feedback
Bug Type: Compile Failure
Operating System: OS X 10.5.6
PHP Version: 5.3.0RC2
New Comment:
Drop all this first:
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer -arch x86_64 -m64" CXX=gcc
CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti -arch x86_64 -m64"
Previous Comments:
------------------------------------------------------------------------
[2009-05-09 11:53:24] rickdunn at chez dot com
Up until the release of 5.3.0 RC2, I could successfully compile PHP on
OS X 10.5.6. Now, 'Make' always fails with this message:
Undefined symbols:
"_libiconv", referenced from:
__php_iconv_appendl in iconv.o
__php_iconv_appendl in iconv.o
_php_iconv_string in iconv.o
_php_iconv_string in iconv.o
__php_iconv_strlen in iconv.o
__php_iconv_strpos in iconv.o
_zif_iconv_substr in iconv.o
_zif_iconv_mime_encode in iconv.o
_zif_iconv_mime_encode in iconv.o
_zif_iconv_mime_encode in iconv.o
_zif_iconv_mime_encode in iconv.o
_zif_iconv_mime_encode in iconv.o
_zif_iconv_mime_encode in iconv.o
_php_iconv_stream_filter_append_bucket in iconv.o
_php_iconv_stream_filter_append_bucket in iconv.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [libs/libphp5.bundle] Error 1
------------------------------------------------------------------------
[2009-05-08 21:47:15] [email protected]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2009-05-08 19:50:44] rickdunn at chez dot com
Description:
------------
Bug #43189 has returned in 5.3 RC2. Make fails with 'undefined
symbols'
related to iconv.
Reproduce code:
---------------
CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer -arch x86_64 -m64" CXX=gcc
CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors
-fno-exceptions -fno-rtti -arch x86_64 -m64" ./configure
--prefix=/usr/local/php5 --with-apxs2=/usr/sbin/apxs
--with-config-file-scan-dir=/usr/local/php5/php.d --with-ldap=/usr
--with-bz2=/usr --with-kerberos=/usr --enable-cli --with-zlib-dir=/usr
--enable-exif --enable-soap --enable-ftp --enable-mbstring
--enable-mbregex --enable-sockets --with-iodbc=/usr
--with-curl=shared,/usr --sysconfdir=/private/etc --with-mysqli=mysqlnd
--with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl
--with-xmlrpc --with-xsl=/usr --with-gd --with-jpeg-dir=/usr/local/lib
--with-png-dir=/usr/X11R6 --with-freetype-dir=/usr/X11R6
--with-xpm-dir=/usr/X11R6 --enable-gd-native-ttf --with-mcrypt=shared
--enable-calendar --enable-bcmath
Expected result:
----------------
Successful installation.
Actual result:
--------------
Make fails.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=48195&edit=1