Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.21 KB | None | 0 0
  1. sloth:ruby-1.9.1-p378 jian$ ./configure
  2. checking build system type... i386-apple-darwin10.3.0
  3. checking host system type... i386-apple-darwin10.3.0
  4. checking target system type... i386-apple-darwin10.3.0
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for g++... g++
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking how to run the C preprocessor... gcc -E
  18. checking for grep that handles long lines and -e... /usr/bin/grep
  19. checking for egrep... /usr/bin/grep -E
  20. checking whether gcc needs -traditional... no
  21. checking whether the linker is GNU ld... no
  22. checking whether gcc -E accepts -o... yes
  23. checking for ranlib... ranlib
  24. checking for ar... ar
  25. checking for as... as
  26. checking for objdump... objdump
  27. checking for objcopy... objcopy
  28. checking whether ln -s works... yes
  29. checking whether make sets $(MAKE)... yes
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking minix/config.h usability... no
  42. checking minix/config.h presence... no
  43. checking for minix/config.h... no
  44. checking whether it is safe to define __EXTENSIONS__... yes
  45. checking for special C compiler options needed for large files... no
  46. checking for _FILE_OFFSET_BITS value needed for large files... no
  47. checking for long long... yes
  48. checking for off_t... yes
  49. checking size of int... 4
  50. checking size of short... 2
  51. checking size of long... 8
  52. checking size of long long... 8
  53. checking size of __int64... 0
  54. checking size of off_t... 8
  55. checking size of void*... 8
  56. checking size of float... 4
  57. checking size of double... 8
  58. checking size of time_t... 8
  59. checking for pid_t... yes
  60. checking for convertible type of pid_t... INT
  61. checking for uid_t... yes
  62. checking for convertible type of uid_t... UINT
  63. checking for gid_t... yes
  64. checking for convertible type of gid_t... UINT
  65. checking for prototypes... yes
  66. checking token paste string... ansi
  67. checking stringization... #expr
  68. checking string literal concatenation... yes
  69. checking for variable length prototypes and stdarg.h... yes
  70. checking for variable length macro... yes
  71. checking for noreturn function attribute... __attribute__ ((noreturn)) x
  72. checking for deprecated function attribute... __attribute__ ((deprecated)) x
  73. checking for noinline function attribute... __attribute__ ((noinline)) x
  74. checking for stdcall function attribute... x
  75. checking for cdecl function attribute... x
  76. checking for fastcall function attribute... x
  77. checking for function alias... no
  78. checking for RUBY_EXTERN... no
  79. checking whether sys_nerr is declared... yes
  80. checking for broken crypt with 8bit chars... no
  81. checking for crypt in -lcrypt... (cached) no
  82. checking for dlopen in -ldl... yes
  83. checking for shl_load in -ldld... no
  84. checking for socketpair in -lsocket... no
  85. checking for clock_gettime in -lrt... no
  86. checking for dirent.h that defines DIR... yes
  87. checking for library containing opendir... none required
  88. checking for sys/wait.h that is POSIX.1 compatible... yes
  89. checking limits.h usability... yes
  90. checking limits.h presence... yes
  91. checking for limits.h... yes
  92. checking sys/file.h usability... yes
  93. checking sys/file.h presence... yes
  94. checking for sys/file.h... yes
  95. checking sys/ioctl.h usability... yes
  96. checking sys/ioctl.h presence... yes
  97. checking for sys/ioctl.h... yes
  98. checking sys/syscall.h usability... yes
  99. checking sys/syscall.h presence... yes
  100. checking for sys/syscall.h... yes
  101. checking fcntl.h usability... yes
  102. checking fcntl.h presence... yes
  103. checking for fcntl.h... yes
  104. checking sys/fcntl.h usability... yes
  105. checking sys/fcntl.h presence... yes
  106. checking for sys/fcntl.h... yes
  107. checking sys/select.h usability... yes
  108. checking sys/select.h presence... yes
  109. checking for sys/select.h... yes
  110. checking sys/time.h usability... yes
  111. checking sys/time.h presence... yes
  112. checking for sys/time.h... yes
  113. checking sys/times.h usability... yes
  114. checking sys/times.h presence... yes
  115. checking for sys/times.h... yes
  116. checking sys/param.h usability... yes
  117. checking sys/param.h presence... yes
  118. checking for sys/param.h... yes
  119. checking syscall.h usability... no
  120. checking syscall.h presence... no
  121. checking for syscall.h... no
  122. checking pwd.h usability... yes
  123. checking pwd.h presence... yes
  124. checking for pwd.h... yes
  125. checking grp.h usability... yes
  126. checking grp.h presence... yes
  127. checking for grp.h... yes
  128. checking a.out.h usability... no
  129. checking a.out.h presence... no
  130. checking for a.out.h... no
  131. checking utime.h usability... yes
  132. checking utime.h presence... yes
  133. checking for utime.h... yes
  134. checking direct.h usability... no
  135. checking direct.h presence... no
  136. checking for direct.h... no
  137. checking sys/resource.h usability... yes
  138. checking sys/resource.h presence... yes
  139. checking for sys/resource.h... yes
  140. checking sys/mkdev.h usability... no
  141. checking sys/mkdev.h presence... no
  142. checking for sys/mkdev.h... no
  143. checking sys/utime.h usability... no
  144. checking sys/utime.h presence... no
  145. checking for sys/utime.h... no
  146. checking xti.h usability... no
  147. checking xti.h presence... no
  148. checking for xti.h... no
  149. checking netinet/in_systm.h usability... yes
  150. checking netinet/in_systm.h presence... yes
  151. checking for netinet/in_systm.h... yes
  152. checking float.h usability... yes
  153. checking float.h presence... yes
  154. checking for float.h... yes
  155. checking ieeefp.h usability... no
  156. checking ieeefp.h presence... no
  157. checking for ieeefp.h... no
  158. checking pthread.h usability... yes
  159. checking pthread.h presence... yes
  160. checking for pthread.h... yes
  161. checking for ucontext.h... (cached) no
  162. checking intrinsics.h usability... no
  163. checking intrinsics.h presence... no
  164. checking for intrinsics.h... no
  165. checking langinfo.h usability... yes
  166. checking langinfo.h presence... yes
  167. checking for langinfo.h... yes
  168. checking locale.h usability... yes
  169. checking locale.h presence... yes
  170. checking for locale.h... yes
  171. checking sys/sendfile.h usability... no
  172. checking sys/sendfile.h presence... no
  173. checking for sys/sendfile.h... no
  174. checking time.h usability... yes
  175. checking time.h presence... yes
  176. checking for time.h... yes
  177. checking for net/socket.h... (cached) no
  178. checking for sys/socket.h... (cached) yes
  179. checking size of rlim_t... 8
  180. checking for size_t... yes
  181. checking size of size_t... 8
  182. checking size of ptrdiff_t... 8
  183. checking for struct stat.st_blksize... yes
  184. checking for struct stat.st_blocks... yes
  185. checking for struct stat.st_rdev... yes
  186. checking for struct stat.st_atim... no
  187. checking for struct stat.st_atimespec... yes
  188. checking for struct stat.st_atimensec... no
  189. checking for struct stat.st_mtim... no
  190. checking for struct stat.st_mtimespec... yes
  191. checking for struct stat.st_mtimensec... no
  192. checking for struct stat.st_ctim... no
  193. checking for struct stat.st_ctimespec... yes
  194. checking for struct stat.st_ctimensec... no
  195. checking for struct timespec... yes
  196. checking for fd_mask... yes
  197. checking for int8_t... yes
  198. checking for uint8_t... yes
  199. checking for int16_t... yes
  200. checking for uint16_t... yes
  201. checking for int32_t... yes
  202. checking for uint32_t... yes
  203. checking for int64_t... yes
  204. checking for uint64_t... yes
  205. checking for int128_t... no
  206. checking for uint128_t... no
  207. checking for intptr_t... yes
  208. checking for uintptr_t... yes
  209. checking for ssize_t... yes
  210. checking for stack end address... no
  211. checking for uid_t in sys/types.h... (cached) yes
  212. checking type of array argument to getgroups... gid_t
  213. checking return type of signal handlers... void
  214. checking for working alloca.h... yes
  215. checking for alloca... yes
  216. checking for working memcmp... yes
  217. checking for broken erfc of glibc-2.3.6 on IA64... no
  218. checking for dup2... yes
  219. checking for memmove... yes
  220. checking for strerror... yes
  221. checking for strchr... yes
  222. checking for strstr... yes
  223. checking for crypt... yes
  224. checking for flock... yes
  225. checking for vsnprintf... yes
  226. checking for isnan... yes
  227. checking for finite... yes
  228. checking for isinf... yes
  229. checking for hypot... yes
  230. checking for acosh... yes
  231. checking for erf... yes
  232. checking for tgamma... yes
  233. checking for lgamma_r... yes
  234. checking for cbrt... yes
  235. checking for strlcpy... yes
  236. checking for strlcat... yes
  237. checking for fmod... yes
  238. checking for killpg... yes
  239. checking for wait4... yes
  240. checking for waitpid... yes
  241. checking for fork... yes
  242. checking for spawnv... no
  243. checking for syscall... yes
  244. checking for chroot... yes
  245. checking for fsync... yes
  246. checking for getcwd... yes
  247. checking for eaccess... no
  248. checking for truncate... yes
  249. checking for ftruncate... yes
  250. checking for chsize... no
  251. checking for times... yes
  252. checking for utimes... yes
  253. checking for utimensat... no
  254. checking for fcntl... yes
  255. checking for lockf... yes
  256. checking for lstat... yes
  257. checking for link... yes
  258. checking for symlink... yes
  259. checking for readlink... yes
  260. checking for setitimer... yes
  261. checking for setruid... yes
  262. checking for seteuid... yes
  263. checking for setreuid... yes
  264. checking for setresuid... no
  265. checking for setproctitle... no
  266. checking for socketpair... yes
  267. checking for setrgid... yes
  268. checking for setegid... yes
  269. checking for setregid... yes
  270. checking for setresgid... no
  271. checking for issetugid... yes
  272. checking for pause... yes
  273. checking for lchown... yes
  274. checking for lchmod... yes
  275. checking for getpgrp... yes
  276. checking for setpgrp... yes
  277. checking for getpgid... yes
  278. checking for setpgid... yes
  279. checking for initgroups... yes
  280. checking for getgroups... yes
  281. checking for setgroups... yes
  282. checking for getpriority... yes
  283. checking for getrlimit... yes
  284. checking for setrlimit... yes
  285. checking for sysconf... yes
  286. checking for group_member... no
  287. checking for dlopen... yes
  288. checking for sigprocmask... yes
  289. checking for sigaction... yes
  290. checking for sigsetjmp... yes
  291. checking for _setjmp... yes
  292. checking for _longjmp... yes
  293. checking for snprintf... yes
  294. checking for setsid... yes
  295. checking for telldir... yes
  296. checking for seekdir... yes
  297. checking for fchmod... yes
  298. checking for cosh... yes
  299. checking for sinh... yes
  300. checking for tanh... yes
  301. checking for log2... yes
  302. checking for round... yes
  303. checking for signbit... no
  304. checking for setuid... yes
  305. checking for setgid... yes
  306. checking for daemon... (cached) no
  307. checking for select_large_fdset... no
  308. checking for setenv... yes
  309. checking for unsetenv... yes
  310. checking for mktime... yes
  311. checking for timegm... yes
  312. checking for gmtime_r... yes
  313. checking for clock_gettime... no
  314. checking for gettimeofday... yes
  315. checking for pread... yes
  316. checking for sendfile... yes
  317. checking for shutdown... yes
  318. checking for sigaltstack... yes
  319. checking for __builtin_setjmp... no
  320. checking for setjmp type... _setjmp
  321. checking whether struct tm is in sys/time.h or time.h... time.h
  322. checking for struct tm.tm_zone... yes
  323. checking for struct tm.tm_gmtoff... yes
  324. checking for external int daylight... yes
  325. checking for external timezone... long
  326. checking for external altzone... no
  327. checking for timezone... yes
  328. checking whether timezone requires zero arguments... yes
  329. checking for negative time_t for gmtime(3)... yes
  330. checking whether getpgrp requires zero arguments... yes
  331. checking whether setpgrp takes no argument... yes
  332. checking whether byte ordering is bigendian... no
  333. checking for an ANSI C-conforming const... yes
  334. checking whether char is unsigned... no
  335. checking for inline... inline
  336. checking for working volatile... yes
  337. checking whether right shift preserve sign bit... yes
  338. checking read count field in FILE structures... _r
  339. checking read buffer ptr field in FILE structures... _p
  340. checking whether st_ino is huge... no
  341. checking whether _SC_CLK_TCK is supported... yes
  342. checking stack growing direction... (cached) -1
  343. checking for pthread_kill in -lthr... no
  344. checking for pthread_kill in -lpthread... yes
  345. checking for nanosleep... yes
  346. checking for sched_yield... yes
  347. checking for pthread_attr_setinheritsched... yes
  348. checking if fork works with pthread... yes
  349. checking for backtrace... yes
  350. checking whether ELF binaries are produced... no
  351. checking whether OS depend dynamic link works... yes
  352. checking for if make is GNU make... yes
  353. checking for nroff... /usr/bin/nroff
  354. creating config.h
  355. configure: creating ./config.status
  356. config.status: creating Makefile
Add Comment
Please, Sign In to add comment