On Thu, Feb 01, 2001 at 05:24:46PM +0800, Jacky Chou wrote:
> I was compiling PHP 4.0.4pl1 with Zeus in Solaris 8 Sparc system but I got an error:

> zend_operators.h:84: implicit declaration of function `int finite(...)'

This appears to be a problem with PHP's configure script.  I ran into the
same thing.  You have to edit the php-4.0.4pl1/main/php_config.h file, and
change

/* #undef HAVE_IEEEFP_H */

to 

#define HAVE_IEEEFP_H 1

It should then be able to compile.

--
Phil Steinke                                                    [EMAIL PROTECTED]
Network Ops (UNIX)                                             613-530-2002
Canadian Microelectronics Corporation                    http://www.cmc.ca/

-- 
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