This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by git configure 1.7.12.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ispc.klape.eu uname -m = x86_64 uname -r = 2.6.26-2-openvz-amd64 uname -s = Linux uname -v = #1 SMP Wed Sep 21 04:25:23 UTC 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1854: Setting lib to 'lib' (the default) configure:1877: Will try -pthread then -lpthread to enable POSIX Threads. configure:1911: CHECKS for site configuration configure:2302: CHECKS for programs configure:2359: checking for cc configure:2375: found /usr/bin/cc configure:2386: result: cc configure:2422: checking for C compiler version configure:2429: cc --version >&5 cc (Debian 4.3.2-1.1) 4.3.2 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2432: $? = 0 configure:2439: cc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.3.2 (Debian 4.3.2-1.1) configure:2442: $? = 0 configure:2449: cc -V >&5 cc: '-V' option must have argument configure:2452: $? = 1 configure:2475: checking for C compiler default output file name configure:2502: cc conftest.c >&5 configure:2505: $? = 0 configure:2543: result: a.out configure:2560: checking whether the C compiler works configure:2570: ./a.out configure:2573: $? = 0 configure:2590: result: yes configure:2597: checking whether we are cross compiling configure:2599: result: no configure:2602: checking for suffix of executables configure:2609: cc -o conftest conftest.c >&5 configure:2612: $? = 0 configure:2636: result: configure:2642: checking for suffix of object files configure:2668: cc -c conftest.c >&5 configure:2671: $? = 0 configure:2694: result: o configure:2698: checking whether we are using the GNU C compiler configure:2727: cc -c conftest.c >&5 configure:2733: $? = 0 configure:2750: result: yes configure:2755: checking whether cc accepts -g configure:2785: cc -c -g conftest.c >&5 configure:2791: $? = 0 configure:2890: result: yes configure:2907: checking for cc option to accept ISO C89 configure:2981: cc -c -g -O2 conftest.c >&5 configure:2987: $? = 0 configure:3010: result: none needed configure:3029: checking for inline configure:3055: cc -c -g -O2 conftest.c >&5 configure:3061: $? = 0 configure:3079: result: inline configure:3105: checking if linker supports -R configure:3134: cc -o conftest -g -O2 -R / conftest.c >&5 cc: unrecognized option '-R' /usr/bin/ld: /: No such file: File format not recognized collect2: ld returned 1 exit status configure:3140: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3159: result: no configure:3165: checking if linker supports -Wl,-rpath, configure:3194: cc -o conftest -g -O2 -Wl,-rpath,/ conftest.c >&5 configure:3200: $? = 0 configure:3219: result: yes configure:3340: checking for gar configure:3370: result: no configure:3340: checking for ar configure:3356: found /usr/bin/ar configure:3367: result: ar configure:3399: checking for gtar configure:3429: result: no configure:3399: checking for tar configure:3415: found /bin/tar configure:3426: result: tar configure:3441: checking for gnudiff configure:3471: result: no configure:3441: checking for gdiff configure:3471: result: no configure:3441: checking for diff configure:3457: found /usr/bin/diff configure:3468: result: diff configure:3541: checking for asciidoc configure:3571: result: no configure:3597: CHECKS for libraries configure:3612: checking for SHA1_Init in -lcrypto configure:3647: cc -o conftest -g -O2 conftest.c -lcrypto >&5 /usr/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure:3653: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SHA1_Init (); | int | main () | { | return SHA1_Init (); | ; | return 0; | } configure:3671: result: no configure:3676: checking for SHA1_Init in -lssl configure:3711: cc -o conftest -g -O2 conftest.c -lssl >&5 /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status configure:3717: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char SHA1_Init (); | int | main () | { | return SHA1_Init (); | ; | return 0; | } configure:3735: result: no configure:3865: checking for curl_global_init in -lcurl configure:3900: cc -o conftest -g -O2 conftest.c -lcurl >&5 configure:3906: $? = 0 configure:3924: result: yes configure:3955: checking for XML_ParserCreate in -lexpat configure:3990: cc -o conftest -g -O2 conftest.c -lexpat >&5 /usr/bin/ld: cannot find -lexpat collect2: ld returned 1 exit status configure:3996: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XML_ParserCreate (); | int | main () | { | return XML_ParserCreate (); | ; | return 0; | } configure:4014: result: no configure:4067: checking for iconv in -lc configure:4090: cc -o conftest -g -O2 conftest.c -lc >&5 configure:4096: $? = 0 configure:4102: result: yes configure:4151: checking for deflateBound in -lz configure:4177: cc -o conftest -g -O2 conftest.c -lz >&5 configure:4183: $? = 0 configure:4189: result: yes configure:4216: checking for socket in -lc configure:4251: cc -o conftest -g -O2 conftest.c -lc >&5 configure:4257: $? = 0 configure:4275: result: yes configure:4297: checking for inet_ntop configure:4353: cc -o conftest -g -O2 conftest.c >&5 configure:4359: $? = 0 configure:4376: result: yes configure:4456: checking for inet_pton configure:4512: cc -o conftest -g -O2 conftest.c >&5 configure:4518: $? = 0 configure:4535: result: yes configure:4614: checking for hstrerror configure:4670: cc -o conftest -g -O2 conftest.c >&5 configure:4676: $? = 0 configure:4693: result: yes configure:4774: checking for basename in -lc configure:4809: cc -o conftest -g -O2 conftest.c -lc >&5 configure:4815: $? = 0 configure:4833: result: yes configure:4844: checking for gettext in -lc configure:4879: cc -o conftest -g -O2 conftest.c -lc >&5 conftest.c:15: warning: conflicting types for built-in function 'gettext' configure:4885: $? = 0 configure:4903: result: yes configure:4921: checking how to run the C preprocessor configure:4961: cc -E conftest.c configure:4967: $? = 0 configure:4998: cc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:5004: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | #include configure:5037: result: cc -E configure:5066: cc -E conftest.c configure:5072: $? = 0 configure:5103: cc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:5109: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | /* end confdefs.h. */ | #include configure:5147: checking for grep that handles long lines and -e configure:5221: result: /bin/grep configure:5226: checking for egrep configure:5304: result: /bin/grep -E configure:5309: checking for ANSI C header files configure:5339: cc -c -g -O2 conftest.c >&5 configure:5345: $? = 0 configure:5444: cc -o conftest -g -O2 conftest.c >&5 configure:5447: $? = 0 configure:5453: ./conftest configure:5456: $? = 0 configure:5473: result: yes configure:5497: checking for sys/types.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for sys/stat.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for stdlib.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for string.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for memory.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for strings.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for inttypes.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for stdint.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5497: checking for unistd.h configure:5518: cc -c -g -O2 conftest.c >&5 configure:5524: $? = 0 configure:5540: result: yes configure:5562: checking libintl.h usability configure:5579: cc -c -g -O2 conftest.c >&5 configure:5585: $? = 0 configure:5599: result: yes configure:5603: checking libintl.h presence configure:5618: cc -E conftest.c configure:5624: $? = 0 configure:5638: result: yes configure:5671: checking for libintl.h configure:5678: result: yes configure:5696: CHECKS for header files configure:5710: checking sys/select.h usability configure:5727: cc -c -g -O2 conftest.c >&5 configure:5733: $? = 0 configure:5747: result: yes configure:5751: checking sys/select.h presence configure:5766: cc -E conftest.c configure:5772: $? = 0 configure:5786: result: yes configure:5819: checking for sys/select.h configure:5826: result: yes configure:5850: checking sys/poll.h usability configure:5867: cc -c -g -O2 conftest.c >&5 configure:5873: $? = 0 configure:5887: result: yes configure:5891: checking sys/poll.h presence configure:5906: cc -E conftest.c configure:5912: $? = 0 configure:5926: result: yes configure:5959: checking for sys/poll.h configure:5966: result: yes configure:5981: checking for inttypes.h configure:5986: result: yes configure:6132: checking for old iconv() configure:6162: cc -c -g -O2 conftest.c >&5 configure:6168: $? = 0 configure:6173: result: no configure:6196: CHECKS for typedefs, structures, and compiler characteristics configure:6200: checking for socklen_t configure:6232: cc -c -g -O2 conftest.c >&5 configure:6238: $? = 0 configure:6253: result: yes configure:6350: checking for struct dirent.d_ino configure:6379: cc -c -g -O2 conftest.c >&5 configure:6385: $? = 0 configure:6443: result: yes configure:6455: checking for struct dirent.d_type configure:6484: cc -c -g -O2 conftest.c >&5 configure:6490: $? = 0 configure:6548: result: yes configure:6560: checking for struct sockaddr_storage configure:6594: cc -c -g -O2 conftest.c >&5 configure:6600: $? = 0 configure:6615: result: yes configure:6626: checking for struct addrinfo configure:6661: cc -c -g -O2 conftest.c >&5 configure:6667: $? = 0 configure:6682: result: yes configure:6686: checking for getaddrinfo configure:6742: cc -o conftest -g -O2 conftest.c >&5 configure:6748: $? = 0 configure:6765: result: yes configure:6769: checking for library containing getaddrinfo configure:6810: cc -o conftest -g -O2 conftest.c >&5 configure:6816: $? = 0 configure:6844: result: none required configure:6867: checking whether the platform regex can handle null bytes configure:6908: result: yes configure:6919: checking whether system succeeds to read fopen'ed directory configure:6955: cc -o conftest -g -O2 conftest.c >&5 configure:6958: $? = 0 configure:6964: ./conftest configure:6967: $? = 0 configure:6984: result: no configure:6996: checking whether snprintf() and/or vsnprintf() return bogus value configure:7045: cc -o conftest -g -O2 conftest.c >&5 configure:7048: $? = 0 configure:7054: ./conftest configure:7057: $? = 0 configure:7074: result: no configure:7086: CHECKS for library functions configure:7100: checking libgen.h usability configure:7117: cc -c -g -O2 conftest.c >&5 configure:7123: $? = 0 configure:7137: result: yes configure:7141: checking libgen.h presence configure:7156: cc -E conftest.c configure:7162: $? = 0 configure:7176: result: yes configure:7209: checking for libgen.h configure:7216: result: yes configure:7240: checking paths.h usability configure:7257: cc -c -g -O2 conftest.c >&5 configure:7263: $? = 0 configure:7277: result: yes configure:7281: checking paths.h presence configure:7296: cc -E conftest.c configure:7302: $? = 0 configure:7316: result: yes configure:7349: checking for paths.h configure:7356: result: yes configure:7380: checking libcharset.h usability configure:7397: cc -c -g -O2 conftest.c >&5 conftest.c:51:24: error: libcharset.h: No such file or directory configure:7403: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7417: result: no configure:7421: checking libcharset.h presence configure:7436: cc -E conftest.c conftest.c:18:24: error: libcharset.h: No such file or directory configure:7442: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7456: result: no configure:7489: checking for libcharset.h configure:7496: result: no configure:7512: checking for locale_charset in -liconv configure:7547: cc -o conftest -g -O2 conftest.c -liconv >&5 /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status configure:7553: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char locale_charset (); | int | main () | { | return locale_charset (); | ; | return 0; | } configure:7571: result: no configure:7581: checking for locale_charset in -lcharset configure:7616: cc -o conftest -g -O2 conftest.c -lcharset >&5 /usr/bin/ld: cannot find -lcharset collect2: ld returned 1 exit status configure:7622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char locale_charset (); | int | main () | { | return locale_charset (); | ; | return 0; | } configure:7640: result: no configure:7653: checking for strcasestr configure:7709: cc -o conftest -g -O2 conftest.c >&5 configure:7715: $? = 0 configure:7732: result: yes configure:7736: checking for library containing strcasestr configure:7777: cc -o conftest -g -O2 conftest.c >&5 configure:7783: $? = 0 configure:7811: result: none required configure:7829: checking for strtok_r configure:7885: cc -o conftest -g -O2 conftest.c >&5 configure:7891: $? = 0 configure:7908: result: yes configure:7912: checking for library containing strtok_r configure:7953: cc -o conftest -g -O2 conftest.c >&5 configure:7959: $? = 0 configure:7987: result: none required configure:8005: checking for fnmatch configure:8061: cc -o conftest -g -O2 conftest.c >&5 configure:8067: $? = 0 configure:8084: result: yes configure:8088: checking for library containing fnmatch configure:8129: cc -o conftest -g -O2 conftest.c >&5 configure:8135: $? = 0 configure:8163: result: none required configure:8182: checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension configure:8223: result: yes configure:8233: checking for memmem configure:8289: cc -o conftest -g -O2 conftest.c >&5 configure:8295: $? = 0 configure:8312: result: yes configure:8316: checking for library containing memmem configure:8357: cc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8391: result: none required configure:8409: checking for strlcpy configure:8465: cc -o conftest -g -O2 conftest.c >&5 /tmp/ccKNkpTo.o: In function `main': /usr/local/src/git-1.7.12.4/conftest.c:52: undefined reference to `strlcpy' collect2: ld returned 1 exit status configure:8471: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* 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 | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:8488: result: no configure:8585: checking for uintmax_t configure:8618: cc -c -g -O2 conftest.c >&5 configure:8624: $? = 0 configure:8639: result: yes configure:8650: checking for strtoumax configure:8706: cc -o conftest -g -O2 conftest.c >&5 configure:8712: $? = 0 configure:8729: result: yes configure:8733: checking for library containing strtoumax configure:8774: cc -o conftest -g -O2 conftest.c >&5 configure:8780: $? = 0 configure:8808: result: none required configure:8826: checking for setenv configure:8882: cc -o conftest -g -O2 conftest.c >&5 configure:8888: $? = 0 configure:8905: result: yes configure:8909: checking for library containing setenv configure:8950: cc -o conftest -g -O2 conftest.c >&5 configure:8956: $? = 0 configure:8984: result: none required configure:9002: checking for unsetenv configure:9058: cc -o conftest -g -O2 conftest.c >&5 configure:9064: $? = 0 configure:9081: result: yes configure:9085: checking for library containing unsetenv configure:9126: cc -o conftest -g -O2 conftest.c >&5 configure:9132: $? = 0 configure:9160: result: none required configure:9178: checking for mkdtemp configure:9234: cc -o conftest -g -O2 conftest.c >&5 configure:9240: $? = 0 configure:9257: result: yes configure:9261: checking for library containing mkdtemp configure:9302: cc -o conftest -g -O2 conftest.c >&5 configure:9308: $? = 0 configure:9336: result: none required configure:9354: checking for mkstemps configure:9410: cc -o conftest -g -O2 conftest.c >&5 /tmp/cckcE0sL.o: In function `main': /usr/local/src/git-1.7.12.4/conftest.c:52: undefined reference to `mkstemps' collect2: ld returned 1 exit status configure:9416: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | /* Define mkstemps to an innocuous variant, in case declares mkstemps. | For example, HP-UX 11i declares gettimeofday. */ | #define mkstemps innocuous_mkstemps | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkstemps (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mkstemps | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mkstemps (); | /* 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_mkstemps || defined __stub___mkstemps | choke me | #endif | | int | main () | { | return mkstemps (); | ; | return 0; | } configure:9433: result: no configure:9530: checking for initgroups configure:9586: cc -o conftest -g -O2 conftest.c >&5 configure:9592: $? = 0 configure:9609: result: yes configure:9613: checking for library containing initgroups configure:9654: cc -o conftest -g -O2 conftest.c >&5 configure:9660: $? = 0 configure:9688: result: none required configure:9737: checking Checking for POSIX Threads with '-mt' configure:9772: cc -o conftest -mt -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-mt" configure:9778: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "git" | #define PACKAGE_TARNAME "git" | #define PACKAGE_VERSION "1.7.12.4" | #define PACKAGE_STRING "git 1.7.12.4" | #define PACKAGE_BUGREPORT "git@vger.kernel.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | pthread_mutex_t test_mutex; | pthread_key_t test_key; | int retcode = 0; | retcode |= pthread_key_create(&test_key, (void *)0); | retcode |= pthread_mutex_init(&test_mutex,(void *)0); | retcode |= pthread_mutex_lock(&test_mutex); | retcode |= pthread_mutex_unlock(&test_mutex); | return retcode; | | ; | return 0; | } configure:9796: result: no configure:9737: checking Checking for POSIX Threads with '-pthread' configure:9772: cc -o conftest -pthread -g -O2 conftest.c >&5 configure:9778: $? = 0 configure:9784: result: yes configure:10081: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by git config.status 1.7.12.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ispc.klape.eu config.status:646: creating config.mak.autogen config.status:826: executing config.mak.autogen commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_excellent_fnmatch=yes ac_cv_c_excellent_regex=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_fread_reads_directories=no ac_cv_func_fnmatch=yes ac_cv_func_getaddrinfo=yes ac_cv_func_hstrerror=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_initgroups=yes ac_cv_func_memmem=yes ac_cv_func_mkdtemp=yes ac_cv_func_mkstemps=no ac_cv_func_setenv=yes ac_cv_func_strcasestr=yes ac_cv_func_strlcpy=no ac_cv_func_strtok_r=yes ac_cv_func_strtoumax=yes ac_cv_func_unsetenv=yes ac_cv_header_inttypes_h=yes ac_cv_header_libcharset_h=no ac_cv_header_libgen_h=yes ac_cv_header_libintl_h=yes ac_cv_header_memory_h=yes ac_cv_header_paths_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_c_basename=yes ac_cv_lib_c_gettext=yes ac_cv_lib_c_socket=yes ac_cv_lib_charset_locale_charset=no ac_cv_lib_crypto_SHA1_Init=no ac_cv_lib_curl_curl_global_init=yes ac_cv_lib_expat_XML_ParserCreate=no ac_cv_lib_iconv_locale_charset=no ac_cv_lib_ssl_SHA1_Init=no ac_cv_member_struct_dirent_d_ino=yes ac_cv_member_struct_dirent_d_type=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_prog_CPP='cc -E' ac_cv_prog_DIFF=diff ac_cv_prog_TAR=tar ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_search_fnmatch='none required' ac_cv_search_getaddrinfo='none required' ac_cv_search_initgroups='none required' ac_cv_search_memmem='none required' ac_cv_search_mkdtemp='none required' ac_cv_search_setenv='none required' ac_cv_search_strcasestr='none required' ac_cv_search_strtok_r='none required' ac_cv_search_strtoumax='none required' ac_cv_search_unsetenv='none required' ac_cv_snprintf_returns_bogus=no ac_cv_type_socklen_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_uintmax_t=yes git_cv_ld_dashr=no git_cv_ld_wl_rpath=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' ASCIIDOC='' CC='cc' CC_LD_DYNPATH='-Wl,-rpath,' CFLAGS='-g -O2' CHARSET_LIB='' CPP='cc -E' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"git\" -DPACKAGE_TARNAME=\"git\" -DPACKAGE_VERSION=\"1.7.12.4\" -DPACKAGE_STRING=\"git\ 1.7.12.4\" -DPACKAGE_BUGREPORT=\"git@vger.kernel.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1' DIFF='diff' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FREAD_READS_DIRECTORIES='' GREP='/bin/grep' HAVE_LIBCHARSET_H='' HAVE_PATHS_H='YesPlease' INLINE='' LDFLAGS='' LIBC_CONTAINS_LIBINTL='YesPlease' LIBOBJS='' LIBS='' LTLIBOBJS='' NEEDS_LIBGEN='' NEEDS_LIBICONV='' NEEDS_RESOLV='' NEEDS_SOCKET='' NEEDS_SSL_WITH_CRYPTO='' NO_CURL='' NO_DEFLATE_BOUND='' NO_D_INO_IN_DIRENT='' NO_D_TYPE_IN_DIRENT='' NO_EXPAT='YesPlease' NO_FNMATCH='' NO_FNMATCH_CASEFOLD='' NO_GETTEXT='' NO_HSTRERROR='' NO_ICONV='' NO_INET_NTOP='' NO_INET_PTON='' NO_INITGROUPS='' NO_INTTYPES_H='' NO_IPV6='' NO_LIBGEN_H='' NO_MEMMEM='' NO_MKDTEMP='' NO_MKSTEMPS='YesPlease' NO_OPENSSL='YesPlease' NO_PTHREADS='' NO_REGEX='' NO_SETENV='' NO_SOCKADDR_STORAGE='' NO_STRCASESTR='' NO_STRLCPY='YesPlease' NO_STRTOK_R='' NO_STRTOUMAX='' NO_SYS_POLL_H='' NO_SYS_SELECT_H='' NO_UINTMAX_T='' NO_UNSETENV='' OBJEXT='o' OLD_ICONV='' PACKAGE_BUGREPORT='git@vger.kernel.org' PACKAGE_NAME='git' PACKAGE_STRING='git 1.7.12.4' PACKAGE_TARNAME='git' PACKAGE_VERSION='1.7.12.4' PATH_SEPARATOR=':' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='-pthread' SHELL='/bin/sh' SNPRINTF_RETURNS_BOGUS='' SOCKLEN_T='' TAR='tar' TCLTK_PATH='wish' USE_LIBPCRE='' ac_ct_AR='ar' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "git" #define PACKAGE_TARNAME "git" #define PACKAGE_VERSION "1.7.12.4" #define PACKAGE_STRING "git 1.7.12.4" #define PACKAGE_BUGREPORT "git@vger.kernel.org" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 configure: exit 0