This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:583: checking whether to use symlinks for manpages configure:595: checking whether to compress the manpages configure:621: checking whether to add a package name suffix for the manpages configure:652: checking for gcc configure:765: checking whether the C compiler (cc -O -pipe ) works configure:781: cc -o conftest -O -pipe conftest.c 1>&5 configure:807: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:812: checking whether we are using GNU C configure:821: cc -E conftest.c configure:840: checking whether cc accepts -g configure:882: checking how to run the C preprocessor configure:903: cc -E conftest.c >/dev/null 2>conftest.out configure:963: checking dirent.h configure:995: cc -o conftest -O -pipe conftest.c 1>&5 configure:1018: checking for errno.h configure:1028: cc -E conftest.c >/dev/null 2>conftest.out configure:1055: checking for float.h configure:1065: cc -E conftest.c >/dev/null 2>conftest.out configure:1092: checking for values.h configure:1102: cc -E conftest.c >/dev/null 2>conftest.out configure:1129: checking for limits.h configure:1139: cc -E conftest.c >/dev/null 2>conftest.out configure:1169: checking for stdlib.h configure:1179: cc -E conftest.c >/dev/null 2>conftest.out configure:1251: checking for string.h configure:1261: cc -E conftest.c >/dev/null 2>conftest.out configure:1324: checking for sys/wait.h configure:1334: cc -E conftest.c >/dev/null 2>conftest.out configure:1361: checking for dlfcn.h configure:1371: cc -E conftest.c >/dev/null 2>conftest.out configure:1402: checking for unistd.h configure:1412: cc -E conftest.c >/dev/null 2>conftest.out configure:1402: checking for sys/param.h configure:1412: cc -E conftest.c >/dev/null 2>conftest.out configure:1447: checking if the compiler understands -pipe configure:1461: cc -c -O -pipe -pipe conftest.c 1>&5 configure:1521: checking for pthread_mutex_init in -pthread configure:1540: cc -o conftest -O -pipe -pipe conftest.c -pthread 1>&5 cc: unrecognized option `-pthread' configure:1761: checking for pthread_attr_setstacksize configure:1789: cc -o conftest -O -pipe -pipe conftest.c -pthread 1>&5 cc: unrecognized option `-pthread' configure:1816: checking for pthread_atfork configure:1844: cc -o conftest -O -pipe -pipe conftest.c -pthread 1>&5 cc: unrecognized option `-pthread' configure:1874: checking for building with threads configure:1905: checking for sin configure:1933: cc -o conftest -O -pipe -pipe conftest.c 1>&5 configure:1917: warning: conflicting types for built-in function `sin' configure:1954: checking for main in -lieee configure:1969: cc -o conftest -O -pipe -pipe conftest.c -lieee 1>&5 ld: can't locate file for: -lieee configure: failed program was: #line 1962 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1996: checking for main in -linet configure:2011: cc -o conftest -O -pipe -pipe conftest.c -linet 1>&5 ld: can't locate file for: -linet configure: failed program was: #line 2004 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2033: checking for net/errno.h configure:2043: cc -E conftest.c >/dev/null 2>conftest.out configure:2039:23: net/errno.h: No such file or directory configure: failed program was: #line 2038 "configure" #include "confdefs.h" #include configure:2088: checking for connect configure:2116: cc -o conftest -O -pipe -pipe conftest.c 1>&5 configure:2281: checking for gethostbyname configure:2309: cc -o conftest -O -pipe -pipe conftest.c 1>&5 configure:2382: checking how to build libraries configure:2421: checking for ranlib configure:2453: checking if 64bit support is requested configure:2467: checking if 64bit Sparc VIS support is requested configure:2488: checking system version configure:2523: checking for dlopen in -ldl configure:2542: cc -o conftest -O -pipe -pipe conftest.c -ldl -pthread 1>&5 cc: unrecognized option `-pthread' configure:2590: checking for ar configure:3556: checking if ld accepts -single_module flag configure:3571: cc -o conftest -O -pipe -pipe -dynamiclib -Wl,-single_module conftest.c -pthread 1>&5 cc: unrecognized option `-pthread' configure:3598: checking if ld accepts -search_paths_first flag configure:3613: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /usr/lib/libSystem.B.dylib is not prebound configure:3636: checking whether to use CoreFoundation configure:3648: checking for CoreFoundation.framework configure:3669: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4362: checking for build with symbols configure:4423: checking for required early compiler flags configure:4437: cc -c -O -pipe -pipe conftest.c 1>&5 configure:4487: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4483: error: storage size of `buf' isn't known configure: failed program was: #line 4480 "configure" #include "confdefs.h" #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:4503: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4499: error: storage size of `buf' isn't known configure: failed program was: #line 4495 "configure" #include "confdefs.h" #define _LARGEFILE64_SOURCE 1 #include int main() { struct stat64 buf; int i = stat64("/", &buf); ; return 0; } configure:4537: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4533: error: `open64' undeclared (first use in this function) configure:4533: error: (Each undeclared identifier is reported only once configure:4533: error: for each function it appears in.) configure: failed program was: #line 4530 "configure" #include "confdefs.h" #include int main() { char *p = (char *)open64; ; return 0; } configure:4553: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4549: error: `open64' undeclared (first use in this function) configure:4549: error: (Each undeclared identifier is reported only once configure:4549: error: for each function it appears in.) configure: failed program was: #line 4545 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE64 1 #include int main() { char *p = (char *)open64; ; return 0; } configure:4584: checking for 64-bit integer type configure:4599: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4595: error: `__int64' undeclared (first use in this function) configure:4595: error: (Each undeclared identifier is reported only once configure:4595: error: for each function it appears in.) configure:4595: error: parse error before "value" configure: failed program was: #line 4592 "configure" #include "confdefs.h" int main() { __int64 value = (__int64) 0; ; return 0; } configure:4622: cc -c -O -pipe -pipe conftest.c 1>&5 configure:4647: checking for struct dirent64 configure:4661: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4657: error: storage size of `p' isn't known configure: failed program was: #line 4653 "configure" #include "confdefs.h" #include #include int main() { struct dirent64 p; ; return 0; } configure:4682: checking for struct stat64 configure:4696: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4691: error: storage size of `p' isn't known configure: failed program was: #line 4688 "configure" #include "confdefs.h" #include int main() { struct stat64 p; ; return 0; } configure:4719: checking for open64 configure:4747: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound ld: Undefined symbols: _open64 configure: failed program was: #line 4724 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char open64(); 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 open64(); 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_open64) || defined (__stub___open64) choke me #else open64(); #endif ; return 0; } configure:4719: checking for lseek64 configure:4747: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound ld: Undefined symbols: _lseek64 configure: failed program was: #line 4724 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char lseek64(); 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 lseek64(); 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_lseek64) || defined (__stub___lseek64) choke me #else lseek64(); #endif ; return 0; } configure:4772: checking for off64_t configure:4786: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4781: error: `off64_t' undeclared (first use in this function) configure:4781: error: (Each undeclared identifier is reported only once configure:4781: error: for each function it appears in.) configure:4781: error: parse error before "offset" configure: failed program was: #line 4778 "configure" #include "confdefs.h" #include int main() { off64_t offset; ; return 0; } configure:4818: checking whether byte ordering is bigendian configure:4836: cc -c -O -pipe -pipe conftest.c 1>&5 configure:4851: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:4846: error: `not' undeclared (first use in this function) configure:4846: error: (Each undeclared identifier is reported only once configure:4846: error: for each function it appears in.) configure:4846: error: parse error before "big" configure: failed program was: #line 4840 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:4917: checking for getcwd configure:4945: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for opendir configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for strstr configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' configure:4991: warning: conflicting types for built-in function `strstr' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for strtol configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for strtoll configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for strtoull configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for tmpnam configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:4979: checking for waitpid configure:5007: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5034: checking for strerror configure:5062: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5086: checking for getwd configure:5114: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5138: checking for wait3 configure:5166: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5190: checking for uname configure:5218: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5249: checking for realpath configure:5277: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5307: checking for getpwuid_r configure:5335: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5351: checking for getpwuid_r with 5 args configure:5374: cc -c -O -pipe -pipe conftest.c 1>&5 configure:5451: checking for getpwnam_r configure:5479: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5495: checking for getpwnam_r with 5 args configure:5518: cc -c -O -pipe -pipe conftest.c 1>&5 configure:5595: checking for getgrgid_r configure:5623: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5639: checking for getgrgid_r with 5 args configure:5662: cc -c -O -pipe -pipe conftest.c 1>&5 configure:5739: checking for getgrnam_r configure:5767: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:5783: checking for getgrnam_r with 5 args configure:5806: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6260: checking for sys/modem.h configure:6270: cc -E conftest.c >/dev/null 2>conftest.out configure:6266:23: sys/modem.h: No such file or directory configure: failed program was: #line 6265 "configure" #include "confdefs.h" #include configure:6297: checking termios vs. termio vs. sgtty configure:6321: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:6532: checking for fd_set in sys/types configure:6545: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6604: checking whether struct tm is in sys/time.h or time.h configure:6617: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6642: checking for sys/time.h configure:6652: cc -E conftest.c >/dev/null 2>conftest.out configure:6679: checking whether time.h and sys/time.h may both be included configure:6693: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6714: checking for tm_zone in struct tm configure:6727: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6787: checking for gmtime_r configure:6815: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:6787: checking for localtime_r configure:6815: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:6841: checking tm_tzadj in struct tm configure:6854: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:6850: error: structure has no member named `tm_tzadj' configure: failed program was: #line 6847 "configure" #include "confdefs.h" #include int main() { struct tm tm; tm.tm_tzadj; ; return 0; } configure:6875: checking tm_gmtoff in struct tm configure:6888: cc -c -O -pipe -pipe conftest.c 1>&5 configure:6913: checking long timezone variable configure:6928: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:6922: error: `timezone' redeclared as different kind of symbol /usr/include/time.h:149: error: previous declaration of `timezone' configure: failed program was: #line 6919 "configure" #include "confdefs.h" #include int main() { extern long timezone; timezone += 1; exit (0); ; return 0; } configure:6951: checking time_t timezone variable configure:6966: cc -c -O -pipe -pipe conftest.c 1>&5 configure: In function `main': configure:6960: error: `timezone' redeclared as different kind of symbol /usr/include/time.h:149: error: previous declaration of `timezone' configure: failed program was: #line 6957 "configure" #include "confdefs.h" #include int main() { extern time_t timezone; timezone += 1; exit (0); ; return 0; } configure:6993: checking for st_blksize in struct stat configure:7006: cc -c -O -pipe -pipe conftest.c 1>&5 configure:7027: checking for fstatfs configure:7055: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7084: checking for 8-bit clean memcmp configure:7102: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7126: checking for memmove configure:7154: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7187: checking proper strstr implementation configure:7205: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7232: checking for strtoul configure:7260: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7282: checking proper strtoul implementation configure:7307: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7336: checking for strtod configure:7364: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7386: checking proper strtod implementation configure:7411: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7443: checking for strtod configure:7493: checking for Solaris2.4/Tru64 strtod bugs configure:7525: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7556: checking for ANSI C header files configure:7569: cc -E conftest.c >/dev/null 2>conftest.out configure:7636: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7660: checking for mode_t configure:7693: checking for pid_t configure:7726: checking for size_t configure:7759: checking for uid_t in sys/types.h configure:7794: checking for socklen_t configure:7839: checking for opendir configure:7900: checking union wait configure:7918: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:7945: checking for strncasecmp configure:7973: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:8095: checking for BSDgettimeofday configure:8123: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound ld: Undefined symbols: _BSDgettimeofday configure: failed program was: #line 8100 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char BSDgettimeofday(); 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 BSDgettimeofday(); 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_BSDgettimeofday) || defined (__stub___BSDgettimeofday) choke me #else BSDgettimeofday(); #endif ; return 0; } configure:8145: checking for gettimeofday configure:8173: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:8200: checking for gettimeofday declaration configure:8237: checking whether char is unsigned configure:8300: checking signed char declarations configure:8316: cc -c -O -pipe -pipe conftest.c 1>&5 configure:8341: checking for a putenv() that copies the buffer configure:8372: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure: failed program was: #line 8350 "configure" #include "confdefs.h" #include #define OURVAR "havecopy=yes" int main (int argc, char *argv[]) { char *foo, *bar; foo = (char *)strdup(OURVAR); putenv(foo); strcpy((char *)(strchr(foo, '=') + 1), "no"); bar = getenv("havecopy"); if (!strcmp(bar, "no")) { /* doesnt copy */ return 0; } else { /* does copy */ return 1; } } configure:8412: checking for langinfo.h configure:8422: cc -E conftest.c >/dev/null 2>conftest.out configure:8446: checking whether to use nl_langinfo configure:8460: cc -c -O -pipe -pipe conftest.c 1>&5 configure:8493: checking for copyfile.h configure:8503: cc -E conftest.c >/dev/null 2>conftest.out configure:8532: checking for copyfile configure:8560: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:8589: checking for libkern/OSAtomic.h configure:8599: cc -E conftest.c >/dev/null 2>conftest.out configure:8628: checking for OSSpinLockLock configure:8656: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:8683: checking for pthread_atfork configure:8752: checking for AvailabilityMacros.h configure:8762: cc -E conftest.c >/dev/null 2>conftest.out configure:8790: checking if weak import is available configure:8813: cc -o conftest -O -pipe -pipe -Werror -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' configure:8804:22: #error MAC_OS_X_VERSION_MIN_REQUIRED < 1020 configure: failed program was: #line 8797 "configure" #include "confdefs.h" #ifdef __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1020 #error __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1020 #endif #elif MAC_OS_X_VERSION_MIN_REQUIRED < 1020 #error MAC_OS_X_VERSION_MIN_REQUIRED < 1020 #endif int rand(void) __attribute__((weak_import)); int main() { rand(); ; return 0; } configure:8841: checking for fts configure:8862: cc -o conftest -O -pipe -pipe -prebind -headerpad_max_install_names -Wl,-search_paths_first conftest.c -pthread -framework CoreFoundation 1>&5 cc: unrecognized option `-pthread' ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation is not prebound configure:8894: checking for sys/ioctl.h configure:8904: cc -E conftest.c >/dev/null 2>conftest.out configure:8934: checking for sys/filio.h configure:8944: cc -E conftest.c >/dev/null 2>conftest.out configure:8972: checking system version configure:9003: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O configure:9124: checking whether to enable DTrace support configure:9167: checking how to package libraries