Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61140 Details for
Bug 95948
php-cgi won't emerge
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), 70.32 KB, created by
Juha Uotila
on 2005-06-13 03:22:37 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Juha Uotila
Created:
2005-06-13 03:22:37 UTC
Size:
70.32 KB
patch
obsolete
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ><!-- saved from url=(0038)http://users.evtek.fi/~k0301440/config --> ><HTML><HEAD> ><META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> ><META content="MSHTML 6.00.2800.1498" name=GENERATOR></HEAD> ><BODY><PRE>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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64) works >configure:1882: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lxmlparse -lxmltok 1>&5 >configure:1908: checking whether the C compiler (gcc -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64) 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -R /usr/lib -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-R' >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-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 -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2480: checking for working const >configure:2534: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:2559: checking flex version >configure:2575: checking whether byte ordering is bigendian >configure:2601: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 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 -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccKMvxbI.o(.text+0x1a): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccKMvxbI.o(.text+0x30): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -kthread -ltiff -L/usr/lib64 conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccU2jmF6.o(.text+0x1a): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccU2jmF6.o(.text+0x30): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -pthread -ltiff -L/usr/lib64 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:9217: checking whether writing to stdout works >configure:9246: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lxmlparse -lxmltok 1>&5 >configure:9275: checking whether to force Apache CGI redirect >configure:9289: checking whether to discard path_info + path_translated >configure:9302: checking whether to enable path info checking >configure:9315: checking whether to enable fastcgi support >configure:9540: checking for chosen SAPI module >configure:9643: checking for gethostbyname in -lnsl >configure:9662: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:9690: checking for socket in -lsocket >configure:9709: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lsocket -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: ld returned 1 exit status >configure: failed program was: >#line 9698 "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 socket(); > >int main() { >socket() >; return 0; } >configure:9745: checking for pthread.h >configure:9755: gcc -E conftest.c >/dev/null 2>conftest.out >configure:9878: checking for the pthreads library -lpthreads >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lpthreads -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: ld returned 1 exit status >configure: failed program was: >#line 9898 "configure" >#include "confdefs.h" >#include <pthread.h> >int main() { >pthread_t th; pthread_join(th, 0); > pthread_attr_init(0); pthread_cleanup_push(0, 0); > pthread_create(0,0,0,0); pthread_cleanup_pop(0); >; return 0; } >configure:9867: checking whether pthreads work without any flags >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccprAYJ8.o(.text+0x8): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccprAYJ8.o(.text+0x25): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccprAYJ8.o(.text+0x32): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccprAYJ8.o(.text+0x3a): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9898 "configure" >#include "confdefs.h" >#include <pthread.h> >int main() { >pthread_t th; pthread_join(th, 0); > pthread_attr_init(0); pthread_cleanup_push(0, 0); > pthread_create(0,0,0,0); pthread_cleanup_pop(0); >; return 0; } >configure:9872: checking whether pthreads work with -Kthread >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -Kthread -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-Kthread' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu6SDHl.o(.text+0x8): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu6SDHl.o(.text+0x25): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu6SDHl.o(.text+0x32): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu6SDHl.o(.text+0x3a): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9898 "configure" >#include "confdefs.h" >#include <pthread.h> >int main() { >pthread_t th; pthread_join(th, 0); > pthread_attr_init(0); pthread_cleanup_push(0, 0); > pthread_create(0,0,0,0); pthread_cleanup_pop(0); >; return 0; } >configure:9872: checking whether pthreads work with -kthread >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -kthread -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu3gprH.o(.text+0x8): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu3gprH.o(.text+0x25): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu3gprH.o(.text+0x32): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccu3gprH.o(.text+0x3a): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9898 "configure" >#include "confdefs.h" >#include <pthread.h> >int main() { >pthread_t th; pthread_join(th, 0); > pthread_attr_init(0); pthread_cleanup_push(0, 0); > pthread_create(0,0,0,0); pthread_cleanup_pop(0); >; return 0; } >configure:9878: checking for the pthreads library -llthread >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -llthread -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: ld returned 1 exit status >configure: failed program was: >#line 9898 "configure" >#include "confdefs.h" >#include <pthread.h> >int main() { >pthread_t th; pthread_join(th, 0); > pthread_attr_init(0); pthread_cleanup_push(0, 0); > pthread_create(0,0,0,0); pthread_cleanup_pop(0); >; return 0; } >configure:9872: checking whether pthreads work with -pthread >configure:9907: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -pthread -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:9939: checking for joinable pthread attribute >configure:9948: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -pthread -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:9990: checking if more special flags are required for pthreads >configure:10008: checking for cc_r >configure:10057: checking for sun_len in sys/un.h >configure:10079: checking for fpos_t in stdio.h >configure:10104: checking for sys/socket.h >configure:10114: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10104: checking for netdb.h >configure:10114: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10104: checking for netinet/in.h >configure:10114: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10104: checking for arpa/inet.h >configure:10114: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10144: checking for sys/time.h >configure:10154: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10144: checking for limits.h >configure:10154: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10144: checking for sys/param.h >configure:10154: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10144: checking for unistd.h >configure:10154: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10182: checking for a fileno() prototype in stdio.h >configure:10231: checking whether cross-process locking is required by accept() >configure:10250: checking whether va_arg(arg, long double) crashes the compiler >configure:10259: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10275: checking for working const >configure:10354: checking for strerror >configure:10382: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:10445: checking for missing declarations of reentrant functions >configure:10454: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10479: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10504: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10529: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10554: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:10578: checking for sendmail >configure:10619: checking whether system uses EBCDIC >configure:10638: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:10968: checking for htonl >configure:10996: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11225: checking for gethostname >configure:11253: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11482: checking for gethostbyaddr >configure:11510: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11739: checking for yp_get_default_domain >configure:11767: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11997: checking for dlopen >configure:12025: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:12255: checking for sin in -lm >configure:12274: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/cch0IC5X.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccrQiaLj.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccENDNgx.o(.text+0x7): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12428 "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 res_search(); > >int main() { >res_search() >; return 0; } >configure:12459: checking for __res_search in -lresolv >configure:12478: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:12514: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lm -lnsl -lxmlparse -lxmltok -lresolv 1>&5 >configure:12844: checking for inet_aton >configure:12872: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13240: checking for dn_skipname >configure:13268: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/cc57NepE.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13742: checking for dirent.h that defines DIR >configure:13755: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:13780: checking for opendir in -ldir >configure:13799: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -ldir -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-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 -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 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: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:13951: checking for netinet/in.h >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: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: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: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: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: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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14049: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14101: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14162: checking for broken getcwd >configure:14177: checking for broken libc stdio >configure:14238: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14300: checking for tm_zone in struct tm >configure:14313: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14372: checking for tm_gmtoff in struct tm >configure:14385: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14408: checking for struct flock >configure:14423: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14450: checking for socklen_t >configure:14467: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14493: checking size of long >configure:14512: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14532: checking size of int >configure:14551: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14572: checking for st_blksize in struct stat >configure:14585: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14607: checking for st_blocks in struct stat >configure:14620: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14647: checking for st_rdev in struct stat >configure:14660: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:14795: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14840: checking for vprintf >configure:14868: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for asctime_r >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for chroot >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ctime_r >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for cuserid >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for crypt >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for flock >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for ftok >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for funopen >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccRiTfqM.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gcvt >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getlogin >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobyname >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getprotobynumber >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyname >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getservbyport >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for getrusage >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gettimeofday >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for gmtime_r >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for isascii >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for link >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localtime_r >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lockf >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for lrand48 >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for memcpy >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for mmap >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for nl_langinfo >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for perror >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for poll >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for putenv >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for realpath >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for random >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for rand_r >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for regcomp >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for res_search >configure:15012: checking for scandir >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setitimer >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setlocale >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for localeconv >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setsockopt >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for setvbuf >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for shutdown >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for sin >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for srandom >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statfs >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for statvfs >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for std_syslog >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/cc0IKELw.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strcoll >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for strdup >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15024: warning: conflicting types for built-in function 'strdup' >configure:15012: checking for strerror >configure:15012: checking for strftime >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for symlink >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for tempnam >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccgDCzxA.o(.text+0x7): In function `main': >: warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:15012: checking for tzset >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for unsetenv >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for usleep >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for utime >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15012: checking for vsnprintf >configure:15040: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15124: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15156: checking for strlcat >configure:15184: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccFhsZl7.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/ccDHexul.o(.text+0x7): 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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15211: checking whether utime accepts a null argument >configure:15232: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15258: checking for working alloca.h >configure:15291: checking for alloca >configure:15324: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15491: checking for declared timezone >configure:15512: gcc -c -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 conftest.c 1>&5 >configure:15538: checking for type of reentrant time-related functions >configure:15567: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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:15560: warning: cast from pointer to integer of different size >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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15685: checking for type of readdir_r >configure:15721: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:17580: checking for SSL_CTX_set_ssl_version in -lssl >configure:17599: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lssl -lcrypto -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lz -lssl -lcrypto -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 conftest.c -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:21795: checking for curl_version_info in -lcurl >configure:21814: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:23962: checking for GDBM support >configure:24267: checking for NDBM support >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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 -lz conftest.c -lpng -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38260: checking for GNU gettext support >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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -L/usr/lib -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -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 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -L/usr/lib -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41364: checking if your cpp allows macro usage in include lines >configure:41376: gcc -c -I/usr/include -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 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:42174: checking for pam_start in -lpam >configure:42193: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lpam -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpam >collect2: ld returned 1 exit status >configure: failed program was: >#line 42182 "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 pam_start(); > >int main() { >pam_start() >; return 0; } >configure:42331: checking for crypt in -lcrypt >configure:42350: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lcrypt -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:43127: checking for OpenSSL version >configure:43267: checking for CRYPTO_free in -lcrypto >configure:43426: checking for SSL_CTX_set_ssl_version in -lssl >configure:43616: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lc-client -lssl -lcrypto -lcrypt -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-cgi-4.3.11-r1/temp/cczNfpdA.o(.text+0x7f): In function `main': >: undefined reference to `auth_gssapi_valid' >/usr/lib64/libc-client.so: undefined reference to `pam_end' >/usr/lib64/libc-client.so: undefined reference to `pam_authenticate' >/usr/lib64/libc-client.so: undefined reference to `pam_setcred' >/usr/lib64/libc-client.so: undefined reference to `pam_set_item' >/usr/lib64/libc-client.so: undefined reference to `pam_acct_mgmt' >/usr/lib64/libc-client.so: undefined reference to `pam_start' >collect2: ld returned 1 exit status >configure: failed program was: >#line 43591 "configure" >#include "confdefs.h" > > void mm_log(void){} > void mm_dlog(void){} > void mm_flags(void){} > void mm_fatal(void){} > void mm_critical(void){} > void mm_nocritical(void){} > void mm_notify(void){} > void mm_login(void){} > void mm_diskerror(void){} > void mm_status(void){} > void mm_lsub(void){} > void mm_list(void){} > void mm_exists(void){} > void mm_searched(void){} > void mm_expunged(void){} > char auth_gssapi_valid(); > int main() { > auth_gssapi_valid(); > return 0; > } > >configure:43642: checking whether IMAP works >configure:43675: gcc -o conftest -O2 -march=athlon64 -pipe -fomit-frame-pointer -falign-functions=8 -ltiff -L/usr/lib64 -Wl,-rpath,/usr/lib64 -L/usr/lib64 conftest.c -lc-client -lssl -lcrypto -lcrypt -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >/usr/lib64/libc-client.so: undefined reference to `pam_end' >/usr/lib64/libc-client.so: undefined reference to `pam_authenticate' >/usr/lib64/libc-client.so: undefined reference to `pam_setcred' >/usr/lib64/libc-client.so: undefined reference to `pam_set_item' >/usr/lib64/libc-client.so: undefined reference to `pam_acct_mgmt' >/usr/lib64/libc-client.so: undefined reference to `pam_start' >collect2: ld returned 1 exit status >configure: failed program was: >#line 43650 "configure" >#include "confdefs.h" > > void mm_log(void){} > void mm_dlog(void){} > void mm_flags(void){} > void mm_fatal(void){} > void mm_critical(void){} > void mm_nocritical(void){} > void mm_notify(void){} > void mm_login(void){} > void mm_diskerror(void){} > void mm_status(void){} > void mm_lsub(void){} > void mm_list(void){} > void mm_exists(void){} > void mm_searched(void){} > void mm_expunged(void){} > char mail_newbody(); > int main() { > mail_newbody(); > return 0; > } > ></PRE></BODY></HTML>
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 95948
: 61140