ID:               41478
 Updated by:       [EMAIL PROTECTED]
 Reported By:      echrzano at uwaterloo dot ca
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: solaris 10
 PHP Version:      4.4.7
 New Comment:

"make clean && make"



Previous Comments:
------------------------------------------------------------------------

[2007-05-23 17:39:20] echrzano at uwaterloo dot ca

Description:
------------
./configure --prefix=/software/php-4 \
  --disable-force-cgi-redirect \
  --enable-discard-path --enable-magic-quotes \
  --with-zlib-dir=/software/zlib-1.2 --enable-ftp \
  --with-mysql=/software/mysql-4.1 \
  --with-openssl=/software/openssl-0.9.8 \ 
  --with-imap-ssl=/software/imap-uwash-2006 \
  --with-imap=/software/imap-uwash-2006 \
  --with-config-file-path=/software/php-4/config/admin
  --enable-yp --enable-shared=yes --with-gettext --enable-mailparse \
  --with-ndbm --enable-fastcgi --enable-bcmath --with-gd \
  --with-jpeg-dir=/software/jpeg-6 --with-curl=/software/curl-7 \
  --with-ldap --with-unixODBC --enable-sockets \
  --with xml2=/software/libxml2-2 \
  --with-libxml-dir=/software/libxml2-2


Reproduce code:
---------------
all c code compiles under Zend

Actual result:
--------------
/bin/sh /source/php-4/php-4.4.7/libtool.....
Note in this library build zend_strtod.lo is not found in the list of
functions

ext/standard/basic_functions.o: In function
`php_simple_ini_parser_cb':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference
to `zend_strtod'
ext/standard/basic_functions.o: In function
`php_ini_parser_cb_with_sections':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference
to `zend_strtod'
ext/standard/basic_functions.o: In function `is_numeric_string':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference
to `zend_strtod'
ext/standard/scanf.o: In function `php_sscanf_internal':
/source/php-4/php-4.4.7/ext/standard/scanf.c:1208: undefined reference
to `zend_strtod'
ext/standard/type.o: In function `is_numeric_string':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference
to `zend_strtod'
ext/standard/var_unserializer.o:/nfs/honey/fsys2/source/php-4/php-4.4.7/ext/standard/var_unserializer.c:772:
more undefined references to `zend_strtod' follow
collect2: ld returned 1 exit status
make[1]: *** [sapi/cgi/php] Error 1



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41478&edit=1

Reply via email to