This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1638: checking host system type configure:1726: checking for gcc configure:1839: checking whether the C compiler (gcc ) works configure:1855: gcc -o conftest conftest.c 1>&5 configure:1881: checking whether the C compiler (gcc ) is a cross-compiler configure:1886: checking whether we are using GNU C configure:1895: gcc -E conftest.c configure:1914: checking whether gcc accepts -g configure:1947: checking whether gcc and cc understand -c and -o together configure:1962: gcc -c conftest.c -o conftest.o 1>&5 configure:1963: gcc -c conftest.c -o conftest.o 1>&5 configure:1968: cc -c conftest.c 1>&5 configure:1970: cc -c conftest.c -o conftest.o 1>&5 configure:1971: cc -c conftest.c -o conftest.o 1>&5 configure:1998: checking how to run the C preprocessor configure:2019: gcc -E conftest.c >/dev/null 2>conftest.out configure:2079: checking for AIX configure:2106: checking if compiler supports -R configure:2121: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5 configure:2180: checking for re2c configure:2211: checking for ranlib configure:2239: checking whether ln -s works configure:2264: checking for mawk configure:2264: checking for gawk configure:2298: checking for bison configure:2332: checking bison version configure:2342: checking for flex configure:2376: checking for yywrap in -lfl configure:2395: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:2419: checking lex output file root configure:2440: checking whether yytext is a pointer configure:2459: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:2483: checking for working const configure:2537: gcc -c -g -O2 conftest.c 1>&5 configure:2562: checking flex version configure:2706: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: failed program was: #line 2688 "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:2726: checking for pthreads_cflags configure:2759: gcc -o conftest -g -O2 -kthread -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 gcc: unrecognized option `-kthread' configure: failed program was: #line 2741 "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:2759: gcc -o conftest -g -O2 -pthread -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 gcc: unrecognized option `-pthread' configure: failed program was: #line 2741 "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:2759: gcc -o conftest -g -O2 -pthreads -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:2789: checking for pthreads_lib configure:2915: checking for AOLserver support configure:3135: checking for Apache 1.x module support via DSO through APXS configure:3418: checking for Apache 1.x module support configure:4199: checking for member fd in BUFF * configure:4218: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:4212:19: httpd.h: No such file or directory configure: In function `main': configure:4214: error: `conn_rec' undeclared (first use in this function) configure:4214: error: (Each undeclared identifier is reported only once configure:4214: error: for each function it appears in.) configure:4214: error: `c' undeclared (first use in this function) configure: failed program was: #line 4211 "configure" #include "confdefs.h" #include int main() { conn_rec *c; int fd = c->client->fd; ; return 0; } configure:4242: checking for mod_charset compatibility option configure:4309: checking for Apache 2.0 filter-module support via DSO through APXS configure:5045: checking for Apache 2.0 handler-module support via DSO through APXS configure:5782: checking for Caudium support configure:6092: checking for CLI build configure:6152: checking for embedded SAPI library support configure:6335: checking for Zeus ISAPI support configure:6545: checking for NSAPI support configure:6866: checking for PHTTPD support configure:7075: checking for Pi3Web support configure:7384: checking for Roxen/Pike support configure:7633: checking for Servlet support configure:8111: checking for thttpd configure:8317: checking for TUX configure:8531: checking for webjames configure:8605: checking for CGI build configure:8629: checking whether writing to stdout works configure:8658: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:8687: checking whether to force Apache CGI redirect configure:8701: checking whether to discard path_info + path_translated configure:8714: checking whether to enable path info checking configure:8727: checking whether to enable fastcgi support configure:8932: checking for chosen SAPI module configure:9837: checking for missing declarations of reentrant functions configure:9846: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:9843: error: `localtime_r' undeclared (first use in this function) configure:9843: error: (Each undeclared identifier is reported only once configure:9843: error: for each function it appears in.) configure: failed program was: #line 9839 "configure" #include "confdefs.h" #include int main() { struct tm *(*func)() = localtime_r ; return 0; } configure:9871: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:9868: error: `gmtime_r' undeclared (first use in this function) configure:9868: error: (Each undeclared identifier is reported only once configure:9868: error: for each function it appears in.) configure: failed program was: #line 9864 "configure" #include "confdefs.h" #include int main() { struct tm *(*func)() = gmtime_r ; return 0; } configure:9896: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:9921: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:9946: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:9943: error: `strtok_r' undeclared (first use in this function) configure:9943: error: (Each undeclared identifier is reported only once configure:9943: error: for each function it appears in.) configure: failed program was: #line 9939 "configure" #include "confdefs.h" #include int main() { char *(*func)() = strtok_r ; return 0; } configure:9970: checking for sendmail configure:10011: checking whether system uses EBCDIC configure:10030: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: failed program was: #line 10022 "configure" #include "confdefs.h" int main(void) { return (unsigned char)'A' != (unsigned char)0xC1; } configure:10104: checking for socket configure:10132: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c 1>&5 /tmp/ccgBWeGe.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:10126: undefined reference to `socket' collect2: ld returned 1 exit status configure: failed program was: #line 10109 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket(); 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 socket(); 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_socket) || defined (__stub___socket) choke me #else socket(); #endif ; return 0; } configure:10150: checking for __socket configure:10178: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c 1>&5 /tmp/cco1L23z.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:10172: undefined reference to `__socket' collect2: ld returned 1 exit status configure: failed program was: #line 10155 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __socket(); 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 __socket(); 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___socket) || defined (__stub_____socket) choke me #else __socket(); #endif ; return 0; } configure:10216: checking for socket in -lsocket configure:10235: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:10310: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:10361: checking for htonl configure:10389: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:10618: checking for gethostname configure:10646: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:10875: checking for gethostbyaddr configure:10903: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:11132: checking for yp_get_default_domain configure:11160: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:11390: checking for dlopen configure:11418: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:11648: checking for sin in -lm configure:11667: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -lsocket 1>&5 configure:11660: warning: conflicting types for built-in function `sin' configure:11701: checking for res_search configure:11729: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -lsocket 1>&5 /tmp/ccAeKNkY.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:11723: undefined reference to `res_search' collect2: ld returned 1 exit status configure: failed program was: #line 11706 "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:11747: checking for __res_search configure:11775: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -lsocket 1>&5 /tmp/cca92WFn.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:11769: undefined reference to `__res_search' collect2: ld returned 1 exit status configure: failed program was: #line 11752 "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:11813: checking for res_search in -lresolv configure:11832: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:11907: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -lsocket -lresolv 1>&5 configure:12237: checking for inet_aton configure:12265: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:12633: checking for dn_skipname configure:12661: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:13027: checking for ANSI C header files configure:13040: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13107: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:13135: checking for dirent.h that defines DIR configure:13148: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13173: checking for opendir in -ldir configure:13192: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -ldir -lresolv -lm -lsocket 1>&5 /openpkg/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 13181 "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:13258: checking for fclose declaration configure:13267: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13342: checking for dirent.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for ApplicationServices/ApplicationServices.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13348:53: ApplicationServices/ApplicationServices.h: No such file or directory configure: failed program was: #line 13347 "configure" #include "confdefs.h" #include configure:13342: checking for sys/param.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/types.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/time.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for netinet/in.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for alloca.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for arpa/inet.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for arpa/nameser.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for assert.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for crypt.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for fcntl.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for grp.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for ieeefp.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for langinfo.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for limits.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for locale.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for monetary.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for mach-o/dyld.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13348:25: mach-o/dyld.h: No such file or directory configure: failed program was: #line 13347 "configure" #include "confdefs.h" #include configure:13342: checking for netdb.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for pwd.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for resolv.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for signal.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for stdarg.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for stdlib.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for string.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for syslog.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sysexits.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/file.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/mman.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/mount.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/poll.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/resource.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/select.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/socket.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/statfs.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/statvfs.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/vfs.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/sysexits.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13348:26: sys/sysexits.h: No such file or directory configure: failed program was: #line 13347 "configure" #include "confdefs.h" #include configure:13342: checking for sys/varargs.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/wait.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for unistd.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for unix.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13348:18: unix.h: No such file or directory configure: failed program was: #line 13347 "configure" #include "confdefs.h" #include configure:13342: checking for utime.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/utsname.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for sys/ipc.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13342: checking for dlfcn.h configure:13352: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:13381: checking for fopencookie configure:13409: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccwvIWnn.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:13403: undefined reference to `fopencookie' collect2: ld returned 1 exit status configure: failed program was: #line 13386 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fopencookie(); 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 fopencookie(); 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_fopencookie) || defined (__stub___fopencookie) choke me #else fopencookie(); #endif ; return 0; } configure:13553: checking for broken getcwd configure:13568: checking for broken libc stdio configure:13629: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure: failed program was: #line 13601 "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:13657: checking whether struct tm is in sys/time.h or time.h configure:13670: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13691: checking for tm_zone in struct tm configure:13704: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:13700: error: structure has no member named `tm_zone' configure: failed program was: #line 13696 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_zone; ; return 0; } configure:13724: checking for tzname configure:13739: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:13763: checking for tm_gmtoff in struct tm configure:13776: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:13772: error: structure has no member named `tm_gmtoff' configure: failed program was: #line 13768 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_gmtoff; ; return 0; } configure:13799: checking for struct flock configure:13814: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13841: checking for socklen_t configure:13858: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13884: checking size of long configure:13903: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:13923: checking size of int configure:13942: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:13963: checking for st_blksize in struct stat configure:13976: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:13998: checking for st_blocks in struct stat configure:14011: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:14038: checking for st_rdev in struct stat configure:14051: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:14073: checking for size_t configure:14106: checking for uid_t in sys/types.h configure:14141: checking for struct sockaddr_storage configure:14154: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:14186: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:14182: error: structure has no member named `sa_len' configure: failed program was: #line 14176 "configure" #include "confdefs.h" #include #include int main() { static struct sockaddr sa; int n = (int) sa.sa_len; return n ; return 0; } configure:14199: checking for IPv6 support configure:14213: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14231: checking for vprintf configure:14259: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14243: warning: conflicting types for built-in function `vprintf' configure:14403: checking for alphasort configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccyjZdZN.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `alphasort' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char alphasort(); 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 alphasort(); 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_alphasort) || defined (__stub___alphasort) choke me #else alphasort(); #endif ; return 0; } configure:14403: checking for asctime_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for chroot configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for ctime_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for cuserid configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for crypt configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for flock configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccgm02Hz.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `flock' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char flock(); 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 flock(); 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_flock) || defined (__stub___flock) choke me #else flock(); #endif ; return 0; } configure:14403: checking for ftok configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for funopen configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccyWUFcD.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `funopen' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "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:14403: checking for gai_strerror configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for gcvt configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getlogin configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getprotobyname configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getprotobynumber configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getservbyname configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getservbyport configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for getrusage configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for gettimeofday configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for gmtime_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for isascii configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for link configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for localtime_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for lockf configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for lrand48 configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for memcpy configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14415: warning: conflicting types for built-in function `memcpy' configure:14403: checking for memmove configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for mkstemp configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for mmap configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for nl_langinfo configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for perror configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for poll configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for putenv configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for realpath configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for random configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for rand_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for regcomp configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for res_search configure:14403: checking for scandir configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccclK1wt.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `scandir' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char scandir(); 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 scandir(); 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_scandir) || defined (__stub___scandir) choke me #else scandir(); #endif ; return 0; } configure:14403: checking for setitimer configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for setlocale configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for localeconv configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for setsockopt configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for setvbuf configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for shutdown configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for sin configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14415: warning: conflicting types for built-in function `sin' configure:14403: checking for snprintf configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14415: warning: conflicting types for built-in function `snprintf' configure:14403: checking for srand48 configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for srandom configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for statfs configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for statvfs configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for std_syslog configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccsSOzwN.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `std_syslog' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "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:14403: checking for strcasecmp configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for strcoll configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for strdup configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for strerror configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for strftime configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for strstr configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14415: warning: conflicting types for built-in function `strstr' configure:14403: checking for strtok_r configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for symlink configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for tempnam configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for tzset configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for unsetenv configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 /tmp/ccA1OMhZ.o(.text+0xa): In function `main': /opt/src/php-4.3.6RC1/configure:14425: undefined reference to `unsetenv' collect2: ld returned 1 exit status configure: failed program was: #line 14408 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char unsetenv(); 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 unsetenv(); 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_unsetenv) || defined (__stub___unsetenv) choke me #else unsetenv(); #endif ; return 0; } configure:14403: checking for usleep configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for utime configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14403: checking for vsnprintf configure:14431: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14415: warning: conflicting types for built-in function `vsnprintf' configure:14457: checking for getaddrinfo configure:14469: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14512: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14544: checking for strlcat configure:14572: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14544: checking for strlcpy configure:14572: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14544: checking for getopt configure:14572: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14599: checking whether utime accepts a null argument configure:14620: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14646: checking for working alloca.h configure:14679: checking for alloca configure:14712: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14879: checking whether sprintf is broken configure:14894: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:14928: checking whether snprintf is broken configure:14958: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure: failed program was: #line 14939 "configure" #include "confdefs.h" #define NULL (0L) main() { char buf[20]; int res = 0; res = res || (snprintf(buf, 2, "marcus") != 6); res = res || (buf[1] != '\0'); /* Implementations may consider this as an encoding error */ snprintf(buf, 0, "boerger"); /* However, they MUST ignore the pointer */ res = res || (buf[0] != 'm'); res = res || (snprintf(NULL, 0, "boerger") != 7); res = res || (snprintf(buf, sizeof(buf), "%f", 0.12345678) != 8); exit(res); } configure:14992: checking for declared timezone configure:15013: gcc -c -g -O2 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:15039: checking for type of reentrant time-related functions configure:15068: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure: In function `main': configure:15061: error: too many arguments to function `asctime_r' configure: failed program was: #line 15050 "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:15098: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure: In function `main': configure:15090: warning: assignment makes pointer from integer without a cast configure:15091: error: too many arguments to function `asctime_r' configure: failed program was: #line 15082 "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:15136: checking for readdir_r configure:15164: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:15186: checking for type of readdir_r configure:15222: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -lsocket 1>&5 configure:15340: checking whether to include debugging symbols configure:15373: checking layout of installed files configure:15407: checking path to configuration file configure:15443: checking directory to be scanned for configuration files configure:15473: checking whether to enable safe mode by default configure:15508: checking for safe mode exec dir configure:15549: checking whether to enable PHP's own SIGCHLD handler configure:15586: checking whether to enable magic quotes by default configure:15623: checking whether to enable runpaths configure:15648: checking whether to explicitly link against libgcc configure:15727: checking whether to enable short tags by default configure:15764: checking whether to enable dmalloc configure:15852: checking whether to enable IPv6 support configure:15882: checking whether to enable versioning configure:15934: checking for OpenSSL support configure:16832: checking for ZLIB support configure:16878: checking if the location of ZLIB install directory is defined configure:17219: checking for gzgets in -lz configure:17238: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/openpkg/lib -L/openpkg/lib -R/usr/ucblib -L/usr/ucblib -R/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -L/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 conftest.c -lz -lresolv -lm -lsocket -lgcc 1>&5 configure:17376: checking whether to enable bc style precision math functions configure:17658: checking for BZip2 support configure:18204: checking whether to enable calendar conversion support configure:18469: checking for cpdflib support configure:19506: checking for CRACKlib support configure:19917: checking whether to enable ctype functions configure:20180: checking for CURL support configure:20959: checking for cyrus imap support configure:21872: checking for xDBM support configure:22491: checking whether to enable DBA configure:22817: checking for GDBM support configure:23122: checking for NDBM support configure:23421: checking for Berkeley DB4 support configure:23741: checking for Berkeley DB3 support configure:24061: checking for Berkeley DB2 support configure:24381: checking for DBM support configure:24722: checking for CDB support configure:24776: checking for INI File support configure:24830: checking for FlatFile support configure:24845: checking whether to enable DBA interface configure:25088: checking whether to enable dbase support configure:25351: checking whether to enable dbx support configure:25610: checking whether to enable direct I/O support configure:25871: checking for DOM support configure:26532: checking for DOM XSLT support configure:26557: checking for DOM EXSLT support configure:27200: checking whether to enable EXIF (metadata from images) support configure:27463: checking for FrontBase SQL92 (fbsql) support configure:27885: checking for FDF support configure:28597: checking whether to enable the bundled filePro support configure:28860: checking for FriBidi support configure:29303: checking whether to enable FTP support configure:29567: checking for GD support configure:29614: checking for the location of libjpeg configure:29641: checking for the location of libpng configure:29694: checking for the location of libXpm configure:29719: checking for FreeType 1.x support configure:29744: checking for FreeType 2 configure:29769: checking for T1lib support configure:29794: checking whether to enable truetype string function in GD configure:29819: checking whether to enable JIS-mapped Japanese font support in GD configure:31813: checking for jpeg_read_header in -ljpeg configure:31832: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/openpkg/lib -L/openpkg/lib -R/usr/ucblib -L/usr/ucblib -R/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -L/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -R/openpkg/lib -L/openpkg/lib conftest.c -ljpeg -lz -lresolv -lm -lsocket -lgcc 1>&5 configure:32096: checking for png_write_image in -lpng configure:32115: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/openpkg/lib -L/openpkg/lib -R/openpkg/lib -L/openpkg/lib -R/usr/ucblib -L/usr/ucblib -R/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -L/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -R/openpkg/lib -L/openpkg/lib -lz conftest.c -lpng -ljpeg -lz -lresolv -lm -lsocket -lgcc 1>&5 configure:32476: checking for XpmFreeXpmImage in -lXpm configure:32495: gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/openpkg/lib -L/openpkg/lib -R/usr/ucblib -L/usr/ucblib -R/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -L/opt/openpkg/bin/../lib/gcc-lib/i386-pc-solaris2.9/3.3.3 -R/openpkg/lib -L/openpkg/lib -lX11 conftest.c -lXpm -lpng -lz -ljpeg -lz -lresolv -lm -lsocket -lgcc 1>&5