Guest User

./configure

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