Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13905 Details for
Bug 21960
mod_php fails checking for libpng
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 70.03 KB, created by
Don Seiler (RETIRED)
on 2003-06-26 14:13:16 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Don Seiler (RETIRED)
Created:
2003-06-26 14:13:16 UTC
Size:
70.03 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >configure:1601: checking host system type >configure:1689: checking for gcc >configure:1802: checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) works >configure:1818: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:1844: checking whether the C compiler (gcc -march=pentium3 -O3 -pipe ) is a cross-compiler >configure:1849: checking whether we are using GNU C >configure:1858: gcc -E conftest.c >configure:1877: checking whether gcc accepts -g >configure:1910: checking whether gcc and cc understand -c and -o together >configure:1925: gcc -c conftest.c -o conftest.o 1>&5 >configure:1926: gcc -c conftest.c -o conftest.o 1>&5 >configure:1931: cc -c conftest.c 1>&5 >configure:1933: cc -c conftest.c -o conftest.o 1>&5 >configure:1934: cc -c conftest.c -o conftest.o 1>&5 >configure:1961: checking how to run the C preprocessor >configure:1982: gcc -E conftest.c >/dev/null 2>conftest.out >configure:2042: checking for AIX >configure:2069: checking if compiler supports -R >configure:2084: 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 >distcc[25224] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2077 "configure" >#include "confdefs.h" > >int main() { > >; return 0; } >configure:2102: checking if compiler supports -Wl,-rpath, >configure:2117: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -Wl,-rpath,/usr/lib -lxmlparse -lxmltok 1>&5 >configure:2142: checking for ranlib >configure:2170: checking whether ln -s works >configure:2195: checking for gawk >configure:2229: checking for bison >configure:2263: checking bison version >configure:2273: checking for flex >configure:2307: checking for yywrap in -lfl >configure:2326: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lfl -lxmlparse -lxmltok 1>&5 >configure:2350: checking lex output file root >configure:2371: checking whether yytext is a pointer >configure:2390: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok -lfl 1>&5 >configure:2414: checking for working const >configure:2468: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:2493: checking flex version >configure:2633: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccBReHop.o(.text+0x17): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccBReHop.o(.text+0x39): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >distcc[25310] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2615 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2653: checking for pthreads_cflags >configure:2686: gcc -o conftest -march=pentium3 -O3 -pipe -kthread conftest.c -lxmlparse -lxmltok 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccazoDkA.o(.text+0x17): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccazoDkA.o(.text+0x39): In function `main': >: undefined reference to `pthread_create' >collect2: ld returned 1 exit status >distcc[25323] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 2668 "configure" >#include "confdefs.h" > >#include <pthread.h> >#include <stddef.h> > >void *thread_routine(void *data) { > return data; >} > >int main() { > pthread_t thd; > pthread_mutexattr_t mattr; > int data = 1; > pthread_mutexattr_init(&mattr); > return pthread_create(&thd, NULL, thread_routine, &data); >} >configure:2686: gcc -o conftest -march=pentium3 -O3 -pipe -pthread conftest.c -lxmlparse -lxmltok 1>&5 >configure:2716: checking for pthreads_lib >configure:2842: checking for AOLserver support >configure:3062: checking for Apache 1.x module support via DSO through APXS >configure:3345: checking for Apache 1.x module support >configure:4126: checking for member fd in BUFF * >configure:4145: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:4139:19: httpd.h: No such file or directory >configure: In function `main': >configure:4141: `conn_rec' undeclared (first use in this function) >configure:4141: (Each undeclared identifier is reported only once >configure:4141: for each function it appears in.) >configure:4141: `c' undeclared (first use in this function) >distcc[25352] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 4138 "configure" >#include "confdefs.h" >#include <httpd.h> >int main() { >conn_rec *c; int fd = c->client->fd; >; return 0; } >configure:4169: checking for mod_charset compatibility option >configure:4236: checking for Apache 2.0 module support via DSO through APXS >configure:4997: checking for Apache 2.0 handler-module support via DSO through APXS >configure:5759: checking for Caudium support >configure:6069: checking for CLI build >configure:6129: checking for embedded SAPI library support >configure:6312: checking for Zeus ISAPI support >configure:6522: checking for NSAPI support >configure:6843: checking for PHTTPD support >configure:7052: checking for Pi3Web support >configure:7361: checking for Roxen/Pike support >configure:7610: checking for Servlet support >configure:8088: checking for thttpd >configure:8294: checking for TUX >configure:8508: checking for webjames >configure:8906: checking for chosen SAPI module >configure:9811: checking for missing declarations of reentrant functions >configure:9820: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:9845: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:9870: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:9895: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:9920: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:9944: checking for sendmail >configure:9985: checking whether system uses EBCDIC >configure:10004: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 9996 "configure" >#include "confdefs.h" > >int main(void) { > return (unsigned char)'A' != (unsigned char)0xC1; >} > >configure:10078: checking for socket >configure:10106: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10335: checking for htonl >configure:10363: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10592: checking for gethostname >configure:10620: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:10849: checking for gethostbyaddr >configure:10877: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:11106: checking for yp_get_default_domain >configure:11134: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:11364: checking for dlopen >configure:11392: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lxmlparse -lxmltok 1>&5 >configure:11622: checking for sin in -lm >configure:11641: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 >configure:11634: warning: conflicting types for built-in function `sin' >configure:11675: checking for res_search >configure:11703: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccDjc2pG.o(.text+0xa): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >distcc[25797] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11680 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_res_search) || defined (__stub___res_search) >choke me >#else >res_search(); >#endif > >; return 0; } >configure:11721: checking for __res_search >configure:11749: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/cchvLMuQ.o(.text+0xa): In function `main': >: undefined reference to `__res_search' >collect2: ld returned 1 exit status >distcc[25811] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 11726 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __res_search(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __res_search(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___res_search) || defined (__stub_____res_search) >choke me >#else >__res_search(); >#endif > >; return 0; } >configure:11787: checking for res_search in -lresolv >configure:11806: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:11881: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lm -lxmlparse -lxmltok -lresolv 1>&5 >configure:12211: checking for inet_aton >configure:12239: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:12607: checking for dn_skipname >configure:12635: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccOKQEIt.o(.text+0xa): In function `main': >: undefined reference to `dn_skipname' >collect2: ld returned 1 exit status >distcc[25869] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 12612 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char dn_skipname(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dn_skipname(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) >choke me >#else >dn_skipname(); >#endif > >; return 0; } >configure:12653: checking for __dn_skipname >configure:12681: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13001: checking for ANSI C header files >configure:13014: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13081: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13111: checking for dirent.h that defines DIR >configure:13124: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13149: checking for opendir in -ldir >configure:13168: 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 >distcc[25959] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13157 "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:13275: checking for fclose declaration >configure:13284: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13356: checking for ApplicationServices/ApplicationServices.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:53: ApplicationServices/ApplicationServices.h: No such file or directory >distcc[25986] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <ApplicationServices/ApplicationServices.h> >configure:13356: checking for sys/types.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/time.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for netinet/in.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for alloca.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for arpa/inet.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for arpa/nameser.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for assert.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for crypt.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for fcntl.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for grp.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for ieeefp.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:20: ieeefp.h: No such file or directory >distcc[26203] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <ieeefp.h> >configure:13356: checking for langinfo.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for limits.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for locale.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for monetary.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for mach-o/dyld.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:25: mach-o/dyld.h: No such file or directory >distcc[26300] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <mach-o/dyld.h> >configure:13356: checking for netdb.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for pwd.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for resolv.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for signal.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for stdarg.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for stdlib.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for string.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for syslog.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sysexits.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/file.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/mman.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/mount.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/poll.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/resource.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/select.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/socket.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/statfs.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/statvfs.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/vfs.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/sysexits.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:26: sys/sysexits.h: No such file or directory >distcc[26697] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <sys/sysexits.h> >configure:13356: checking for sys/varargs.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:25: sys/varargs.h: No such file or directory >distcc[26714] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <sys/varargs.h> >configure:13356: checking for sys/wait.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for unistd.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for unix.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13362:18: unix.h: No such file or directory >distcc[26771] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 13361 "configure" >#include "confdefs.h" >#include <unix.h> >configure:13356: checking for utime.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/utsname.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13356: checking for sys/ipc.h >configure:13366: gcc -E conftest.c >/dev/null 2>conftest.out >configure:13395: checking for fopencookie >configure:13423: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13454: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13506: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13567: checking for broken getcwd >configure:13582: checking for broken libc stdio >configure:13643: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: failed program was: >#line 13615 "configure" >#include "confdefs.h" > >#include <stdio.h> >int main(int argc, char *argv[]) >{ > FILE *fp; > long position; > char *filename = "/tmp/phpglibccheck"; > > fp = fopen(filename, "w"); > if (fp == NULL) { > perror("fopen"); > exit(2); > } > fputs("foobar", fp); > fclose(fp); > > fp = fopen(filename, "a+"); > position = ftell(fp); > fclose(fp); > unlink(filename); > if (position == 0) > return 1; > return 0; >} > >configure:13671: checking whether struct tm is in sys/time.h or time.h >configure:13684: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13705: checking for tm_zone in struct tm >configure:13718: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13777: checking for tm_gmtoff in struct tm >configure:13790: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13813: checking for struct flock >configure:13828: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13855: checking for socklen_t >configure:13872: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:13898: checking size of long >configure:13917: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13937: checking size of int >configure:13956: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:13977: checking for st_blksize in struct stat >configure:13990: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14012: checking for st_blocks in struct stat >configure:14025: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14052: checking for st_rdev in struct stat >configure:14065: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14087: checking for size_t >configure:14120: checking for uid_t in sys/types.h >configure:14155: checking for struct sockaddr_storage >configure:14168: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14200: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure: In function `main': >configure:14196: structure has no member named `sa_len' >distcc[27047] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14190 "configure" >#include "confdefs.h" > >#include <sys/types.h> >#include <sys/socket.h> > >int main() { >static struct sockaddr sa; int n = (int) sa.sa_len; return n >; return 0; } >configure:14213: checking for IPv6 support >configure:14227: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14245: checking for vprintf >configure:14273: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for alphasort >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for asctime_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for chroot >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for ctime_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for cuserid >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for crypt >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for flock >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for ftok >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for funopen >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccZxFxGu.o(.text+0xa): In function `main': >: undefined reference to `funopen' >collect2: ld returned 1 exit status >distcc[27219] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14422 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char funopen(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char funopen(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_funopen) || defined (__stub___funopen) >choke me >#else >funopen(); >#endif > >; return 0; } >configure:14417: checking for gai_strerror >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for gcvt >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getlogin >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getprotobyname >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getprotobynumber >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getservbyname >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getservbyport >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for getrusage >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for gettimeofday >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for gmtime_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for isascii >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for link >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for localtime_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for lockf >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for lrand48 >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for memcpy >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14429: warning: conflicting types for built-in function `memcpy' >configure:14417: checking for memmove >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for mkstemp >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for mmap >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for nl_langinfo >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for perror >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for poll >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for putenv >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for realpath >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for random >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for rand_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for regcomp >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for res_search >configure:14417: checking for scandir >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for setitimer >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for setlocale >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for localeconv >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for setsockopt >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for setvbuf >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for shutdown >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for sin >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14429: warning: conflicting types for built-in function `sin' >configure:14417: checking for snprintf >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for srand48 >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for srandom >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for statfs >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for statvfs >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for std_syslog >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccZgwJPq.o(.text+0xa): In function `main': >: undefined reference to `std_syslog' >collect2: ld returned 1 exit status >distcc[27922] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14422 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char std_syslog(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char std_syslog(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_std_syslog) || defined (__stub___std_syslog) >choke me >#else >std_syslog(); >#endif > >; return 0; } >configure:14417: checking for strcasecmp >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for strcoll >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for strdup >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for strerror >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for strftime >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for strstr >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14429: warning: conflicting types for built-in function `strstr' >configure:14417: checking for strtok_r >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for symlink >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for tempnam >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/cciryFkf.o(.text+0xa): In function `main': >: the use of `tempnam' is dangerous, better use `mkstemp' >configure:14417: checking for tzset >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for unsetenv >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for usleep >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for utime >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14417: checking for vsnprintf >configure:14445: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14471: checking for getaddrinfo >configure:14483: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14506: checking for strlcat >configure:14534: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccrgcfMm.o(.text+0xa): In function `main': >: undefined reference to `strlcat' >collect2: ld returned 1 exit status >distcc[28193] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14511 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcat(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcat(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcat) || defined (__stub___strlcat) >choke me >#else >strlcat(); >#endif > >; return 0; } >configure:14506: checking for strlcpy >configure:14534: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/cc7iZK6z.o(.text+0xa): In function `main': >: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >distcc[28207] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 14511 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcpy(); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcpy(); > >int main() { > >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcpy) || defined (__stub___strlcpy) >choke me >#else >strlcpy(); >#endif > >; return 0; } >configure:14506: checking for getopt >configure:14534: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14561: checking whether utime accepts a null argument >configure:14582: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14608: checking for working alloca.h >configure:14641: checking for alloca >configure:14674: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14841: checking whether sprintf is broken >configure:14856: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14890: checking whether snprintf is broken >configure:14918: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:14952: checking for declared timezone >configure:14973: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:14999: checking for type of reentrant time-related functions >configure:15028: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15020: warning: assignment makes integer from pointer without a cast >configure:15021: too many arguments to function `asctime_r' >distcc[28308] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 15010 "configure" >#include "confdefs.h" > >#include <time.h> > >main() { >char buf[27]; >struct tm t; >time_t old = 0; >int r, s; > >s = gmtime_r(&old, &t); >r = (int) asctime_r(&t, buf, 26); >if (r == s && s == 0) return (0); >return (1); >} > >configure:15058: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure: In function `main': >configure:15051: too many arguments to function `asctime_r' >distcc[28317] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 15042 "configure" >#include "confdefs.h" > >#include <time.h> >main() { > struct tm t, *s; > time_t old = 0; > char buf[27], *p; > > s = gmtime_r(&old, &t); > p = asctime_r(&t, buf, 26); > if (p == buf && s == &t) return (0); > return (1); >} > >configure:15096: checking for readdir_r >configure:15124: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15146: checking for type of readdir_r >configure:15182: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:15300: checking whether to include debugging symbols >configure:15333: checking layout of installed files >configure:15367: checking path to configuration file >configure:15403: checking directory to be scanned for configuration files >configure:15436: checking whether to install PEAR, and where >configure:15496: checking whether to enable safe mode by default >configure:15531: checking for safe mode exec dir >configure:15572: checking whether to enable PHP's own SIGCHLD handler >configure:15609: checking whether to enable magic quotes by default >configure:15646: checking whether to enable runpaths >configure:15671: checking whether to explicitly link against libgcc >configure:15750: checking whether to enable short tags by default >configure:15787: checking whether to enable dmalloc >configure:15875: checking whether to enable IPv6 support >configure:15908: checking for OpenSSL support >configure:15978: checking for OpenSSL version >configure:16076: checking for CRYPTO_free in -lcrypto >configure:16095: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > conftest.c -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:16143: checking for SSL_CTX_set_ssl_version in -lssl >configure:16162: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > conftest.c -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:16242: checking for ZLIB support >configure:16288: checking if the location of ZLIB install directory is defined >configure:16553: checking for gzgets in -lz >configure:16572: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > conftest.c -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:16708: checking whether to enable bc style precision math functions >configure:16989: checking for BZip2 support >configure:17037: checking for BZip2 in default path >configure:17183: checking for BZ2_bzerror in -lbz2 >configure:17202: gcc -o conftest -march=pentium3 -O3 -pipe conftest.c -lbz2 -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok 1>&5 >configure:17441: checking whether to enable calendar conversion support >configure:17707: checking for cpdflib support >configure:18369: checking for CRACKlib support >configure:18780: checking whether to enable ctype functions >configure:19042: checking for CURL support >configure:19091: checking for CURL in default path >configure:19109: checking for cURL 7.9.8 or greater >configure:19334: checking for curl_easy_perform in -lcurl >configure:19353: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lz -L/usr/lib > conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 >configure:19395: checking for curl_version_info in -lcurl >configure:19414: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lz -L/usr/lib > conftest.c -lcurl -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 >configure:19666: checking for cyrus imap support >configure:20578: checking for xDBM support >configure:21196: checking whether to enable DBA >configure:21262: checking for gdbm_open in -lgdbm >configure:21281: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib conftest.c -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 >configure:21441: checking for GDBM support >configure:21482: checking for dbm_open in -lndbm >configure:21501: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib conftest.c -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz 1>&5 >configure:21663: checking for NDBM support >configure:21962: checking for Berkeley DB4 support >configure:22282: checking for Berkeley DB3 support >configure:22602: checking for Berkeley DB2 support >configure:22841: checking for DBM support >configure:23099: checking for CDB support >configure:23153: checking for FlatFile support >configure:23168: checking whether to enable DBA interface >configure:23407: checking whether to enable dbase support >configure:23669: checking whether to enable dbx support >configure:23927: checking whether to enable direct I/O support >configure:24187: checking for DOM support >configure:24281: checking for libxml version >configure:24847: checking for DOM XSLT support >configure:24872: checking for DOM EXSLT support >configure:24913: checking for libxslt version >configure:25515: checking whether to enable EXIF (metadata from images) support >configure:25777: checking for FrontBase SQL92 (fbsql) support >configure:26198: checking for FDF support >configure:26762: checking whether to enable the bundled filePro support >configure:27024: checking for FriBidi support >configure:27466: checking whether to enable FTP support >configure:27729: checking for GD support >configure:27776: checking for the location of libjpeg >configure:27803: checking for the location of libpng >configure:27856: checking for the location of libXpm >configure:27881: checking for FreeType 1.x support >configure:27906: checking for FreeType 2 >configure:27931: checking for T1lib support >configure:27956: checking whether to enable truetype string function in GD >configure:27981: checking whether to enable JIS-mapped Japanese font support in GD >configure:28035: checking for fabsf >configure:28063: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib conftest.c -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:28047: warning: conflicting types for built-in function `fabsf' >configure:28035: checking for floorf >configure:28063: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib conftest.c -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:28120: checking for jpeg_read_header in -ljpeg >configure:28139: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > -L/usr/lib conftest.c -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:28326: checking for png_write_image in -lpng >configure:28345: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib -lz -L/usr/lib > -L/usr/lib conftest.c -lpng -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:28629: checking for XpmFreeXpmImage in -lXpm >configure:28648: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/X11R6/lib -lX11 > -L/usr/lib conftest.c -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:32477: checking for GNU gettext support >configure:32537: checking for bindtextdomain in -lintl >configure:32556: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lintl -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -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 >distcc[28844] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 32545 "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:32578: checking for bindtextdomain in -lc >configure:32597: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/lib conftest.c -lc -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:32976: checking for ngettext in -lc >configure:32995: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:33019: checking for dngettext in -lc >configure:33038: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:33062: checking for dcngettext in -lc >configure:33081: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:33105: checking for bind_textdomain_codeset in -lc >configure:33124: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lc -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:33154: checking for GNU MP support >configure:33557: checking for hwapi support >configure:34269: checking for Hyperwave support >configure:34511: checking for iconv support >configure:34562: checking for iconv >configure:34590: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:34963: checking if iconv supports errno >configure:34999: gcc -o conftest -march=pentium3 -O3 -pipe -I/usr/include/apache2 -I$(top_builddir)/Zend -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/include/freetype2 -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:35032: checking if iconv is glibc's >configure:35041: gcc -o conftest -march=pentium3 -O3 -pipe -I/usr/include/apache2 -I$(top_builddir)/Zend -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/include/freetype2 -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib conftest.c -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:35376: checking for IMAP support >configure:36425: checking for Informix support >configure:37012: checking for Ingres II support >configure:37519: checking for InterBase support >configure:38033: checking for IRCG support >configure:38513: checking for Java support >configure:38566: checking Java Jar location >configure:38592: checking Java C location >configure:38771: checking Checking for libjava >configure:39296: checking for LDAP support >configure:41551: checking for 3 arg ldap_set_rebind_proc >configure:41563: gcc -c -march=pentium3 -O3 -pipe -I/usr/include conftest.c 1>&5 >configure: In function `main': >configure:41559: too many arguments to function `ldap_set_rebind_proc' >distcc[29018] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 41556 "configure" >#include "confdefs.h" >#include <ldap.h> >int main() { >ldap_set_rebind_proc(0,0,0) >; return 0; } >configure:41587: checking for ldap_parse_reference >configure:41615: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41587: checking for ldap_start_tls_s >configure:41615: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:41645: checking whether to enable multibyte string support >configure:41961: checking whether to enable multibyte regex support >configure:41994: checking for MCAL support >configure:42390: checking for mcrypt support >configure:42450: checking for mcrypt_module_open in -lmcrypt >configure:42469: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib -lltdl > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lmcrypt -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:42521: checking for mcrypt_generic_deinit in -lmcrypt >configure:42540: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:43114: checking for MCVE support >configure:43516: checking for mhash support >configure:43919: checking whether to include mime_magic support >configure:44203: checking for MING support >configure:44248: checking for sin in -lm >configure:44321: checking for Ming_useSWFVersion in -lming >configure:44340: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:44505: checking for destroySWFBlock >configure:44524: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:44762: checking for mnoGoSearch support >configure:45167: checking for msession support >configure:45552: checking for mSQL support >configure:45990: checking for MSSQL support via FreeTDS >configure:46603: checking for MySQL support >configure:46649: checking for specified location of the MySQL UNIX socket >configure:46706: checking for MySQL UNIX socket location >configure:48326: checking size of char >configure:48345: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:48366: checking size of int >configure:48405: checking size of long >configure:48444: checking size of long long >configure:48463: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:48483: checking for size_t >configure:48516: checking whether time.h and sys/time.h may both be included >configure:48530: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:48551: checking for uid_t in sys/types.h >configure:48586: checking for type ulong >configure:48605: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:48629: checking for type uchar >configure:48648: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -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:48642: `uchar' undeclared (first use in this function) >configure:48642: (Each undeclared identifier is reported only once >configure:48642: for each function it appears in.) >configure:48642: parse error before "foo" >configure:48643: `foo' undeclared (first use in this function) >distcc[29218] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 48637 "configure" >#include "confdefs.h" >#include <stdio.h> >#include <sys/types.h> >main() >{ > uchar foo; > foo++; > exit(0); >} >configure:48672: checking for type uint >configure:48691: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:48715: checking for type ushort >configure:48734: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:48758: checking for int8 >configure:48788: gcc -o conftest -march=pentium3 -O3 -pipe -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -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:48782: `int8' undeclared (first use in this function) >configure:48782: (Each undeclared identifier is reported only once >configure:48782: for each function it appears in.) >configure:48782: parse error before "i" >distcc[29257] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 48766 "configure" >#include "confdefs.h" > >#ifdef HAVE_STDLIB_H >#include <stdlib.h> >#endif > >#ifdef HAVE_STDDEF_H >#include <stddef.h> >#endif > >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif > >int main() >{ > int8 i; > return 0; >} > >configure:48814: checking base type of last arg to accept >configure:48842: g++ -c -march=pentium3 -O3 -pipe conftest.C 1>&5 >configure:48891: checking return type of qsort >configure:48909: gcc -c -march=pentium3 -O3 -pipe conftest.c 1>&5 >configure:49185: checking for mysql_close in -lmysqlclient >configure:49204: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 conftest.c -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm 1>&5 >configure:49629: checking for ncurses support >configure:50443: checking for Oracle-OCI8 support >configure:50488: checking Oracle Install-Dir >configure:50783: checking Oracle version >configure:51364: checking for OCIEnvNlsCreate in -lclntsh >configure:51383: gcc -o conftest -march=pentium3 -O3 -pipe > -L/opt/oracle/product/9.0.1/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 -Wl,-rpath,/opt/oracle/product/9.0.1/lib -L/opt/oracle/product/9.0.1/lib conftest.c -lclntsh -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -ldl -lm -lclntsh 1>&5 >/var/tmp/portage/mod_php-4.3.2-r2/temp/ccmYmWYr.o(.text+0xa): In function `main': >: undefined reference to `OCIEnvNlsCreate' >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: conftest: hidden symbol `__cmpdi2' in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc.a(_cmpdi2.oS) is referenced by DSO >collect2: ld returned 1 exit status >distcc[29354] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 51372 "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 OCIEnvNlsCreate(); > >int main() { >OCIEnvNlsCreate() >; return 0; } >configure:51484: checking for OCILobIsTemporary in -lclntsh >configure:51503: gcc -o conftest -march=pentium3 -O3 -pipe > -L/opt/oracle/product/9.0.1/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 -Wl,-rpath,/opt/oracle/product/9.0.1/lib -L/opt/oracle/product/9.0.1/lib conftest.c -lclntsh -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -ldl -lm -lclntsh 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: conftest: hidden symbol `__cmpdi2' in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc.a(_cmpdi2.oS) is referenced by DSO >collect2: ld returned 1 exit status >distcc[29371] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 51492 "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 OCILobIsTemporary(); > >int main() { >OCILobIsTemporary() >; return 0; } >configure:51539: checking for OCILobIsTemporary in -locijdbc8 >configure:51558: gcc -o conftest -march=pentium3 -O3 -pipe > -L/opt/oracle/product/9.0.1/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 -Wl,-rpath,/opt/oracle/product/9.0.1/lib -L/opt/oracle/product/9.0.1/lib conftest.c -locijdbc8 -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -ldl -lm -lclntsh 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -locijdbc8 >collect2: ld returned 1 exit status >distcc[29388] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 51547 "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 OCILobIsTemporary(); > >int main() { >OCILobIsTemporary() >; return 0; } >configure:51862: checking for Adabas support >configure:52055: checking for SAP DB support >configure:52185: checking for Solid support >configure:52329: checking for IBM DB2 support >configure:52392: checking for Empress support >configure:52462: checking for Empress local access support >configure:52548: checking for Birdstep support >configure:52612: checking for a custom ODBC support >configure:52646: checking for iODBC support >configure:52784: checking for Easysoft ODBC-ODBC Bridge support >configure:52844: checking for unixODBC support >configure:53773: checking for Oracle-ORACLE support >configure:58793: checking whether to enable user-space object overloading support >configure:59055: checking for Ovrimos SQL Server support >configure:59503: checking whether to enable pcntl support >configure:59941: checking for PCRE support >configure:60581: checking for PDFlib support >configure:60708: checking for the location of libtiff >configure:60952: checking for jpeg_read_header in -ljpeg >configure:61109: checking for png_create_info_struct in -lpng >configure:61128: gcc -o conftest -march=pentium3 -O3 -pipe > -L/usr/lib > -L/usr/lib -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/server -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -L/opt/sun-jdk-1.4.1.03/jre/lib/i386/native_threads -Wl,-rpath,/opt/sun-jdk-1.4.1.03/jre/lib/i386 -L/opt/sun-jdk-1.4.1.03/jre/lib/i386 -Wl,-rpath,/opt/oracle/product/9.0.1/lib -L/opt/oracle/product/9.0.1/lib conftest.c -lpng -ljpeg -lmysqlclient -lming -lm -lmhash -lmcrypt -lltdl -lldap -llber -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lxsltbreakpoint -lxml2 -lxslt -lz -lndbm -lgdbm -lcurl -lcrack -lbz2 -lz -lssl -lcrypto -lresolv -lm -lxmlparse -lxmltok -lcurl -lz -lssl -lcrypto -ldl -lz -lxml2 -lz -lm -ldl -lm -lclntsh -lodbc 1>&5 >/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld: conftest: hidden symbol `__cmpdi2' in /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc.a(_cmpdi2.oS) is referenced by DSO >collect2: ld returned 1 exit status >distcc[29439] ERROR: compile on localhost failed with exit code 1 >configure: failed program was: >#line 61117 "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 png_create_info_struct(); > >int main() { >png_create_info_struct() >; return 0; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 21960
:
12707
| 13905