Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66462 Details for
Bug 103220
php/mod_php fail configure due to libjpeg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log from dev-php/php-4.3.11
config.log (text/plain), 50.39 KB, created by
Tom Wesley
on 2005-08-21 04:09:29 UTC
(
hide
)
Description:
config.log from dev-php/php-4.3.11
Filename:
MIME Type:
Creator:
Tom Wesley
Created:
2005-08-21 04:09:29 UTC
Size:
50.39 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib) works >configure:1882: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:1908: checking whether the C compiler (gcc -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -R /usr/lib -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-R' >/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2480: checking for working const >configure:2534: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:2559: checking flex version >configure:2575: checking whether byte ordering is bigendian >configure:2601: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 2585 "configure" >#include "confdefs.h" > >int main(void) >{ > short one = 1; > char *cp = (char *)&one; > > if (*cp == 0) { > return(0); > } else { > return(1); > } >} > >configure:2658: checking whether to force non-PIC code in shared modules >configure:2775: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccP569dI.o: In function `main': >conftest.c:(.text+0x2a): undefined reference to `pthread_mutexattr_init' >conftest.c:(.text+0x4c): 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 -march=athlon-mp -O2 -pipe -kthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-4.3.11/temp/ccXv9TqU.o: In function `main': >conftest.c:(.text+0x2a): undefined reference to `pthread_mutexattr_init' >conftest.c:(.text+0x4c): 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 -march=athlon-mp -O2 -pipe -pthread -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:10479: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:10504: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:10529: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:10554: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:10578: checking for sendmail >configure:10619: checking whether system uses EBCDIC >configure:10638: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:10968: checking for htonl >configure:10996: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11225: checking for gethostname >configure:11253: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11482: checking for gethostbyaddr >configure:11510: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11739: checking for yp_get_default_domain >configure:11767: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:11997: checking for dlopen >configure:12025: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:12255: checking for sin in -lm >configure:12274: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccD2WOBE.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccOyNU1L.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:12514: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lxmlparse -lxmltok -lresolv 1>&5 >configure:12844: checking for inet_aton >configure:12872: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13240: checking for dn_skipname >configure:13268: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/cc7rgYqi.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:13780: checking for opendir in -ldir >configure:13799: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -ldir -lresolv -lm -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-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 -march=athlon-mp -O2 -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14049: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14101: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 14210 "configure" >#include "confdefs.h" > >#include <stdio.h> >int main(int argc, char *argv[]) >{ > FILE *fp; > long position; > char *filename = "/tmp/phpglibccheck"; > > fp = fopen(filename, "w"); > if (fp == NULL) { > perror("fopen"); > exit(2); > } > fputs("foobar", fp); > fclose(fp); > > fp = fopen(filename, "a+"); > position = ftell(fp); > fclose(fp); > unlink(filename); > if (position == 0) > return 1; > return 0; >} > >configure:14266: checking whether struct tm is in sys/time.h or time.h >configure:14279: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14300: checking for tm_zone in struct tm >configure:14313: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14372: checking for tm_gmtoff in struct tm >configure:14385: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14408: checking for struct flock >configure:14423: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14450: checking for socklen_t >configure:14467: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14493: checking size of long >configure:14512: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14532: checking size of int >configure:14551: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14607: checking for st_blocks in struct stat >configure:14620: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14647: checking for st_rdev in struct stat >configure:14660: gcc -c -march=athlon-mp -O2 -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 -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:14795: gcc -c -march=athlon-mp -O2 -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14840: checking for vprintf >configure:14868: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for asctime_r >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for chroot >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ctime_r >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for cuserid >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for crypt >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for flock >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ftok >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for funopen >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccW66SzO.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gcvt >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getlogin >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobyname >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobynumber >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyname >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyport >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getrusage >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gettimeofday >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gmtime_r >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for isascii >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for link >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localtime_r >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lockf >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lrand48 >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for memcpy >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for mmap >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for nl_langinfo >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for perror >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for poll >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for putenv >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for realpath >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for random >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for rand_r >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for regcomp >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setitimer >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setlocale >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localeconv >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setsockopt >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setvbuf >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for shutdown >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for sin >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for srandom >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statfs >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statvfs >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for std_syslog >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccQANK5E.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strcoll >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strdup >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strftime >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for symlink >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for tempnam >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccq1dXO1.o: In function `main': >conftest.c:(.text+0xd): warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:15012: checking for tzset >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for unsetenv >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for usleep >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for utime >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15012: checking for vsnprintf >configure:15040: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15124: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15156: checking for strlcat >configure:15184: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccQZhqOb.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-4.3.11/temp/ccm6Vuse.o: In function `main': >conftest.c:(.text+0xd): 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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15491: checking for declared timezone >configure:15512: gcc -c -march=athlon-mp -O2 -pipe conftest.c 1>&5 >configure:15538: checking for type of reentrant time-related functions >configure:15567: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib -lcurl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lz 1>&5 >configure:21795: checking for curl_version_info in -lcurl >configure:21814: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib -lcurl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -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 -march=athlon-mp -O2 -pipe -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lssl -lcrypto -ldl -lz 1>&5 >configure:24267: checking for NDBM support >configure:24335: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/lib -L/usr/X11R6/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 -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 -march=athlon-mp -O2 -pipe -L/usr/lib -L/usr/X11R6/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 -lz -lxml2 -lz -lm 1>&5 >configure:31171: warning: conflicting types for built-in function 'fabsf' >/usr/lib/libxslt.so: undefined reference to `xmlXPathDebugDumpObject' >/usr/lib/libexslt.so: undefined reference to `xmlDebugDumpNode' >collect2: ld returned 1 exit status >configure: failed program was: >#line 31164 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fabsf(); 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 fabsf(); > >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_fabsf) || defined (__stub___fabsf) >choke me >#else >fabsf(); >#endif > >; return 0; } >configure:31159: checking for floorf >configure:31187: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/lib -L/usr/X11R6/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 -lz -lxml2 -lz -lm 1>&5 >configure:31171: warning: conflicting types for built-in function 'floorf' >/usr/lib/libxslt.so: undefined reference to `xmlXPathDebugDumpObject' >/usr/lib/libexslt.so: undefined reference to `xmlDebugDumpNode' >collect2: ld returned 1 exit status >configure: failed program was: >#line 31164 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char floorf(); 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 floorf(); > >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_floorf) || defined (__stub___floorf) >choke me >#else >floorf(); >#endif > >; return 0; } >configure:31319: checking for jpeg_read_header in -ljpeg >configure:31338: gcc -o conftest -march=athlon-mp -O2 -pipe -L/usr/lib -L/usr/X11R6/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 -lz -lxml2 -lz -lm 1>&5 >/usr/lib/libxslt.so: undefined reference to `xmlXPathDebugDumpObject' >/usr/lib/libexslt.so: undefined reference to `xmlDebugDumpNode' >collect2: ld returned 1 exit status >configure: failed program was: >#line 31327 "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 jpeg_read_header(); > >int main() { >jpeg_read_header() >; return 0; }
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 103220
: 66462