ID: 9017 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Install and Config Assigned To: Comments: This is fixed in CVS already. Try latest CVS snapshot from http://snaps.php.net/ or wait for 4.0.5 to be released. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-01-30 18:48:53] [EMAIL PROTECTED] 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. --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=9017 -- 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]