Created
February 27, 2010 09:25
-
-
Save kana/316602 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure: Setting lib to 'lib' (the default) | |
configure: Will try -pthread then -lpthread to enable POSIX Threads. | |
configure: CHECKS for site configuration | |
configure: CHECKS for programs | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking if linker supports -R... no | |
checking if linker supports -Wl,-rpath,... yes | |
checking for gar... gar | |
checking for gtar... no | |
checking for tar... tar | |
checking for asciidoc... asciidoc | |
checking for asciidoc version... asciidoc 8.2.7 > 7 | |
configure: CHECKS for libraries | |
checking for SHA1_Init in -lcrypto... yes | |
checking for curl_global_init in -lcurl... yes | |
checking for XML_ParserCreate in -lexpat... yes | |
checking for iconv in -lc... no | |
checking for iconv in -liconv... yes | |
checking for deflateBound in -lz... yes | |
checking for socket in -lc... yes | |
checking for hstrerror in -lc... yes | |
checking for basename in -lc... yes | |
configure: CHECKS for header files | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for old iconv()... no | |
configure: CHECKS for typedefs, structures, and compiler characteristics | |
checking for struct dirent.d_ino... yes | |
checking for struct dirent.d_type... yes | |
checking for struct sockaddr_storage... yes | |
checking for struct addrinfo... yes | |
checking for getaddrinfo... yes | |
checking for library containing getaddrinfo... none required | |
checking whether formatted IO functions support C99 size specifiers... yes | |
checking whether system succeeds to read fopen'ed directory... no | |
checking whether snprintf() and/or vsnprintf() return bogus value... no | |
configure: CHECKS for library functions | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking for strcasestr... yes | |
checking for library containing strcasestr... none required | |
checking for memmem... no | |
checking for strlcpy... yes | |
checking for library containing strlcpy... none required | |
checking for uintmax_t... yes | |
checking for strtoumax... yes | |
checking for library containing strtoumax... none required | |
checking for setenv... yes | |
checking for library containing setenv... none required | |
checking for unsetenv... yes | |
checking for library containing unsetenv... none required | |
checking for mkdtemp... yes | |
checking for library containing mkdtemp... none required | |
checking for mkstemps... yes | |
checking for library containing mkstemps... none required | |
checking Checking for POSIX Threads with '-pthread'... yes | |
./configure: line 7940: sort: No such file or directory | |
./configure: line 7937: sed: No such file or directory | |
configure: creating ./config.status | |
config.status: creating config.mak.autogen | |
./configure: line 9033: sort: No such file or directory | |
./configure: line 9030: sed: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment