Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68366 Details for
Bug 105813
emerge php-cgi-4.4.0-r1 fails due to sablotron config error
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), 143.91 KB, created by
david somers
on 2005-09-13 08:56:55 UTC
(
hide
)
Description:
config log
Filename:
MIME Type:
Creator:
david somers
Created:
2005-09-13 08:56:55 UTC
Size:
143.91 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:1656: checking host system type >configure:1756: checking for gcc >configure:1869: checking whether the C compiler (gcc -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib) works >configure:1885: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:1911: checking whether the C compiler (gcc -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib) is a cross-compiler >configure:1916: checking whether we are using GNU C >configure:1925: gcc -E conftest.c >configure:1944: checking whether gcc accepts -g >configure:1977: checking whether gcc and cc understand -c and -o together >configure:1992: gcc -c conftest.c -o conftest.o 1>&5 >configure:1993: gcc -c conftest.c -o conftest.o 1>&5 >configure:1998: cc -c conftest.c 1>&5 >configure:2000: cc -c conftest.c -o conftest.o 1>&5 >configure:2001: cc -c conftest.c -o conftest.o 1>&5 >configure:2028: checking how to run the C preprocessor >configure:2049: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2109: checking for AIX >configure:2136: checking if compiler supports -R >configure:2151: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -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 2144 "configure" >#include "confdefs.h" > >int main() { > >; return 0; } >configure:2169: checking if compiler supports -Wl,-rpath, >configure:2184: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -Wl,-rpath,/usr/lib -lxmlparse -lxmltok 1>&5 >configure:2210: checking for re2c >configure:2239: checking whether ln -s works >configure:2264: checking for gawk >configure:2298: checking for bison >configure:2332: checking bison version >configure:2342: checking for flex >configure:2376: checking for yywrap in -lfl >configure:2395: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lfl -lxmlparse -lxmltok 1>&5 >configure:2419: checking lex output file root >configure:2440: checking whether yytext is a pointer >configure:2459: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2483: checking for working const >configure:2537: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:2562: checking flex version >configure:2578: checking whether byte ordering is bigendian >configure:2604: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 2588 "configure" >#include "confdefs.h" > >int main(void) >{ > short one = 1; > char *cp = (char *)&one; > > if (*cp == 0) { > return(0); > } else { > return(1); > } >} > >configure:2671: checking whether to force non-PIC code in shared modules >configure:2788: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccWw2nxr.o(.text+0x2a): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccWw2nxr.o(.text+0x4c): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >configure: failed program was: >#line 2770 "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:2808: checking for pthreads_cflags >configure:2841: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -kthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccKWpCJF.o(.text+0x2a): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccKWpCJF.o(.text+0x4c): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >configure: failed program was: >#line 2823 "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:2841: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -pthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:2871: checking for pthreads_lib >configure:3002: checking for AOLserver support >configure:3243: checking for Apache 1.x module support via DSO through APXS >configure:3546: checking for Apache 1.x module support >configure:4381: checking for mod_charset compatibility option >configure:4518: checking for Apache 2.0 filter-module support via DSO through APXS >configure:5340: checking for Apache 2.0 handler-module support via DSO through APXS >configure:6163: checking for Caudium support >configure:6493: checking for CLI build >configure:6553: checking for embedded SAPI library support >configure:6756: checking for Zeus ISAPI support >configure:6986: checking for NSAPI support >configure:7327: checking for PHTTPD support >configure:7556: checking for Pi3Web support >configure:7885: checking for Roxen/Pike support >configure:8154: checking for Servlet support >configure:8672: checking for thttpd >configure:8898: checking for TUX >configure:9132: checking for webjames >configure:9206: checking for CGI build >configure:9230: checking whether writing to stdout works >configure:9259: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lxmlparse -lxmltok 1>&5 >configure:9288: checking whether to force Apache CGI redirect >configure:9302: checking whether to discard path_info + path_translated >configure:9315: checking whether to enable path info checking >configure:9328: checking whether to enable fastcgi support >configure:9553: checking for chosen SAPI module >configure:9656: checking for gethostbyname in -lnsl >configure:9675: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:9703: checking for socket in -lsocket >configure:9722: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lsocket -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: ld returned 1 exit status >configure: failed program was: >#line 9711 "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:9758: checking for pthread.h >configure:9768: gcc -E conftest.c >/dev/null 2>conftest.out >configure:9891: checking for the pthreads library -lpthreads >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lpthreads -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: ld returned 1 exit status >configure: failed program was: >#line 9911 "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:9880: checking whether pthreads work without any flags >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cczj4doX.o(.text+0x19): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cczj4doX.o(.text+0x46): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cczj4doX.o(.text+0x6a): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cczj4doX.o(.text+0x71): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9911 "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:9885: checking whether pthreads work with -Kthread >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -Kthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-Kthread' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccj8r6mc.o(.text+0x19): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccj8r6mc.o(.text+0x46): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccj8r6mc.o(.text+0x6a): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccj8r6mc.o(.text+0x71): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9911 "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:9885: checking whether pthreads work with -kthread >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -kthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccgQcZdh.o(.text+0x19): In function `main': >: undefined reference to `pthread_join' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccgQcZdh.o(.text+0x46): In function `main': >: undefined reference to `__pthread_register_cancel' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccgQcZdh.o(.text+0x6a): In function `main': >: undefined reference to `pthread_create' >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccgQcZdh.o(.text+0x71): In function `main': >: undefined reference to `__pthread_unregister_cancel' >collect2: ld returned 1 exit status >configure: failed program was: >#line 9911 "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:9891: checking for the pthreads library -llthread >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -llthread -lnsl -lxmlparse -lxmltok 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: ld returned 1 exit status >configure: failed program was: >#line 9911 "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:9885: checking whether pthreads work with -pthread >configure:9920: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -pthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:9952: checking for joinable pthread attribute >configure:9961: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -pthread -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:10003: checking if more special flags are required for pthreads >configure:10021: checking for cc_r >configure:10070: checking for sun_len in sys/un.h >configure:10092: checking for fpos_t in stdio.h >configure:10117: checking for sys/socket.h >configure:10127: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10117: checking for netdb.h >configure:10127: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10117: checking for netinet/in.h >configure:10127: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10117: checking for arpa/inet.h >configure:10127: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10157: checking for sys/time.h >configure:10167: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10157: checking for limits.h >configure:10167: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10157: checking for sys/param.h >configure:10167: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10157: checking for unistd.h >configure:10167: gcc -E conftest.c >/dev/null 2>conftest.out >configure:10195: checking for a fileno() prototype in stdio.h >configure:10244: checking whether cross-process locking is required by accept() >configure:10263: checking whether va_arg(arg, long double) crashes the compiler >configure:10272: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10288: checking for working const >configure:10367: checking for strerror >configure:10395: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:10458: checking for missing declarations of reentrant functions >configure:10467: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10492: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10517: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10542: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10567: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:10591: checking for sendmail >configure:10632: checking whether system uses EBCDIC >configure:10651: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 10643 "configure" >#include "confdefs.h" > >int main(void) { > return (unsigned char)'A' != (unsigned char)0xC1; >} > >configure:10724: checking for socket >configure:10752: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:10981: checking for htonl >configure:11009: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11238: checking for gethostname >configure:11266: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11495: checking for gethostbyaddr >configure:11523: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:11752: checking for yp_get_default_domain >configure:11780: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:12010: checking for dlopen >configure:12038: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lnsl -lxmlparse -lxmltok 1>&5 >configure:12268: checking for sin in -lm >configure:12287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:12280: warning: conflicting types for built-in function 'sin' >configure:12321: checking for res_search >configure:12349: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccTKvqjb.o(.text+0xd): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12326 "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:12367: checking for __res_search >configure:12395: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cc1zulCd.o(.text+0xd): In function `main': >: undefined reference to `__res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12372 "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:12433: checking for res_search in -lresolv >configure:12452: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:12527: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lm -lnsl -lxmlparse -lxmltok -lresolv 1>&5 >configure:12857: checking for inet_aton >configure:12885: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13253: checking for dn_skipname >configure:13281: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccFtlSab.o(.text+0xd): In function `main': >: undefined reference to `dn_skipname' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13258 "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:13299: checking for __dn_skipname >configure:13327: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13647: checking for ANSI C header files >configure:13660: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13727: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:13755: checking for dirent.h that defines DIR >configure:13768: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:13793: checking for opendir in -ldir >configure:13812: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -ldir -lresolv -lm -lnsl -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 13801 "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:13878: checking for fclose declaration >configure:13887: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:13964: checking for inttypes.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for stdint.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for dirent.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for ApplicationServices/ApplicationServices.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:53: ApplicationServices/ApplicationServices.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <ApplicationServices/ApplicationServices.h> >configure:13964: checking for sys/param.h >configure:13964: checking for sys/types.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/time.h >configure:13964: checking for netinet/in.h >configure:13964: checking for alloca.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for arpa/inet.h >configure:13964: checking for arpa/nameser.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for assert.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for crypt.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for fcntl.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for grp.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for ieeefp.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:20: ieeefp.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <ieeefp.h> >configure:13964: checking for langinfo.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for limits.h >configure:13964: checking for locale.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for monetary.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for mach-o/dyld.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:25: mach-o/dyld.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <mach-o/dyld.h> >configure:13964: checking for netdb.h >configure:13964: checking for pwd.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for resolv.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for signal.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for stdarg.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for stdlib.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for string.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for syslog.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sysexits.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/file.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/mman.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/mount.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/poll.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/resource.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/select.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/socket.h >configure:13964: checking for sys/statfs.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/statvfs.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/vfs.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/sysexits.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:26: sys/sysexits.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <sys/sysexits.h> >configure:13964: checking for sys/varargs.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:25: sys/varargs.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <sys/varargs.h> >configure:13964: checking for sys/wait.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for unistd.h >configure:13964: checking for unix.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13970:18: unix.h: No such file or directory >configure: failed program was: >#line 13969 "configure" >#include "confdefs.h" >#include <unix.h> >configure:13964: checking for utime.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/utsname.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for sys/ipc.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13964: checking for dlfcn.h >configure:13974: gcc -E conftest.c >/dev/null 2>conftest.out >configure:14003: checking for fopencookie >configure:14031: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14062: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14114: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14175: checking for broken getcwd >configure:14190: checking for broken libc stdio >configure:14251: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 14223 "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:14279: checking whether struct tm is in sys/time.h or time.h >configure:14292: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14313: checking for tm_zone in struct tm >configure:14326: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14385: checking for tm_gmtoff in struct tm >configure:14398: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14421: checking for struct flock >configure:14436: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14463: checking for socklen_t >configure:14480: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14506: checking size of intmax_t >configure:14525: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:14520: error: `intmax_t' undeclared (first use in this function) >configure:14520: error: (Each undeclared identifier is reported only once >configure:14520: error: for each function it appears in.) >configure: failed program was: >#line 14514 "configure" >#include "confdefs.h" >#include <stdio.h> >int main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) return(1); > fprintf(f, "%d\n", sizeof(intmax_t)); > return(0); >} >configure:14545: checking size of size_t >configure:14564: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14584: checking size of ssize_t >configure:14603: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:14598: error: `ssize_t' undeclared (first use in this function) >configure:14598: error: (Each undeclared identifier is reported only once >configure:14598: error: for each function it appears in.) >configure: failed program was: >#line 14592 "configure" >#include "confdefs.h" >#include <stdio.h> >int main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) return(1); > fprintf(f, "%d\n", sizeof(ssize_t)); > return(0); >} >configure:14623: checking size of ptrdiff_t >configure:14642: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:14637: error: `ptrdiff_t' undeclared (first use in this function) >configure:14637: error: (Each undeclared identifier is reported only once >configure:14637: error: for each function it appears in.) >configure: failed program was: >#line 14631 "configure" >#include "confdefs.h" >#include <stdio.h> >int main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) return(1); > fprintf(f, "%d\n", sizeof(ptrdiff_t)); > return(0); >} >configure:14662: checking size of long long >configure:14681: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14701: checking size of long long int >configure:14720: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14740: checking size of long >configure:14759: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14779: checking size of int >configure:14798: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:14819: checking for st_blksize in struct stat >configure:14832: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14854: checking for st_blocks in struct stat >configure:14867: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14894: checking for st_rdev in struct stat >configure:14907: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:14929: checking for size_t >configure:14962: checking for uid_t in sys/types.h >configure:14997: checking for struct sockaddr_storage >configure:15010: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:15042: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure: In function `main': >configure:15038: error: structure has no member named `sa_len' >configure: failed program was: >#line 15032 "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:15055: checking for IPv6 support >configure:15069: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15087: checking for vprintf >configure:15115: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15099: warning: conflicting types for built-in function 'vprintf' >configure:15259: checking for alphasort >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for asctime_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for chroot >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for ctime_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for cuserid >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for crypt >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccsMrxuH.o(.text+0xd): In function `main': >: undefined reference to `crypt' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15264 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char crypt(); 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 crypt(); > >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_crypt) || defined (__stub___crypt) >choke me >#else >crypt(); >#endif > >; return 0; } >configure:15259: checking for flock >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for ftok >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for funopen >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccGhla3c.o(.text+0xd): In function `main': >: undefined reference to `funopen' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15264 "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:15259: checking for gai_strerror >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for gcvt >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getlogin >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getprotobyname >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getprotobynumber >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getservbyname >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getservbyport >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for getrusage >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for gettimeofday >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for gmtime_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for isascii >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for link >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for localtime_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for lockf >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for lrand48 >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for memcpy >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'memcpy' >configure:15259: checking for memmove >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'memmove' >configure:15259: checking for mkstemp >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for mmap >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for nl_langinfo >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for perror >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for poll >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for putenv >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for realpath >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for random >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for rand_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for regcomp >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for res_search >configure:15259: checking for scandir >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for setitimer >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for setlocale >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for localeconv >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for setsockopt >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for setvbuf >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for shutdown >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for sin >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'sin' >configure:15259: checking for snprintf >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'snprintf' >configure:15259: checking for srand48 >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for srandom >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for statfs >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for statvfs >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for std_syslog >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccVaRGlh.o(.text+0xd): In function `main': >: undefined reference to `std_syslog' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15264 "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:15259: checking for strcasecmp >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for strcoll >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for strdup >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'strdup' >configure:15259: checking for strerror >configure:15259: checking for strftime >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'strftime' >configure:15259: checking for strstr >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'strstr' >configure:15259: checking for strtok_r >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for symlink >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for tempnam >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccFkTo0V.o(.text+0xd): In function `main': >: warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:15259: checking for tzset >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for unsetenv >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for usleep >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for utime >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15259: checking for vsnprintf >configure:15287: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15271: warning: conflicting types for built-in function 'vsnprintf' >configure:15313: checking for getaddrinfo >configure:15325: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15371: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15403: checking for strlcat >configure:15431: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cc4c7SUu.o(.text+0xd): In function `main': >: undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15408 "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:15403: checking for strlcpy >configure:15431: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccHi94zI.o(.text+0xd): In function `main': >: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure: failed program was: >#line 15408 "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:15403: checking for getopt >configure:15431: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15458: checking whether utime accepts a null argument >configure:15479: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15505: checking for working alloca.h >configure:15538: checking for alloca >configure:15571: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15738: checking for declared timezone >configure:15759: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:15785: checking for type of reentrant time-related functions >configure:15814: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15806: warning: assignment makes integer from pointer without a cast >configure:15807: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 15796 "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:15844: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15837: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 15828 "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:15882: checking for readdir_r >configure:15910: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:15932: checking for type of readdir_r >configure:15968: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:16086: checking whether to include debugging symbols >configure:16119: checking layout of installed files >configure:16153: checking path to configuration file >configure:16189: checking directory to be scanned for configuration files >configure:16219: checking whether to enable safe mode by default >configure:16254: checking for safe mode exec dir >configure:16295: checking whether to enable PHP's own SIGCHLD handler >configure:16332: checking whether to enable magic quotes by default >configure:16369: checking whether to enable runpaths >configure:16394: checking whether to explicitly link against libgcc >configure:16473: checking whether to enable short tags by default >configure:16510: checking whether to enable dmalloc >configure:16598: checking whether to enable IPv6 support >configure:16628: checking whether to enable versioning >configure:16680: checking for OpenSSL support >configure:16726: checking for Kerberos support >configure:17343: checking for pkg-config >configure:17531: checking for OpenSSL version >configure:17671: checking for CRYPTO_free in -lcrypto >configure:17690: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:17830: checking for SSL_CTX_set_ssl_version in -lssl >configure:17849: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcrypto 1>&5 >configure:17975: checking for ZLIB support >configure:18021: checking if the location of ZLIB install directory is defined >configure:18374: checking for gzgets in -lz >configure:18393: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:18531: checking whether to enable bc style precision math functions >configure:18825: checking for BZip2 support >configure:18969: checking for BZ2_bzerror in -lbz2 >configure:18988: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok 1>&5 >configure:19383: checking whether to enable calendar conversion support >configure:19662: checking for cpdflib support >configure:20841: checking for CRACKlib support >configure:21265: checking whether to enable ctype functions >configure:21540: checking for CURL support >configure:21607: checking for cURL 7.9.8 or greater >configure:21907: checking for curl_easy_perform in -lcurl >configure:21926: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:22045: checking for curl_version_info in -lcurl >configure:22064: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:22331: checking for cyrus imap support >configure:23256: checking for xDBM support >configure:23887: checking whether to enable DBA >configure:24026: checking for gdbm_open in -lgdbm >configure:24045: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:24212: checking for GDBM support >configure:24327: checking for dbm_open in -lndbm >configure:24346: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:24517: checking for NDBM support >configure:24585: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -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 -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz 1>&5 >configure:24627: checking for db4 minor version and patch level >configure:24819: checking for Berkeley DB4 support >configure:25142: checking for Berkeley DB3 support >configure:25465: checking for Berkeley DB2 support >configure:25785: checking for DBM support >configure:26126: checking for CDB support >configure:26180: checking for INI File support >configure:26234: checking for FlatFile support >configure:26249: checking whether to enable DBA interface >configure:26504: checking whether to enable dbase support >configure:26779: checking whether to enable dbx support >configure:27050: checking whether to enable direct I/O support >configure:27323: checking for DOM support >configure:27417: checking for libxml version >configure:27996: checking for DOM XSLT support >configure:28021: checking for DOM EXSLT support >configure:28062: checking for libxslt version >configure:28492: checking for libexslt version >configure:28664: checking whether to enable EXIF (metadata from images) support >configure:28939: checking for FrontBase SQL92 (fbsql) support >configure:29373: checking for FDF support >configure:30097: checking whether to enable the bundled filePro support >configure:30372: checking for FriBidi support >configure:30827: checking whether to enable FTP support >configure:31103: checking for GD support >configure:31150: checking for the location of libjpeg >configure:31177: checking for the location of libpng >configure:31230: checking for the location of libXpm >configure:31255: checking for FreeType 1.x support >configure:31280: checking for FreeType 2 >configure:31305: checking for T1lib support >configure:31330: checking whether to enable truetype string function in GD >configure:31355: checking whether to enable JIS-mapped Japanese font support in GD >configure:31409: checking for fabsf >configure:31437: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -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 -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31421: warning: conflicting types for built-in function 'fabsf' >configure:31409: checking for floorf >configure:31437: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -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 -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31421: warning: conflicting types for built-in function 'floorf' >configure:31569: checking for jpeg_read_header in -ljpeg >configure:31588: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -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 -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:31852: checking for png_write_image in -lpng >configure:31871: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -lz conftest.c -lpng -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:32232: checking for XpmFreeXpmImage in -lXpm >configure:32251: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -lX11 conftest.c -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:32949: checking for T1_LoadFont in -lt1 >configure:32968: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:38514: checking for GNU gettext support >configure:38572: checking for bindtextdomain in -lintl >configure:38591: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lintl -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -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/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lintl >collect2: ld returned 1 exit status >configure: failed program was: >#line 38580 "configure" >#include "confdefs.h" >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bindtextdomain(); > >int main() { >bindtextdomain() >; return 0; } >configure:38613: checking for bindtextdomain in -lc >configure:38632: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:39024: checking for ngettext in -lc >configure:39043: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:39067: checking for dngettext in -lc >configure:39086: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:39110: checking for dcngettext in -lc >configure:39129: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:39153: checking for bind_textdomain_codeset in -lc >configure:39172: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:39202: checking for GNU MP support >configure:39881: checking for hwapi support >configure:40606: checking for Hyperwave support >configure:40861: checking for iconv support >configure:40924: checking for iconv >configure:40952: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41496: checking if iconv is glibc's >configure:41505: gcc -o conftest -I/usr/include -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41611: checking if iconv supports errno >configure:41637: gcc -o conftest -I/usr/include -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41669: checking if your cpp allows macro usage in include lines >configure:41681: gcc -c -I/usr/include -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:41950: checking for IMAP support >configure:41996: checking for IMAP Kerberos support >configure:42021: checking for IMAP SSL support >configure:44013: checking for Informix support >configure:44613: checking for Ingres II support >configure:45325: checking for InterBase support >configure:46006: checking for IRCG support >configure:46499: checking for Java support >configure:46552: checking Java Jar location >configure:46578: checking Java C location >configure:46757: checking Checking for libjava >configure:47295: checking for LDAP support >configure:49569: checking for 3 arg ldap_set_rebind_proc >configure:49581: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -I/usr/include conftest.c 1>&5 >configure:49605: checking for ldap_parse_result >configure:49633: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:49605: checking for ldap_parse_reference >configure:49633: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:49605: checking for ldap_start_tls_s >configure:49633: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:49662: checking for ldap_bind_s >configure:49690: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:49736: checking whether to enable multibyte string support >configure:49782: checking whether to enable multibyte regex support >configure:49807: checking for external libmbfl >configure:50528: checking for MCAL support >configure:50937: checking for mcrypt support >configure:51070: checking for mcrypt_module_open in -lmcrypt >configure:51089: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 -lltdl conftest.c -lmcrypt -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:51217: checking for mcrypt_generic_deinit in -lmcrypt >configure:51236: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 -lltdl conftest.c -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:52057: checking for MCVE support >configure:52103: checking OpenSSL dir for MCVE >configure:53515: checking for mhash support >configure:53929: checking whether to include mime_magic support >configure:54226: checking for MING support >configure:54905: checking for mnoGoSearch support >configure:55323: checking for msession support >configure:55721: checking for mSQL support >configure:56172: checking for MSSQL support via FreeTDS >configure:56798: checking for MySQL support >configure:56844: checking for specified location of the MySQL UNIX socket >configure:56901: checking for MySQL UNIX socket location >configure:58565: checking size of char >configure:58584: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58573 "configure" >#include "confdefs.h" >#include <stdio.h> >int main() >{ > FILE *f=fopen("conftestval", "w"); > if (!f) return(1); > fprintf(f, "%d\n", sizeof(char)); > return(0); >} >configure:58605: checking size of int >configure:58644: checking size of long >configure:58683: checking size of long long >configure:58722: checking for size_t >configure:58755: checking whether time.h and sys/time.h may both be included >configure:58769: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:58790: checking for uid_t in sys/types.h >configure:58825: checking for type ulong >configure:58844: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58833 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > ulong foo; > foo++; > exit(0); >} >configure:58868: checking for type uchar >configure:58887: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:58881: error: `uchar' undeclared (first use in this function) >configure:58881: error: (Each undeclared identifier is reported only once >configure:58881: error: for each function it appears in.) >configure:58881: error: parse error before "foo" >configure:58882: error: `foo' undeclared (first use in this function) >configure: failed program was: >#line 58876 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uchar foo; > foo++; > exit(0); >} >configure:58911: checking for type uint >configure:58930: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58919 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uint foo; > foo++; > exit(0); >} >configure:58954: checking for type ushort >configure:58973: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: failed program was: >#line 58962 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > ushort foo; > foo++; > exit(0); >} >configure:58997: checking for int8 >configure:59027: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure: In function `main': >configure:59021: error: `int8' undeclared (first use in this function) >configure:59021: error: (Each undeclared identifier is reported only once >configure:59021: error: for each function it appears in.) >configure:59021: error: parse error before "i" >configure: failed program was: >#line 59005 "configure" >#include "confdefs.h" > >#ifdef HAVE_STDLIB_H >#include <stdlib.h> >#endif > >#ifdef HAVE_STDDEF_H >#include <stddef.h> >#endif > >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif > >int main() >{ > int8 i; > return 0; >} > >configure:59053: checking base type of last arg to accept >configure:59081: g++ -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.C 1>&5 >configure:59130: checking return type of qsort >configure:59148: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:59512: checking for mysql_close in -lmysqlclient >configure:59531: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:60112: checking for ncurses support >configure:61097: checking for Oracle (OCI8) support using ORACLE_HOME installation >configure:61144: checking for Oracle (OCI8) support using Oracle Instant Client >configure:63628: checking for Adabas support >configure:63821: checking for SAP DB support >configure:63951: checking for Solid support >configure:64095: checking for IBM DB2 support >configure:64167: checking for Empress support >configure:64237: checking for Empress local access support >configure:64323: checking for Birdstep support >configure:64433: checking for a custom ODBC support >configure:64467: checking for iODBC support >configure:64609: checking for Easysoft ODBC-ODBC Bridge support >configure:64669: checking for unixODBC support >configure:65249: checking for Oracle-ORACLE support >configure:70282: checking whether to enable user-space object overloading support >configure:70557: checking for Ovrimos SQL Server support >configure:71016: checking whether to enable pcntl support >configure:71064: checking for fork >configure:71092: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:71123: checking for waitpid >configure:71151: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:71182: checking for sigaction >configure:71210: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:71467: checking for PCRE support >configure:72133: checking for PDFlib support >configure:72260: checking for the location of libtiff >configure:73718: checking for Verisign Payflow Pro support >configure:74433: checking for PostgreSQL support >configure:75822: checking whether to enable POSIX-like functions >configure:76095: checking for seteuid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for setegid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for setsid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for getsid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for setpgid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for getpgid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for ctermid >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for mkfifo >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for getrlimit >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76095: checking for getlogin >configure:76095: checking for getgroups >configure:76123: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76153: checking for PSPELL support >configure:76617: checking for new_aspell_config in -laspell >configure:76636: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:76808: checking for QtDOM support >configure:77477: checking for libedit readline replacement >configure:77523: checking for readline support >configure:79064: checking for recode support >configure:79798: checking whether to enable PHP sessions >configure:79844: checking for mm support >configure:79869: checking whether pwrite works >configure:79902: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure: failed program was: >#line 79881 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> > > main() { > int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600); > > if (fd < 0) exit(1); > if (pwrite(fd, "text", 4, 0) != 4) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > > >configure:79948: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:79934: error: parse error before "off64_t" >configure: failed program was: >#line 79927 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> >ssize_t pwrite(int, void *, size_t, off64_t); > main() { > int fd = open("conftest_in", O_WRONLY|O_CREAT, 0600); > > if (fd < 0) exit(1); > if (pwrite(fd, "text", 4, 0) != 4) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > > >configure:79989: checking whether pread works >configure:80022: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure: failed program was: >#line 80002 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> > > main() { > char buf[3]; > int fd = open("conftest_in", O_RDONLY); > if (fd < 0) exit(1); > if (pread(fd, buf, 2, 0) != 2) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > >configure:80069: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 >configure:80056: error: parse error before "off64_t" >configure: failed program was: >#line 80049 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/stat.h> >#include <fcntl.h> >#include <unistd.h> >#include <errno.h> >ssize_t pread(int, void *, size_t, off64_t); > main() { > char buf[3]; > int fd = open("conftest_in", O_RDONLY); > if (fd < 0) exit(1); > if (pread(fd, buf, 2, 0) != 2) exit(1); > /* Linux glibc breakage until 2.2.5 */ > if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1); > exit(0); > } > >configure:80484: checking whether to enable shmop support >configure:80759: checking for SNMP support >configure:80805: checking OpenSSL dir for SNMP >configure:82002: checking for snmp_parse_oid in -lnetsnmp >configure:82021: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lnetsnmp -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82138: checking for init_snmp in -lnetsnmp >configure:82157: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lnetsnmp -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82423: checking whether to enable UCD SNMP hack >configure:82449: checking whether to enable sockets support >configure:82494: checking for struct cmsghdr >configure:82509: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:82534: checking for hstrerror >configure:82562: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82534: checking for set_h_errno >configure:82562: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cc0MQu0Y.o(.text+0xd): In function `main': >: undefined reference to `set_h_errno' >collect2: ld returned 1 exit status >configure: failed program was: >#line 82539 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char set_h_errno(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char set_h_errno(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_set_h_errno) || defined (__stub___set_h_errno) >choke me >#else >set_h_errno(); >#endif > >; return 0; } >configure:82590: checking for netdb.h >configure:82590: checking for netinet/tcp.h >configure:82600: gcc -E conftest.c >/dev/null 2>conftest.out >configure:82590: checking for sys/un.h >configure:82600: gcc -E conftest.c >/dev/null 2>conftest.out >configure:82590: checking for errno.h >configure:82600: gcc -E conftest.c >/dev/null 2>conftest.out >configure:82637: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure:82887: checking for getcwd >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82887: checking for getwd >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccAmuXAm.o(.text+0xd): In function `main': >: warning: the `getwd' function is dangerous and should not be used. >configure:82887: checking for asinh >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82899: warning: conflicting types for built-in function 'asinh' >configure:82887: checking for acosh >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82899: warning: conflicting types for built-in function 'acosh' >configure:82887: checking for atanh >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82899: warning: conflicting types for built-in function 'atanh' >configure:82887: checking for log1p >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82899: warning: conflicting types for built-in function 'log1p' >configure:82887: checking for hypot >configure:82915: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82899: warning: conflicting types for built-in function 'hypot' >configure:82944: checking for crypt in -lcrypt >configure:82963: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap 1>&5 >configure:82992: checking for standard DES crypt >configure:83022: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83003 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > exit (strcmp((char *)crypt("rasmuslerdorf","rl"),"rl.3StKT.4T8M")); >#else > exit(0); >#endif >} >configure:83053: checking for extended DES crypt >configure:83083: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83064 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); >#else > exit(0); >#endif >} >configure:83114: checking for MD5 crypt >configure:83153: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83125 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > char salt[15], answer[40]; > > salt[0]='$'; salt[1]='1'; salt[2]='$'; > salt[3]='r'; salt[4]='a'; salt[5]='s'; > salt[6]='m'; salt[7]='u'; salt[8]='s'; > salt[9]='l'; salt[10]='e'; salt[11]='$'; > salt[12]='\0'; > strcpy(answer,salt); > strcat(answer,"rISCgZzpwk3UhDidwXvin0"); > exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); >#else > exit(0); >#endif >} >configure:83213: checking for Blowfish crypt >configure:83249: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83224 "configure" >#include "confdefs.h" > >#if HAVE_UNISTD_H >#include <unistd.h> >#endif > >#if HAVE_CRYPT_H >#include <crypt.h> >#endif > >main() { >#if HAVE_CRYPT > char salt[30], answer[70]; > > salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0'; > strcat(salt,"rasmuslerd............"); > strcpy(answer,salt); > strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra"); > exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); >#else > exit(0); >#endif >} >configure:83281: checking whether flush should be called explicitly after a buffered io >configure:83330: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/ccSDORDc.o(.text+0x20): In function `main': >: warning: the use of `tmpnam' is dangerous, better use `mkstemp' >configure: failed program was: >#line 83292 "configure" >#include "confdefs.h" > >#include <stdio.h> >#include <stdlib.h> > >int main(int argc, char **argv) >{ > char *filename = tmpnam(NULL); > char buffer[64]; > int result = 0; > > FILE *fp = fopen(filename, "wb"); > if (NULL == fp) > return 0; > fputs("line 1\n", fp); > fputs("line 2\n", fp); > fclose(fp); > > fp = fopen(filename, "rb+"); > if (NULL == fp) > return 0; > fgets(buffer, sizeof(buffer), fp); > fputs("line 3\n", fp); > rewind(fp); > fgets(buffer, sizeof(buffer), fp); > if (0 != strcmp(buffer, "line 1\n")) > result = 1; > fgets(buffer, sizeof(buffer), fp); > if (0 != strcmp(buffer, "line 3\n")) > result = 1; > fclose(fp); > unlink(filename); > > exit(result); >} > >configure:83449: checking which regex library to use >configure:83454: checking whether rounding works as expected >configure:83471: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83462 "configure" >#include "confdefs.h" > >#include <math.h> > int main() { > return floor(0.045*pow(10,2) + 0.5)/10.0 != 0.5; > } > >configure:83495: checking for working fnmatch >configure:83510: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83506 "configure" >#include "confdefs.h" >main() { exit (fnmatch ("a*", "abc", 0) != 0); } >configure:83537: checking for glob >configure:83565: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:83537: checking for strfmon >configure:83565: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:83549: warning: conflicting types for built-in function 'strfmon' >configure:83600: checking for fpclass >configure:83628: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >/var/tmp/portage/php-cgi-4.4.0-r1/temp/cciR7BFg.o(.text+0xd): In function `main': >: undefined reference to `fpclass' >collect2: ld returned 1 exit status >configure: failed program was: >#line 83605 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fpclass(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char fpclass(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_fpclass) || defined (__stub___fpclass) >choke me >#else >fpclass(); >#endif > >; return 0; } >configure:83600: checking for isinf >configure:83628: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:83600: checking for isnan >configure:83628: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:83654: checking whether atof() accepts NAN >configure:83685: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83665 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISNAN >#define zend_isnan(a) isnan(a) >#elif defined(HAVE_FPCLASS) >#define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) >#else >#define zend_isnan(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isnan(atof("NAN")) ? 0 : 1; >} > >configure:83713: checking whether atof() accepts INF >configure:83747: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83724 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISINF >#define zend_isinf(a) isinf(a) >#elif defined(INFINITY) >/* Might not work, but is required by ISO C99 */ >#define zend_isinf(a) (((a)==INFINITY)?1:0) >#elif defined(HAVE_FPCLASS) >#define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) >#else >#define zend_isinf(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isinf(atof("INF")) && zend_isinf(atof("-INF")) ? 0 : 1; >} > >configure:83775: checking whether HUGE_VAL == INF >configure:83809: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83786 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISINF >#define zend_isinf(a) isinf(a) >#elif defined(INFINITY) >/* Might not work, but is required by ISO C99 */ >#define zend_isinf(a) (((a)==INFINITY)?1:0) >#elif defined(HAVE_FPCLASS) >#define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) >#else >#define zend_isinf(a) 0 >#endif > >int main(int argc, char** argv) >{ > return zend_isinf(HUGE_VAL) ? 0 : 1; >} > >configure:83837: checking whether HUGE_VAL + -HUGEVAL == NAN >configure:83873: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 83848 "configure" >#include "confdefs.h" > >#include <math.h> >#include <stdlib.h> > >#ifdef HAVE_ISNAN >#define zend_isnan(a) isnan(a) >#elif defined(HAVE_FPCLASS) >#define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) >#else >#define zend_isnan(a) 0 >#endif > >int main(int argc, char** argv) >{ >#if defined(__sparc__) && !(__GNUC__ >= 3) > /* prevent bug #27830 */ > return 1; >#else > return zend_isnan(HUGE_VAL + -HUGE_VAL) ? 0 : 1; >#endif >} > >configure:84169: checking for libswf support >configure:84596: checking for Sybase support >configure:85197: checking for Sybase-CT support >configure:86163: checking whether to enable System V IPC support >configure:86438: checking whether to enable System V semaphore support >configure:86708: checking for union semun >configure:86724: gcc -c -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse conftest.c 1>&5 >configure: In function `main': >configure:86720: error: storage size of 'x' isn't known >configure: failed program was: >#line 86713 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/ipc.h> >#include <sys/sem.h> > >int main() { >union semun x; >; return 0; } >configure:86759: checking whether to enable System V shared memory support >configure:87035: checking whether to enable tokenizer support >configure:87312: checking whether to enable WDDX support >configure:87589: checking whether byte ordering is bigendian >configure:87648: checking whether to enable XML support >configure:87694: checking external libexpat install dir >configure:88377: checking for XMLRPC-EPI support >configure:88423: checking libexpat dir for XMLRPC-EPI >configure:88448: checking iconv dir for XMLRPC-EPI >configure:88649: checking for iconv >configure:89214: checking for ANSI C header files >configure:89321: checking for xmlparse.h >configure:89331: gcc -E conftest.c >/dev/null 2>conftest.out >configure:89327:22: xmlparse.h: No such file or directory >configure: failed program was: >#line 89326 "configure" >#include "confdefs.h" >#include <xmlparse.h> >configure:89321: checking for xmltok.h >configure:89331: gcc -E conftest.c >/dev/null 2>conftest.out >configure:89327:20: xmltok.h: No such file or directory >configure: failed program was: >#line 89326 "configure" >#include "confdefs.h" >#include <xmltok.h> >configure:89321: checking for stdlib.h >configure:89321: checking for strings.h >configure:89331: gcc -E conftest.c >/dev/null 2>conftest.out >configure:89321: checking for string.h >configure:89363: checking size of char >configure:89403: checking size of int >configure:89442: checking size of long >configure:89481: checking size of long long >configure:89520: checking for size_t >configure:89553: checking whether time.h and sys/time.h may both be included >configure:89588: checking for uid_t in sys/types.h >configure:89633: checking for strtoul >configure:89661: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lexpat -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:89633: checking for strtoull >configure:89661: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lexpat -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:89633: checking for snprintf >configure:89633: checking for strstr >configure:89633: checking for strpbrk >configure:89661: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lexpat -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure:89645: warning: conflicting types for built-in function 'strpbrk' >configure:89633: checking for strerror >configure:89633: checking for memcpy >configure:89633: checking for memmove >configure:90090: checking whether to enable xslt support >configure:90136: checking for XSLT Sablotron backend >configure:90161: checking for libexpat dir for Sablotron XSL support >configure:90186: checking for iconv dir for Sablotron XSL support >configure:90211: checking for JavaScript for Sablotron XSL support >configure:90478: checking for Sablotron libraries in the default path >configure:90495: checking for sablot-config >configure:90513: checking for Sablotron version >configure:90538: gcc -o conftest -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse -I/usr/include -L/usr/lib -L/usr/X11R6/lib -ltiff -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.2.08/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.2.08/jre/lib/i386 -L/opt/sun-jdk-1.4.2.08/jre/lib/i386 conftest.c -lexpat -lcrypt -laspell -lpspell -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -ljava -lt1 -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxml2 -lxslt -lz -ldb-4.2 -ldb-4.2 -lndbm -lgdbm -lcurl -lbz2 -lz -lssl -lcrypto -lresolv -lm -lnsl -lxmlparse -lxmltok -lcurl -lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm -lwrap -lcrypt 1>&5 >configure: failed program was: >#line 90520 "configure" >#include "confdefs.h" > >#include <stdlib.h> >#include <sablot.h> > >int main () >{ > double version; > version = atof(SAB_VERSION); > > if (version >= 0.96) { > exit(0); > } > exit(255); >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 105813
: 68366