subh

Untitled

Feb 10th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. subh@subh:~/Downloads/git-1.7.9$ ./configure
  2. configure: Setting lib to 'lib' (the default)
  3. configure: Will try -pthread then -lpthread to enable POSIX Threads.
  4. configure: CHECKS for site configuration
  5. configure: CHECKS for programs
  6. checking for cc... cc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether cc accepts -g... yes
  14. checking for cc option to accept ISO C89... none needed
  15. checking for inline... inline
  16. checking if linker supports -R... no
  17. checking if linker supports -Wl,-rpath,... yes
  18. checking for gar... no
  19. checking for ar... ar
  20. checking for gtar... no
  21. checking for tar... tar
  22. checking for gnudiff... no
  23. checking for gdiff... no
  24. checking for diff... diff
  25. checking for asciidoc... no
  26. configure: CHECKS for libraries
  27. checking for SHA1_Init in -lcrypto... no
  28. checking for SHA1_Init in -lssl... no
  29. checking for curl_global_init in -lcurl... no
  30. checking for XML_ParserCreate in -lexpat... no
  31. checking for iconv in -lc... yes
  32. checking for deflateBound in -lz... no
  33. checking for socket in -lc... yes
  34. checking for inet_ntop... yes
  35. checking for inet_pton... yes
  36. checking for hstrerror... yes
  37. checking for basename in -lc... yes
  38. checking for gettext in -lc... yes
  39. configure: CHECKS for header files
  40. checking how to run the C preprocessor... cc -E
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking sys/select.h usability... yes
  54. checking sys/select.h presence... yes
  55. checking for sys/select.h... yes
  56. checking sys/poll.h usability... yes
  57. checking sys/poll.h presence... yes
  58. checking for sys/poll.h... yes
  59. checking for inttypes.h... (cached) yes
  60. checking for old iconv()... no
  61. configure: CHECKS for typedefs, structures, and compiler characteristics
  62. checking for socklen_t... yes
  63. checking for struct dirent.d_ino... yes
  64. checking for struct dirent.d_type... yes
  65. checking for struct sockaddr_storage... yes
  66. checking for struct addrinfo... yes
  67. checking for getaddrinfo... yes
  68. checking for library containing getaddrinfo... none required
  69. checking whether the platform regex can handle null bytes... yes
  70. checking whether system succeeds to read fopen'ed directory... no
  71. checking whether snprintf() and/or vsnprintf() return bogus value... no
  72. configure: CHECKS for library functions
  73. checking libgen.h usability... yes
  74. checking libgen.h presence... yes
  75. checking for libgen.h... yes
  76. checking paths.h usability... yes
  77. checking paths.h presence... yes
  78. checking for paths.h... yes
  79. checking libintl.h usability... yes
  80. checking libintl.h presence... yes
  81. checking for libintl.h... yes
  82. checking libcharset.h usability... no
  83. checking libcharset.h presence... no
  84. checking for libcharset.h... no
  85. checking for strcasestr... yes
  86. checking for library containing strcasestr... none required
  87. checking for strtok_r... yes
  88. checking for library containing strtok_r... none required
  89. checking for fnmatch... yes
  90. checking for library containing fnmatch... none required
  91. checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension... yes
  92. checking for memmem... yes
  93. checking for library containing memmem... none required
  94. checking for strlcpy... no
  95. checking for uintmax_t... yes
  96. checking for strtoumax... yes
  97. checking for library containing strtoumax... none required
  98. checking for setenv... yes
  99. checking for library containing setenv... none required
  100. checking for unsetenv... yes
  101. checking for library containing unsetenv... none required
  102. checking for mkdtemp... yes
  103. checking for library containing mkdtemp... none required
  104. checking for mkstemps... yes
  105. checking for library containing mkstemps... none required
  106. checking for initgroups... yes
  107. checking for library containing initgroups... none required
  108. checking Checking for POSIX Threads with '-mt'... no
  109. checking Checking for POSIX Threads with '-pthread'... yes
  110. configure: creating ./config.status
  111. config.status: creating config.mak.autogen
  112. subh@subh:~/Downloads/git-1.7.9$ make
  113. CC daemon.o
  114. In file included from daemon.c:1:0:
  115. cache.h:19:18: fatal error: zlib.h: No such file or directory
  116. compilation terminated.
  117. make: *** [daemon.o] Error 1
  118. subh@subh:~/Downloads/git-1.7.9$ ./configure --with-curl --with-expat
  119. configure: Setting lib to 'lib' (the default)
  120. configure: Will try -pthread then -lpthread to enable POSIX Threads.
  121. configure: CHECKS for site configuration
  122. configure: CHECKS for programs
  123. checking for cc... cc
  124. checking whether the C compiler works... yes
  125. checking for C compiler default output file name... a.out
  126. checking for suffix of executables...
  127. checking whether we are cross compiling... no
  128. checking for suffix of object files... o
  129. checking whether we are using the GNU C compiler... yes
  130. checking whether cc accepts -g... yes
  131. checking for cc option to accept ISO C89... none needed
  132. checking for inline... inline
  133. checking if linker supports -R... no
  134. checking if linker supports -Wl,-rpath,... yes
  135. checking for gar... no
  136. checking for ar... ar
  137. checking for gtar... no
  138. checking for tar... tar
  139. checking for gnudiff... no
  140. checking for gdiff... no
  141. checking for diff... diff
  142. checking for asciidoc... no
  143. configure: CHECKS for libraries
  144. checking for SHA1_Init in -lcrypto... no
  145. checking for SHA1_Init in -lssl... no
  146. checking for curl_global_init in -lcurl... no
  147. checking for XML_ParserCreate in -lexpat... no
  148. checking for iconv in -lc... yes
  149. checking for deflateBound in -lz... no
  150. checking for socket in -lc... yes
  151. checking for inet_ntop... yes
  152. checking for inet_pton... yes
  153. checking for hstrerror... yes
  154. checking for basename in -lc... yes
  155. checking for gettext in -lc... yes
  156. configure: CHECKS for header files
  157. checking how to run the C preprocessor... cc -E
  158. checking for grep that handles long lines and -e... /bin/grep
  159. checking for egrep... /bin/grep -E
  160. checking for ANSI C header files... yes
  161. checking for sys/types.h... yes
  162. checking for sys/stat.h... yes
  163. checking for stdlib.h... yes
  164. checking for string.h... yes
  165. checking for memory.h... yes
  166. checking for strings.h... yes
  167. checking for inttypes.h... yes
  168. checking for stdint.h... yes
  169. checking for unistd.h... yes
  170. checking sys/select.h usability... yes
  171. checking sys/select.h presence... yes
  172. checking for sys/select.h... yes
  173. checking sys/poll.h usability... yes
  174. checking sys/poll.h presence... yes
  175. checking for sys/poll.h... yes
  176. checking for inttypes.h... (cached) yes
  177. checking for old iconv()... no
  178. configure: CHECKS for typedefs, structures, and compiler characteristics
  179. checking for socklen_t... yes
  180. checking for struct dirent.d_ino... yes
  181. checking for struct dirent.d_type... yes
  182. checking for struct sockaddr_storage... yes
  183. checking for struct addrinfo... yes
  184. checking for getaddrinfo... yes
  185. checking for library containing getaddrinfo... none required
  186. checking whether the platform regex can handle null bytes... yes
  187. checking whether system succeeds to read fopen'ed directory... no
  188. checking whether snprintf() and/or vsnprintf() return bogus value... no
  189. configure: CHECKS for library functions
  190. checking libgen.h usability... yes
  191. checking libgen.h presence... yes
  192. checking for libgen.h... yes
  193. checking paths.h usability... yes
  194. checking paths.h presence... yes
  195. checking for paths.h... yes
  196. checking libintl.h usability... yes
  197. checking libintl.h presence... yes
  198. checking for libintl.h... yes
  199. checking libcharset.h usability... no
  200. checking libcharset.h presence... no
  201. checking for libcharset.h... no
  202. checking for strcasestr... yes
  203. checking for library containing strcasestr... none required
  204. checking for strtok_r... yes
  205. checking for library containing strtok_r... none required
  206. checking for fnmatch... yes
  207. checking for library containing fnmatch... none required
  208. checking whether the fnmatch function supports the FNMATCH_CASEFOLD GNU extension... yes
  209. checking for memmem... yes
  210. checking for library containing memmem... none required
  211. checking for strlcpy... no
  212. checking for uintmax_t... yes
  213. checking for strtoumax... yes
  214. checking for library containing strtoumax... none required
  215. checking for setenv... yes
  216. checking for library containing setenv... none required
  217. checking for unsetenv... yes
  218. checking for library containing unsetenv... none required
  219. checking for mkdtemp... yes
  220. checking for library containing mkdtemp... none required
  221. checking for mkstemps... yes
  222. checking for library containing mkstemps... none required
  223. checking for initgroups... yes
  224. checking for library containing initgroups... none required
  225. checking Checking for POSIX Threads with '-mt'... no
  226. checking Checking for POSIX Threads with '-pthread'... yes
  227. configure: creating ./config.status
  228. config.status: creating config.mak.autogen
  229. subh@subh:~/Downloads/git-1.7.9$ make
  230. CC daemon.o
  231. In file included from daemon.c:1:0:
  232. cache.h:19:18: fatal error: zlib.h: No such file or directory
  233. compilation terminated.
  234. make: *** [daemon.o] Error 1
  235. subh@subh:~/Downloads/git-1.7.9$
Advertisement
Add Comment
Please, Sign In to add comment