Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- subh@subh:~/Downloads/git-1.7.9$ ./configure
- 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 cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking for inline... inline
- checking if linker supports -R... no
- checking if linker supports -Wl,-rpath,... yes
- checking for gar... no
- checking for ar... ar
- checking for gtar... no
- checking for tar... tar
- checking for gnudiff... no
- checking for gdiff... no
- checking for diff... diff
- checking for asciidoc... no
- configure: CHECKS for libraries
- checking for SHA1_Init in -lcrypto... no
- checking for SHA1_Init in -lssl... no
- checking for curl_global_init in -lcurl... no
- checking for XML_ParserCreate in -lexpat... no
- checking for iconv in -lc... yes
- checking for deflateBound in -lz... no
- checking for socket in -lc... yes
- checking for inet_ntop... yes
- checking for inet_pton... yes
- checking for hstrerror... yes
- checking for basename in -lc... yes
- checking for gettext in -lc... yes
- configure: CHECKS for header files
- checking how to run the C preprocessor... cc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /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 sys/poll.h usability... yes
- checking sys/poll.h presence... yes
- checking for sys/poll.h... yes
- checking for inttypes.h... (cached) yes
- checking for old iconv()... no
- configure: CHECKS for typedefs, structures, and compiler characteristics
- checking for socklen_t... yes
- 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 the platform regex can handle null bytes... 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 paths.h usability... yes
- checking paths.h presence... yes
- checking for paths.h... yes
- checking libintl.h usability... yes
- checking libintl.h presence... yes
- checking for libintl.h... yes
- checking libcharset.h usability... no
- checking libcharset.h presence... no
- checking for libcharset.h... no
- checking for strcasestr... yes
- checking for library containing strcasestr... none required
- checking for strtok_r... yes
- checking for library containing strtok_r... none required
- checking for fnmatch... yes
- checking for library containing fnmatch... none required
- checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension... yes
- checking for memmem... yes
- checking for library containing memmem... none required
- checking for strlcpy... no
- 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 for initgroups... yes
- checking for library containing initgroups... none required
- checking Checking for POSIX Threads with '-mt'... no
- checking Checking for POSIX Threads with '-pthread'... yes
- configure: creating ./config.status
- config.status: creating config.mak.autogen
- subh@subh:~/Downloads/git-1.7.9$ make
- CC daemon.o
- In file included from daemon.c:1:0:
- cache.h:19:18: fatal error: zlib.h: No such file or directory
- compilation terminated.
- make: *** [daemon.o] Error 1
- subh@subh:~/Downloads/git-1.7.9$ ./configure --with-curl --with-expat
- 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 cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether cc accepts -g... yes
- checking for cc option to accept ISO C89... none needed
- checking for inline... inline
- checking if linker supports -R... no
- checking if linker supports -Wl,-rpath,... yes
- checking for gar... no
- checking for ar... ar
- checking for gtar... no
- checking for tar... tar
- checking for gnudiff... no
- checking for gdiff... no
- checking for diff... diff
- checking for asciidoc... no
- configure: CHECKS for libraries
- checking for SHA1_Init in -lcrypto... no
- checking for SHA1_Init in -lssl... no
- checking for curl_global_init in -lcurl... no
- checking for XML_ParserCreate in -lexpat... no
- checking for iconv in -lc... yes
- checking for deflateBound in -lz... no
- checking for socket in -lc... yes
- checking for inet_ntop... yes
- checking for inet_pton... yes
- checking for hstrerror... yes
- checking for basename in -lc... yes
- checking for gettext in -lc... yes
- configure: CHECKS for header files
- checking how to run the C preprocessor... cc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /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 sys/poll.h usability... yes
- checking sys/poll.h presence... yes
- checking for sys/poll.h... yes
- checking for inttypes.h... (cached) yes
- checking for old iconv()... no
- configure: CHECKS for typedefs, structures, and compiler characteristics
- checking for socklen_t... yes
- 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 the platform regex can handle null bytes... 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 paths.h usability... yes
- checking paths.h presence... yes
- checking for paths.h... yes
- checking libintl.h usability... yes
- checking libintl.h presence... yes
- checking for libintl.h... yes
- checking libcharset.h usability... no
- checking libcharset.h presence... no
- checking for libcharset.h... no
- checking for strcasestr... yes
- checking for library containing strcasestr... none required
- checking for strtok_r... yes
- checking for library containing strtok_r... none required
- checking for fnmatch... yes
- checking for library containing fnmatch... none required
- checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension... yes
- checking for memmem... yes
- checking for library containing memmem... none required
- checking for strlcpy... no
- 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 for initgroups... yes
- checking for library containing initgroups... none required
- checking Checking for POSIX Threads with '-mt'... no
- checking Checking for POSIX Threads with '-pthread'... yes
- configure: creating ./config.status
- config.status: creating config.mak.autogen
- subh@subh:~/Downloads/git-1.7.9$ make
- CC daemon.o
- In file included from daemon.c:1:0:
- cache.h:19:18: fatal error: zlib.h: No such file or directory
- compilation terminated.
- make: *** [daemon.o] Error 1
- subh@subh:~/Downloads/git-1.7.9$
Advertisement
Add Comment
Please, Sign In to add comment