|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello friends,
I have been trying to install the bcompiler extension but I have not succeeded yet. I followed the instructions on http://www.php-library.com/pear_man/pecl.bcompiler.html I installed APACHE 2.2 from the source and this went fine. Then I tried to intall the BCOMPILER Module by #pear install bcompiler This gave the error : 'phpize' failed I then downloaded the bcompiler-0.7.tgz and run #phpize from the root directory of the module. That went fine too. Then I run #./buildconfig --force in the php4 folder, ie where php is installed. then #./configure --prefix=/usr/local/php-4.4.2 --with-apxs2=/usr/local/bin/apxs --with-config-file-path=/usr/local/php-4.4.2/scripts/php-config --with-mysql --with-pgsql --without-msql --enable-calendar --enable-bcmath --with-openssl --enable-bcompiler This configuration went fine without errors Then in the same folder, I run #make this failed. The output is as below. Kindly advise me on what I need to do right to have the bcompiler module installed. /*************out put of make *****************************/ /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/openssl/ -I/usr/local/php-4.4.2/ext/openssl/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/openssl/openssl.c -o ext/openssl/openssl.lo /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?add_assoc_name_entry?: /usr/local/php-4.4.2/ext/openssl/openssl.c:246: warning: pointer targets in passing argument 2 of ?add_next_index_stringl? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:258: warning: pointer targets in passing argument 4 of ?add_assoc_stringl_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?add_assoc_asn1_string?: /usr/local/php-4.4.2/ext/openssl/openssl.c:267: warning: pointer targets in passing argument 4 of ?add_assoc_stringl_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?asn1_time_to_time_t?: /usr/local/php-4.4.2/ext/openssl/openssl.c:290: warning: pointer targets in passing argument 1 of ?_estrdup? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_x509_parse?: /usr/local/php-4.4.2/ext/openssl/openssl.c:897: warning: pointer targets in assignment differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?php_openssl_make_REQ?: /usr/local/php-4.4.2/ext/openssl/openssl.c:1207: warning: pointer targets in passing argument 3 of ?zend_hash_get_current_key_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:1207: warning: pointer targets in passing argument 4 of ?zend_hash_get_current_key_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:1280: warning: pointer targets in passing argument 3 of ?zend_hash_get_current_key_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:1280: warning: pointer targets in passing argument 4 of ?zend_hash_get_current_key_ex? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_pkey_export_to_file?: /usr/local/php-4.4.2/ext/openssl/openssl.c:1959: warning: pointer targets in passing argument 4 of ?PEM_write_bio_PrivateKey? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_pkey_export?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2010: warning: pointer targets in passing argument 4 of ?PEM_write_bio_PrivateKey? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_private_encrypt?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2520: warning: pointer targets in passing argument 2 of ?RSA_private_encrypt? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2529: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_private_decrypt?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2576: warning: pointer targets in passing argument 2 of ?RSA_private_decrypt? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2592: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_public_encrypt?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2639: warning: pointer targets in passing argument 2 of ?RSA_public_encrypt? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2649: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_public_decrypt?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2696: warning: pointer targets in passing argument 2 of ?RSA_public_decrypt? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2714: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_sign?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2775: warning: pointer targets in passing argument 3 of ?EVP_SignFinal? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2778: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_verify?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2813: warning: pointer targets in passing argument 2 of ?EVP_VerifyFinal? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_seal?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2888: warning: pointer targets in passing argument 4 of ?EVP_EncryptUpdate? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2907: warning: pointer targets in initialization differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c: In function ?zif_openssl_open?: /usr/local/php-4.4.2/ext/openssl/openssl.c:2975: warning: pointer targets in passing argument 3 of ?EVP_OpenInit? differ in signedness /usr/local/php-4.4.2/ext/openssl/openssl.c:2977: warning: pointer targets in passing argument 4 of ?EVP_DecryptUpdate? differ in signedness /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_compile.c -o ext/pcre/pcrelib/pcre_compile.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_config.c -o ext/pcre/pcrelib/pcre_config.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_dfa_exec.c -o ext/pcre/pcrelib/pcre_dfa_exec.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_exec.c -o ext/pcre/pcrelib/pcre_exec.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_fullinfo.c -o ext/pcre/pcrelib/pcre_fullinfo.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_get.c -o ext/pcre/pcrelib/pcre_get.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_globals.c -o ext/pcre/pcrelib/pcre_globals.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_info.c -o ext/pcre/pcrelib/pcre_info.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_maketables.c -o ext/pcre/pcrelib/pcre_maketables.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_ord2utf8.c -o ext/pcre/pcrelib/pcre_ord2utf8.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_printint.c -o ext/pcre/pcrelib/pcre_printint.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_refcount.c -o ext/pcre/pcrelib/pcre_refcount.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_study.c -o ext/pcre/pcrelib/pcre_study.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_tables.c -o ext/pcre/pcrelib/pcre_tables.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_try_flipped.c -o ext/pcre/pcrelib/pcre_try_flipped.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_ucp_findchar.c -o ext/pcre/pcrelib/pcre_ucp_findchar.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_valid_utf8.c -o ext/pcre/pcrelib/pcre_valid_utf8.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_version.c -o ext/pcre/pcrelib/pcre_version.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/pcrelib/pcre_xclass.c -o ext/pcre/pcrelib/pcre_xclass.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -I/usr/local/php-4.4.2/ext/pcre/pcrelib -Iext/pcre/ -I/usr/local/php-4.4.2/ext/pcre/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/bcmath.c -o ext/bcmath/bcmath.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/add.c -o ext/bcmath/libbcmath/src/add.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/div.c -o ext/bcmath/libbcmath/src/div.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/init.c -o ext/bcmath/libbcmath/src/init.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/neg.c -o ext/bcmath/libbcmath/src/neg.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/outofmem.c -o ext/bcmath/libbcmath/src/outofmem.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/raisemod.c -o ext/bcmath/libbcmath/src/raisemod.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/rt.c -o ext/bcmath/libbcmath/src/rt.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/sub.c -o ext/bcmath/libbcmath/src/sub.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/compare.c -o ext/bcmath/libbcmath/src/compare.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/divmod.c -o ext/bcmath/libbcmath/src/divmod.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/int2num.c -o ext/bcmath/libbcmath/src/int2num.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/num2long.c -o ext/bcmath/libbcmath/src/num2long.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/output.c -o ext/bcmath/libbcmath/src/output.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/recmul.c -o ext/bcmath/libbcmath/src/recmul.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/sqrt.c -o ext/bcmath/libbcmath/src/sqrt.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/zero.c -o ext/bcmath/libbcmath/src/zero.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/debug.c -o ext/bcmath/libbcmath/src/debug.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/doaddsub.c -o ext/bcmath/libbcmath/src/doaddsub.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/nearzero.c -o ext/bcmath/libbcmath/src/nearzero.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/num2str.c -o ext/bcmath/libbcmath/src/num2str.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/raise.c -o ext/bcmath/libbcmath/src/raise.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/rmzero.c -o ext/bcmath/libbcmath/src/rmzero.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/local/php-4.4.2/ext/bcmath/libbcmath/src -Iext/bcmath/ -I/usr/local/php-4.4.2/ext/bcmath/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcmath/libbcmath/src/str2num.c -o ext/bcmath/libbcmath/src/str2num.lo /bin/sh /usr/local/php-4.4.2/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/bcompiler/ -I/usr/local/php-4.4.2/ext/bcompiler/ -DPHP_ATOM_INC -I/usr/local/php-4.4.2/include -I/usr/local/php-4.4.2/main -I/usr/local/php-4.4.2 -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/php-4.4.2/ext/xml/expat -I/usr/local/php-4.4.2/TSRM -I/usr/local/php-4.4.2/Zend -g -O2 -prefer-non-pic -c /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c -o ext/bcompiler/bcompiler.lo /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?bz2_aware_stream_open?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:285: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: At top level: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:580: error: static declaration of ?bcompiler_stdsize_05? follows non-static declaration /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:410: error: previous declaration of ?bcompiler_stdsize_05? was here /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_class?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:706: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_included_filename?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:734: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_function?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:767: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_constant?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:800: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?_bcompiler_write_functions_from_file?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:822: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_file?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:924: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:933: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_footer?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1083: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_write_exe_footer?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1106: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1261:8: warning: extra tokens at end of #endif directive /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?zif_bcompiler_load_exe?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1268: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?bcompiler_read?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1335: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1436: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_string?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1779: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1785: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1789: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zstring?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1797: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1801: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_create_string?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1809: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_arg_types?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1869: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1872: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1873: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_create_arg_types?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1882: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1887: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?deserialize_magic?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1935: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_llist?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1981: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1986: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1987: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1989: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1991: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:1992: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_llist?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2006: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2010: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2012: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2015: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2020: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_create_zend_llist?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2037: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_hashtable?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2104: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2112: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2114: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2115: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2116: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2121: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2122: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_hashtable?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2160: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2162: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2178: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2179: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2193: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2194: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_create_hashtable?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2251: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zvalue_value?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2277: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2280: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2290: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2300: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zvalue_value?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2334: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2344: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2347: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2355: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zval?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2389: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2391: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2392: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zval?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2398: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2400: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2401: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_function_entry?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2424: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_function_entry?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2442: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_property_reference?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2490: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_property_reference?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2497: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_overloaded_element?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2508: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_overloaded_element?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2514: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_class_entry?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2546: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2548: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2558: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2561: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2564: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2577: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2579: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2612: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2621: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2622: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2623: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2656: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2659: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_class_entry?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2677: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2679: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2682: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2720: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2725: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2731: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2741: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2784: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2798: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2799: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2800: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2819: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_znode?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2864: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2884: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2885: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_znode?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2895: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2909: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2910: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_op?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2926: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2950: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2955: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_op?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2961: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2986: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:2987: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_op_array?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3002: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3013: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3014: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3015: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3036: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3037: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3038: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3040: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3044: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3051: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3052: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_op_array?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3099: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3111: warning: pointer targets in assignment differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3112: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3116: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3117: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3274: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3275: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3276: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3278: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3281: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3293: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3294: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_function?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3418: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_function?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3478: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_serialize_zend_constant?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3545: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3548: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3549: warning: pointer targets in passing argument 2 of ?_php_stream_write? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c: In function ?apc_deserialize_zend_constant?: /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3555: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3558: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness /usr/local/php-4.4.2/ext/bcompiler/bcompiler.c:3559: warning: pointer targets in passing argument 2 of ?_php_stream_read? differ in signedness make: *** [ext/bcompiler/bcompiler.lo] Error 1 |
|
||||
|
Looks like bcompiler still has open bugs on make-time:
http://pecl.php.net/bugs/search.php?...y&package_name[]=bcompiler I'd make sure you have updated gcc, and report a bug if the error persists.
__________________
ABIT NF8 | Athlon 64 2800+ | 1GB Corsair XMS PC-3200 | MSI GeForce 6600GT Directory Script - PHP Scripts - Freelance Forums - Maine Web Designers |
![]() |
| Currently Viewing | ||||||
| ||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Mac OS X on your Xbox | Technophile | Operating Systems | 6 | 10-08-2004 05:43 PM |
| php + mysql install all? | sp0om | Programming and Coding | 1 | 06-13-2004 02:06 PM |
| ALL NEW 3RD GENERATION IPOD INSTALL IN MY FORD EXPLORER | reelmagik | Jibber Jabber | 13 | 05-19-2004 09:10 PM |
| First 10 Programs You Install | Technophile | General Software | 16 | 05-07-2004 02:09 PM |