Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63270 Details for
Bug 98811
emerge php-4.3.11 fails due to sablotron >0.96 not found but 1.0.1 is installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 101.44 KB, created by
Thom Mason
on 2005-07-12 13:43:54 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Thom Mason
Created:
2005-07-12 13:43:54 UTC
Size:
101.44 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:1653: checking host system type >configure:1753: checking for gcc >configure:1866: checking whether the C compiler (gcc -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib) works >configure:1882: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:1908: checking whether the C compiler (gcc -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib) is a cross-compiler >configure:1913: checking whether we are using GNU C >configure:1922: gcc -E conftest.c >configure:1941: checking whether gcc accepts -g >configure:1974: checking whether gcc and cc understand -c and -o together >configure:1989: gcc -c conftest.c -o conftest.o 1>&5 >configure:1990: gcc -c conftest.c -o conftest.o 1>&5 >configure:1995: cc -c conftest.c 1>&5 >configure:1997: cc -c conftest.c -o conftest.o 1>&5 >configure:1998: cc -c conftest.c -o conftest.o 1>&5 >configure:2025: checking how to run the C preprocessor >configure:2046: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2106: checking for AIX >configure:2133: checking if compiler supports -R >configure:2148: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -R /usr/lib -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.4/../../../../powerpc-unknown-linux-gnu/bin/ld: /usr/lib: No such file: File format not recognized >collect2: ld returned 1 exit status >configure: failed program was: >#line 2141 "configure" >#include "confdefs.h" > >int main() { > >; return 0; } >configure:2166: checking if compiler supports -Wl,-rpath, >configure:2181: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -Wl,-rpath,/usr/lib -lxmlparse -lxmltok 1>&5 >configure:2207: checking for re2c >configure:2236: checking whether ln -s works >configure:2261: checking for mawk >configure:2261: checking for gawk >configure:2295: checking for bison >configure:2329: checking bison version >configure:2339: checking for flex >configure:2373: checking for yywrap in -lfl >configure:2392: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lfl -lxmlparse -lxmltok 1>&5 >configure:2416: checking lex output file root >configure:2437: checking whether yytext is a pointer >configure:2456: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2480: checking for working const >configure:2534: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:2559: checking flex version >configure:2575: checking whether byte ordering is bigendian >configure:2601: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:2658: checking whether to force non-PIC code in shared modules >configure:2775: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/cc4EhIv3.o(.text+0x1c): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-4.3.11/temp/cc4EhIv3.o(.text+0x34): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >configure: failed program was: >#line 2757 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2795: checking for pthreads_cflags >configure:2828: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -kthread -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-4.3.11/temp/ccZ1uMHe.o(.text+0x1c): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-4.3.11/temp/ccZ1uMHe.o(.text+0x34): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >configure: failed program was: >#line 2810 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2828: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -pthread -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:2858: checking for pthreads_lib >configure:2989: checking for AOLserver support >configure:3230: checking for Apache 1.x module support via DSO through APXS >configure:3533: checking for Apache 1.x module support >configure:4368: checking for mod_charset compatibility option >configure:4505: checking for Apache 2.0 filter-module support via DSO through APXS >configure:5327: checking for Apache 2.0 handler-module support via DSO through APXS >configure:6150: checking for Caudium support >configure:6480: checking for CLI build >configure:6540: checking for embedded SAPI library support >configure:6743: checking for Zeus ISAPI support >configure:6973: checking for NSAPI support >configure:7314: checking for PHTTPD support >configure:7543: checking for Pi3Web support >configure:7872: checking for Roxen/Pike support >configure:8141: checking for Servlet support >configure:8659: checking for thttpd >configure:8885: checking for TUX >configure:9119: checking for webjames >configure:9193: checking for CGI build >configure:9540: checking for chosen SAPI module >configure:10445: checking for missing declarations of reentrant functions >configure:10454: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:10479: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:10504: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:10529: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:10554: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:10578: checking for sendmail >configure:10619: checking whether system uses EBCDIC >configure:10638: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 10630 "configure" >#include "confdefs.h" > >int main(void) { > return (unsigned char)'A' != (unsigned char)0xC1; >} > >configure:10711: checking for socket >configure:10739: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:10968: checking for htonl >configure:10996: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11225: checking for gethostname >configure:11253: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11482: checking for gethostbyaddr >configure:11510: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11739: checking for yp_get_default_domain >configure:11767: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11997: checking for dlopen >configure:12025: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:12255: checking for sin in -lm >configure:12274: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok 1>&5 >configure:12267: warning: conflicting types for built-in function 'sin' >configure:12308: checking for res_search >configure:12336: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccxos9lC.o(.text+0xc): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_res_search) || defined (__stub___res_search) >choke me >#else >res_search(); >#endif > >; return 0; } >configure:12354: checking for __res_search >configure:12382: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccrhkves.o(.text+0xc): In function `main': >: undefined reference to `__res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12359 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___res_search) || defined (__stub_____res_search) >choke me >#else >__res_search(); >#endif > >; return 0; } >configure:12420: checking for res_search in -lresolv >configure:12439: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:12514: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok -lresolv 1>&5 >configure:12844: checking for inet_aton >configure:12872: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13240: checking for dn_skipname >configure:13268: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/cc89pWse.o(.text+0xc): In function `main': >: undefined reference to `dn_skipname' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13245 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char dn_skipname(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dn_skipname(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) >choke me >#else >dn_skipname(); >#endif > >; return 0; } >configure:13286: checking for __dn_skipname >configure:13314: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13634: checking for ANSI C header files >configure:13647: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13714: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13742: checking for dirent.h that defines DIR >configure:13755: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:13780: checking for opendir in -ldir >configure:13799: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -ldir -lresolv -lm -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.4/../../../../powerpc-unknown-linux-gnu/bin/ld: cannot find -ldir >collect2: ld returned 1 exit status >configure: failed program was: >#line 13788 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char opendir(); > >int main() { >opendir() >; return 0; } >configure:13865: checking for fclose declaration >configure:13874: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:13951: checking for inttypes.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for stdint.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for dirent.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for ApplicationServices/ApplicationServices.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:53: ApplicationServices/ApplicationServices.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <ApplicationServices/ApplicationServices.h> >configure:13951: checking for sys/param.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/types.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/time.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for netinet/in.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for alloca.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for arpa/inet.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for arpa/nameser.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for assert.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for crypt.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for fcntl.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for grp.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for ieeefp.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:20: ieeefp.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <ieeefp.h> >configure:13951: checking for langinfo.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for limits.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for locale.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for monetary.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for mach-o/dyld.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:25: mach-o/dyld.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <mach-o/dyld.h> >configure:13951: checking for netdb.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for pwd.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for resolv.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for signal.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for stdarg.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for stdlib.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for string.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for syslog.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sysexits.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/file.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/mman.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/mount.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/poll.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/resource.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/select.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/socket.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/statfs.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/statvfs.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/vfs.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/sysexits.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:26: sys/sysexits.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <sys/sysexits.h> >configure:13951: checking for sys/varargs.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:25: sys/varargs.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <sys/varargs.h> >configure:13951: checking for sys/wait.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for unistd.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for unix.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13957:18: unix.h: No such file or directory >configure: failed program was: >#line 13956 "configure" >#include "confdefs.h" >#include <unix.h> >configure:13951: checking for utime.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/utsname.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for sys/ipc.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13951: checking for dlfcn.h >configure:13961: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13990: checking for fopencookie >configure:14018: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14049: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14101: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14162: checking for broken getcwd >configure:14177: checking for broken libc stdio >configure:14238: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14266: checking whether struct tm is in sys/time.h or time.h >configure:14279: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14300: checking for tm_zone in struct tm >configure:14313: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14372: checking for tm_gmtoff in struct tm >configure:14385: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14408: checking for struct flock >configure:14423: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14450: checking for socklen_t >configure:14467: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14493: checking size of long >configure:14512: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14532: checking size of int >configure:14551: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14572: checking for st_blksize in struct stat >configure:14585: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14607: checking for st_blocks in struct stat >configure:14620: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14647: checking for st_rdev in struct stat >configure:14660: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14682: checking for size_t >configure:14715: checking for uid_t in sys/types.h >configure:14750: checking for struct sockaddr_storage >configure:14763: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:14795: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure: In function `main': >configure:14791: error: structure has no member named `sa_len' >configure: failed program was: >#line 14785 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/socket.h> > >int main() { >static struct sockaddr sa; int n = (int) sa.sa_len; return n >; return 0; } >configure:14808: checking for IPv6 support >configure:14822: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14840: checking for vprintf >configure:14868: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14852: warning: conflicting types for built-in function 'vprintf' >configure:15012: checking for alphasort >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for asctime_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for chroot >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ctime_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for cuserid >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for crypt >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for flock >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ftok >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for funopen >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccgdVz0a.o(.text+0xc): In function `main': >: undefined reference to `funopen' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15017 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char funopen(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char funopen(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_funopen) || defined (__stub___funopen) >choke me >#else >funopen(); >#endif > >; return 0; } >configure:15012: checking for gai_strerror >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gcvt >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getlogin >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobyname >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobynumber >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyname >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyport >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getrusage >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gettimeofday >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gmtime_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for isascii >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for link >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localtime_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lockf >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lrand48 >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for memcpy >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'memcpy' >configure:15012: checking for memmove >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'memmove' >configure:15012: checking for mkstemp >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for mmap >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for nl_langinfo >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for perror >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for poll >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for putenv >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for realpath >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for random >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for rand_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for regcomp >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for res_search >configure:15012: checking for scandir >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setitimer >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setlocale >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localeconv >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setsockopt >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setvbuf >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for shutdown >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for sin >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'sin' >configure:15012: checking for snprintf >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'snprintf' >configure:15012: checking for srand48 >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for srandom >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statfs >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statvfs >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for std_syslog >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccUkzYLF.o(.text+0xc): In function `main': >: undefined reference to `std_syslog' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15017 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char std_syslog(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char std_syslog(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_std_syslog) || defined (__stub___std_syslog) >choke me >#else >std_syslog(); >#endif > >; return 0; } >configure:15012: checking for strcasecmp >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strcoll >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strdup >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'strdup' >configure:15012: checking for strerror >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strftime >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'strftime' >configure:15012: checking for strstr >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'strstr' >configure:15012: checking for strtok_r >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for symlink >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for tempnam >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/cco0ypv3.o(.text+0xc): In function `main': >: warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:15012: checking for tzset >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for unsetenv >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for usleep >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for utime >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for vsnprintf >configure:15040: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'vsnprintf' >configure:15066: checking for getaddrinfo >configure:15078: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15124: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15156: checking for strlcat >configure:15184: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccx8dnDa.o(.text+0xc): In function `main': >: undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15161 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcat(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcat(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcat) || defined (__stub___strlcat) >choke me >#else >strlcat(); >#endif > >; return 0; } >configure:15156: checking for strlcpy >configure:15184: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccvc5W3S.o(.text+0xc): In function `main': >: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15161 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcpy(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcpy(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcpy) || defined (__stub___strlcpy) >choke me >#else >strlcpy(); >#endif > >; return 0; } >configure:15156: checking for getopt >configure:15184: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15211: checking whether utime accepts a null argument >configure:15232: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15258: checking for working alloca.h >configure:15291: checking for alloca >configure:15324: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15491: checking for declared timezone >configure:15512: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:15538: checking for type of reentrant time-related functions >configure:15567: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15559: warning: assignment makes integer from pointer without a cast >configure:15560: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 15549 "configure" >#include "confdefs.h" > >#include <time.h> > >main() { >char buf[27]; >struct tm t; >time_t old = 0; >int r, s; > >s = gmtime_r(&old, &t); >r = (int) asctime_r(&t, buf, 26); >if (r == s && s == 0) return (0); >return (1); >} > >configure:15597: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15590: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 15581 "configure" >#include "confdefs.h" > >#include <time.h> >main() { > struct tm t, *s; > time_t old = 0; > char buf[27], *p; > > s = gmtime_r(&old, &t); > p = asctime_r(&t, buf, 26); > if (p == buf && s == &t) return (0); > return (1); >} > >configure:15635: checking for readdir_r >configure:15663: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15685: checking for type of readdir_r >configure:15721: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15839: checking whether to include debugging symbols >configure:15872: checking layout of installed files >configure:15906: checking path to configuration file >configure:15942: checking directory to be scanned for configuration files >configure:15972: checking whether to enable safe mode by default >configure:16007: checking for safe mode exec dir >configure:16048: checking whether to enable PHP's own SIGCHLD handler >configure:16085: checking whether to enable magic quotes by default >configure:16122: checking whether to enable runpaths >configure:16147: checking whether to explicitly link against libgcc >configure:16226: checking whether to enable short tags by default >configure:16263: checking whether to enable dmalloc >configure:16351: checking whether to enable IPv6 support >configure:16381: checking whether to enable versioning >configure:16433: checking for OpenSSL support >configure:16479: checking for Kerberos support >configure:17093: checking for pkg-config >configure:17281: checking for OpenSSL version >configure:17421: checking for CRYPTO_free in -lcrypto >configure:17440: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:17580: checking for SSL_CTX_set_ssl_version in -lssl >configure:17599: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcrypto 1>&5 >configure:17725: checking for ZLIB support >configure:17771: checking if the location of ZLIB install directory is defined >configure:18124: checking for gzgets in -lz >configure:18143: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:18281: checking whether to enable bc style precision math functions >configure:18575: checking for BZip2 support >configure:18719: checking for BZ2_bzerror in -lbz2 >configure:18738: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:19133: checking whether to enable calendar conversion support >configure:19412: checking for cpdflib support >configure:20591: checking for CRACKlib support >configure:21015: checking whether to enable ctype functions >configure:21290: checking for CURL support >configure:21357: checking for cURL 7.9.8 or greater >configure:21657: checking for curl_easy_perform in -lcurl >configure:21676: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:21795: checking for curl_version_info in -lcurl >configure:21814: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:22081: checking for cyrus imap support >configure:23006: checking for xDBM support >configure:23637: checking whether to enable DBA >configure:23776: checking for gdbm_open in -lgdbm >configure:23795: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:23962: checking for GDBM support >configure:24077: checking for dbm_open in -lndbm >configure:24096: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -ltiff -L/usr/lib conftest.c -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:24267: checking for NDBM support >configure:24335: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:24377: checking for db4 minor version and patch level >configure:24569: checking for Berkeley DB4 support >configure:24892: checking for Berkeley DB3 support >configure:25215: checking for Berkeley DB2 support >configure:25535: checking for DBM support >configure:25876: checking for CDB support >configure:25930: checking for INI File support >configure:25984: checking for FlatFile support >configure:25999: checking whether to enable DBA interface >configure:26254: checking whether to enable dbase support >configure:26529: checking whether to enable dbx support >configure:26800: checking whether to enable direct I/O support >configure:27073: checking for DOM support >configure:27167: checking for libxml version >configure:27746: checking for DOM XSLT support >configure:27771: checking for DOM EXSLT support >configure:27812: checking for libxslt version >configure:28242: checking for libexslt version >configure:28414: checking whether to enable EXIF (metadata from images) support >configure:28689: checking for FrontBase SQL92 (fbsql) support >configure:29123: checking for FDF support >configure:29847: checking whether to enable the bundled filePro support >configure:30122: checking for FriBidi support >configure:30577: checking whether to enable FTP support >configure:30853: checking for GD support >configure:30900: checking for the location of libjpeg >configure:30927: checking for the location of libpng >configure:30980: checking for the location of libXpm >configure:31005: checking for FreeType 1.x support >configure:31030: checking for FreeType 2 >configure:31055: checking for T1lib support >configure:31080: checking whether to enable truetype string function in GD >configure:31105: checking whether to enable JIS-mapped Japanese font support in GD >configure:31159: checking for fabsf >configure:31187: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31171: warning: conflicting types for built-in function 'fabsf' >configure:31159: checking for floorf >configure:31187: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31171: warning: conflicting types for built-in function 'floorf' >configure:31319: checking for jpeg_read_header in -ljpeg >configure:31338: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31602: checking for png_write_image in -lpng >configure:31621: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -lz conftest.c -lpng -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:32699: checking for T1_LoadFont in -lt1 >configure:32718: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38260: checking for GNU gettext support >configure:38318: checking for bindtextdomain in -lintl >configure:38337: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -L/usr/lib conftest.c -lintl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/usr/lib/gcc/powerpc-unknown-linux-gnu/3.4.4/../../../../powerpc-unknown-linux-gnu/bin/ld: cannot find -lintl >collect2: ld returned 1 exit status >configure: failed program was: >#line 38326 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bindtextdomain(); > >int main() { >bindtextdomain() >; return 0; } >configure:38359: checking for bindtextdomain in -lc >configure:38378: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -L/usr/lib conftest.c -lc -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38770: checking for ngettext in -lc >configure:38789: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lc -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38813: checking for dngettext in -lc >configure:38832: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lc -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38856: checking for dcngettext in -lc >configure:38875: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lc -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38899: checking for bind_textdomain_codeset in -lc >configure:38918: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lc -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38948: checking for GNU MP support >configure:39627: checking for hwapi support >configure:40301: checking for Hyperwave support >configure:40556: checking for iconv support >configure:40619: checking for iconv >configure:40647: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41191: checking if iconv is glibc's >configure:41200: gcc -o conftest -I/usr/include -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -L/usr/lib -ltiff -L/usr/lib conftest.c -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41306: checking if iconv supports errno >configure:41332: gcc -o conftest -I/usr/include -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -L/usr/lib -ltiff -L/usr/lib conftest.c -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 41311 "configure" >#include "confdefs.h" > >#include </usr/include/iconv.h> >#include <errno.h> > >int main() { > iconv_t cd; > cd = iconv_open( "*blahblah*", "*blahblah*" ); > if (cd == (iconv_t)(-1)) { > if (errno == EINVAL) { > return 0; > } else { > return 1; > } > } > iconv_close( cd ); > return 2; >} > >configure:41364: checking if your cpp allows macro usage in include lines >configure:41376: gcc -c -I/usr/include -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:41645: checking for IMAP support >configure:41691: checking for IMAP Kerberos support >configure:41716: checking for IMAP SSL support >configure:43705: checking for Informix support >configure:44305: checking for Ingres II support >configure:44825: checking for InterBase support >configure:45506: checking for IRCG support >configure:45999: checking for Java support >configure:46795: checking for LDAP support >configure:49178: checking whether to enable multibyte string support >configure:49224: checking whether to enable multibyte regex support >configure:49249: checking for external libmbfl >configure:49970: checking for MCAL support >configure:50379: checking for mcrypt support >configure:50512: checking for mcrypt_module_open in -lmcrypt >configure:50531: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -lltdl conftest.c -lmcrypt -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:50659: checking for mcrypt_generic_deinit in -lmcrypt >configure:50678: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -lltdl conftest.c -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:51499: checking for MCVE support >configure:51545: checking OpenSSL dir for MCVE >configure:52954: checking for mhash support >configure:53368: checking whether to include mime_magic support >configure:53665: checking for MING support >configure:54344: checking for mnoGoSearch support >configure:54762: checking for msession support >configure:55160: checking for mSQL support >configure:55611: checking for MSSQL support via FreeTDS >configure:56237: checking for MySQL support >configure:56283: checking for specified location of the MySQL UNIX socket >configure:56340: checking for MySQL UNIX socket location >configure:58004: checking size of char >configure:58023: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58012 "configure" >#include "confdefs.h" >#include <stdio.h> >main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) exit(1); > fprintf(f, "%d\n", sizeof(char)); > exit(0); >} >configure:58044: checking size of int >configure:58083: checking size of long >configure:58122: checking size of long long >configure:58141: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58130 "configure" >#include "confdefs.h" >#include <stdio.h> >main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) exit(1); > fprintf(f, "%d\n", sizeof(long long)); > exit(0); >} >configure:58161: checking for size_t >configure:58194: checking whether time.h and sys/time.h may both be included >configure:58208: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:58229: checking for uid_t in sys/types.h >configure:58264: checking for type ulong >configure:58283: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58272 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > ulong foo; > foo++; > exit(0); >} >configure:58307: checking for type uchar >configure:58326: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:58320: error: `uchar' undeclared (first use in this function) >configure:58320: error: (Each undeclared identifier is reported only once >configure:58320: error: for each function it appears in.) >configure:58320: error: parse error before "foo" >configure:58321: error: `foo' undeclared (first use in this function) >configure: failed program was: >#line 58315 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uchar foo; > foo++; > exit(0); >} >configure:58350: checking for type uint >configure:58369: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58358 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uint foo; > foo++; > exit(0); >} >configure:58393: checking for type ushort >configure:58412: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58401 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > ushort foo; > foo++; > exit(0); >} >configure:58436: checking for int8 >configure:58466: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:58460: error: `int8' undeclared (first use in this function) >configure:58460: error: (Each undeclared identifier is reported only once >configure:58460: error: for each function it appears in.) >configure:58460: error: parse error before "i" >configure: failed program was: >#line 58444 "configure" >#include "confdefs.h" > >#ifdef HAVE_STDLIB_H >#include <stdlib.h> >#endif > >#ifdef HAVE_STDDEF_H >#include <stddef.h> >#endif > >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif > >int main() >{ > int8 i; > return 0; >} > >configure:58492: checking base type of last arg to accept >configure:58520: g++ -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.C 1>&5 >configure:58569: checking return type of qsort >configure:58587: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:58951: checking for mysql_close in -lmysqlclient >configure:58970: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:59551: checking for ncurses support >configure:59741: checking for initscr in -lncurses >configure:59760: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -lm conftest.c -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:59961: checking for new_panel in -lpanel >configure:59980: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib -lncurses -lm conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60127: checking for color_set in -lncurses >configure:60146: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60170: checking for slk_color in -lncurses >configure:60189: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60213: checking for assume_default_colors in -lncurses >configure:60232: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60256: checking for use_extended_names in -lncurses >configure:60275: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60536: checking for Oracle (OCI8) support using ORACLE_HOME installation >configure:60583: checking for Oracle (OCI8) support using Oracle Instant Client >configure:63067: checking for Adabas support >configure:63260: checking for SAP DB support >configure:63390: checking for Solid support >configure:63534: checking for IBM DB2 support >configure:63606: checking for Empress support >configure:63676: checking for Empress local access support >configure:63762: checking for Birdstep support >configure:63826: checking for a custom ODBC support >configure:63860: checking for iODBC support >configure:64002: checking for Easysoft ODBC-ODBC Bridge support >configure:64062: checking for unixODBC support >configure:64122: checking for DBMaker support >configure:64640: checking for Oracle-ORACLE support >configure:69673: checking whether to enable user-space object overloading support >configure:69948: checking for Ovrimos SQL Server support >configure:70407: checking whether to enable pcntl support >configure:70455: checking for fork >configure:70483: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:70514: checking for waitpid >configure:70542: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:70573: checking for sigaction >configure:70601: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:70858: checking for PCRE support >configure:71524: checking for PDFlib support >configure:71651: checking for the location of libtiff >configure:73109: checking for Verisign Payflow Pro support >configure:73822: checking for PostgreSQL support >configure:74546: checking whether to enable POSIX-like functions >configure:74819: checking for seteuid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for setegid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for setsid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for getsid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for setpgid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for getpgid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for ctermid >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for mkfifo >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74819: checking for getrlimit >configure:74847: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:74877: checking for PSPELL support >configure:75341: checking for new_aspell_config in -laspell >configure:75360: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:75532: checking for QtDOM support >configure:76150: checking for libedit readline replacement >configure:76196: checking for readline support >configure:76281: checking for tgetent in -lncurses >configure:76300: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:76492: checking for readline in -lreadline >configure:76511: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:76722: checking for add_history in -lhistory >configure:76741: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:77737: checking for recode support >configure:78471: checking whether to enable PHP sessions >configure:78517: checking for mm support >configure:78542: checking whether pwrite works >configure:78575: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 78554 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> > > main() { > int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600); > > if (fd < 0) exit(1); > if (pwrite(fd, "text", 4, 0) != 4) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > > >configure:78621: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:78607: error: parse error before "off64_t" >configure: failed program was: >#line 78600 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> >ssize_t pwrite(int, void *, size_t, off64_t); > main() { > int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600); > > if (fd < 0) exit(1); > if (pwrite(fd, "text", 4, 0) != 4) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > > >configure:78662: checking whether pread works >configure:78695: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 78675 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> > > main() { > char buf[3]; > int fd = open("conftest_in", O_RDONLY); > if (fd < 0) exit(1); > if (pread(fd, buf, 2, 0) != 2) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > >configure:78742: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:78729: error: parse error before "off64_t" >configure: failed program was: >#line 78722 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> >ssize_t pread(int, void *, size_t, off64_t); > main() { > char buf[3]; > int fd = open("conftest_in", O_RDONLY); > if (fd < 0) exit(1); > if (pread(fd, buf, 2, 0) != 2) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > >configure:79157: checking whether to enable shmop support >configure:79432: checking for SNMP support >configure:79478: checking OpenSSL dir for SNMP >configure:81093: checking whether to enable UCD SNMP hack >configure:81119: checking whether to enable sockets support >configure:81164: checking for struct cmsghdr >configure:81179: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:81204: checking for hstrerror >configure:81232: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81204: checking for set_h_errno >configure:81232: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccMAYlpt.o(.text+0xc): In function `main': >: undefined reference to `set_h_errno' >collect2: ld returned 1 exit status >configure: failed program was: >#line 81209 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char set_h_errno(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char set_h_errno(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_set_h_errno) || defined (__stub___set_h_errno) >choke me >#else >set_h_errno(); >#endif > >; return 0; } >configure:81260: checking for netdb.h >configure:81260: checking for netinet/tcp.h >configure:81270: gcc -E conftest.c >/dev/null 2>conftest.out >configure:81260: checking for sys/un.h >configure:81270: gcc -E conftest.c >/dev/null 2>conftest.out >configure:81260: checking for errno.h >configure:81270: gcc -E conftest.c >/dev/null 2>conftest.out >configure:81307: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure:81557: checking for getcwd >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81557: checking for getwd >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccw0ZQEi.o(.text+0xc): In function `main': >: warning: the `getwd' function is dangerous and should not be used. >configure:81557: checking for asinh >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81569: warning: conflicting types for built-in function 'asinh' >configure:81557: checking for acosh >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81569: warning: conflicting types for built-in function 'acosh' >configure:81557: checking for atanh >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81569: warning: conflicting types for built-in function 'atanh' >configure:81557: checking for log1p >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81569: warning: conflicting types for built-in function 'log1p' >configure:81557: checking for hypot >configure:81585: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:81569: warning: conflicting types for built-in function 'hypot' >configure:81662: checking for standard DES crypt >configure:81692: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 81673 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > exit (strcmp((char *)crypt("rasmuslerdorf","rl"),"rl.3StKT.4T8M")); >#else > exit(0); >#endif >} >configure:81723: checking for extended DES crypt >configure:81753: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 81734 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); >#else > exit(0); >#endif >} >configure:81784: checking for MD5 crypt >configure:81823: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 81795 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > char salt[15], answer[40]; > > salt[0]='$'; salt[1]='1'; salt[2]='$'; > salt[3]='r'; salt[4]='a'; salt[5]='s'; > salt[6]='m'; salt[7]='u'; salt[8]='s'; > salt[9]='l'; salt[10]='e'; salt[11]='$'; > salt[12]='\0'; > strcpy(answer,salt); > strcat(answer,"rISCgZzpwk3UhDidwXvin0"); > exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); >#else > exit(0); >#endif >} >configure:81883: checking for Blowfish crypt >configure:81919: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 81894 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > char salt[30], answer[70]; > > salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0'; > strcat(salt,"rasmuslerd............"); > strcpy(answer,salt); > strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra"); > exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); >#else > exit(0); >#endif >} >configure:81951: checking whether flush should be called explicitly after a buffered io >configure:82000: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-4.3.11/temp/cc0UqQ6H.o(.text+0x30): In function `main': >: warning: the use of `tmpnam' is dangerous, better use `mkstemp' >configure: failed program was: >#line 81962 "configure" >#include "confdefs.h" > >#include <stdio.h> >#include <stdlib.h> > >int main(int argc, char **argv) >{ > char *filename = tmpnam(NULL); > char buffer[64]; > int result = 0; > > FILE *fp = fopen(filename, "wb"); > if (NULL == fp) > return 0; > fputs("line 1\n", fp); > fputs("line 2\n", fp); > fclose(fp); > > fp = fopen(filename, "rb+"); > if (NULL == fp) > return 0; > fgets(buffer, sizeof(buffer), fp); > fputs("line 3\n", fp); > rewind(fp); > fgets(buffer, sizeof(buffer), fp); > if (0 != strcmp(buffer, "line 1\n")) > result = 1; > fgets(buffer, sizeof(buffer), fp); > if (0 != strcmp(buffer, "line 3\n")) > result = 1; > fclose(fp); > unlink(filename); > > exit(result); >} > >configure:82119: checking which regex library to use >configure:82124: checking whether rounding works as expected >configure:82141: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82132 "configure" >#include "confdefs.h" > >#include <math.h> > int main() { > return floor(0.045*pow(10,2) + 0.5)/10.0 != 0.5; > } > >configure:82165: checking for working fnmatch >configure:82180: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82176 "configure" >#include "confdefs.h" >main() { exit (fnmatch ("a*", "abc", 0) != 0); } >configure:82207: checking for glob >configure:82235: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:82207: checking for strfmon >configure:82235: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:82219: warning: conflicting types for built-in function 'strfmon' >configure:82270: checking for fpclass >configure:82298: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-4.3.11/temp/cc1H380I.o(.text+0xc): In function `main': >: undefined reference to `fpclass' >collect2: ld returned 1 exit status >configure: failed program was: >#line 82275 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fpclass(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char fpclass(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_fpclass) || defined (__stub___fpclass) >choke me >#else >fpclass(); >#endif > >; return 0; } >configure:82270: checking for isinf >configure:82298: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:82270: checking for isnan >configure:82298: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:82324: checking whether atof() accepts NAN >configure:82355: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82335 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISNAN >#define zend_isnan(a) isnan(a) >#elif defined(HAVE_FPCLASS) >#define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) >#else >#define zend_isnan(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isnan(atof("NAN")) ? 0 : 1; >} > >configure:82383: checking whether atof() accepts INF >configure:82417: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82394 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISINF >#define zend_isinf(a) isinf(a) >#elif defined(INFINITY) >/* Might not work, but is required by ISO C99 */ >#define zend_isinf(a) (((a)==INFINITY)?1:0) >#elif defined(HAVE_FPCLASS) >#define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) >#else >#define zend_isinf(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isinf(atof("INF")) && zend_isinf(atof("-INF")) ? 0 : 1; >} > >configure:82445: checking whether HUGE_VAL == INF >configure:82479: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82456 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISINF >#define zend_isinf(a) isinf(a) >#elif defined(INFINITY) >/* Might not work, but is required by ISO C99 */ >#define zend_isinf(a) (((a)==INFINITY)?1:0) >#elif defined(HAVE_FPCLASS) >#define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) >#else >#define zend_isinf(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isinf(HUGE_VAL) ? 0 : 1; >} > >configure:82507: checking whether HUGE_VAL + -HUGEVAL == NAN >configure:82543: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 82518 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISNAN >#define zend_isnan(a) isnan(a) >#elif defined(HAVE_FPCLASS) >#define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) >#else >#define zend_isnan(a) 0 >#endif > >int main(int argc, char** argv) >{ >#if defined(__sparc__) && !(__GNUC__ >= 3) > /* prevent bug #27830 */ > return 1; >#else > return zend_isnan(HUGE_VAL + -HUGE_VAL) ? 0 : 1; >#endif >} > >configure:82839: checking for libswf support >configure:83266: checking for Sybase support >configure:83867: checking for Sybase-CT support >configure:84833: checking whether to enable System V IPC support >configure:85108: checking whether to enable System V semaphore support >configure:85378: checking for union semun >configure:85394: gcc -c -O2 -mcpu=603e -fno-strict-aliasing -pipe conftest.c 1>&5 >configure: In function `main': >configure:85390: error: storage size of 'x' isn't known >configure: failed program was: >#line 85383 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/ipc.h> >#include <sys/sem.h> > >int main() { >union semun x; >; return 0; } >configure:85429: checking whether to enable System V shared memory support >configure:85705: checking whether to enable tokenizer support >configure:85982: checking whether to enable WDDX support >configure:86259: checking whether byte ordering is bigendian >configure:86318: checking whether to enable XML support >configure:86364: checking external libexpat install dir >configure:87047: checking for XMLRPC-EPI support >configure:87093: checking libexpat dir for XMLRPC-EPI >configure:87118: checking iconv dir for XMLRPC-EPI >configure:87319: checking for iconv >configure:87884: checking for ANSI C header files >configure:87991: checking for xmlparse.h >configure:88001: gcc -E conftest.c >/dev/null 2>conftest.out >configure:87997:22: xmlparse.h: No such file or directory >configure: failed program was: >#line 87996 "configure" >#include "confdefs.h" >#include <xmlparse.h> >configure:87991: checking for xmltok.h >configure:88001: gcc -E conftest.c >/dev/null 2>conftest.out >configure:87997:20: xmltok.h: No such file or directory >configure: failed program was: >#line 87996 "configure" >#include "confdefs.h" >#include <xmltok.h> >configure:87991: checking for stdlib.h >configure:87991: checking for strings.h >configure:88001: gcc -E conftest.c >/dev/null 2>conftest.out >configure:87991: checking for string.h >configure:88033: checking size of char >configure:88073: checking size of int >configure:88112: checking size of long >configure:88151: checking size of long long >configure:88190: checking for size_t >configure:88223: checking whether time.h and sys/time.h may both be included >configure:88258: checking for uid_t in sys/types.h >configure:88303: checking for strtoul >configure:88331: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lexpat -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:88303: checking for strtoull >configure:88331: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lexpat -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:88303: checking for snprintf >configure:88303: checking for strstr >configure:88303: checking for strpbrk >configure:88331: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -L/usr/lib -ltiff -L/usr/lib conftest.c -lexpat -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:88315: warning: conflicting types for built-in function 'strpbrk' >configure:88303: checking for strerror >configure:88303: checking for memcpy >configure:88303: checking for memmove >configure:88760: checking whether to enable xslt support >configure:88806: checking for XSLT Sablotron backend >configure:88831: checking for libexpat dir for Sablotron XSL support >configure:88856: checking for iconv dir for Sablotron XSL support >configure:88881: checking for JavaScript for Sablotron XSL support >configure:89148: checking for Sablotron libraries in the default path >configure:89165: checking for sablot-config >configure:89183: checking for Sablotron version >configure:89208: gcc -o conftest -O2 -mcpu=603e -fno-strict-aliasing -pipe -I/usr/include -L/usr/lib -ltiff -L/usr/lib conftest.c -lexpat -lhistory -lreadline -lncurses -laspell -lpspell -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lt1 -lfreetype -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 89190 "configure" >#include "confdefs.h" > >#include <stdlib.h> >#include <sablot.h> > >int main () >{ > double version; > version = atof(SAB_VERSION); > > if (version >= 0.96) { > exit(0); > } > exit(255); >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 98811
: 63270