This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1888: checking for Cygwin environment
configure:1904: cc -c   conftest.c 1>&5
configure: In function 'main':
configure:1900: error: '__CYGWIN32__' undeclared (first use in this function)
configure:1900: error: (Each undeclared identifier is reported only once
configure:1900: error: for each function it appears in.)
configure: failed program was:
#line 1893 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1921: checking for mingw32 environment
configure:1933: cc -c   conftest.c 1>&5
configure: In function 'main':
configure:1929: error: '__MINGW32__' undeclared (first use in this function)
configure:1929: error: (Each undeclared identifier is reported only once
configure:1929: error: for each function it appears in.)
configure: failed program was:
#line 1926 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1952: checking for egrep
configure:1967: checking for a sed that does not truncate output
configure:2117: checking host system type
configure:2138: checking target system type
configure:2250: checking for gcc
configure:2363: checking whether the C compiler (gcc  ) works
configure:2379: gcc -o conftest    conftest.c  1>&5
configure:2405: checking whether the C compiler (gcc  ) is a cross-compiler
configure:2410: checking whether we are using GNU C
configure:2419: gcc -E conftest.c
configure:2438: checking whether gcc accepts -g
configure:2470: checking how to run the C preprocessor
configure:2491: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2552: checking for icc
configure:2576: checking for suncc
configure:2601: checking whether gcc and cc understand -c and -o together
configure:2616: gcc -c conftest.c -o conftest.o 1>&5
configure:2617: gcc -c conftest.c -o conftest.o 1>&5
configure:2622: cc -c conftest.c 1>&5
configure:2624: cc -c conftest.c -o conftest.o 1>&5
configure:2625: cc -c conftest.c -o conftest.o 1>&5
configure:2652: checking how to run the C preprocessor
configure:2732: checking for AIX
configure:2756: checking whether ln -s works
configure:2781: checking for system library directory
configure:2807: checking whether to enable runpaths
configure:2831: checking if compiler supports -R
configure:2846: gcc -o conftest -g -O2   conftest.c -R /usr/lib  1>&5
gcc: unrecognized option '-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 2839 "configure"
#include "confdefs.h"

int main() {

; return 0; }
configure:2864: checking if compiler supports -Wl,-rpath,
configure:2879: gcc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  1>&5
configure:2910: checking for gawk
configure:2970: checking for bison
configure:3010: checking for bison version
configure:3050: checking for flex
configure:3084: checking for yywrap in -lfl
configure:3103: gcc -o conftest -g -O2   conftest.c -lfl   1>&5
configure:3127: checking lex output file root
configure:3148: checking whether yytext is a pointer
configure:3167: gcc -o conftest -g -O2   conftest.c  -lfl 1>&5
lex.yy.c: In function 'yylex':
<stdin>:2: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
configure:3191: checking for working const
configure:3245: gcc -c -g -O2  conftest.c 1>&5
configure:3271: checking for flex version
configure:3315: checking for re2c
configure:3621: checking whether to force non-PIC code in shared modules
configure:3651: checking whether /dev/urandom exists
configure:3730: gcc -o conftest -g -O2   conftest.c  1>&5
./cc3x3siE.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:3725: undefined reference to `pthread_mutexattr_init'
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:3726: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3712 "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:3750: checking for pthreads_cflags
configure:3790: gcc -o conftest -g -O2 -kthread   conftest.c  1>&5
gcc: unrecognized option '-kthread'
./ccX7G59I.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:3785: undefined reference to `pthread_mutexattr_init'
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:3786: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3772 "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:3790: gcc -o conftest -g -O2 -pthread   conftest.c  1>&5
configure:3820: checking for pthreads_lib
configure:3994: checking for AOLserver support
configure:4251: checking for Apache 1.x module support via DSO through APXS
configure:4574: checking for Apache 1.x module support
configure:5407: checking whether to enable Apache charset compatibility option
configure:5580: checking for Apache 2.0 filter-module support via DSO through APXS
configure:6428: checking for Apache 2.0 handler-module support via DSO through APXS
configure:7277: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:7600: checking for Apache 1.x (hooks) module support
configure:8433: checking whether to enable Apache charset compatibility option
configure:8607: checking for Caudium support
configure:8958: checking for CLI build
configure:9008: checking for Continuity support
configure:9285: checking for embedded SAPI library support
configure:9502: checking for Zeus ISAPI support
configure:9751: checking for Milter support
configure:10035: checking for NSAPI support
configure:10387: checking for PHTTPD support
configure:10633: checking for Pi3Web support
configure:11000: checking whether Roxen module is build using ZTS
configure:11024: checking for Roxen/Pike support
configure:11302: checking for thttpd
configure:11563: checking for TUX
configure:11809: checking for webjames
configure:12161: checking whether to build CGI binary
configure:12184: checking whether to enable fastcgi support
configure:12199: checking whether to force Apache CGI redirect
configure:12212: checking whether to discard path_info + path_translated
configure:12225: checking whether to enable path info checking
configure:12437: checking for chosen SAPI module
configure:12494: checking for sendmail
configure:12533: checking whether system uses EBCDIC
configure:12552: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 12544 "configure"
#include "confdefs.h"

int main(void) { 
  return (unsigned char)'A' != (unsigned char)0xC1; 
} 

configure:12580: checking whether byte ordering is bigendian
configure:12606: gcc -o conftest -g -O2   conftest.c  1>&5
configure: failed program was:
#line 12590 "configure"
#include "confdefs.h"

int main(void)
{
  short one = 1;
  char *cp = (char *)&one;

  if (*cp == 0) {
    return(0);
  } else {
    return(1);
  }
}
  
configure:12632: checking whether writing to stdout works
configure:12661: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12736: checking for socket
configure:12764: gcc -o conftest -g -O2   conftest.c  1>&5
configure:12993: checking for socketpair
configure:13021: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13250: checking for htonl
configure:13278: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13507: checking for gethostname
configure:13535: gcc -o conftest -g -O2   conftest.c  1>&5
configure:13764: checking for gethostbyaddr
configure:13792: gcc -o conftest -g -O2   conftest.c  1>&5
configure:14021: checking for yp_get_default_domain
configure:14049: gcc -o conftest -g -O2   conftest.c  1>&5
./ccBCfqdp.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14043: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14026 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char yp_get_default_domain(); 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 yp_get_default_domain();

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_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
choke me
#else
yp_get_default_domain();
#endif

; return 0; }
configure:14067: checking for __yp_get_default_domain
configure:14095: gcc -o conftest -g -O2   conftest.c  1>&5
./ccxi58Xu.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14089: undefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14072 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __yp_get_default_domain(); 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 __yp_get_default_domain();

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___yp_get_default_domain) || defined (__stub_____yp_get_default_domain)
choke me
#else
__yp_get_default_domain();
#endif

; return 0; }
configure:14133: checking for yp_get_default_domain in -lnsl
configure:14152: gcc -o conftest -g -O2   conftest.c -lnsl   1>&5
configure:14227: gcc -o conftest -g -O2   conftest.c  -lnsl 1>&5
configure:14279: checking for dlopen
configure:14307: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
./ccwd2QAE.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14301: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14284 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen(); 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 dlopen();

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_dlopen) || defined (__stub___dlopen)
choke me
#else
dlopen();
#endif

; return 0; }
configure:14325: checking for __dlopen
configure:14353: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
./ccDbkAeK.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14347: undefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14330 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __dlopen(); 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 __dlopen();

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___dlopen) || defined (__stub_____dlopen)
choke me
#else
__dlopen();
#endif

; return 0; }
configure:14391: checking for dlopen in -ldl
configure:14410: gcc -o conftest -g -O2   conftest.c -ldl  -lnsl  1>&5
configure:14485: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl 1>&5
configure:14537: checking for sin in -lm
configure:14556: gcc -o conftest -g -O2   conftest.c -lm  -ldl -lnsl  1>&5
configure:14549: warning: conflicting types for built-in function 'sin'
configure:14590: checking for res_search
configure:14618: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
./cccMukMR.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14612: undefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14595 "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:14636: checking for __res_search
configure:14664: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
./ccnQRjXS.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:14658: undefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 14641 "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:14702: checking for res_search in -lresolv
configure:14721: gcc -o conftest -g -O2   conftest.c -lresolv  -lm -ldl -lnsl  1>&5
configure:14796: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  -lresolv 1>&5
configure:15126: checking for inet_aton
configure:15154: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15522: checking for dn_skipname
configure:15550: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
./cctG2lsc.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:15544: undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 15527 "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:15568: checking for __dn_skipname
configure:15596: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:15915: checking for ANSI C header files
configure:15928: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:15995: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:15990: warning: incompatible implicit declaration of built-in function 'exit'
configure:16023: checking for dirent.h that defines DIR
configure:16036: gcc -c -g -O2  conftest.c 1>&5
configure:16061: checking for opendir in -ldir
configure:16080: gcc -o conftest -g -O2   conftest.c -ldir  -lresolv -lm -ldl -lnsl  1>&5
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 16069 "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:16202: checking for inttypes.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for stdint.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for dirent.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for ApplicationServices/ApplicationServices.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:53: error: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:16202: checking for sys/param.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/types.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/time.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for netinet/in.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for alloca.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for arpa/inet.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for arpa/nameser.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for assert.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for crypt.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for fcntl.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for grp.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for ieeefp.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:20: error: ieeefp.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:16202: checking for langinfo.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for limits.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for locale.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for monetary.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for netdb.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for pwd.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for resolv.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for signal.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for stdarg.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for stdlib.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for string.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for syslog.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sysexits.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/ioctl.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/file.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/mman.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/mount.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/poll.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/resource.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/select.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/socket.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/stat.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/statfs.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/statvfs.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/vfs.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/sysexits.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:26: error: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:16202: checking for sys/varargs.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:25: error: sys/varargs.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:16202: checking for sys/wait.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/loadavg.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:25: error: sys/loadavg.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <sys/loadavg.h>
configure:16202: checking for termios.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for unistd.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for unix.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16208:18: error: unix.h: No such file or directory
configure: failed program was:
#line 16207 "configure"
#include "confdefs.h"
#include <unix.h>
configure:16202: checking for utime.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/utsname.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for sys/ipc.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for dlfcn.h
configure:16212: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16202: checking for assert.h
configure:16247: checking for mach-o/dyld.h
configure:16257: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:16253:25: error: mach-o/dyld.h: No such file or directory
configure: failed program was:
#line 16252 "configure"
#include "confdefs.h"
#include <mach-o/dyld.h>
configure:16288: checking for fopencookie
configure:16316: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16348: gcc -c -g -O2  conftest.c 1>&5
configure:16399: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:16392: warning: incompatible implicit declaration of built-in function 'exit'
configure:16463: checking for broken getcwd
configure:16478: checking for broken libc stdio
configure:16539: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:16523: warning: incompatible implicit declaration of built-in function 'exit'
configure: failed program was:
#line 16511 "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:16567: checking whether struct tm is in sys/time.h or time.h
configure:16580: gcc -c -g -O2  conftest.c 1>&5
configure:16601: checking for tm_zone in struct tm
configure:16614: gcc -c -g -O2  conftest.c 1>&5
configure:16673: checking for missing declarations of reentrant functions
configure:16682: gcc -c -g -O2  conftest.c 1>&5
configure:16707: gcc -c -g -O2  conftest.c 1>&5
configure:16732: gcc -c -g -O2  conftest.c 1>&5
configure:16757: gcc -c -g -O2  conftest.c 1>&5
configure:16782: gcc -c -g -O2  conftest.c 1>&5
configure:16803: checking for fclose declaration
configure:16812: gcc -c -g -O2  conftest.c 1>&5
configure:16838: checking for tm_gmtoff in struct tm
configure:16851: gcc -c -g -O2  conftest.c 1>&5
configure:16874: checking for struct flock
configure:16889: gcc -c -g -O2  conftest.c 1>&5
configure:16916: checking for socklen_t
configure:16933: gcc -c -g -O2  conftest.c 1>&5
configure:16959: checking size of size_t
configure:16978: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:16998: checking size of long long
configure:17017: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17037: checking size of long long int
configure:17056: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17076: checking size of long
configure:17095: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17115: checking size of int
configure:17134: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17156: checking size of intmax_t
configure:17197: gcc -o conftest -g -O2   conftest.c  1>&5
configure:17236: checking size of ssize_t
configure:17277: gcc -o conftest -g -O2   conftest.c  1>&5
configure:17316: checking size of ptrdiff_t
configure:17357: gcc -o conftest -g -O2   conftest.c  1>&5
configure:17396: checking for st_blksize in struct stat
configure:17409: gcc -c -g -O2  conftest.c 1>&5
configure:17431: checking for st_blocks in struct stat
configure:17444: gcc -c -g -O2  conftest.c 1>&5
configure:17471: checking for st_rdev in struct stat
configure:17484: gcc -c -g -O2  conftest.c 1>&5
configure:17506: checking for size_t
configure:17539: checking for uid_t in sys/types.h
configure:17575: checking for struct sockaddr_storage
configure:17588: gcc -c -g -O2  conftest.c 1>&5
configure:17609: checking for field sa_len in struct sockaddr
configure:17623: gcc -c -g -O2  conftest.c 1>&5
configure: In function 'main':
configure:17619: error: 'struct sockaddr' has no member named 'sa_len'
configure: failed program was:
#line 17615 "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:17646: checking for IPv6 support
configure:17660: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17676: checking for vprintf
configure:17704: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17688: warning: conflicting types for built-in function 'vprintf'
configure:17863: checking for alphasort
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for asctime_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for chroot
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for ctime_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for cuserid
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for crypt
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
./ccDCygkW.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:17885: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17868 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char crypt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif

; return 0; }
configure:17863: checking for flock
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for ftok
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for funopen
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
./ccvzHQ08.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:17885: undefined reference to `funopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17868 "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:17863: checking for gai_strerror
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for gcvt
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getloadavg
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getlogin
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getprotobyname
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getprotobynumber
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getservbyname
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getservbyport
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getrusage
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for gettimeofday
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for gmtime_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getpwnam_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getgrnam_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for getpwuid_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for grantpt
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for inet_ntoa
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for inet_ntop
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for inet_pton
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for isascii
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'isascii'
configure:17863: checking for link
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for localtime_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for lockf
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for lchown
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for lrand48
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for memcpy
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'memcpy'
configure:17863: checking for memmove
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'memmove'
configure:17863: checking for mkstemp
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for mmap
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for nl_langinfo
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for perror
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for poll
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for ptsname
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for putenv
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for realpath
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for random
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for rand_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for regcomp
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for res_search
configure:17863: checking for scandir
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setitimer
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setlocale
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for localeconv
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setenv
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setpgid
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setsockopt
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for setvbuf
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for shutdown
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for sin
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'sin'
configure:17863: checking for snprintf
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'snprintf'
configure:17863: checking for srand48
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for srandom
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for statfs
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for statvfs
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for std_syslog
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
./ccrztAwj.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:17885: undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 17868 "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:17863: checking for strcasecmp
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'strcasecmp'
configure:17863: checking for strcoll
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for strdup
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'strdup'
configure:17863: checking for strerror
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for strftime
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'strftime'
configure:17863: checking for strnlen
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for strptime
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for strstr
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'strstr'
configure:17863: checking for strtok_r
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for symlink
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for tempnam
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
./cc32D9qV.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:17885: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:17863: checking for tzset
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for unlockpt
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for unsetenv
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for usleep
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for utime
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17863: checking for vsnprintf
configure:17891: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:17875: warning: conflicting types for built-in function 'vsnprintf'
configure:17917: checking for nanosleep
configure:17927: checking for nanosleep in -lrt
configure:17946: gcc -o conftest -g -O2   conftest.c -lrt  -lresolv -lm -ldl -lnsl  1>&5
configure:18021: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  -lrt 1>&5
configure:18068: checking for getaddrinfo
configure:18080: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:18126: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:18096: warning: incompatible implicit declaration of built-in function 'memset'
configure:18100: warning: incompatible implicit declaration of built-in function 'exit'
configure:18104: warning: incompatible implicit declaration of built-in function 'exit'
configure:18112: warning: incompatible implicit declaration of built-in function 'exit'
configure:18116: warning: incompatible implicit declaration of built-in function 'exit'
configure:18121: warning: incompatible implicit declaration of built-in function 'exit'
configure:18158: checking for strlcat
configure:18186: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
./cc10IUtB.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:18180: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 18163 "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:18158: checking for strlcpy
configure:18186: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
./ccGexkuH.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:18180: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 18163 "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:18158: checking for getopt
configure:18186: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:18213: checking whether utime accepts a null argument
configure:18234: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:18228: warning: incompatible implicit declaration of built-in function 'exit'
configure:18260: checking for working alloca.h
configure:18293: checking for alloca
configure:18326: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:18493: checking for declared timezone
configure:18514: gcc -c -g -O2  conftest.c 1>&5
configure:18540: checking for type of reentrant time-related functions
configure:18569: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:18561: warning: assignment makes integer from pointer without a cast
configure:18562: error: too many arguments to function 'asctime_r'
configure: failed program was:
#line 18551 "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:18601: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:18594: error: too many arguments to function 'asctime_r'
configure: failed program was:
#line 18585 "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:18639: checking for readdir_r
configure:18667: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:18689: checking for type of readdir_r
configure:18725: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:18717: warning: incompatible implicit declaration of built-in function 'exit'
configure:18788: checking for in_addr_t
configure:18827: checking for crypt_r
configure:18855: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
./cc2VVbee.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:18849: undefined reference to `crypt_r'
collect2: ld returned 1 exit status
configure: failed program was:
#line 18832 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char crypt_r(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt_r();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_crypt_r) || defined (__stub___crypt_r)
choke me
#else
crypt_r();
#endif

; return 0; }
configure:19012: checking whether to include gcov symbols
configure:19175: checking whether to include debugging symbols
configure:19226: checking layout of installed files
configure:19261: checking path to configuration file
configure:19295: checking where to scan for configuration files
configure:19331: checking whether to enable safe mode by default
configure:19366: checking for safe mode exec dir
configure:19410: checking whether to enable PHP's own SIGCHLD handler
configure:19448: checking whether to enable magic quotes by default
configure:19486: checking whether to explicitly link against libgcc
configure:19566: checking whether to enable short tags by default
configure:19604: checking whether to enable dmalloc
configure:19692: checking whether to enable IPv6 support
configure:19722: checking how big to make fd sets
configure:19793: checking size of long
configure:19832: checking size of int
configure:19872: checking for int32_t
configure:19897: gcc -c -g -O2  conftest.c 1>&5
configure:19920: checking for uint32_t
configure:19945: gcc -c -g -O2  conftest.c 1>&5
configure:19977: checking for sys/types.h
configure:19977: checking for inttypes.h
configure:19977: checking for stdint.h
configure:19977: checking for string.h
configure:19977: checking for stdlib.h
configure:20017: checking for strtoll
configure:20045: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:20017: checking for atoll
configure:20045: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:20017: checking for strftime
configure:20471: checking whether to enable LIBXML support
configure:20519: checking libxml2 install dir
configure:21098: checking for OpenSSL support
configure:21145: checking for Kerberos support
configure:22574: checking for PCRE support
configure:23428: checking for ZLIB support
configure:23475: checking if the location of ZLIB install directory is defined
configure:24080: checking whether to enable bc style precision math functions
configure:24448: checking for BZip2 support
configure:25096: checking whether to enable calendar conversion support
configure:25443: checking whether to enable ctype functions
configure:25790: checking for cURL support
configure:25837: checking if we should use cURL for url streams
configure:27867: checking for QDBM support
configure:28198: checking for GDBM support
configure:28515: checking for NDBM support
configure:28834: checking for Berkeley DB4 support
configure:29157: checking for Berkeley DB3 support
configure:29480: checking for Berkeley DB2 support
configure:29719: checking for DB1 support
configure:30074: checking for DBM support
configure:30483: checking for CDB support
configure:30514: checking for INI File support
configure:30545: checking for FlatFile support
configure:30560: checking whether to enable DBA interface
configure:30890: checking whether to enable dbase support
configure:31237: checking whether to enable DOM support
configure:31924: checking whether to enable EXIF (metadata from images) support
configure:32271: checking for FrontBase SQL92 (fbsql) support
configure:32778: checking for FDF support
configure:33609: checking whether to enable input filter support
configure:33656: checking pcre install prefix
configure:34075: checking whether to enable FTP support
configure:34122: checking OpenSSL dir for FTP
configure:35139: checking for GD support
configure:35187: checking for the location of libjpeg
configure:35215: checking for the location of libpng
configure:35270: checking for the location of libXpm
configure:35296: checking for FreeType 1.x support
configure:35322: checking for FreeType 2
configure:35348: checking for T1lib support
configure:35374: checking whether to enable truetype string function in GD
configure:35400: checking whether to enable JIS-mapped Japanese font support in GD
configure:43760: checking for GNU gettext support
configure:44521: checking for GNU MP support
configure:44672: checking for __gmp_randinit_lc_2exp_size in -lgmp
configure:44691: gcc -o conftest -g -O2  -Wl,-rpath,/kunden/177922_22359/ms_appl/gmp-5.1.2/lib -L/kunden/177922_22359/ms_appl/gmp-5.1.2/lib  conftest.c -lgmp  -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:45307: checking whether to enable hash support
configure:45892: checking for iconv support
configure:47260: checking for IMAP support
configure:47307: checking for IMAP Kerberos support
configure:47333: checking for IMAP SSL support
configure:49682: checking for InterBase support
configure:50620: checking whether to enable JavaScript Object Serialization support
configure:51099: checking for LDAP support
configure:51146: checking for LDAP Cyrus SASL support
configure:53983: checking whether to enable multibyte string support
configure:54030: checking whether to enable multibyte regex support
configure:54056: checking whether to check multibyte regex backtrack
configure:54082: checking for external libmbfl
configure:55684: checking for mcrypt support
configure:56530: checking for mhash support
configure:57017: checking whether to include mime_magic support
configure:57386: checking for MING support
configure:58629: checking for mSQL support
configure:59153: checking for MSSQL support via FreeTDS
configure:59817: checking for MySQL support
configure:59864: checking for specified location of the MySQL UNIX socket
configure:61041: checking for MySQLi support
configure:61088: checking whether to enable embedded MySQLi support
configure:61874: checking for ncurses support
configure:62977: checking for Oracle (OCI8) support
configure:69276: checking whether to enable pcntl support
configure:69855: checking whether to enable PDO support
configure:80131: checking for PostgreSQL support
configure:81767: checking whether to enable POSIX-like functions
configure:82297: checking for PSPELL support
configure:83043: checking for libedit readline replacement
configure:83091: checking for readline support
configure:84653: checking for recode support
configure:85478: checking whether to enable reflection support
configure:85804: checking whether to enable PHP sessions
configure:85851: checking for mm support
configure:86621: checking whether to enable shmop support
configure:86968: checking whether to enable SimpleXML support
configure:87620: checking for SNMP support
configure:87667: checking OpenSSL dir for SNMP
configure:87693: checking whether to enable UCD SNMP hack
configure:89496: checking whether to enable SOAP support
configure:90110: checking whether to enable sockets support
configure:90615: checking enable SPL suppport
configure:91044: checking for sqlite support
configure:91091: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)
configure:92085: checking whether flush should be called explicitly after a buffered io
configure:92134: gcc -o conftest -g -O2   conftest.c -lrt -lresolv -lm -ldl -lnsl  1>&5
configure: In function 'main':
configure:92117: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
configure:92120: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
configure:92123: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
./ccscHGY5.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:92103: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:92162: checking for crypt in -lcrypt
configure:92181: gcc -o conftest -g -O2   conftest.c -lcrypt  -lrt -lresolv -lm -ldl -lnsl  1>&5
configure:92210: checking for standard DES crypt
configure:92240: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure: In function 'main':
configure:92233: warning: incompatible implicit declaration of built-in function 'exit'
configure:92270: checking for extended DES crypt
configure:92300: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure: In function 'main':
configure:92293: warning: incompatible implicit declaration of built-in function 'exit'
configure: failed program was:
#line 92281 "configure"
#include "confdefs.h"

#if HAVE_UNISTD_H
#include <unistd.h>
#endif

#if HAVE_CRYPT_H
#include <crypt.h>
#endif

main() {
#if HAVE_CRYPT
  exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
#else
  exit(0);
#endif
}
configure:92330: checking for MD5 crypt
configure:92369: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure: In function 'main':
configure:92360: warning: incompatible implicit declaration of built-in function 'strcpy'
configure:92361: warning: incompatible implicit declaration of built-in function 'strcat'
configure:92362: warning: incompatible implicit declaration of built-in function 'exit'
configure:92428: checking for Blowfish crypt
configure:92464: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure: In function 'main':
configure:92454: warning: incompatible implicit declaration of built-in function 'strcat'
configure:92455: warning: incompatible implicit declaration of built-in function 'strcpy'
configure:92457: warning: incompatible implicit declaration of built-in function 'exit'
configure: failed program was:
#line 92439 "configure"
#include "confdefs.h"

#if HAVE_UNISTD_H
#include <unistd.h>
#endif

#if HAVE_CRYPT_H
#include <crypt.h>
#endif

main() {
#if HAVE_CRYPT
    char salt[30], answer[70];
    
    salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0';
    strcat(salt,"rasmuslerd............");
    strcpy(answer,salt);
    strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra");
    exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
	exit(0);
#endif
}
configure:92496: checking for getcwd
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92496: checking for getwd
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
./cctHmL1D.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:92518: warning: the `getwd' function is dangerous and should not be used.
configure:92496: checking for asinh
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'asinh'
configure:92496: checking for acosh
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'acosh'
configure:92496: checking for atanh
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'atanh'
configure:92496: checking for log1p
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'log1p'
configure:92496: checking for hypot
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'hypot'
configure:92496: checking for glob
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92496: checking for strfmon
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'strfmon'
configure:92496: checking for nice
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92496: checking for fpclass
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
./ccYmQ6Ea.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:92518: undefined reference to `fpclass'
collect2: ld returned 1 exit status
configure: failed program was:
#line 92501 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fpclass(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char fpclass();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fpclass) || defined (__stub___fpclass)
choke me
#else
fpclass();
#endif

; return 0; }
configure:92496: checking for isinf
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'isinf'
configure:92496: checking for isnan
configure:92524: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92508: warning: conflicting types for built-in function 'isnan'
configure:92549: checking for working fnmatch
configure:92564: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure: In function 'main':
configure:92561: warning: incompatible implicit declaration of built-in function 'exit'
configure:92730: checking which regex library to use
configure:92734: checking whether rounding works as expected
configure:92755: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92781: checking for fork
configure:92809: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:92793: warning: conflicting types for built-in function 'fork'
configure:92840: checking if your OS can spawn processes with inherited handles
configure:92865: checking for res_nmkquery
configure:92893: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
./ccnqDS0E.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:92887: undefined reference to `res_nmkquery'
collect2: ld returned 1 exit status
configure: failed program was:
#line 92870 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_nmkquery(); 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_nmkquery();

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_nmkquery) || defined (__stub___res_nmkquery)
choke me
#else
res_nmkquery();
#endif

; return 0; }
configure:92911: checking for __res_nmkquery
configure:92939: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:93400: checking for res_nsend
configure:93428: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
./ccXP48uQ.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:93422: undefined reference to `res_nsend'
collect2: ld returned 1 exit status
configure: failed program was:
#line 93405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_nsend(); 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_nsend();

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_nsend) || defined (__stub___res_nsend)
choke me
#else
res_nsend();
#endif

; return 0; }
configure:93446: checking for __res_nsend
configure:93474: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:93935: checking for dn_expand
configure:93963: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94477: checking whether atof() accepts NAN
configure:94508: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94535: checking whether atof() accepts INF
configure:94569: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94596: checking whether HUGE_VAL == INF
configure:94630: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94657: checking whether HUGE_VAL + -HUGEVAL == NAN
configure:94693: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94720: checking whether strptime() declaration fails
configure:94742: gcc -c -g -O2  conftest.c 1>&5
configure:94770: checking for wchar.h
configure:94780: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:94809: checking for mblen
configure:94837: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94864: checking for mbrlen
configure:94892: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94864: checking for mbsinit
configure:94892: gcc -o conftest -g -O2   conftest.c -lcrypt -lrt -lresolv -lm -ldl -lnsl  -lcrypt 1>&5
configure:94917: checking for mbstate_t
configure:94936: gcc -c -g -O2  conftest.c 1>&5
configure:95323: checking for Sybase support
configure:96001: checking for Sybase-CT support
configure:98348: checking whether to enable System V IPC support
configure:98731: checking whether to enable System V semaphore support
configure:99124: checking whether to enable System V shared memory support
configure:99471: checking for TIDY support
configure:100126: checking whether to enable tokenizer support
configure:100475: checking whether to enable WDDX support
configure:100550: checking libexpat dir for WDDX
configure:101333: checking whether to enable XML support
configure:101408: checking libexpat install dir
configure:102161: checking whether to enable XMLReader support
configure:102807: checking for XMLRPC-EPI support
configure:102882: checking libexpat dir for XMLRPC-EPI
configure:102908: checking iconv dir for XMLRPC-EPI
configure:105347: checking whether to enable XMLWriter support
configure:105961: checking for XSL support
configure:106640: checking for zip archive read/writesupport
configure:107271: checking whether to install PEAR
configure:107381: checking for bison version
configure:107438: checking for inttypes.h
configure:107438: checking for stdint.h
configure:107438: checking for limits.h
configure:107438: checking for malloc.h
configure:107448: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:107438: checking for string.h
configure:107438: checking for unistd.h
configure:107438: checking for stdarg.h
configure:107438: checking for sys/types.h
configure:107438: checking for sys/time.h
configure:107438: checking for signal.h
configure:107438: checking for unix.h
configure:107438: checking for stdlib.h
configure:107438: checking for mach-o/dyld.h
configure:107438: checking for dlfcn.h
configure:107476: checking for size_t
configure:107509: checking return type of signal handlers
configure:107531: gcc -c -g -O2  conftest.c 1>&5
configure:107555: checking for uint
configure:107588: checking for ulong
configure:107623: checking for int32_t
configure:107644: gcc -c -g -O2  conftest.c 1>&5
configure:107663: checking for uint32_t
configure:107684: gcc -c -g -O2  conftest.c 1>&5
configure:107703: checking for vprintf
configure:107808: checking for 8-bit clean memcmp
configure:107826: gcc -o conftest -g -O2   conftest.c  1>&5
configure: In function 'main':
configure:107821: warning: incompatible implicit declaration of built-in function 'exit'
configure:107846: checking for working alloca.h
configure:107879: checking for alloca
configure:108080: checking for memcpy
configure:108080: checking for strdup
configure:108080: checking for getpid
configure:108108: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108080: checking for kill
configure:108108: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108080: checking for strtod
configure:108108: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108080: checking for strtol
configure:108108: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108080: checking for finite
configure:108108: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108092: warning: conflicting types for built-in function 'finite'
configure:108080: checking for fpclass
configure:108134: checking whether sprintf is broken
configure:108149: gcc -o conftest -g -O2   conftest.c  1>&5
configure: In function 'main':
configure:108146: warning: incompatible implicit declaration of built-in function 'exit'
configure:108146: warning: incompatible implicit declaration of built-in function 'sprintf'
configure:108183: checking for finite
configure:108183: checking for isfinite
configure:108211: gcc -o conftest -g -O2   conftest.c  1>&5
./cc8EbFIz.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:108205: undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure: failed program was:
#line 108188 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char isfinite(); 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 isfinite();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif

; return 0; }
configure:108183: checking for isinf
configure:108183: checking for isnan
configure:108238: checking whether fp_except is defined
configure:108255: gcc -c -g -O2  conftest.c 1>&5
configure:108246:27: error: floatingpoint.h: No such file or directory
configure: In function 'main':
configure:108250: error: 'fp_except' undeclared (first use in this function)
configure:108250: error: (Each undeclared identifier is reported only once
configure:108250: error: for each function it appears in.)
configure:108250: error: expected ';' before 'x'
configure: failed program was:
#line 108244 "configure"
#include "confdefs.h"

#include <floatingpoint.h>

int main() {

fp_except x = (fp_except) 0;

; return 0; }
configure:108285: checking for dlfcn.h
configure:108323: checking whether dlsym() requires a leading underscore in symbol names
configure:108393: gcc -o conftest -g -O2   conftest.c  1>&5
configure: In function 'main':
configure:108389: warning: incompatible implicit declaration of built-in function 'exit'
./ccdrzpFH.o: In function `main':
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:108377: undefined reference to `dlopen'
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:108382: undefined reference to `dlsym'
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:108387: undefined reference to `dlerror'
/kunden/177922_22359/ms_appl/sources/php-5.2.17/configure:108383: undefined reference to `dlsym'
collect2: ld returned 1 exit status
configure:108476: checking virtual machine dispatch method
configure:108480: checking whether to enable thread-safety
configure:108484: checking whether to enable inline optimization for GCC
configure:108488: checking whether to enable Zend debugging
configure:108492: checking whether to enable Zend multibyte
configure:108565: checking for inline
configure:108579: gcc -c -g -O2  conftest.c 1>&5
configure:108608: checking target system is Darwin
configure:108620: checking for MM alignment and log values
configure:108664: gcc -o conftest -g -O2   conftest.c  1>&5
configure: In function 'main':
configure:108659: warning: incompatible implicit declaration of built-in function 'exit'
configure:108689: checking for memory allocation using mmap(MAP_ANON)
configure:108733: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108755: checking for memory allocation using mmap(/dev/zero)
configure:108809: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108833: checking for mremap
configure:108861: gcc -o conftest -g -O2   conftest.c  1>&5
configure:108928: checking for stdarg.h
configure:109970: checking build system type
configure:109999: checking for ld used by gcc
configure:110071: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
configure:110091: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
configure:110116: checking for BSD-compatible nm
configure:110169: checking how to recognize dependent libraries
configure:110361: checking for object suffix
configure:110367: gcc -c -g -O2  conftest.c 1>&5
configure:110387: checking for executable suffix
configure:110397: gcc -o conftest -g -O2    conftest.c  1>&5
configure:110626: checking the maximum length of command line arguments
configure:110748: checking command to parse /usr/bin/nm -B output from gcc object
configure:110852: gcc -c -g -O2  conftest.c 1>&5
configure:110855: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' > conftest.nm
configure:110906: gcc -o conftest -g -O2    conftest.c conftstm.o 1>&5
configure:110946: checking for objdir
configure:111012: checking for ar
configure:111079: checking for ranlib
configure:111146: checking for strip
configure:111702: checking if gcc supports -fno-rtti -fno-exceptions
configure:111719: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c 1>&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:111723: $? = 0
configure:111752: checking for gcc option to produce PIC
configure:111999: checking if gcc PIC flag -fPIC works
configure:112016: gcc -c -g -O2  -fPIC -DPIC conftest.c 1>&5
configure:112020: $? = 0
configure:112062: checking if gcc static flag -static works
configure:112100: checking if gcc supports -c -o file.o
configure:112120: gcc -c -g -O2  -o out/conftest2.o conftest.c 1>&5
configure:112124: $? = 0
configure:112171: checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:113115: checking whether -lc should be explicitly linked in
configure:113119: gcc -c -g -O2  conftest.c 1>&5
configure:113133: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
configure:113152: checking dynamic linker characteristics
configure:113777: checking how to hardcode library paths into programs
configure:113815: checking whether stripping libraries is possible
configure:114405: checking if libtool supports shared libraries
configure:114409: checking whether to build shared libraries
configure:114432: checking whether to build static libraries
