From:             [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version:      4.0.4pl1
PHP Bug Type:     *Install and Config
Bug description:  AC_CHECK_HEADERS needs ieeefp.h

Building on Solaris 8 using gcc 2.95.2, the first file compiled (in the Zend 
subdirectory) failed because finite() undefined.  It is found in ieeefp.h but there is 
no check in the configure script for this header file. An entry in 
main/php_config.h.in was ready for it, but never got defined.  Adding ieeefp.h to the 
list for AC_CHECK_HEADERS in configure.in (or hand-editing configure in my case) 
resolved the problem.



-- 
Edit Bug report at: http://bugs.php.net/?id=9017&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to