php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7286 zend_operators.h:83: implicit declaration of function `int finite(...)'
Submitted: 2000-10-17 12:31 UTC Modified: 2000-10-19 17:20 UTC
From: fpontieri at pictetmodal dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3pl1 OS: Sparc Solaris 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fpontieri at pictetmodal dot com
New email:
PHP Version: OS:

 

 [2000-10-17 12:31 UTC] fpontieri at pictetmodal dot com
./configure --enable-libgcc --with-nsapi=/soft/netscape/server4 --enable-safe-mode --enable-bcmath --with-ttf --without-mysql --with-zlib --with-gd=/soft/test_php/gnu/gd1.5 --with-oci8=/soft/oracle --enable-sigchild --with-mhash --with-mcrypt --with-pdflib --with-zlib-dir --with-tiff-dir --with-png-dir --with-jpeg-dir --disable-xml --with-ldap 


After the configure:
--------------------

root@suns01022:[17]/tmp/php-4.0.3pl1# make
Making all in Zend
make[1]: Entering directory `/tmp/php-4.0.3pl1/Zend'
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I..   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../TSRM  -g -O2 -pthreads -c zend-scanner-cc.cc
In file included from zend-scanner-cc.cc:2570:
zend_operators.h: In function `int is_numeric_string(char *, int, long int *, double *)':
zend_operators.h:83: implicit declaration of function `int finite(...)'
make[1]: *** [zend-scanner-cc.lo] Error 1
make[1]: Leaving directory `/tmp/php-4.0.3pl1/Zend'
make: *** [all-recursive] Error 1
root@suns01022:[18]/tmp/php-4.0.3pl1#


I'm using GCC:
--------------
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
gcc version 2.95.2 19991024 (release)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-19 07:55 UTC] fpontieri at pictetmodal dot com
Hi,

I circumvented this by editing php_config.h (HAVE_IEEEFP_H).
I'll tell this the developer I'm currently in contact with.

-WS

--
Email: Wolfram.Schmidt@iao.fhg.de

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC