Advertisement
Guest User

msys2 file configure

a guest
Feb 10th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 KB | None | 0 0
  1. alexey@CAB8 /msys_repo/file
  2. $ wget ftp://ftp.astron.com/pub/file/file-5.16.tar.gz
  3. --2014-02-11 07:40:05-- ftp://ftp.astron.com/pub/file/file-5.16.tar.gz
  4. => «file-5.16.tar.gz»
  5. Распознаётся ftp.astron.com (ftp.astron.com)… 38.117.134.18
  6. Подключение к ftp.astron.com (ftp.astron.com)|38.117.134.18|:21... соединение установлено.
  7. Выполняется вход под именем anonymous ... Выполнен вход в систему!
  8. ==> SYST ... готово. ==> PWD ... готово.
  9. ==> TYPE I ... готово. ==> CWD (1) /pub/file ... готово.
  10. ==> SIZE file-5.16.tar.gz ... 658789
  11. ==> PASV ... готово. ==> RETR file-5.16.tar.gz ... готово.
  12. Размер (байт): 658789 (643K) (не достоверно)
  13.  
  14. 100%[======================================>] 658 789 223KB/s за 2,9s
  15.  
  16. 2014-02-11 07:40:11 (223 KB/s) - «file-5.16.tar.gz» сохранён [658789]
  17.  
  18.  
  19. alexey@CAB8 /msys_repo/file
  20. $ tar xf file-5.16.tar.gz
  21.  
  22. alexey@CAB8 /msys_repo/file
  23. $ cd file-5.16
  24.  
  25. alexey@CAB8 /msys_repo/file/file-5.16
  26. $ patch -p1 <../file-5.15-msys2.patch
  27. patching file config.guess
  28. patching file config.sub
  29. patching file configure
  30. patching file ltmain.sh
  31. patching file m4/libtool.m4
  32. patching file m4/ltoptions.m4
  33.  
  34. alexey@CAB8 /msys_repo/file/file-5.16
  35. $ ./configure
  36. checking for a BSD-compatible install... /usr/bin/install -c
  37. checking whether build environment is sane... yes
  38. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  39. checking for gawk... gawk
  40. checking whether make sets $(MAKE)... yes
  41. checking for builtin ELF support... yes
  42. checking for ELF core file support... yes
  43. checking for file formats in man section 5... no
  44. checking build system type... x86_64-unknown-msys
  45. checking host system type... x86_64-unknown-msys
  46. checking for style of include used by make... GNU
  47. checking for gcc... gcc
  48. checking whether the C compiler works... yes
  49. checking for C compiler default output file name... a.exe
  50. checking for suffix of executables... .exe
  51. checking whether we are cross compiling... no
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether gcc accepts -g... yes
  55. checking for gcc option to accept ISO C89... none needed
  56. checking dependency style of gcc... gcc3
  57. checking for gcc option to accept ISO C99... -std=gnu99
  58. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  59. checking how to run the C preprocessor... gcc -std=gnu99 -E
  60. checking for grep that handles long lines and -e... /usr/bin/grep
  61. checking for egrep... /usr/bin/grep -E
  62. checking for ANSI C header files... yes
  63. checking for sys/types.h... yes
  64. checking for sys/stat.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for memory.h... yes
  68. checking for strings.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for unistd.h... yes
  72. checking minix/config.h usability... no
  73. checking minix/config.h presence... no
  74. checking for minix/config.h... no
  75. checking whether it is safe to define __EXTENSIONS__... yes
  76. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  77. checking whether byte ordering is bigendian... no
  78. checking whether ln -s works... no, using cp -p
  79. checking for a sed that does not truncate output... /usr/bin/sed
  80. checking for fgrep... /usr/bin/grep -F
  81. checking for ld used by gcc -std=gnu99... /usr/x86_64-pc-msys/bin/ld.exe
  82. checking if the linker (/usr/x86_64-pc-msys/bin/ld.exe) is GNU ld... yes
  83. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  84. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  85. checking the maximum length of command line arguments... 8192
  86. checking whether the shell understands some XSI constructs... yes
  87. checking whether the shell understands "+="... yes
  88. checking for /usr/x86_64-pc-msys/bin/ld.exe option to reload object files... -r
  89. checking for objdump... objdump
  90. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  91. checking for ar... ar
  92. checking for strip... strip
  93. checking for ranlib... ranlib
  94. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  95. checking for dlfcn.h... yes
  96. checking for objdir... .libs
  97. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  98. checking for gcc -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC
  99. checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes
  100. checking if gcc -std=gnu99 static flag -static works... yes
  101. checking if gcc -std=gnu99 supports -c -o file.o... yes
  102. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  103. checking whether the gcc -std=gnu99 linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
  104. checking whether -lc should be explicitly linked in... yes
  105. checking dynamic linker characteristics... Win32 ld.exe
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether stripping libraries is possible... yes
  108. checking if libtool supports shared libraries... yes
  109. checking whether to build shared libraries... yes
  110. checking whether to build static libraries... no
  111. checking whether the -Werror option is usable... yes
  112. checking for simple visibility declarations... yes
  113. checking for ANSI C header files... (cached) yes
  114. checking whether sys/types.h defines makedev... yes
  115. checking for sys/wait.h that is POSIX.1 compatible... yes
  116. checking for stdint.h... (cached) yes
  117. checking fcntl.h usability... yes
  118. checking fcntl.h presence... yes
  119. checking for fcntl.h... yes
  120. checking locale.h usability... yes
  121. checking locale.h presence... yes
  122. checking for locale.h... yes
  123. checking for stdint.h... (cached) yes
  124. checking for inttypes.h... (cached) yes
  125. checking for unistd.h... (cached) yes
  126. checking stddef.h usability... yes
  127. checking stddef.h presence... yes
  128. checking for stddef.h... yes
  129. checking utime.h usability... yes
  130. checking utime.h presence... yes
  131. checking for utime.h... yes
  132. checking wchar.h usability... yes
  133. checking wchar.h presence... yes
  134. checking for wchar.h... yes
  135. checking wctype.h usability... yes
  136. checking wctype.h presence... yes
  137. checking for wctype.h... yes
  138. checking limits.h usability... yes
  139. checking limits.h presence... yes
  140. checking for limits.h... yes
  141. checking getopt.h usability... yes
  142. checking getopt.h presence... yes
  143. checking for getopt.h... yes
  144. checking err.h usability... yes
  145. checking err.h presence... yes
  146. checking for err.h... yes
  147. checking sys/mman.h usability... yes
  148. checking sys/mman.h presence... yes
  149. checking for sys/mman.h... yes
  150. checking for sys/stat.h... (cached) yes
  151. checking for sys/types.h... (cached) yes
  152. checking sys/utime.h usability... yes
  153. checking sys/utime.h presence... yes
  154. checking for sys/utime.h... yes
  155. checking sys/time.h usability... yes
  156. checking sys/time.h presence... yes
  157. checking for sys/time.h... yes
  158. checking zlib.h usability... yes
  159. checking zlib.h presence... yes
  160. checking for zlib.h... yes
  161. checking for an ANSI C-conforming const... yes
  162. checking for off_t... yes
  163. checking for size_t... yes
  164. checking for struct stat.st_rdev... yes
  165. checking for struct tm.tm_gmtoff... no
  166. checking whether struct tm is in sys/time.h or time.h... time.h
  167. checking for struct tm.tm_zone... no
  168. checking whether tzname is declared... yes
  169. checking for tzname... yes
  170. checking for tm_zone in struct tm... no
  171. checking whether tzname is declared... (cached) yes
  172. checking for tzname... (cached) yes
  173. checking for tm_isdst in struct tm... yes
  174. checking whether daylight is declared... yes
  175. checking for daylight... yes
  176. checking for special C compiler options needed for large files... no
  177. checking for _FILE_OFFSET_BITS value needed for large files... no
  178. checking for _LARGEFILE_SOURCE value needed for large files... no
  179. checking for mbstate_t... yes
  180. checking for struct option in getopt... yes
  181. checking for pid_t... yes
  182. checking for uint8_t... yes
  183. checking for uint16_t... yes
  184. checking for uint32_t... yes
  185. checking for int32_t... yes
  186. checking for uint64_t... yes
  187. checking for int64_t... yes
  188. checking for stdlib.h... (cached) yes
  189. checking for unistd.h... (cached) yes
  190. checking for sys/param.h... yes
  191. checking for getpagesize... yes
  192. checking for working mmap... yes
  193. checking vfork.h usability... no
  194. checking vfork.h presence... no
  195. checking for vfork.h... no
  196. checking for fork... yes
  197. checking for vfork... yes
  198. checking for working fork... yes
  199. checking for working vfork... (cached) yes
  200. checking whether mbrtowc and mbstate_t are properly declared... yes
  201. checking for gcc compiler warnings... yes
  202. checking for strerror... yes
  203. checking for strndup... yes
  204. checking for strtoul... yes
  205. checking for mkstemp... yes
  206. checking for mkostemp... yes
  207. checking for utimes... yes
  208. checking for utime... yes
  209. checking for wcwidth... yes
  210. checking for strtof... yes
  211. checking for getopt_long... yes
  212. checking for asprintf... yes
  213. checking for vasprintf... yes
  214. checking for strlcpy... yes
  215. checking for strlcat... yes
  216. checking for getline... yes
  217. checking for ctime_r... yes
  218. checking for asctime_r... yes
  219. checking for pread... yes
  220. checking for gzopen in -lz... yes
  221. configure: creating ./config.status
  222. config.status: creating Makefile
  223. config.status: creating src/Makefile
  224. config.status: creating magic/Makefile
  225. config.status: creating tests/Makefile
  226. config.status: creating doc/Makefile
  227. config.status: creating python/Makefile
  228. config.status: creating config.h
  229. config.status: executing depfiles commands
  230. config.status: executing libtool commands
  231.  
  232. alexey@CAB8 /msys_repo/file/file-5.16
  233. $ du Makefile
  234. 24 Makefile
  235.  
  236. alexey@CAB8 /msys_repo/file/file-5.16
  237. $ uname -a
  238. MSYS_NT-6.1 CAB8 2.0.0(0.271/5/3) 2014-02-10 21:10 x86_64 Msys
  239.  
  240. alexey@CAB8 /msys_repo/file/file-5.16
  241. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement