This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1618: checking host system type configure:1706: checking for gcc configure:1819: checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) works configure:1835: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:1861: checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) is a cross-compiler configure:1866: checking whether we are using GNU C configure:1875: gcc -E conftest.c configure:1894: checking whether gcc accepts -g configure:1927: checking whether gcc and cc understand -c and -o together configure:1942: gcc -c conftest.c -o conftest.o 1>&5 configure:1943: gcc -c conftest.c -o conftest.o 1>&5 configure:1948: cc -c conftest.c 1>&5 configure:1950: cc -c conftest.c -o conftest.o 1>&5 configure:1951: cc -c conftest.c -o conftest.o 1>&5 configure:1978: checking how to run the C preprocessor configure:1999: gcc -E conftest.c >/dev/null 2>conftest.out configure:2059: checking for AIX configure:2086: checking if compiler supports -R configure:2101: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -R /usr/lib -lxmlparse -lxmltok 1>&5 gcc: unrecognized option `-R' /usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status configure: failed program was: #line 2094 "configure" #include "confdefs.h" int main() { ; return 0; } configure:2119: checking if compiler supports -Wl,-rpath, configure:2134: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -Wl,-rpath,/usr/lib -lxmlparse -lxmltok 1>&5 configure:2159: checking for ranlib configure:2187: checking whether ln -s works configure:2212: checking for gawk configure:2246: checking for bison configure:2280: checking bison version configure:2290: checking for flex configure:2324: checking for yywrap in -lfl configure:2343: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lfl -lxmlparse -lxmltok 1>&5 configure:2367: checking lex output file root configure:2388: checking whether yytext is a pointer configure:2407: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok -lfl 1>&5 configure:2431: checking for working const configure:2485: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:2510: checking flex version configure:2650: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cc2Kl9Jt.o(.text+0x17): In function `main': : undefined reference to `pthread_mutexattr_init' /var/tmp/portage/php-4.3.3-r2/temp/cc2Kl9Jt.o(.text+0x39): In function `main': : undefined reference to `pthread_create' collect2: ld returned 1 exit status configure: failed program was: #line 2632 "configure" #include "confdefs.h" #include #include 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:2670: checking for pthreads_cflags configure:2703: gcc -o conftest -march=pentium3 -O3 -pipe -kthread conftest.c -lxmlparse -lxmltok 1>&5 gcc: unrecognized option `-kthread' /var/tmp/portage/php-4.3.3-r2/temp/ccUUOIr5.o(.text+0x17): In function `main': : undefined reference to `pthread_mutexattr_init' /var/tmp/portage/php-4.3.3-r2/temp/ccUUOIr5.o(.text+0x39): In function `main': : undefined reference to `pthread_create' collect2: ld returned 1 exit status configure: failed program was: #line 2685 "configure" #include "confdefs.h" #include #include 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:2703: gcc -o conftest -march=pentium3 -O3 -pipe -pthread conftest.c -lxmlparse -lxmltok 1>&5 configure:2733: checking for pthreads_lib configure:2859: checking for AOLserver support configure:3079: checking for Apache 1.x module support via DSO through APXS configure:3362: checking for Apache 1.x module support configure:4143: checking for member fd in BUFF * configure:4162: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:4156:19: httpd.h: No such file or directory configure: In function `main': configure:4158: `conn_rec' undeclared (first use in this function) configure:4158: (Each undeclared identifier is reported only once configure:4158: for each function it appears in.) configure:4158: `c' undeclared (first use in this function) configure: failed program was: #line 4155 "configure" #include "confdefs.h" #include int main() { conn_rec *c; int fd = c->client->fd; ; return 0; } configure:4186: checking for mod_charset compatibility option configure:4253: checking for Apache 2.0 filter-module support via DSO through APXS configure:4989: checking for Apache 2.0 handler-module support via DSO through APXS configure:5726: checking for Caudium support configure:6036: checking for CLI build configure:6096: checking for embedded SAPI library support configure:6279: checking for Zeus ISAPI support configure:6489: checking for NSAPI support configure:6810: checking for PHTTPD support configure:7019: checking for Pi3Web support configure:7328: checking for Roxen/Pike support configure:7577: checking for Servlet support configure:8055: checking for thttpd configure:8261: checking for TUX configure:8475: checking for webjames configure:8549: checking for CGI build configure:8876: checking for chosen SAPI module configure:9781: checking for missing declarations of reentrant functions configure:9790: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:9815: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:9840: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:9865: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:9890: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:9914: checking for sendmail configure:9955: checking whether system uses EBCDIC configure:9974: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure: failed program was: #line 9966 "configure" #include "confdefs.h" int main(void) { return (unsigned char)'A' != (unsigned char)0xC1; } configure:10048: checking for socket configure:10076: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:10305: checking for htonl configure:10333: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:10562: checking for gethostname configure:10590: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:10819: checking for gethostbyaddr configure:10847: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:11076: checking for yp_get_default_domain configure:11104: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:11334: checking for dlopen configure:11362: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 configure:11592: checking for sin in -lm configure:11611: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 configure:11604: warning: conflicting types for built-in function `sin' configure:11645: checking for res_search configure:11673: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccgUjLMP.o(.text+0xa): In function `main': : undefined reference to `res_search' collect2: ld returned 1 exit status configure: failed program was: #line 11650 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_search(); below. */ #include /* 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:11691: checking for __res_search configure:11719: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccquKWn7.o(.text+0xa): In function `main': : undefined reference to `__res_search' collect2: ld returned 1 exit status configure: failed program was: #line 11696 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_search(); below. */ #include /* 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:11757: checking for res_search in -lresolv configure:11776: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:11851: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok -lresolv 1>&5 configure:12181: checking for inet_aton configure:12209: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:12577: checking for dn_skipname configure:12605: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cc2qfscG.o(.text+0xa): In function `main': : undefined reference to `dn_skipname' collect2: ld returned 1 exit status configure: failed program was: #line 12582 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dn_skipname(); below. */ #include /* 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:12623: checking for __dn_skipname configure:12651: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:12971: checking for ANSI C header files configure:12984: gcc -E conftest.c >/dev/null 2>conftest.out configure:13051: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:13081: checking for dirent.h that defines DIR configure:13094: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13119: checking for opendir in -ldir configure:13138: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -ldir -lresolv -lm -lxmlparse -lxmltok 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 13127 "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:13245: checking for fclose declaration configure:13254: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13328: checking for ApplicationServices/ApplicationServices.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:53: ApplicationServices/ApplicationServices.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for sys/param.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/types.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/time.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for netinet/in.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for alloca.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for arpa/inet.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for arpa/nameser.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for assert.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for crypt.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for fcntl.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for grp.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for ieeefp.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:20: ieeefp.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for langinfo.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for limits.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for locale.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for monetary.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for mach-o/dyld.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:25: mach-o/dyld.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for netdb.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for pwd.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for resolv.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for signal.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for stdarg.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for stdlib.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for string.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for syslog.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sysexits.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/file.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/mman.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/mount.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/poll.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/resource.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/select.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/socket.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/statfs.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/statvfs.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/vfs.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/sysexits.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:26: sys/sysexits.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for sys/varargs.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:25: sys/varargs.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for sys/wait.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for unistd.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for unix.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13334:18: unix.h: No such file or directory configure: failed program was: #line 13333 "configure" #include "confdefs.h" #include configure:13328: checking for utime.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/utsname.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for sys/ipc.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13328: checking for dlfcn.h configure:13338: gcc -E conftest.c >/dev/null 2>conftest.out configure:13367: checking for fopencookie configure:13395: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:13426: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13478: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:13539: checking for broken getcwd configure:13554: checking for broken libc stdio configure:13615: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure: failed program was: #line 13587 "configure" #include "confdefs.h" #include 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:13643: checking whether struct tm is in sys/time.h or time.h configure:13656: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13677: checking for tm_zone in struct tm configure:13690: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13749: checking for tm_gmtoff in struct tm configure:13762: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13785: checking for struct flock configure:13800: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13827: checking for socklen_t configure:13844: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13870: checking size of long configure:13889: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:13909: checking size of int configure:13928: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:13949: checking for st_blksize in struct stat configure:13962: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:13984: checking for st_blocks in struct stat configure:13997: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:14024: checking for st_rdev in struct stat configure:14037: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:14059: checking for size_t configure:14092: checking for uid_t in sys/types.h configure:14127: checking for struct sockaddr_storage configure:14140: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:14172: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure: In function `main': configure:14168: structure has no member named `sa_len' configure: failed program was: #line 14162 "configure" #include "confdefs.h" #include #include int main() { static struct sockaddr sa; int n = (int) sa.sa_len; return n ; return 0; } configure:14185: checking for IPv6 support configure:14199: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14217: checking for vprintf configure:14245: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for alphasort configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for asctime_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for chroot configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for ctime_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for cuserid configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for crypt configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for flock configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for ftok configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for funopen configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccn40kSb.o(.text+0xa): In function `main': : undefined reference to `funopen' collect2: ld returned 1 exit status configure: failed program was: #line 14394 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char funopen(); below. */ #include /* 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:14389: checking for gai_strerror configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for gcvt configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getlogin configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getprotobyname configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getprotobynumber configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getservbyname configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getservbyport configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for getrusage configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for gettimeofday configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for gmtime_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for isascii configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for link configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for localtime_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for lockf configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for lrand48 configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for memcpy configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14401: warning: conflicting types for built-in function `memcpy' configure:14389: checking for memmove configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for mkstemp configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for mmap configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for nl_langinfo configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for perror configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for poll configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for putenv configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for realpath configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for random configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for rand_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for regcomp configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for res_search configure:14389: checking for scandir configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for setitimer configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for setlocale configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for localeconv configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for setsockopt configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for setvbuf configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for shutdown configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for sin configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14401: warning: conflicting types for built-in function `sin' configure:14389: checking for snprintf configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for srand48 configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for srandom configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for statfs configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for statvfs configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for std_syslog configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccHxqdIR.o(.text+0xa): In function `main': : undefined reference to `std_syslog' collect2: ld returned 1 exit status configure: failed program was: #line 14394 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char std_syslog(); below. */ #include /* 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:14389: checking for strcasecmp configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for strcoll configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for strdup configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for strerror configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for strftime configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for strstr configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14401: warning: conflicting types for built-in function `strstr' configure:14389: checking for strtok_r configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for symlink configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for tempnam configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccr9o4Bm.o(.text+0xa): In function `main': : warning: the use of `tempnam' is dangerous, better use `mkstemp' configure:14389: checking for tzset configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for unsetenv configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for usleep configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for utime configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14389: checking for vsnprintf configure:14417: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14443: checking for getaddrinfo configure:14455: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14478: checking for strlcat configure:14506: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccyFO2J0.o(.text+0xa): In function `main': : undefined reference to `strlcat' collect2: ld returned 1 exit status configure: failed program was: #line 14483 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strlcat(); below. */ #include /* 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:14478: checking for strlcpy configure:14506: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccSFD0db.o(.text+0xa): In function `main': : undefined reference to `strlcpy' collect2: ld returned 1 exit status configure: failed program was: #line 14483 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strlcpy(); below. */ #include /* 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:14478: checking for getopt configure:14506: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14533: checking whether utime accepts a null argument configure:14554: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14580: checking for working alloca.h configure:14613: checking for alloca configure:14646: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14813: checking whether sprintf is broken configure:14828: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14862: checking whether snprintf is broken configure:14892: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:14926: checking for declared timezone configure:14947: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:14973: checking for type of reentrant time-related functions configure:15002: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure: In function `main': configure:14994: warning: assignment makes integer from pointer without a cast configure:14995: too many arguments to function `asctime_r' configure: failed program was: #line 14984 "configure" #include "confdefs.h" #include 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:15032: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure: In function `main': configure:15025: too many arguments to function `asctime_r' configure: failed program was: #line 15016 "configure" #include "confdefs.h" #include 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:15070: checking for readdir_r configure:15098: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:15120: checking for type of readdir_r configure:15156: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:15274: checking whether to include debugging symbols configure:15307: checking layout of installed files configure:15341: checking path to configuration file configure:15377: checking directory to be scanned for configuration files configure:15410: checking whether to install PEAR, and where configure:15470: checking whether to enable safe mode by default configure:15505: checking for safe mode exec dir configure:15546: checking whether to enable PHP's own SIGCHLD handler configure:15583: checking whether to enable magic quotes by default configure:15620: checking whether to enable runpaths configure:15645: checking whether to explicitly link against libgcc configure:15724: checking whether to enable short tags by default configure:15761: checking whether to enable dmalloc configure:15849: checking whether to enable IPv6 support configure:15882: checking for OpenSSL support configure:15952: checking for OpenSSL version configure:16125: checking for CRYPTO_free in -lcrypto configure:16144: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:16269: checking for SSL_CTX_set_ssl_version in -lssl configure:16288: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:16370: checking for ZLIB support configure:16416: checking if the location of ZLIB install directory is defined configure:16756: checking for gzgets in -lz configure:16775: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:16913: checking whether to enable bc style precision math functions configure:17194: checking for BZip2 support configure:17242: checking for BZip2 in default path configure:17388: checking for BZ2_bzerror in -lbz2 configure:17407: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lbz2 -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 configure:17646: checking whether to enable calendar conversion support configure:17910: checking for cpdflib support configure:18946: checking for CRACKlib support configure:19357: checking whether to enable ctype functions configure:19619: checking for CURL support configure:19668: checking for CURL in default path configure:19686: checking for cURL 7.9.8 or greater configure:19986: checking for curl_easy_perform in -lcurl configure:20005: gcc -o conftest -march=pentium3 -O3 -pipe -lcurl -lz -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 configure:20124: checking for curl_version_info in -lcurl configure:20143: gcc -o conftest -march=pentium3 -O3 -pipe -lcurl -lz -lssl -lcrypto -ldl -lz conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 configure:20397: checking for cyrus imap support configure:21309: checking for xDBM support configure:21927: checking whether to enable DBA configure:22067: checking for gdbm_open in -lgdbm configure:22086: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 configure:22253: checking for GDBM support configure:22368: checking for dbm_open in -lndbm configure:22387: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 configure:22558: checking for NDBM support configure:22624: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 conftest.c -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 configure:22665: checking for db4 minor version and patch level configure:22857: checking for Berkeley DB4 support configure:23177: checking for Berkeley DB3 support configure:23497: checking for Berkeley DB2 support configure:23817: checking for DBM support configure:24158: checking for CDB support configure:24212: checking for INI File support configure:24266: checking for FlatFile support configure:24281: checking whether to enable DBA interface configure:24523: checking whether to enable dbase support configure:24785: checking whether to enable dbx support configure:25043: checking whether to enable direct I/O support configure:25303: checking for DOM support configure:25397: checking for libxml version configure:25963: checking for DOM XSLT support configure:25988: checking for DOM EXSLT support configure:26029: checking for libxslt version configure:26459: checking for libexslt version configure:26631: checking whether to enable EXIF (metadata from images) support configure:26893: checking for FrontBase SQL92 (fbsql) support configure:27314: checking for FDF support configure:28032: checking whether to enable the bundled filePro support configure:28294: checking for FriBidi support configure:28736: checking whether to enable FTP support configure:28999: checking for GD support configure:29046: checking for the location of libjpeg configure:29073: checking for the location of libpng configure:29126: checking for the location of libXpm configure:29151: checking for FreeType 1.x support configure:29176: checking for FreeType 2 configure:29201: checking for T1lib support configure:29226: checking whether to enable truetype string function in GD configure:29251: checking whether to enable JIS-mapped Japanese font support in GD configure:29305: checking for fabsf configure:29333: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 conftest.c -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:29317: warning: conflicting types for built-in function `fabsf' configure:29305: checking for floorf configure:29333: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 conftest.c -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:29465: checking for jpeg_read_header in -ljpeg configure:29484: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 conftest.c -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:29748: checking for png_write_image in -lpng configure:29767: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -lz conftest.c -lpng -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:30128: checking for XpmFreeXpmImage in -lXpm configure:30147: gcc -o conftest -march=pentium3 -O3 -pipe -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib -ldb-4.0 -lX11 conftest.c -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:30843: checking for T1_LoadFont in -lt1 configure:30862: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:35980: checking for GNU gettext support configure:36040: checking for bindtextdomain in -lintl configure:36059: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lintl -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lintl collect2: ld returned 1 exit status configure: failed program was: #line 36048 "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:36081: checking for bindtextdomain in -lc configure:36100: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lc -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:36479: checking for ngettext in -lc configure:36498: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:36522: checking for dngettext in -lc configure:36541: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:36565: checking for dcngettext in -lc configure:36584: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:36608: checking for bind_textdomain_codeset in -lc configure:36627: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:36657: checking for GNU MP support configure:37060: checking for hwapi support configure:37772: checking for Hyperwave support configure:38014: checking for iconv support configure:38065: checking for iconv configure:38093: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:38637: checking if iconv is glibc's configure:38646: gcc -o conftest -I/usr/include -march=pentium3 -O3 -pipe -L/usr/lib -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:38749: checking if iconv supports errno configure:38775: gcc -o conftest -I/usr/include -march=pentium3 -O3 -pipe -L/usr/lib -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:39048: checking for IMAP support configure:39406: checking for pam_start in -lpam configure:39425: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:39453: checking for crypt in -lcrypt configure:39472: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:39878: checking whether SSL libraries are needed for c-client configure:40008: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cclxlFJ5.o(.text+0xa): In function `main': : undefined reference to `auth_gssapi_valid' collect2: ld returned 1 exit status configure: failed program was: #line 39983 "configure" #include "confdefs.h" void mm_log(void){} void mm_dlog(void){} void mm_flags(void){} void mm_fatal(void){} void mm_critical(void){} void mm_nocritical(void){} void mm_notify(void){} void mm_login(void){} void mm_diskerror(void){} void mm_status(void){} void mm_lsub(void){} void mm_list(void){} void mm_exists(void){} void mm_searched(void){} void mm_expunged(void){} char auth_gssapi_valid(); int main() { auth_gssapi_valid(); return 0; } configure:40034: checking whether IMAP works configure:40067: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc-client -lssl -lcrypto -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 /usr/lib/libc-client.a(osdep.o)(.text+0x9b48): In function `ssl_onceonlyinit': /var/tmp/portage/c-client-2002d/work/imap-2002d/c-client/osdep.c:287: warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:40097: checking for Informix support configure:40684: checking for Ingres II support configure:41191: checking for InterBase support configure:41859: checking for IRCG support configure:42339: checking for Java support configure:42392: checking Java Jar location configure:42418: checking Java C location configure:42597: checking Checking for libjava configure:43122: checking for LDAP support configure:45380: checking for 3 arg ldap_set_rebind_proc configure:45392: gcc -c -march=pentium3 -O3 -pipe -I/usr/include conftest.c 1>&5 configure: In function `main': configure:45388: too many arguments to function `ldap_set_rebind_proc' configure: failed program was: #line 45385 "configure" #include "confdefs.h" #include int main() { ldap_set_rebind_proc(0,0,0) ; return 0; } configure:45416: checking for ldap_parse_reference configure:45444: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:45416: checking for ldap_start_tls_s configure:45444: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:45475: checking whether to enable multibyte string support configure:45791: checking whether to enable multibyte regex support configure:45824: checking for MCAL support configure:46220: checking for mcrypt support configure:46355: checking for mcrypt_module_open in -lmcrypt configure:46374: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -lltdl conftest.c -lmcrypt -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:46502: checking for mcrypt_generic_deinit in -lmcrypt configure:46521: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:47329: checking for MCVE support configure:47731: checking for mhash support configure:48134: checking whether to include mime_magic support configure:48418: checking for MING support configure:49084: checking for mnoGoSearch support configure:49489: checking for msession support configure:49874: checking for mSQL support configure:50312: checking for MSSQL support via FreeTDS configure:50925: checking for MySQL support configure:50971: checking for specified location of the MySQL UNIX socket configure:51028: checking for MySQL UNIX socket location configure:52648: checking size of char configure:52667: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:52688: checking size of int configure:52727: checking size of long configure:52766: checking size of long long configure:52785: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:52805: checking for size_t configure:52838: checking whether time.h and sys/time.h may both be included configure:52852: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:52873: checking for uid_t in sys/types.h configure:52908: checking for type ulong configure:52927: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:52951: checking for type uchar configure:52970: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure: In function `main': configure:52964: `uchar' undeclared (first use in this function) configure:52964: (Each undeclared identifier is reported only once configure:52964: for each function it appears in.) configure:52964: parse error before "foo" configure:52965: `foo' undeclared (first use in this function) configure: failed program was: #line 52959 "configure" #include "confdefs.h" #include #include main() { uchar foo; foo++; exit(0); } configure:52994: checking for type uint configure:53013: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:53037: checking for type ushort configure:53056: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:53080: checking for int8 configure:53110: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure: In function `main': configure:53104: `int8' undeclared (first use in this function) configure:53104: (Each undeclared identifier is reported only once configure:53104: for each function it appears in.) configure:53104: parse error before "i" configure: failed program was: #line 53088 "configure" #include "confdefs.h" #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_STDDEF_H #include #endif #ifdef HAVE_SYS_TYPES_H #include #endif int main() { int8 i; return 0; } configure:53136: checking base type of last arg to accept configure:53164: g++ -c -march=pentium3 -O3 -pipe conftest.C 1>&5 configure:53213: checking return type of qsort configure:53231: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:53582: checking for mysql_close in -lmysqlclient configure:53601: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54182: checking for ncurses support configure:54235: checking for ncurses files in default path configure:54367: checking for initscr in -lncurses configure:54386: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -lm conftest.c -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54587: checking for new_panel in -lpanel configure:54606: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -lncurses -lm conftest.c -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54756: checking for color_set in -lncurses configure:54775: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54799: checking for slk_color in -lncurses configure:54818: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54842: checking for assume_default_colors in -lncurses configure:54861: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:54885: checking for use_extended_names in -lncurses configure:54904: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lncurses -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 configure:55150: checking for Oracle-OCI8 support configure:56873: checking for Adabas support configure:57066: checking for SAP DB support configure:57196: checking for Solid support configure:57340: checking for IBM DB2 support configure:57403: checking for Empress support configure:57473: checking for Empress local access support configure:57559: checking for Birdstep support configure:57623: checking for a custom ODBC support configure:57657: checking for iODBC support configure:57799: checking for Easysoft ODBC-ODBC Bridge support configure:57859: checking for unixODBC support configure:58646: checking for Oracle-ORACLE support configure:63666: checking whether to enable user-space object overloading support configure:63928: checking for Ovrimos SQL Server support configure:64376: checking whether to enable pcntl support configure:64814: checking for PCRE support configure:65454: checking for PDFlib support configure:65581: checking for the location of libtiff configure:65900: checking for jpeg_read_header in -ljpeg configure:66134: checking for png_create_info_struct in -lpng configure:66153: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:66368: checking for TIFFOpen in -ltiff configure:66387: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:66521: checking for the location of zlib configure:66828: checking for PDF_show_boxed in -lpdf configure:66847: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:67026: checking for Verisign Payflow Pro support configure:67726: checking for PostgreSQL support configure:67829: checking for PQescapeString in -lpq configure:67848: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:67872: checking for PQsetnonblocking in -lpq configure:67891: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:67915: checking for PQcmdTuples in -lpq configure:67934: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:67958: checking for PQoidValue in -lpq configure:67977: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68001: checking for PQclientEncoding in -lpq configure:68020: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68044: checking for pg_encoding_to_char in -lpq configure:68063: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/usr/lib conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68437: checking whether to enable POSIX-like functions configure:68697: checking for seteuid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for setegid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for setsid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for getsid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for setpgid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for getpgid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for ctermid configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for mkfifo configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68697: checking for getrlimit configure:68725: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 conftest.c -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:68755: checking for PSPELL support configure:69168: checking for QtDOM support configure:69583: checking for c++ configure:69615: checking whether the C++ compiler (g++ -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) works configure:69631: g++ -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.C -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:69657: checking whether the C++ compiler (g++ -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib) is a cross-compiler configure:69662: checking whether we are using GNU C++ configure:69671: g++ -E conftest.C configure:69690: checking whether g++ accepts -g configure:69739: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:69756: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:69773: checking how to run the C++ preprocessor configure:69791: g++ -E conftest.C >/dev/null 2>conftest.out configure:69824: checking for libedit readline replacement configure:69870: checking for readline support configure:69957: checking for tgetent in -lncurses configure:69976: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:70168: checking for readline in -lreadline configure:70187: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:70398: checking for add_history in -lhistory configure:70417: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:71391: checking for recode support configure:72111: checking whether to enable PHP sessions configure:72157: checking for mm support configure:72182: checking whether pwrite works configure:72215: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:72302: checking whether pread works configure:72335: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc 1>&5 configure:72786: checking whether to enable shmop support configure:73048: checking for SNMP support configure:73097: checking for net-snmp-config configure:73598: checking for snmp_parse_oid configure:73626: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:73732: checking for init_snmp in -lnetsnmp configure:73751: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lnetsnmp -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74004: checking whether to enable UCD SNMP hack configure:74030: checking whether to enable sockets support configure:74075: checking for struct cmsghdr configure:74090: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:74115: checking for hstrerror configure:74143: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74171: checking for netdb.h configure:74171: checking for netinet/tcp.h configure:74181: gcc -E conftest.c >/dev/null 2>conftest.out configure:74171: checking for sys/un.h configure:74181: gcc -E conftest.c >/dev/null 2>conftest.out configure:74171: checking for errno.h configure:74181: gcc -E conftest.c >/dev/null 2>conftest.out configure:74218: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:74455: checking for getcwd configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74455: checking for getwd configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccuG2Baz.o(.text+0xa): In function `main': : warning: the `getwd' function is dangerous and should not be used. configure:74455: checking for asinh configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74455: checking for acosh configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74455: checking for atanh configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74455: checking for log1p configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74455: checking for hypot configure:74483: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74560: checking for standard DES crypt configure:74586: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74617: checking for extended DES crypt configure:74643: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure: failed program was: #line 74628 "configure" #include "confdefs.h" #if HAVE_CRYPT_H #include #endif main() { #if HAVE_CRYPT exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); #else exit(0); #endif } configure:74674: checking for MD5 crypt configure:74709: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:74769: checking for Blowfish crypt configure:74801: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure: failed program was: #line 74780 "configure" #include "confdefs.h" #if HAVE_CRYPT_H #include #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:74833: checking whether flush should be called explicitly after a bufferered io configure:74882: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cc7Dpqqj.o(.text+0x1a): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:74942: checking whether rounding works as expected configure:74959: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure: failed program was: #line 74950 "configure" #include "confdefs.h" #include int main() { return floor(0.045*pow(10,2) + 0.5)/10.0 != 0.5; } configure:74983: checking for working fnmatch configure:74998: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:75025: checking for glob configure:75053: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:75025: checking for strfmon configure:75053: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:75341: checking for libswf support configure:75755: checking for Sybase support configure:76343: checking for Sybase-CT support configure:77296: checking whether to enable System V IPC support configure:77558: checking whether to enable System V semaphore support configure:77815: checking for union semun configure:77831: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure: In function `main': configure:77827: storage size of `x' isn't known configure: failed program was: #line 77820 "configure" #include "confdefs.h" #include #include #include int main() { union semun x; ; return 0; } configure:77866: checking whether to enable System V shared memory support configure:78129: checking whether to enable tokenizer support configure:78393: checking whether to enable WDDX support configure:78657: checking whether byte ordering is bigendian configure:78675: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:78690: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure: In function `main': configure:78685: `not' undeclared (first use in this function) configure:78685: (Each undeclared identifier is reported only once configure:78685: for each function it appears in.) configure:78685: parse error before "big" configure: failed program was: #line 78679 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:78756: checking whether to enable XML support configure:78802: checking external libexpat install dir configure:79459: checking for XMLRPC-EPI support configure:79505: checking libexpat dir for XMLRPC-EPI configure:79530: checking iconv dir for XMLRPC-EPI configure:79718: checking for iconv configure:80283: checking for ANSI C header files configure:80390: checking for xmlparse.h configure:80400: gcc -E conftest.c >/dev/null 2>conftest.out configure:80396:22: xmlparse.h: No such file or directory configure: failed program was: #line 80395 "configure" #include "confdefs.h" #include configure:80390: checking for xmltok.h configure:80400: gcc -E conftest.c >/dev/null 2>conftest.out configure:80396:20: xmltok.h: No such file or directory configure: failed program was: #line 80395 "configure" #include "confdefs.h" #include configure:80390: checking for stdlib.h configure:80390: checking for strings.h configure:80400: gcc -E conftest.c >/dev/null 2>conftest.out configure:80390: checking for string.h configure:80432: checking size of char configure:80472: checking size of int configure:80511: checking size of long configure:80550: checking size of long long configure:80589: checking for size_t configure:80622: checking whether time.h and sys/time.h may both be included configure:80657: checking for uid_t in sys/types.h configure:80702: checking for strtoul configure:80730: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:80702: checking for strtoull configure:80730: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:80702: checking for snprintf configure:80702: checking for strstr configure:80702: checking for strpbrk configure:80730: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:80714: warning: conflicting types for built-in function `strpbrk' configure:80702: checking for strerror configure:80702: checking for memcpy configure:80702: checking for memmove configure:81148: checking whether to enable xslt support configure:81194: checking for XSLT Sablotron backend configure:81219: checking for libexpat dir for Sablotron XSL support configure:81244: checking for iconv dir for Sablotron XSL support configure:81269: checking for JavaScript for Sablotron XSL support configure:81523: checking for Sablotron libraries in the default path configure:81539: checking for sablot-config configure:81557: checking for Sablotron version configure:81582: gcc -o conftest -march=pentium3 -O3 -pipe -I/usr/include -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:81757: checking for iconv configure:82625: checking for SablotSetEncoding in -lsablot configure:82644: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lsablot -lexpat -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:82761: checking for SablotGetOptions in -lsablot configure:82780: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -ldb-4.0 -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/server -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -L/opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads -Wl,-rpath,/opt/blackdown-jdk-1.4.1/jre/lib/i386 -L/opt/blackdown-jdk-1.4.1/jre/lib/i386 -Wl,-rpath,/usr/qt/3/lib -L/usr/qt/3/lib conftest.c -lsablot -lexpat -lexpat -lhistory -lreadline -lncurses -lqt -lpspell -lpq -lpdf -lz -ltiff -lpng -ljpeg -lpanel -lncurses -lmysqlclient -lmhash -lmcrypt -lltdl -lldap -llber -lcrypt -lpam -lt1 -lttf -lX11 -lXpm -lpng -lz -ljpeg -lexslt -lxsltbreakpoint -lxml2 -lxslt -lz -ldb-4.0 -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -lodbc -lnetsnmp -lcrypto -lm 1>&5 configure:82960: checking for YAZ support configure:83473: checking whether to include YP support configure:83941: checking for ZIP support configure:84495: checking whether to enable versioning configure:84599: checking which regex library to use configure:84630: checking bison version configure:84662: checking for limits.h configure:84662: checking for malloc.h configure:84672: gcc -E conftest.c >/dev/null 2>conftest.out configure:84662: checking for string.h configure:84662: checking for unistd.h configure:84662: checking for stdarg.h configure:84662: checking for sys/types.h configure:84662: checking for sys/time.h configure:84662: checking for signal.h configure:84662: checking for unix.h configure:84662: checking for dlfcn.h configure:84700: checking for size_t configure:84733: checking return type of signal handlers configure:84755: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:84775: checking for uint configure:84808: checking for ulong configure:84843: checking for vprintf configure:84948: checking for 8-bit clean memcmp configure:84966: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:84986: checking for working alloca.h configure:85019: checking for alloca configure:85220: checking for memcpy configure:85220: checking for strdup configure:85220: checking for getpid configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85220: checking for kill configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85220: checking for strtod configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85220: checking for strtol configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85220: checking for finite configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85220: checking for fpclass configure:85248: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/ccvyeJA4.o(.text+0xa): In function `main': : undefined reference to `fpclass' collect2: ld returned 1 exit status configure: failed program was: #line 85225 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fpclass(); below. */ #include /* 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:85274: checking whether sprintf is broken configure:85323: checking for finite configure:85323: checking for isfinite configure:85351: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cc9rmlQc.o(.text+0xa): In function `main': : undefined reference to `isfinite' collect2: ld returned 1 exit status configure: failed program was: #line 85328 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char isfinite(); below. */ #include /* 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 isfinite(); 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_isfinite) || defined (__stub___isfinite) choke me #else isfinite(); #endif ; return 0; } configure:85323: checking for isinf configure:85351: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85323: checking for isnan configure:85351: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85378: checking whether fp_except is defined configure:85395: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85386:27: floatingpoint.h: No such file or directory configure: In function `main': configure:85390: `fp_except' undeclared (first use in this function) configure:85390: (Each undeclared identifier is reported only once configure:85390: for each function it appears in.) configure:85390: parse error before "x" configure: failed program was: #line 85384 "configure" #include "confdefs.h" #include int main() { fp_except x = (fp_except) 0; ; return 0; } configure:85425: checking for dlfcn.h configure:85464: checking whether dlsym() requires a leading underscore in symbol names configure:85532: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c 1>&5 /var/tmp/portage/php-4.3.3-r2/temp/cckZffxx.o(.text+0x21): In function `main': : undefined reference to `dlopen' /var/tmp/portage/php-4.3.3-r2/temp/cckZffxx.o(.text+0x37): In function `main': : undefined reference to `dlsym' /var/tmp/portage/php-4.3.3-r2/temp/cckZffxx.o(.text+0x52): In function `main': : undefined reference to `dlsym' collect2: ld returned 1 exit status configure:85615: checking whether to enable thread-safety configure:85619: checking whether to enable inline optimization for GCC configure:85623: checking whether to enable a memory limit configure:85627: checking whether to enable Zend debugging configure:85631: checking whether to enable Zend multibyte configure:85691: checking for inline configure:85705: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 configure:85768: checking for stdarg.h configure:86649: checking for Cygwin environment configure:86665: gcc -c -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure: In function `main': configure:86661: `__CYGWIN32__' undeclared (first use in this function) configure:86661: (Each undeclared identifier is reported only once configure:86661: for each function it appears in.) configure: failed program was: #line 86654 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:86682: checking for mingw32 environment configure:86694: gcc -c -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure: In function `main': configure:86690: `__MINGW32__' undeclared (first use in this function) configure:86690: (Each undeclared identifier is reported only once configure:86690: for each function it appears in.) configure: failed program was: #line 86687 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:86780: checking build system type configure:86809: checking for ld used by GCC configure:86877: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld GNU ld version 2.14.90.0.6 20030820 configure:86894: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files configure:86906: checking for BSD-compatible nm configure:86944: checking for a sed that does not truncate output configure:87028: checking how to recognise dependent libraries configure:87215: checking for object suffix configure:87221: gcc -c -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure:87241: checking for executable suffix configure:87251: gcc -o conftest -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure:87282: checking command to parse /usr/bin/nm -B output configure:87365: gcc -c -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure:87368: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:87419: gcc -o conftest -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c conftstm.o 1>&5 configure:87606: checking for ranlib configure:87673: checking for strip configure:87918: checking for objdir configure:87949: checking for gcc option to produce PIC configure:88097: checking if gcc PIC flag -fPIC works configure:88111: gcc -c -march=pentium3 -O3 -pipe -fPIC -DPIC -I$(top_builddir)/TSRM conftest.c 1>&5 configure:88167: checking if gcc static flag -static works configure:88182: gcc -o conftest -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM -static conftest.c 1>&5 configure:88213: checking if gcc supports -c -o file.o configure:88232: gcc -c -march=pentium3 -O3 -pipe -o out/conftest2.o -I$(top_builddir)/TSRM conftest.c 1>&5 configure:88261: checking if gcc supports -c -o file.lo configure:88279: gcc -c -march=pentium3 -O3 -pipe -c -o conftest.lo -I$(top_builddir)/TSRM conftest.c 1>&5 configure:88337: checking if gcc supports -fno-rtti -fno-exceptions configure:88350: gcc -c -march=pentium3 -O3 -pipe -fno-rtti -fno-exceptions -c conftest.c -I$(top_builddir)/TSRM conftest.c 1>&5 configure:88381: checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries configure:89072: checking how to hardcode library paths into programs configure:89104: checking whether stripping libraries is possible configure:89122: checking dynamic linker characteristics configure:89537: checking if libtool supports shared libraries configure:89545: checking whether to build shared libraries configure:89572: checking whether to build static libraries configure:90112: checking whether -lc should be explicitly linked in configure:90119: gcc -c -march=pentium3 -O3 -pipe -I$(top_builddir)/TSRM conftest.c 1>&5 configure:90132: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1