Advertisement
Guest User

Untitled

a guest
May 24th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.28 KB | None | 0 0
  1. 2015-04-13 18:29:07 +0200
  2.  
  3. ./configure
  4. --prefix=/home/cavtools/.linuxbrew/Cellar/ruby/2.2.1
  5. --enable-shared
  6. --disable-silent-rules
  7. --with-sitedir=/home/cavtools/.linuxbrew/lib/ruby/site_ruby
  8. --with-vendordir=/home/cavtools/.linuxbrew/lib/ruby/vendor_ruby
  9. --with-out-ext=tk
  10. --disable-install-doc
  11. --without-gmp
  12. --with-opt-dir=/home/cavtools/.linuxbrew/opt/libyaml:/home/cavtools/.linuxbrew/opt/openssl:/home/cavtools/.linuxbrew/opt/readline
  13.  
  14. config.guess already exists
  15. config.sub already exists
  16. checking build system type... x86_64-unknown-linux-gnu
  17. checking host system type... x86_64-unknown-linux-gnu
  18. checking target system type... x86_64-unknown-linux-gnu
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether /home/cavtools/.linuxbrew/bin/gcc-4.9 accepts -g... yes
  26. checking for /home/cavtools/.linuxbrew/bin/gcc-4.9 option to accept ISO C89... none needed
  27. checking whether we are using the GNU C++ compiler... yes
  28. checking whether /home/cavtools/.linuxbrew/bin/g++-4.9 accepts -g... yes
  29. checking how to run the C preprocessor... /home/cavtools/.linuxbrew/bin/gcc-4.9 -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking whether /home/cavtools/.linuxbrew/bin/gcc-4.9 needs -traditional... no
  33. checking for ld... ld
  34. checking whether the linker is GNU ld... yes
  35. checking whether /home/cavtools/.linuxbrew/bin/gcc-4.9 -E accepts -o... yes
  36. checking for ranlib... ranlib
  37. checking for ar... ar
  38. checking for as... as
  39. checking for objdump... objdump
  40. checking for objcopy... objcopy
  41. checking for nm... nm
  42. checking whether ln -s works... yes
  43. checking whether make sets $(MAKE)... yes
  44. checking for a BSD-compatible install... /home/cavtools/.linuxbrew/bin/ginstall -c
  45. checking for a thread-safe mkdir -p... /home/cavtools/.linuxbrew/bin/mkdir -p
  46. checking for dtrace... dtrace
  47. checking for dot... no
  48. checking for doxygen... doxygen
  49. checking for pkg-config... pkg-config
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking minix/config.h usability... no
  61. checking minix/config.h presence... no
  62. checking for minix/config.h... no
  63. checking whether it is safe to define __EXTENSIONS__... yes
  64. checking for cd using physical directory... cd -P
  65. checking whether CFLAGS is valid... yes
  66. checking whether LDFLAGS is valid... yes
  67. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  68. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  69. checking whether -Wno-long-long is accepted as CFLAGS... yes
  70. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  71. checking whether -Wunused-variable is accepted as CFLAGS... yes
  72. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  73. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  74. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  75. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  76. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  77. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  78. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  79. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  80. checking whether -Wextra-tokens is accepted as CFLAGS... no
  81. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  82. checking whether -Qunused-arguments is accepted as CFLAGS... no
  83. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  84. checking whether -fstack-protector is accepted as CFLAGS... yes
  85. checking whether -fstack-protector is accepted as LDFLAGS... yes
  86. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  87. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  88. checking whether -ggdb3 is accepted as CFLAGS... yes
  89. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  90. checking whether -fno-fast-math is accepted as CFLAGS... yes
  91. checking for crypt in -lcrypt... yes
  92. checking for dlopen in -ldl... yes
  93. checking for shl_load in -ldld... no
  94. checking for shutdown in -lsocket... no
  95. checking for dirent.h that defines DIR... yes
  96. checking for library containing opendir... none required
  97. checking for stdbool.h that conforms to C99... yes
  98. checking for _Bool... yes
  99. checking for sys/wait.h that is POSIX.1 compatible... yes
  100. checking limits.h usability... yes
  101. checking limits.h presence... yes
  102. checking for limits.h... yes
  103. checking sys/file.h usability... yes
  104. checking sys/file.h presence... yes
  105. checking for sys/file.h... yes
  106. checking sys/ioctl.h usability... yes
  107. checking sys/ioctl.h presence... yes
  108. checking for sys/ioctl.h... yes
  109. checking sys/syscall.h usability... yes
  110. checking sys/syscall.h presence... yes
  111. checking for sys/syscall.h... yes
  112. checking fcntl.h usability... yes
  113. checking fcntl.h presence... yes
  114. checking for fcntl.h... yes
  115. checking sys/fcntl.h usability... yes
  116. checking sys/fcntl.h presence... yes
  117. checking for sys/fcntl.h... yes
  118. checking sys/param.h usability... yes
  119. checking sys/param.h presence... yes
  120. checking for sys/param.h... yes
  121. checking sys/select.h usability... yes
  122. checking sys/select.h presence... yes
  123. checking for sys/select.h... yes
  124. checking sys/time.h usability... yes
  125. checking sys/time.h presence... yes
  126. checking for sys/time.h... yes
  127. checking sys/times.h usability... yes
  128. checking sys/times.h presence... yes
  129. checking for sys/times.h... yes
  130. checking syscall.h usability... yes
  131. checking syscall.h presence... yes
  132. checking for syscall.h... yes
  133. checking pwd.h usability... yes
  134. checking pwd.h presence... yes
  135. checking for pwd.h... yes
  136. checking grp.h usability... yes
  137. checking grp.h presence... yes
  138. checking for grp.h... yes
  139. checking a.out.h usability... yes
  140. checking a.out.h presence... yes
  141. checking for a.out.h... yes
  142. checking utime.h usability... yes
  143. checking utime.h presence... yes
  144. checking for utime.h... yes
  145. checking direct.h usability... no
  146. checking direct.h presence... no
  147. checking for direct.h... no
  148. checking sys/resource.h usability... yes
  149. checking sys/resource.h presence... yes
  150. checking for sys/resource.h... yes
  151. checking sys/mkdev.h usability... no
  152. checking sys/mkdev.h presence... no
  153. checking for sys/mkdev.h... no
  154. checking sys/utime.h usability... no
  155. checking sys/utime.h presence... no
  156. checking for sys/utime.h... no
  157. checking float.h usability... yes
  158. checking float.h presence... yes
  159. checking for float.h... yes
  160. checking ieeefp.h usability... no
  161. checking ieeefp.h presence... no
  162. checking for ieeefp.h... no
  163. checking ucontext.h usability... yes
  164. checking ucontext.h presence... yes
  165. checking for ucontext.h... yes
  166. checking intrinsics.h usability... no
  167. checking intrinsics.h presence... no
  168. checking for intrinsics.h... no
  169. checking langinfo.h usability... yes
  170. checking langinfo.h presence... yes
  171. checking for langinfo.h... yes
  172. checking locale.h usability... yes
  173. checking locale.h presence... yes
  174. checking for locale.h... yes
  175. checking sys/sendfile.h usability... yes
  176. checking sys/sendfile.h presence... yes
  177. checking for sys/sendfile.h... yes
  178. checking time.h usability... yes
  179. checking time.h presence... yes
  180. checking for time.h... yes
  181. checking net/socket.h usability... no
  182. checking net/socket.h presence... no
  183. checking for net/socket.h... no
  184. checking sys/socket.h usability... yes
  185. checking sys/socket.h presence... yes
  186. checking for sys/socket.h... yes
  187. checking process.h usability... no
  188. checking process.h presence... no
  189. checking for process.h... no
  190. checking sys/prctl.h usability... yes
  191. checking sys/prctl.h presence... yes
  192. checking for sys/prctl.h... yes
  193. checking sys/uio.h usability... yes
  194. checking sys/uio.h presence... yes
  195. checking for sys/uio.h... yes
  196. checking atomic.h usability... no
  197. checking atomic.h presence... no
  198. checking for atomic.h... no
  199. checking malloc.h usability... yes
  200. checking malloc.h presence... yes
  201. checking for malloc.h... yes
  202. checking malloc_np.h usability... no
  203. checking malloc_np.h presence... no
  204. checking for malloc_np.h... no
  205. checking malloc/malloc.h usability... no
  206. checking malloc/malloc.h presence... no
  207. checking for malloc/malloc.h... no
  208. checking setjmpex.h usability... no
  209. checking setjmpex.h presence... no
  210. checking for setjmpex.h... no
  211. checking sys/attr.h usability... no
  212. checking sys/attr.h presence... no
  213. checking for sys/attr.h... no
  214. checking sys/id.h usability... no
  215. checking sys/id.h presence... no
  216. checking for sys/id.h... no
  217. checking for special C compiler options needed for large files... no
  218. checking for _FILE_OFFSET_BITS value needed for large files... no
  219. checking whether byte ordering is bigendian... no
  220. checking for an ANSI C-conforming const... yes
  221. checking whether char is unsigned... no
  222. checking for inline... inline
  223. checking for working volatile... yes
  224. checking for typeof syntax and keyword spelling... typeof
  225. checking for long long... yes
  226. checking for off_t... yes
  227. checking char bit... 8
  228. checking size of int... 4
  229. checking size of short... 2
  230. checking size of long... 8
  231. checking size of long long... 8
  232. checking size of __int64... 0
  233. checking size of __int128... 16
  234. checking size of off_t... 8
  235. checking size of void*... 8
  236. checking size of float... 4
  237. checking size of double... 8
  238. checking size of time_t... 8
  239. checking size of clock_t... 8
  240. checking packed struct attribute... x __attribute__((packed))
  241. checking for printf prefix for long long... ll
  242. checking for pid_t... yes
  243. checking for convertible type of pid_t... INT
  244. checking for uid_t... yes
  245. checking for convertible type of uid_t... UINT
  246. checking for gid_t... yes
  247. checking for convertible type of gid_t... UINT
  248. checking for time_t... yes
  249. checking for convertible type of time_t... LONG
  250. checking for dev_t... yes
  251. checking for convertible type of dev_t... ULONG
  252. checking for mode_t... yes
  253. checking for convertible type of mode_t... UINT
  254. checking for rlim_t... yes
  255. checking for convertible type of rlim_t... ULONG
  256. checking for off_t... (cached) yes
  257. checking for convertible type of off_t... LONG
  258. checking for clockid_t... yes
  259. checking for convertible type of clockid_t... INT
  260. checking for prototypes... yes
  261. checking token paste string... ansi
  262. checking stringization... #expr
  263. checking string literal concatenation... yes
  264. checking for variable length prototypes and stdarg.h... yes
  265. checking for variable length macro... yes
  266. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  267. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  268. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  269. checking for stdcall function attribute... __attribute__ ((stdcall)) x
  270. checking for cdecl function attribute... __attribute__ ((cdecl)) x
  271. checking for fastcall function attribute... __attribute__ ((fastcall)) x
  272. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  273. checking for function alias... alias
  274. checking for __atomic builtins... yes
  275. checking for __sync builtins... yes
  276. checking for __builtin_unreachable... yes
  277. checking for exported function attribute... __attribute__ ((visibility("default")))
  278. checking for function name string predefined identifier... __func__
  279. checking whether sys_nerr is declared... yes
  280. checking whether getenv is declared... yes
  281. checking for size_t... yes
  282. checking size of size_t... 8
  283. checking size of ptrdiff_t... 8
  284. checking for printf prefix for size_t... z
  285. checking for printf prefix for ptrdiff_t... t
  286. checking for struct stat.st_blksize... yes
  287. checking for struct stat.st_blocks... yes
  288. checking for struct stat.st_rdev... yes
  289. checking size of struct stat.st_size... SIZEOF_OFF_T
  290. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  291. checking size of struct stat.st_ino... SIZEOF_LONG
  292. checking for struct stat.st_atim... yes
  293. checking for struct stat.st_atimespec... no
  294. checking for struct stat.st_atimensec... no
  295. checking for struct stat.st_mtim... yes
  296. checking for struct stat.st_mtimespec... no
  297. checking for struct stat.st_mtimensec... no
  298. checking for struct stat.st_ctim... yes
  299. checking for struct stat.st_ctimespec... no
  300. checking for struct stat.st_ctimensec... no
  301. checking for struct stat.st_birthtimespec... no
  302. checking for struct timeval... yes
  303. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  304. checking for struct timespec... yes
  305. checking for struct timezone... yes
  306. checking for clockid_t... (cached) yes
  307. checking for fd_mask... yes
  308. checking for int8_t... yes
  309. checking size of int8_t... 1
  310. checking for uint8_t... yes
  311. checking size of uint8_t... 1
  312. checking for int16_t... yes
  313. checking size of int16_t... 2
  314. checking for uint16_t... yes
  315. checking size of uint16_t... 2
  316. checking for int32_t... yes
  317. checking size of int32_t... 4
  318. checking for uint32_t... yes
  319. checking size of uint32_t... 4
  320. checking for int64_t... yes
  321. checking size of int64_t... 8
  322. checking for uint64_t... yes
  323. checking size of uint64_t... 8
  324. checking for int128_t... __int128
  325. checking for uint128_t... unsigned __int128
  326. checking for intptr_t... yes
  327. checking size of intptr_t... 8
  328. checking for uintptr_t... yes
  329. checking size of uintptr_t... 8
  330. checking for ssize_t... yes
  331. checking size of ssize_t... 8
  332. checking for stack end address... __libc_stack_end
  333. checking for uid_t in sys/types.h... (cached) yes
  334. checking type of array argument to getgroups... gid_t
  335. checking return type of signal handlers... void
  336. checking for working alloca.h... yes
  337. checking for alloca... yes
  338. checking for dynamic size alloca... ok
  339. checking for working memcmp... yes
  340. checking for broken erfc of glibc-2.3.6 on IA64... no
  341. checking for acosh... yes
  342. checking for cbrt... yes
  343. checking for crypt... yes
  344. checking for dup2... yes
  345. checking for erf... yes
  346. checking for ffs... yes
  347. checking for finite... yes
  348. checking for flock... yes
  349. checking for hypot... yes
  350. checking for isinf... yes
  351. checking for isnan... yes
  352. checking for lgamma_r... yes
  353. checking for memmove... yes
  354. checking for nextafter... yes
  355. checking for setproctitle... no
  356. checking for strchr... yes
  357. checking for strerror... yes
  358. checking for strlcat... no
  359. checking for strlcpy... no
  360. checking for strstr... yes
  361. checking for tgamma... yes
  362. checking sys/pstat.h usability... no
  363. checking sys/pstat.h presence... no
  364. checking for sys/pstat.h... no
  365. checking for signbit... yes
  366. checking for pid_t... (cached) yes
  367. checking vfork.h usability... no
  368. checking vfork.h presence... no
  369. checking for vfork.h... no
  370. checking for fork... yes
  371. checking for vfork... yes
  372. checking for working fork... yes
  373. checking for working vfork... (cached) yes
  374. checking for __syscall... no
  375. checking for _longjmp... yes
  376. checking for _setjmp... yes
  377. checking for _setjmpex... no
  378. checking for atan2l... yes
  379. checking for atan2f... yes
  380. checking for chroot... yes
  381. checking for chsize... no
  382. checking for clock_gettime... yes
  383. checking for cosh... yes
  384. checking for daemon... (cached) no
  385. checking for dirfd... yes
  386. checking for dl_iterate_phdr... yes
  387. checking for dlopen... yes
  388. checking for dladdr... yes
  389. checking for dup... yes
  390. checking for dup3... yes
  391. checking for eaccess... yes
  392. checking for endgrent... yes
  393. checking for fchmod... yes
  394. checking for fchown... yes
  395. checking for fcntl... yes
  396. checking for fdatasync... yes
  397. checking for fmod... yes
  398. checking for fsync... yes
  399. checking for ftruncate... yes
  400. checking for ftruncate64... yes
  401. checking for getattrlist... no
  402. checking for getcwd... yes
  403. checking for getgidx... no
  404. checking for getgrnam... yes
  405. checking for getgrnam_r... yes
  406. checking for getgroups... yes
  407. checking for getpgid... yes
  408. checking for getpgrp... yes
  409. checking for getpriority... yes
  410. checking for getpwnam_r... yes
  411. checking for getresgid... yes
  412. checking for getresuid... yes
  413. checking for getrlimit... yes
  414. checking for getsid... yes
  415. checking for gettimeofday... yes
  416. checking for getuidx... no
  417. checking for gmtime_r... yes
  418. checking for initgroups... yes
  419. checking for ioctl... yes
  420. checking for isfinite... no
  421. checking for issetugid... no
  422. checking for killpg... yes
  423. checking for lchmod... no
  424. checking for lchown... yes
  425. checking for link... yes
  426. checking for llabs... yes
  427. checking for lockf... yes
  428. checking for log2... yes
  429. checking for lstat... yes
  430. checking for malloc_usable_size... yes
  431. checking for malloc_size... no
  432. checking for mblen... yes
  433. checking for memalign... yes
  434. checking for writev... yes
  435. checking for memrchr... yes
  436. checking for memmem... yes
  437. checking for mktime... yes
  438. checking for pipe2... yes
  439. checking for poll... yes
  440. checking for posix_fadvise... yes
  441. checking for posix_memalign... yes
  442. checking for ppoll... yes
  443. checking for pread... yes
  444. checking for qsort_r... yes
  445. checking for readlink... yes
  446. checking for round... yes
  447. checking for sched_getaffinity... yes
  448. checking for seekdir... yes
  449. checking for select_large_fdset... no
  450. checking for sendfile... yes
  451. checking for setegid... yes
  452. checking for setenv... yes
  453. checking for seteuid... yes
  454. checking for setgid... yes
  455. checking for setgroups... yes
  456. checking for setpgid... yes
  457. checking for setpgrp... yes
  458. checking for setregid... yes
  459. checking for setresgid... yes
  460. checking for setresuid... yes
  461. checking for setreuid... yes
  462. checking for setrgid... no
  463. checking for setrlimit... yes
  464. checking for setruid... no
  465. checking for setsid... yes
  466. checking for setuid... yes
  467. checking for shutdown... yes
  468. checking for sigaction... yes
  469. checking for sigaltstack... yes
  470. checking for sigprocmask... yes
  471. checking for sinh... yes
  472. checking for spawnv... no
  473. checking for symlink... yes
  474. checking for syscall... yes
  475. checking for sysconf... yes
  476. checking for tanh... yes
  477. checking for telldir... yes
  478. checking for timegm... yes
  479. checking for times... yes
  480. checking for truncate... yes
  481. checking for truncate64... yes
  482. checking for unsetenv... yes
  483. checking for utimensat... yes
  484. checking for utimes... yes
  485. checking for wait4... yes
  486. checking for waitpid... yes
  487. checking if getcwd allocates buffer if NULL is given... yes
  488. checking for __builtin_bswap16... yes
  489. checking for __builtin_bswap32... yes
  490. checking for __builtin_bswap64... yes
  491. checking for __builtin_clz... yes
  492. checking for __builtin_clzl... yes
  493. checking for __builtin_clzll... yes
  494. checking for __builtin_choose_expr... yes
  495. checking for __builtin_choose_expr_constant_p... yes
  496. checking for __builtin_types_compatible_p... yes
  497. checking whether qsort_r is GNU version... yes
  498. checking whether qsort_r is BSD version... no
  499. checking whether atan2 handles Inf as C99... yes
  500. checking for clock_getres... yes
  501. checking for unsetenv returns a value... yes
  502. checking for sigsetjmp as a macro or function... yes
  503. checking whether struct tm is in sys/time.h or time.h... time.h
  504. checking for struct tm.tm_zone... yes
  505. checking for struct tm.tm_gmtoff... yes
  506. checking for external int daylight... yes
  507. checking for external timezone... long
  508. checking for external altzone... no
  509. checking for timezone... yes
  510. checking whether timezone requires zero arguments... yes
  511. checking for negative time_t for gmtime(3)... yes
  512. checking for localtime(3) overflow correctly... yes
  513. checking whether right shift preserve sign bit... yes
  514. checking whether _SC_CLK_TCK is supported... yes
  515. checking stack growing direction on x86_64... -1
  516. checking for pthread_kill in -lthr... no
  517. checking for pthread_kill in -lpthread... yes
  518. checking for pthread_np.h... no
  519. checking whether pthread_t is scalar type... yes
  520. checking for sched_yield... yes
  521. checking for pthread_attr_setinheritsched... yes
  522. checking for pthread_getattr_np... yes
  523. checking for pthread_attr_get_np... no
  524. checking for pthread_attr_getstack... yes
  525. checking for pthread_get_stackaddr_np... no
  526. checking for pthread_get_stacksize_np... no
  527. checking for thr_stksegment... no
  528. checking for pthread_stackseg_np... no
  529. checking for pthread_getthrds_np... no
  530. checking for pthread_cond_init... yes
  531. checking for pthread_condattr_setclock... yes
  532. checking for pthread_condattr_init... yes
  533. checking for pthread_sigmask... yes
  534. checking for pthread_setname_np... yes
  535. checking for pthread_attr_init... yes
  536. checking arguments of pthread_setname_np... (pthread_self(), name)
  537. checking if mcontext_t is a pointer... no
  538. checking for getcontext... yes
  539. checking for setcontext... yes
  540. checking if fork works with pthread... yes
  541. checking whether ELF binaries are produced... yes
  542. checking elf.h usability... yes
  543. checking elf.h presence... yes
  544. checking for elf.h... yes
  545. checking elf_abi.h usability... no
  546. checking elf_abi.h presence... no
  547. checking for elf_abi.h... no
  548. checking whether OS depend dynamic link works... yes
  549. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  550. checking for backtrace... yes
  551. checking for broken backtrace... no
  552. checking valgrind/memcheck.h usability... no
  553. checking valgrind/memcheck.h presence... no
  554. checking for valgrind/memcheck.h... no
  555. checking for strip... strip
  556. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  557. checking whether dtrace USDT is available... yes
  558. checking whether dtrace USDT is available... (cached) yes
  559. checking whether dtrace needs post processing... In file included from conftest.c:1:0:
  560. conftest_provider.h:9:21: fatal error: sys/sdt.h: No such file or directory
  561. #include <sys/sdt.h>
  562. ^
  563. compilation terminated.
  564. no
  565. checking for __builtin_setjmp... yes with cast ()
  566. checking for setjmp type... __builtin_setjmp
  567. checking for prefix of external symbols... NONE
  568. checking pthread.h usability... yes
  569. checking pthread.h presence... yes
  570. checking for pthread.h... yes
  571. checking if make is GNU make... yes
  572. checking for broken memmem... no
  573. checking for nroff... /usr/bin/nroff
  574. .ext/include/x86_64-linux/ruby/config.h updated
  575. ruby library version = 2.2.0
  576. configure: creating ./config.status
  577. config.status: creating GNUmakefile
  578. config.status: creating Makefile
  579. config.status: creating ruby-2.2.pc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement