From:             rickdunn at chez dot com
Operating system: OS X 10.5.6
PHP version:      5.3.0RC2
PHP Bug Type:     Compile Failure
Bug description:  iconv link failure

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 bug report at http://bugs.php.net/?id=48195&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48195&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48195&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48195&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48195&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48195&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48195&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48195&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48195&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48195&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48195&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48195&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48195&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48195&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48195&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48195&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48195&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48195&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48195&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48195&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48195&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48195&r=mysqlcfg

Reply via email to