Hello All, I work on a ppc 405 architecture and i try to compile php-4.4.1 with gcc version 3.2.1. I have this problem :
/bin/sh /root/php-4.4.1/libtool --silent --preserve-dup-deps --mode=compile /root/php-4.4.1/meta_ccld -Iext/ctype/ -I/root/php-4.4.1/ext/ctype/ -DPHP_ATOM_INC -I/root/php-4.4.1/include -I/root/php-4.4.1/main -I/root/php-4.4.1 -I/root/php-4.4.1/ext/xml/expat -I/root/php-4.4.1/TSRM -I/root/php-4.4.1/Zend -D_REENTRANT -g -O2 -pthread -DZTSa -fno-operator-names -c /root/php-4.4.1/ext/ctype/ctype.c -o ext/ctype/ctype.lo In file included from /root/php-4.4.1/main/php.h:364, from /root/php-4.4.1/ext/ctype/ctype.c:23: /root/php-4.4.1/TSRM/tsrm_virtual_cwd.h:151: parse error before '*' token /root/php-4.4.1/TSRM/tsrm_virtual_cwd.h:151: warning: data definition has no type or storage class In file included from /root/php-4.4.1/main/php.h:373, from /root/php-4.4.1/ext/ctype/ctype.c:23: /root/php-4.4.1/main/php_reentrancy.h:54: parse error before '*' token make: *** [ext/ctype/ctype.lo] Error 1 Do you have an idea? Thanks Brice.