i've been trying to install php on our sparc server for the past 2 months. i finally got the configure command to work with building nsapi command. now the make command worked without --with-nsapi command. now that i've reconfigured with the nsapi. i get this
Making all in Zend
make[1]: Entering directory /space/php/Zend'
/bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -D
_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE_ORDE
R=21 -I../TSRM -g -O2 -pthreads -c zend-scanner-cc.cc
In file included from zend-scanner-cc.cc:2570:
zend_operators.h: In functionint is_numeric_string(char , int, long int , do
uble )':
zend_operators.h:83: implicit declaration of function int finite(...)'
make[1]: *** [zend-scanner-cc.lo] Error 1
make[1]: Leaving directory/space/php/Zend'
make: ** [all-recursive] Error 1
i didn't get this before can anyone help me solve this problem and tell me what i need to do? thanks in advance.
Casey