fedora core4 에서 php 4.3.3 컴파일이 안되요...
글쓴이: waytosky / 작성시간: 월, 2005/10/31 - 1:14오후
사정상 fedora core4 를 사용해야 하는 상황입니다.
몇일간을 해보았지만 제 실력으로는 도저히 할 수 없어서 도움을 요청합니다.
아래의 옵션으로 php 4.3.3을 컴파일하려 합니다.(mssql을 사용하여야 하지만 일단 에러 발생하는 것을 잡기 위하여 해당 부분의 옵션은 뺐습니다.)
부디 컴파일 해보시고 발생하는 warning과 Error 좀 잡아주세요... ㅠㅠ
./configure \
--prefix=/www \
--with-config-file-path="/www/conf" \
--enable-track-vars \
--enable-sigchild \
--with-exec-dir=/www/bin \
--with-apxs2=/www/bin/apxs \
--without-mysql
warning: pointer targets in ...... <= 이런류의 워닝이 엄청나게 발생하고,
결국...
make: *** [sapi/cli/php_cli.lo] Error 1
이렇게 되어 버립니다...
Forums:
조금은 당황스러운 질문입니다.컴파일을 해보고 경고와 에러를 잡아달라고
조금은 당황스러운 질문입니다.
컴파일을 해보고 경고와 에러를 잡아달라고 부탁하셨지만 waytosky님의
시스템에 어떠한 패키지들이 설치되어있는지도 모르는데 컴파일만으로 경고와
에러가 잡힐 수 있을지 의문입니다.
사실 문제의 원인과 그것을 찾을 방법은 질문올리신 'targets in'다음의 '....'에 있습니다.
그것을 말줄임으로 없애버리시면 도움을 드릴 방법이 사라지는 것이죠.
도움을 얻고 싶으신데 경고가 너무 많으시다면 make를 하실때
# make > $HOME/php_make_flow.txt
와 같이 그 흔적을 파일로 만드신 후에 파일을 이곳에 올려놓아 보시기 바랍니다.
해결 방법은 아니더라도 에러나 경고의 원인을 찾을 수 있는 방법들을 알려주실
거라고 생각합니다.
P.S. : Fedora Core 4라고 마치 MS-Windows와 똑같이 환경 자체가 똑같다고
생각하시면 안됩니다. 같은 Fedora Core 4라하더라도 설치자의 의도나 취양에
따라서 설치하는 패키지가 달라질 수가 있기 때문입니다.
------------------------------
좋은 하루 되세요.
질문에 성의가 없어서 죄송했습니다.
먼저 관심을 가져 주시는 분이 계시다는 것에 큰 힘이 되었고, 관심 만으로도 무한한 감사를 드립니다.
codebank님께서 질책해주신 부분에 대하여 반성하고 있습니다.
작업한 내용은 아래와 같습니다.
먼저 아파치 2.0.48을 컴파일하여 설치하려 했으나 컴차일 과정에서 에러는 없었으나 정작 데몬을 띄울때
/www/bin/apachectl: line 65: 9885 Segmentation fault $HTTPD -k $ARGV
를 반환하면서 스타트가 되지 않더군요.
다시 아파치 2.0.55를 컴파일하여 설치한 다음에는 정상적으로 데몬이 뜨더군요.
이때 사용한 아파치 옵션은 아래와 같습니다.
./configure \
--with-layout=Apache --prefix=/www --datadir=/www/docs \
--enable-shared=max --enable-so
이후 mssql을 사용하기 위하여 freetds 를 컴파일하여 설치한 내역은 생략 하겠습니다.
다음 php를 설치하기 위하여 php 4.3.3을 아래의 옵션으로 컴파일 하였습니다. (오류 범위를 줄이기 위하여 --with-mssql="/www/freetds" 를 뺐습니다.)
./configure \
--prefix=/www \
--with-config-file-path="/www/conf" \
--enable-track-vars \
--enable-sigchild \
--with-exec-dir=/www/bin \
--with-apxs2=/www/bin/apxs \
--without-mysql
그리고 make 시에 나오는 메세지는 아래와 같습니다.
부디 시간이 되시면 한 번 검토하여 주시기 바랍니다.
리눅스 문외한의 초보적인 질문에 관심가져 주셔서 대단히 감사드립니다.
[root@web_01 php-4.3.3]# make clean
find . -name \*.lo | xargs rm -f
find . -name \*.o | xargs rm -f
find . -name \*.la | xargs rm -f
find . -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp4.la sapi/cli/php libphp4.la modules/* libs/*
[root@web_01 php-4.3.3]# ./configure \
> --prefix=/www \
> --with-config-file-path="/www/conf" \
> --enable-track-vars \
> --enable-sigchild \
> --with-exec-dir=/www/bin \
> --with-apxs2=/www/bin/apxs \
> --without-mysql
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking if compiler supports -R... (cached) no
checking if compiler supports -Wl,-rpath,... (cached) yes
checking for ranlib... (cached) ranlib
checking whether ln -s works... (cached) yes
checking for gawk... (cached) gawk
checking for bison... (cached) bison -y
checking bison version... 2.0 (ok)
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking lex output file root... (cached) lex.yy
checking whether yytext is a pointer... (cached) yes
checking for working const... (cached) yes
checking flex version... 2.5.4 (ok)
checking for pthreads_cflags... (cached) -pthread
checking for pthreads_lib... (cached)
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for member fd in BUFF *... (cached) no
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for Caudium support... no
checking for CLI build... yes
checking for embedded SAPI library support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for chosen SAPI module... apache2handler
Running system checks
checking for missing declarations of reentrant functions... done
checking for sendmail... (cached) /usr/sbin/sendmail
checking whether system uses EBCDIC... (cached) no
checking for socket... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for sin in -lm... (cached) yes
checking for res_search... no
checking for __res_search... no
checking for res_search in -lresolv... yes
checking for inet_aton... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for fclose declaration... ok
checking for ApplicationServices/ApplicationServices.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for alloca.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for assert.h... (cached) yes
checking for crypt.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for grp.h... (cached) yes
checking for ieeefp.h... (cached) no
checking for langinfo.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for monetary.h... (cached) yes
checking for mach-o/dyld.h... (cached) no
checking for netdb.h... (cached) yes
checking for pwd.h... (cached) yes
checking for resolv.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... (cached) yes
checking for sysexits.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for sys/sysexits.h... (cached) no
checking for sys/varargs.h... (cached) no
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unix.h... (cached) no
checking for utime.h... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for fopencookie... (cached) yes
checking for broken getcwd... no
checking for broken libc stdio... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) yes
checking for tm_gmtoff in struct tm... (cached) yes
checking for struct flock... (cached) yes
checking for socklen_t... (cached) yes
checking size of long... (cached) 4
checking size of int... (cached) 4
checking for st_blksize in struct stat... (cached) yes
checking for st_blocks in struct stat... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for struct sockaddr_storage... (cached) yes
checking for IPv6 support... (cached) yes
checking for vprintf... (cached) yes
checking for alphasort... (cached) yes
checking for asctime_r... (cached) yes
checking for chroot... (cached) yes
checking for ctime_r... (cached) yes
checking for cuserid... (cached) yes
checking for crypt... (cached) no
checking for flock... (cached) yes
checking for ftok... (cached) yes
checking for funopen... (cached) no
checking for gai_strerror... (cached) yes
checking for gcvt... (cached) yes
checking for getlogin... (cached) yes
checking for getprotobyname... (cached) yes
checking for getprotobynumber... (cached) yes
checking for getservbyname... (cached) yes
checking for getservbyport... (cached) yes
checking for getrusage... (cached) yes
checking for gettimeofday... (cached) yes
checking for gmtime_r... (cached) yes
checking for isascii... (cached) yes
checking for link... (cached) yes
checking for localtime_r... (cached) yes
checking for lockf... (cached) yes
checking for lrand48... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for mkstemp... (cached) yes
checking for mmap... (cached) yes
checking for nl_langinfo... (cached) yes
checking for perror... (cached) yes
checking for poll... (cached) yes
checking for putenv... (cached) yes
checking for realpath... (cached) yes
checking for random... (cached) yes
checking for rand_r... (cached) yes
checking for regcomp... (cached) yes
checking for res_search... (cached) yes
checking for scandir... (cached) yes
checking for setitimer... (cached) yes
checking for setlocale... (cached) yes
checking for localeconv... (cached) yes
checking for setsockopt... (cached) yes
checking for setvbuf... (cached) yes
checking for shutdown... (cached) yes
checking for sin... (cached) yes
checking for snprintf... (cached) yes
checking for srand48... (cached) yes
checking for srandom... (cached) yes
checking for statfs... (cached) yes
checking for statvfs... (cached) yes
checking for std_syslog... (cached) no
checking for strcasecmp... (cached) yes
checking for strcoll... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strftime... (cached) yes
checking for strstr... (cached) yes
checking for strtok_r... (cached) yes
checking for symlink... (cached) yes
checking for tempnam... (cached) yes
checking for tzset... (cached) yes
checking for unsetenv... (cached) yes
checking for usleep... (cached) yes
checking for utime... (cached) yes
checking for vsnprintf... (cached) yes
checking for getaddrinfo... (cached) yes
checking for strlcat... (cached) no
checking for strlcpy... (cached) no
checking for getopt... (cached) yes
checking whether utime accepts a null argument... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether sprintf is broken... (cached) no
checking whether snprintf is broken... (cached) no
checking for declared timezone... (cached) yes
checking for type of reentrant time-related functions... (cached) POSIX
checking for readdir_r... (cached) yes
checking for type of readdir_r... (cached) POSIX
General settings
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /www/conf
checking directory to be scanned for configuration files... DEFAULT
checking whether to install PEAR, and where... yes
checking whether to enable safe mode by default... no
checking for safe mode exec dir... /www/bin
checking whether to enable PHP's own SIGCHLD handler... yes
checking whether to enable magic quotes by default... no
checking whether to enable runpaths... yes
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking for OpenSSL support... no
Configuring extensions
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... no
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... no
checking for GD support... no
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for hwapi support... no
checking for Hyperwave support... no
checking for iconv support... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for IRCG support... no
checking for Java support... no
checking for LDAP support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for MCVE support... no
checking for mhash support... no
checking whether to include mime_magic support... no
checking for MING support... no
checking for mnoGoSearch support... no
checking for msession support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... no
checking for specified location of the MySQL UNIX socket... no
checking for ncurses support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for DBMaker support... no
checking for Oracle-ORACLE support... no
checking whether to enable user-space object overloading support... yes
checking for Ovrimos SQL Server support... no
checking whether to enable pcntl support... no
checking for PCRE support... yes
checking for PDFlib support... no
checking for the location of libtiff... no
checking for Verisign Payflow Pro support... no
checking for PostgreSQL support... no
checking whether to enable POSIX-like functions... yes
checking for seteuid... (cached) yes
checking for setegid... (cached) yes
checking for setsid... (cached) yes
checking for getsid... (cached) yes
checking for setpgid... (cached) yes
checking for getpgid... (cached) yes
checking for ctermid... (cached) yes
checking for mkfifo... (cached) yes
checking for getrlimit... (cached) yes
checking for PSPELL support... no
checking for QtDOM support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... (cached) yes
checking whether pread works... (cached) yes
checking whether to enable shmop support... no
checking for SNMP support... no
checking whether to enable UCD SNMP hack... no
checking whether to enable sockets support... no
checking for getcwd... (cached) yes
checking for getwd... (cached) yes
checking for asinh... (cached) yes
checking for acosh... (cached) yes
checking for atanh... (cached) yes
checking for log1p... (cached) yes
checking for hypot... (cached) yes
checking for crypt in -lcrypt... (cached) yes
checking for standard DES crypt... (cached) yes
checking for extended DES crypt... (cached) no
checking for MD5 crypt... (cached) yes
checking for Blowfish crypt... (cached) no
checking whether flush should be called explicitly after a bufferered io... (cached) no
checking whether rounding works as expected... yes
checking for working fnmatch... (cached) yes
checking for glob... (cached) yes
checking for strfmon... (cached) yes
checking for libswf support... no
checking for Sybase support... no
checking for Sybase-CT support... no
checking whether to enable System V IPC support... no
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking whether to enable tokenizer support... yes
checking whether to enable WDDX support... no
checking whether byte ordering is bigendian... (cached) no
checking whether to enable XML support... yes
checking external libexpat install dir... no
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... yes
checking iconv dir for XMLRPC-EPI... yes
checking whether to enable xslt support... no
checking for XSLT Sablotron backend... no
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for YAZ support... no
checking whether to include YP support... no
checking for ZIP support... no
checking whether to enable versioning... no
checking which regex library to use... php
Configuring Zend
checking bison version... 2.0 (ok)
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for uint... (cached) yes
checking for ulong... (cached) yes
checking for vprintf... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... (cached) yes
checking for kill... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for finite... (cached) yes
checking for fpclass... (cached) no
checking whether sprintf is broken... (cached) no
checking for finite... (cached) yes
checking for isfinite... (cached) no
checking for isinf... (cached) yes
checking for isnan... (cached) yes
checking whether fp_except is defined... (cached) no
checking for dlfcn.h... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking whether to enable thread-safety... no
checking whether to enable inline optimization for GCC... yes
checking whether to enable a memory limit... no
checking whether to enable Zend debugging... no
checking whether to enable Zend multibyte... no
checking for inline... (cached) inline
Configuring TSRM
checking for stdarg.h... (cached) yes
Configuring libtool
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for a sed that does not truncate output... (cached) /bin/sed
checking how to recognise dependent libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached) -fPIC
checking if gcc PIC flag -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
Generating files
updating cache ./config.cache
creating ./config.status
creating php4.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/php-config
creating sapi/cli/php.1
creating main/php_config.h
main/php_config.h is unchanged
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
| *** NOTE *** |
| The default for register_globals is now OFF! |
| |
| If your application relies on register_globals being ON, you |
| should explicitly set it to on in your php.ini file. |
| Note that you are strongly encouraged to read |
| http://www.php.net/manual/en/security.registerglobals.php |
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+
Thank you for using PHP.
[root@web_01 php-4.3.3]# make
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/ctype/ -I/backup/php-4.3.3/ext/ctype/ -DPHP
_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/
xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/ctype/ctype.c -o ext/ctype/ctype.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/overload/ -I/backup/php-4.3.3/ext/overload/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/overload/overload.c -o ext/overload/overload
.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESH
OLD=10 -I/backup/php-4.3.3/ext/pcre/pcrelib -Iext/pcre/ -I/backup/php-4.3.3/ext/pcre/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/
backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -
O2 -prefer-pic -c /backup/php-4.3.3/ext/pcre/pcrelib/maketables.c -o ext/pcre/pcrelib/maketables.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESH
OLD=10 -I/backup/php-4.3.3/ext/pcre/pcrelib -Iext/pcre/ -I/backup/php-4.3.3/ext/pcre/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/
backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -
O2 -prefer-pic -c /backup/php-4.3.3/ext/pcre/pcrelib/get.c -o ext/pcre/pcrelib/get.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESH
OLD=10 -I/backup/php-4.3.3/ext/pcre/pcrelib -Iext/pcre/ -I/backup/php-4.3.3/ext/pcre/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/
backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -
O2 -prefer-pic -c /backup/php-4.3.3/ext/pcre/pcrelib/study.c -o ext/pcre/pcrelib/study.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESH
OLD=10 -I/backup/php-4.3.3/ext/pcre/pcrelib -Iext/pcre/ -I/backup/php-4.3.3/ext/pcre/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/
backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -
O2 -prefer-pic -c /backup/php-4.3.3/ext/pcre/pcrelib/pcre.c -o ext/pcre/pcrelib/pcre.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DSUPPORT_UTF8 -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESH
OLD=10 -I/backup/php-4.3.3/ext/pcre/pcrelib -Iext/pcre/ -I/backup/php-4.3.3/ext/pcre/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/
backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -
O2 -prefer-pic -c /backup/php-4.3.3/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/posix/ -I/backup/php-4.3.3/ext/posix/ -DPHP
_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/
xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/posix/posix.c -o ext/posix/posix.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/session/ -I/backup/php-4.3.3/ext/session/ -
DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/
ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/session/session.c -o ext/session/session.lo
/backup/php-4.3.3/ext/session/session.c: In function 'php_session_create_id':
/backup/php-4.3.3/ext/session/session.c:557: warning: pointer targets in passing argument 2 of 'PHP_MD5Update' differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/session/ -I/backup/php-4.3.3/ext/session/ -
DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/
ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/session/mod_files.c -o ext/session/mod_files.l
o
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/session/ -I/backup/php-4.3.3/ext/session/ -
DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/
ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/session/mod_mm.c -o ext/session/mod_mm.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/session/ -I/backup/php-4.3.3/ext/session/ -
DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/
ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/session/mod_user.c -o ext/session/mod_user.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/array.c -o ext/standard/array.lo
/backup/php-4.3.3/ext/standard/array.c: In function '_phpi_pop':
/backup/php-4.3.3/ext/standard/array.c:1726: warning: pointer targets in passing argument 3 of 'zend_hash_get_current_key_ex' differ
in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/base64.c -o ext/standard/base64.lo
/backup/php-4.3.3/ext/standard/base64.c: In function 'zif_base64_encode':
/backup/php-4.3.3/ext/standard/base64.c:220: warning: pointer targets in passing argument 1 of 'php_base64_encode' differ in signedn
ess
/backup/php-4.3.3/ext/standard/base64.c:222: warning: pointer targets in initialization differ in signedness
/backup/php-4.3.3/ext/standard/base64.c: In function 'zif_base64_decode':
/backup/php-4.3.3/ext/standard/base64.c:241: warning: pointer targets in passing argument 1 of 'php_base64_decode' differ in signedn
ess
/backup/php-4.3.3/ext/standard/base64.c:243: warning: pointer targets in initialization differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/basic_functions.c -o ext/standard/b
asic_functions.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/browscap.c -o ext/standard/browscap
.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/crc32.c -o ext/standard/crc32.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/crypt.c -o ext/standard/crypt.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/cyr_convert.c -o ext/standard/cyr_c
onvert.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/datetime.c -o ext/standard/datetime
.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/dir.c -o ext/standard/dir.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/dl.c -o ext/standard/dl.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/dns.c -o ext/standard/dns.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/exec.c -o ext/standard/exec.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/file.c -o ext/standard/file.lo
/backup/php-4.3.3/ext/standard/file.c: In function 'parse_context_options':
/backup/php-4.3.3/ext/standard/file.c:903: warning: pointer targets in passing argument 3 of 'zend_hash_get_current_key_ex' differ i
n signedness
/backup/php-4.3.3/ext/standard/file.c:909: warning: pointer targets in passing argument 3 of 'zend_hash_get_current_key_ex' differ i
n signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/filestat.c -o ext/standard/filestat
.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/flock_compat.c -o ext/standard/floc
k_compat.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/formatted_print.c -o ext/standard/f
ormatted_print.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/fsock.c -o ext/standard/fsock.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/head.c -o ext/standard/head.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/html.c -o ext/standard/html.lo
/backup/php-4.3.3/ext/standard/html.c: In function 'php_unescape_html_entities':
/backup/php-4.3.3/ext/standard/html.c:793: warning: pointer targets in passing argument 1 of '_estrdup' differ in signedness
/backup/php-4.3.3/ext/standard/html.c:815: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signednes
s
/backup/php-4.3.3/ext/standard/html.c:827: warning: pointer targets in passing argument 3 of 'php_str_to_str' differ in signedness
/backup/php-4.3.3/ext/standard/html.c:827: warning: pointer targets in passing argument 5 of 'php_str_to_str' differ in signedness
/backup/php-4.3.3/ext/standard/html.c:842: warning: pointer targets in passing argument 5 of 'php_str_to_str' differ in signedness
/backup/php-4.3.3/ext/standard/html.c: In function 'php_escape_html_entities':
/backup/php-4.3.3/ext/standard/html.c:904: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
/backup/php-4.3.3/ext/standard/html.c:905: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/html.c: In function 'php_html_entities':
/backup/php-4.3.3/ext/standard/html.c:960: warning: pointer targets in passing argument 1 of 'php_escape_html_entities' differ in si
gnedness
/backup/php-4.3.3/ext/standard/html.c: In function 'zif_html_entity_decode':
/backup/php-4.3.3/ext/standard/html.c:1002: warning: pointer targets in passing argument 1 of 'php_unescape_html_entities' differ in
signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/image.c -o ext/standard/image.lo
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_gif':
/backup/php-4.3.3/ext/standard/image.c:107: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_psd':
/backup/php-4.3.3/ext/standard/image.c:130: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_bmp':
/backup/php-4.3.3/ext/standard/image.c:151: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_swf':
/backup/php-4.3.3/ext/standard/image.c:263: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_png':
/backup/php-4.3.3/ext/standard/image.c:296: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_read2':
/backup/php-4.3.3/ext/standard/image.c:353: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_read_APP':
/backup/php-4.3.3/ext/standard/image.c:440: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:445: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:447: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:447: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:449: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:449: warning: pointer targets in passing argument 2 of 'add_assoc_stringl_ex' differ in signe
dness
/backup/php-4.3.3/ext/standard/image.c:449: warning: pointer targets in passing argument 4 of 'add_assoc_stringl_ex' differ in signe
dness
/backup/php-4.3.3/ext/standard/image.c: In function 'php_read4':
/backup/php-4.3.3/ext/standard/image.c:542: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_tiff':
/backup/php-4.3.3/ext/standard/image.c:789: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/image.c: In function 'php_handle_iff':
/backup/php-4.3.3/ext/standard/image.c:846: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:848: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
/backup/php-4.3.3/ext/standard/image.c:855: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/backup/php-4.3.3/ext/standard/image.c:865: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signednes
s
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/info.c -o ext/standard/info.lo
/backup/php-4.3.3/ext/standard/info.c: In function 'php_info_html_esc':
/backup/php-4.3.3/ext/standard/info.c:199: warning: pointer targets in passing argument 1 of 'php_escape_html_entities' differ in si
gnedness
/backup/php-4.3.3/ext/standard/info.c: In function 'php_print_info':
/backup/php-4.3.3/ext/standard/info.c:480: warning: pointer targets in passing argument 3 of 'zend_hash_get_current_key_ex' differ i
n signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/iptc.c -o ext/standard/iptc.lo
/backup/php-4.3.3/ext/standard/iptc.c: In function 'php_iptc_put1':
/backup/php-4.3.3/ext/standard/iptc.c:81: warning: pointer targets in passing argument 1 of 'php_body_write' differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c: In function 'zif_iptcembed':
/backup/php-4.3.3/ext/standard/iptc.c:294: warning: pointer targets in initialization differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c: In function 'zif_iptcparse':
/backup/php-4.3.3/ext/standard/iptc.c:318: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c:350: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c:359: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c:359: warning: pointer targets in passing argument 2 of 'zend_hash_find' differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c:364: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/backup/php-4.3.3/ext/standard/iptc.c:364: warning: pointer targets in passing argument 2 of 'zend_hash_add_or_update' differ in sig
nedness
/backup/php-4.3.3/ext/standard/iptc.c:367: warning: pointer targets in passing argument 2 of 'add_next_index_stringl' differ in sign
edness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/lcg.c -o ext/standard/lcg.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/link.c -o ext/standard/link.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/mail.c -o ext/standard/mail.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/math.c -o ext/standard/math.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/md5.c -o ext/standard/md5.lo
/backup/php-4.3.3/ext/standard/md5.c: In function 'php_if_md5':
/backup/php-4.3.3/ext/standard/md5.c:59: warning: pointer targets in passing argument 2 of 'PHP_MD5Update' differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/metaphone.c -o ext/standard/metapho
ne.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/microtime.c -o ext/standard/microti
me.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/pack.c -o ext/standard/pack.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/pageinfo.c -o ext/standard/pageinfo
.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/parsedate.c -o ext/standard/parseda
te.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/quot_print.c -o ext/standard/quot_p
rint.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/rand.c -o ext/standard/rand.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/reg.c -o ext/standard/reg.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/soundex.c -o ext/standard/soundex.l
o
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/string.c -o ext/standard/string.lo
/backup/php-4.3.3/ext/standard/string.c: In function 'php_bin2hex':
/backup/php-4.3.3/ext/standard/string.c:129: warning: pointer targets in return differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'zif_bin2hex':
/backup/php-4.3.3/ext/standard/string.c:192: warning: pointer targets in passing argument 1 of 'php_bin2hex' differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'php_trim':
/backup/php-4.3.3/ext/standard/string.c:543: warning: pointer targets in passing argument 1 of 'php_charmask' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:545: warning: pointer targets in passing argument 1 of 'php_charmask' differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'php_strtoupper':
/backup/php-4.3.3/ext/standard/string.c:1011: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'php_strtolower':
/backup/php-4.3.3/ext/standard/string.c:1045: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'php_stristr':
/backup/php-4.3.3/ext/standard/string.c:1300: warning: pointer targets in passing argument 1 of 'php_strtolower' differ in signednes
s
/backup/php-4.3.3/ext/standard/string.c:1301: warning: pointer targets in passing argument 1 of 'php_strtolower' differ in signednes
s
/backup/php-4.3.3/ext/standard/string.c:1302: warning: pointer targets in passing argument 1 of 'php_memnstr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:1302: warning: pointer targets in passing argument 2 of 'php_memnstr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:1302: warning: pointer targets in passing argument 4 of 'php_memnstr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'zif_stristr':
/backup/php-4.3.3/ext/standard/string.c:1373: warning: pointer targets in passing argument 1 of 'php_stristr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:1373: warning: pointer targets in passing argument 2 of 'php_stristr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:1379: warning: pointer targets in passing argument 1 of 'php_stristr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c:1379: warning: pointer targets in passing argument 2 of 'php_stristr' differ in signedness
/backup/php-4.3.3/ext/standard/string.c: In function 'php_addcslashes':
/backup/php-4.3.3/ext/standard/string.c:2414: warning: pointer targets in passing argument 1 of 'php_charmask' differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/scanf.c -o ext/standard/scanf.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/syslog.c -o ext/standard/syslog.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/type.c -o ext/standard/type.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/uniqid.c -o ext/standard/uniqid.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/url.c -o ext/standard/url.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/url_scanner.c -o ext/standard/url_s
canner.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/var.c -o ext/standard/var.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/versioning.c -o ext/standard/versio
ning.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/assert.c -o ext/standard/assert.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/strnatcmp.c -o ext/standard/strnatc
mp.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/levenshtein.c -o ext/standard/leven
shtein.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/incomplete_class.c -o ext/standard/
incomplete_class.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/url_scanner_ex.c -o ext/standard/ur
l_scanner_ex.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/ftp_fopen_wrapper.c -o ext/standard
/ftp_fopen_wrapper.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/http_fopen_wrapper.c -o ext/standar
d/http_fopen_wrapper.lo
/backup/php-4.3.3/ext/standard/http_fopen_wrapper.c: In function 'php_stream_url_wrap_http_ex':
/backup/php-4.3.3/ext/standard/http_fopen_wrapper.c:205: warning: pointer targets in assignment differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/php_fopen_wrapper.c -o ext/standard
/php_fopen_wrapper.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/credits.c -o ext/standard/credits.l
o
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/css.c -o ext/standard/css.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/var_unserializer.c -o ext/standard/
var_unserializer.lo
/backup/php-4.3.3/ext/standard/var_unserializer.c: In function 'php_var_unserialize':
/backup/php-4.3.3/ext/standard/var_unserializer.c:221: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type
/backup/php-4.3.3/ext/standard/var_unserializer.c:391: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:395: warning: pointer targets in passing argument 1 of '_estrndup' differ in signe
dness
/backup/php-4.3.3/ext/standard/var_unserializer.c:440: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:502: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:504: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:544: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:549: warning: pointer targets in passing argument 1 of '_estrndup' differ in signe
dness
/ba
내일도 태양은 뜬다.
로그가 너무 길어서 중간에 짤렸습니다.
계속 이어서 올립니다.
하지만 내용이 너무 길어서 이곳 kldp bbs에 민폐를 끼치는 행위라면 바로 지우겠습니다.
질책하여 주세요.
/backup/php-4.3.3/ext/standard/var_unserializer.c:440: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:502: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:504: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:544: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:549: warning: pointer targets in passing argument 1 of '_estrndup' differ in signe
dness
/backup/php-4.3.3/ext/standard/var_unserializer.c:553: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:617: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:619: warning: pointer targets in passing argument 1 of 'atof' differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:689: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:691: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:715: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:717: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/backup/php-4.3.3/ext/standard/var_unserializer.c:723: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:751: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/ext/standard/var_unserializer.c:754: warning: pointer targets in passing argument 1 of 'parse_iv' differ in signed
ness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/ftok.c -o ext/standard/ftok.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/aggregation.c -o ext/standard/aggre
gation.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/backup/php-4.3.3/ext/standard/
-DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.
3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/standard/sha1.c -o ext/standard/sha1.lo
/backup/php-4.3.3/ext/standard/sha1.c: In function 'zif_sha1':
/backup/php-4.3.3/ext/standard/sha1.c:56: warning: pointer targets in passing argument 2 of 'PHP_SHA1Update' differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/tokenizer/ -I/backup/php-4.3.3/ext/tokenize
r/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.
3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/tokenizer/tokenizer.c -o ext/tokenizer/tok
enizer.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DBYTEORDER=1234 -Iext/xml/ -I/backup/php-4.3.3/ex
t/xml/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/ph
p-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/xml/xml.c -o ext/xml/xml.lo
/backup/php-4.3.3/ext/xml/xml.c: In function 'xml_utf8_encode':
/backup/php-4.3.3/ext/xml/xml.c:489: warning: comparison is always true due to limited range of data type
/backup/php-4.3.3/ext/xml/xml.c:493: warning: comparison is always true due to limited range of data type
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DBYTEORDER=1234 -Iext/xml/ -I/backup/php-4.3.3/ex
t/xml/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/ph
p-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/xml/expat/xmlparse.c -o ext/xml/expat/
xmlparse.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DBYTEORDER=1234 -Iext/xml/ -I/backup/php-4.3.3/ex
t/xml/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/ph
p-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/xml/expat/xmlrole.c -o ext/xml/expat/x
mlrole.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -DBYTEORDER=1234 -Iext/xml/ -I/backup/php-4.3.3/ex
t/xml/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/ph
p-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/ext/xml/expat/xmltok.c -o ext/xml/expat/xm
ltok.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iregex/ -I/backup/php-4.3.3/regex/ -DPHP_ATOM_IN
C -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expa
t -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/regex/regcomp.c -o regex/regcomp.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iregex/ -I/backup/php-4.3.3/regex/ -DPHP_ATOM_IN
C -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expa
t -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/regex/regexec.c -o regex/regexec.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iregex/ -I/backup/php-4.3.3/regex/ -DPHP_ATOM_IN
C -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expa
t -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/regex/regerror.c -o regex/regerror.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iregex/ -I/backup/php-4.3.3/regex/ -DPHP_ATOM_IN
C -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expa
t -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/regex/regfree.c -o regex/regfree.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -ITSRM/ -I/backup/php-4.3.3/TSRM/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/TSRM/TSRM.c -o TSRM/TSRM.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -ITSRM/ -I/backup/php-4.3.3/TSRM/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/TSRM/tsrm_strtok_r.c -o TSRM/tsrm_strtok_r.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -ITSRM/ -I/backup/php-4.3.3/TSRM/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/TSRM/tsrm_virtual_cwd.c -o TSRM/tsrm_virtual_cwd.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/main.c -o main/main.lo
/backup/php-4.3.3/main/main.c: In function 'php_verror':
/backup/php-4.3.3/main/main.c:461: warning: pointer targets in passing argument 1 of 'php_escape_html_entities' differ in signedness
/backup/php-4.3.3/main/main.c: In function 'php_handle_auth_data':
/backup/php-4.3.3/main/main.c:1772: warning: pointer targets in passing argument 1 of 'php_base64_decode' differ in signedness
/backup/php-4.3.3/main/main.c:1772: warning: pointer targets in assignment differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/snprintf.c -o main/snprintf.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/spprintf.c -o main/spprintf.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_sprintf.c -o main/php_sprintf.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/safe_mode.c -o main/safe_mode.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/fopen_wrappers.c -o main/fopen_wrappers.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/alloca.c -o main/alloca.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_scandir.c -o main/php_scandir.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_ini.c -o main/php_ini.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/SAPI.c -o main/SAPI.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/rfc1867.c -o main/rfc1867.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_content_types.c -o main/php_content_types.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/strlcpy.c -o main/strlcpy.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/strlcat.c -o main/strlcat.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/mergesort.c -o main/mergesort.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/reentrancy.c -o main/reentrancy.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_variables.c -o main/php_variables.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_ticks.c -o main/php_ticks.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/streams.c -o main/streams.lo
/backup/php-4.3.3/main/streams.c: In function 'php_stream_fill_read_buffer':
/backup/php-4.3.3/main/streams.c:575: warning: pointer targets in passing argument 3 of 'stream->filterhead->fops->read' differ in s
ignedness
/backup/php-4.3.3/main/streams.c:579: warning: pointer targets in passing argument 2 of 'stream->ops->read' differ in signedness
/backup/php-4.3.3/main/streams.c: In function '_php_stream_putc':
/backup/php-4.3.3/main/streams.c:669: warning: pointer targets in passing argument 2 of '_php_stream_write' differ in signedness
/backup/php-4.3.3/main/streams.c: In function '_php_stream_getc':
/backup/php-4.3.3/main/streams.c:679: warning: pointer targets in passing argument 2 of '_php_stream_read' differ in signedness
/backup/php-4.3.3/main/streams.c: In function 'php_stream_locate_eol':
/backup/php-4.3.3/main/streams.c:724: warning: pointer targets in assignment differ in signedness
/backup/php-4.3.3/main/streams.c: In function '_php_stream_get_line':
/backup/php-4.3.3/main/streams.c:795: warning: pointer targets in assignment differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/network.c -o main/network.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_open_temporary_file.c -o main/php_open_temporary_file.l
o
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/php_logos.c -o main/php_logos.lo
/backup/php-4.3.3/main/php_logos.c: In function 'php_info_logos':
/backup/php-4.3.3/main/php_logos.c:87: warning: pointer targets in passing argument 1 of 'php_body_write' differ in signedness
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/output.c -o main/output.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/memory_streams.c -o main/memory_streams.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/main/user_streams.c -o main/user_streams.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c Zend/zend_language_parser.c -o Zend/zend_language_parser.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c Zend/zend_language_scanner.c -o Zend/zend_language_scanner.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c Zend/zend_ini_parser.c -o Zend/zend_ini_parser.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c Zend/zend_ini_scanner.c -o Zend/zend_ini_scanner.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_alloc.c -o Zend/zend_alloc.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_compile.c -o Zend/zend_compile.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_constants.c -o Zend/zend_constants.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_dynamic_array.c -o Zend/zend_dynamic_array.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_execute_API.c -o Zend/zend_execute_API.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_highlight.c -o Zend/zend_highlight.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_llist.c -o Zend/zend_llist.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_opcode.c -o Zend/zend_opcode.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_operators.c -o Zend/zend_operators.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_ptr_stack.c -o Zend/zend_ptr_stack.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_stack.c -o Zend/zend_stack.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_variables.c -o Zend/zend_variables.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend.c -o Zend/zend.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_API.c -o Zend/zend_API.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_extensions.c -o Zend/zend_extensions.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_hash.c -o Zend/zend_hash.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_list.c -o Zend/zend_list.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_indent.c -o Zend/zend_indent.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_builtin_functions.c -o Zend/zend_builtin_functions.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_sprintf.c -o Zend/zend_sprintf.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_ini.c -o Zend/zend_ini.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_qsort.c -o Zend/zend_qsort.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_multibyte.c -o Zend/zend_multibyte.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -IZend/ -I/backup/php-4.3.3/Zend/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/Zend/zend_execute.c -o Zend/zend_execute.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/www/include -I/www/include -I/www/include
-Isapi/apache2handler/ -I/backup/php-4.3.3/sapi/apache2handler/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main
-I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /ba
ckup/php-4.3.3/sapi/apache2handler/sapi_apache2.c -o sapi/apache2handler/sapi_apache2.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/www/include -I/www/include -I/www/include
-Isapi/apache2handler/ -I/backup/php-4.3.3/sapi/apache2handler/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main
-I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /ba
ckup/php-4.3.3/sapi/apache2handler/apache_config.c -o sapi/apache2handler/apache_config.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/www/include -I/www/include -I/www/include
-Isapi/apache2handler/ -I/backup/php-4.3.3/sapi/apache2handler/ -DPHP_ATOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main
-I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /ba
ckup/php-4.3.3/sapi/apache2handler/php_functions.c -o sapi/apache2handler/php_functions.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/backup/php-4.3.3/main/ -DPHP_ATOM_INC
-I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xml/expat
-I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c main/internal_functions.c -o main/internal_functions.lo
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=link gcc -g -O2 -prefer-pic -rpath /backup/php-4.3.3/libs -av
oid-version -module ext/ctype/ctype.lo ext/overload/overload.lo ext/pcre/pcrelib/maketables.lo ext/pcre/pcrelib/get.lo ext/pcre/pc
relib/study.lo ext/pcre/pcrelib/pcre.lo ext/pcre/php_pcre.lo ext/posix/posix.lo ext/session/session.lo ext/session/mod_files.lo ext/
session/mod_mm.lo ext/session/mod_user.lo ext/standard/array.lo ext/standard/base64.lo ext/standard/basic_functions.lo ext/standard/
browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo ext
/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo
ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo ext/standard/html.lo ext/standard/image.lo ext/standard/i
nfo.lo ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo e
xt/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo ext/standard/pageinfo.lo ext/standard/parsedate.lo ext/stand
ard/quot_print.lo ext/standard/rand.lo ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo ext/standard/scanf.lo ext/
standard/syslog.lo ext/standard/type.lo ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo ext/standard/var.lo e
xt/standard/versioning.lo ext/standard/assert.lo ext/standard/strnatcmp.lo ext/standard/levenshtein.lo ext/standard/incomplete_class
.lo ext/standard/url_scanner_ex.lo ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo ext/standard/php_fopen_wrapp
er.lo ext/standard/credits.lo ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo ext/standard/aggregation.lo
ext/standard/sha1.lo ext/tokenizer/tokenizer.lo ext/xml/xml.lo ext/xml/expat/xmlparse.lo ext/xml/expat/xmlrole.lo ext/xml/expat/xmlt
ok.lo regex/regcomp.lo regex/regexec.lo regex/regerror.lo regex/regfree.lo TSRM/TSRM.lo TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.
lo main/main.lo main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo main/fopen_wrappers.lo main/alloca.lo main/p
hp_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.
lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo main/network.lo main/php_open_temporary_file.lo main/p
hp_logos.lo main/output.lo main/memory_streams.lo main/user_streams.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Ze
nd/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_arra
y.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_sta
ck.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_li
st.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyt
e.lo Zend/zend_execute.lo sapi/apache2handler/sapi_apache2.lo sapi/apache2handler/apache_config.lo sapi/apache2handler/php_functions
.lo main/internal_functions.lo -lcrypt -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o libphp4.la
/bin/sh /backup/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Isapi/cli/ -I/backup/php-4.3.3/sapi/cli/ -DPHP_A
TOM_INC -I/backup/php-4.3.3/include -I/backup/php-4.3.3/main -I/backup/php-4.3.3 -I/backup/php-4.3.3/Zend -I/backup/php-4.3.3/ext/xm
l/expat -I/backup/php-4.3.3/TSRM -g -O2 -prefer-pic -c /backup/php-4.3.3/sapi/cli/php_cli.c -o sapi/cli/php_cli.lo
/backup/php-4.3.3/sapi/cli/php_cli.c:94: error: static declaration of 'optarg' follows non-static declaration
/usr/include/getopt.h:59: error: previous declaration of 'optarg' was here
/backup/php-4.3.3/sapi/cli/php_cli.c:95: error: static declaration of 'optind' follows non-static declaration
/usr/include/getopt.h:73: error: previous declaration of 'optind' was here
make: *** [sapi/cli/php_cli.lo] Error 1
내일도 태양은 뜬다.
컴파일러 버전이 맞지 않는듯 합니다.컴파일러 버전을 낮춰서 컴파일
컴파일러 버전이 맞지 않는듯 합니다.
컴파일러 버전을 낮춰서 컴파일해보시길.
이미 패치가 나왔을 가능성도 많으니 구글 서치해보시고요.
/backup/php-4.3.3/sapi/cli/php_cli.c:94: error: static declaration of 'optarg' follows non-static declaration
/usr/include/getopt.h:59: error: previous declaration of 'optarg' was here
/backup/php-4.3.3/sapi/cli/php_cli.c:95: error: static declaration of 'optind' follows non-static declaration
/usr/include/getopt.h:73: error: previous declaration of 'optind' was here
위 내용을 보면... 뭔가가 두번 선언되었는데, 서로 매칭이 안되는 듯 합니다.
페도라4면 gcc 4.x일텐데... 윗분 말씀대로 컴파일러 버전에 따른
페도라4면 gcc 4.x일텐데... 윗분 말씀대로 컴파일러 버전에 따른 문제입니다. 아마 3.3.x 정도 버전에서는 별 문제 없이 컴파일 될텐데... 꼭 페도라4를 사용해야하는 입장이라면 패치를 찾아보는 수 밖에 없을 것 같습니다.
정말 감사합니다.
컴파일 가능성에 대한 희망을 가지게 되었습니다.
두 분 힌트 정말 감사 드립니다.
아주아주 만약에 이 짧은 실력으로 해결이 된다면 결과 올리겠습니다.
내일도 태양은 뜬다.
gcc 버젼 낮춘 후에 성공했습니다.
gcc 와 cpp 를 2.95.3 로 낮춘 후에
아파치 httpd-2.0.55 - freetds 0.63 - PHP 4.3.3
에러없이 컴파일, 설치 성공하였습니다.
많은 도움을 주셔서 감사합니다. ^^
내일도 태양은 뜬다.
Re: gcc 버젼 낮춘 후에 성공했습니다.
컴파일러가 하위버전과 호환되지 않나요?
어떻게 컴파일러의 버전을 낮추어야 컴파일이 될까요?
왕 초보가 궁금하네요.
맞는 방법인지는 모르나 제가 작업한 내용입니다.
1. yum remove gcc (의존성 관련 모두 삭제)
2. yum remove cpp (의존성 관련 모두 삭제)
3. http://rpmfind.net/ 에서 필요 버젼의 gcc, cpp rpm 다운로드
4. rpm -Uvh cpp-x.x.x
5. rpm -Uvh gcc-x.x.x
의존성 관련하여 모두 삭제해 버렸는데 그 이름들이 웹 전용 서버에서
필요로 하지 않을것 같다는 개인적인 판단이었습니다.
저는 이미 몇일을 소비 하여서 리얼 서비스에 많은 지장을 초래 하였으므로
앞뒤 가리지 못하고 그냥 서비스 실행하게 되었습니다.
몇일간 주의하여 시스템 모니터링 해보려구요.... ㅡㅡ;;
내일도 태양은 뜬다.
[quote]컴파일러가 하위버전과 호환되지 않나요?어떻게 컴파일러의
프로그래밍하고는 전혀 거리가 멀지만... 패키지 컴파일하다보면 gcc 버전 문제로 warning이나 error때문에 컴파일 안되는 것들이 간혹 있습니다. 특히 gcc-4.x 버전에서 그런 것 같습니다.
MPlayer같은 경우에는 gcc-4.x로 컴파일 할 경우에는 버그 리포팅 하지 말라고 configure에 나오더군요...^^
댓글 달기