configure.log 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. configure: WARNING: you should use --build, --host, --target
  2. checking for ruby... /usr/bin/ruby
  3. config.guess already exists
  4. config.sub already exists
  5. checking build system type... arm-apple-darwin20.1.0
  6. checking host system type... arm-apple-darwin20.1.0
  7. checking target system type... arm-apple-darwin20.1.0
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for g++... g++
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /usr/bin/grep
  21. checking for egrep... /usr/bin/grep -E
  22. checking whether gcc needs -traditional... no
  23. checking for ld... ld
  24. checking whether the linker is GNU ld... no
  25. checking whether gcc -E accepts -o... yes
  26. checking for real target cpu...
  27. checking for ranlib... (cached) :
  28. checking for ar... (cached) libtool -static
  29. checking for libtool -static flags... (cached) -no_warning_for_no_symbols -o
  30. checking for as... as
  31. checking for objdump... objdump
  32. checking for objcopy... no
  33. checking for gobjcopy... no
  34. checking for nm... nm
  35. checking whether ln -s works... yes
  36. checking whether make sets $(MAKE)... yes
  37. checking for a BSD-compatible install... /usr/local/opt/coreutils/bin/ginstall -c
  38. checking for a thread-safe mkdir -p... /usr/local/opt/coreutils/bin/gmkdir -p
  39. checking for dtrace... dtrace
  40. checking for dot... no
  41. checking for doxygen... no
  42. checking for pkg-config... pkg-config
  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 minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking for cd using physical directory... cd -P
  58. checking whether CFLAGS is valid... yes
  59. checking whether LDFLAGS is valid... yes
  60. checking whether -Wl,-R. is accepted as LDFLAGS... no
  61. checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
  62. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  63. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  64. checking whether -Wno-long-long is accepted as CFLAGS... yes
  65. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  66. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  67. checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
  68. checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
  69. checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
  70. checking whether -Wno-self-assign is accepted as CFLAGS... yes
  71. checking whether -Wunused-variable is accepted as CFLAGS... yes
  72. checking whether -Wimplicit-int is accepted as CFLAGS... yes
  73. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  74. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  75. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  76. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... yes
  77. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  78. checking whether -Wdivision-by-zero is accepted as CFLAGS... yes
  79. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  80. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... no
  81. checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... no
  82. checking whether -Wsuggest-attribute=format is accepted as CFLAGS... no
  83. checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no
  84. checking whether -Wextra-tokens is accepted as CFLAGS... yes
  85. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  86. checking whether -Qunused-arguments is accepted as CFLAGS... yes
  87. checking whether INFINITY is available without C99 option... yes
  88. checking whether NAN is available without C99 option... yes
  89. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  90. checking whether -fstack-protector is accepted as CFLAGS... yes
  91. checking whether -fstack-protector is accepted as LDFLAGS... yes
  92. checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... no
  93. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  94. checking whether -ggdb3 is accepted as CFLAGS... yes
  95. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  96. checking whether -fno-fast-math is accepted as CFLAGS... yes
  97. checking whether -fexcess-precision=standard is accepted as CFLAGS... no
  98. checking whether -fp-model precise is accepted as CFLAGS... no
  99. checking whether Mac OS X 10.5 or later... yes
  100. checking for broken crypt with 8bit chars... yes
  101. checking for codesign... codesign
  102. checking for crt_externs.h... yes
  103. checking for crypt in -lcrypt... (cached) no
  104. checking for dlopen in -ldl... yes
  105. checking for shl_load in -ldld... no
  106. checking for shutdown in -lsocket... no
  107. checking for dirent.h that defines DIR... yes
  108. checking for library containing opendir... none required
  109. checking for stdbool.h that conforms to C99... yes
  110. checking for _Bool... yes
  111. checking for sys/wait.h that is POSIX.1 compatible... yes
  112. checking a.out.h usability... no
  113. checking a.out.h presence... no
  114. checking for a.out.h... no
  115. checking atomic.h usability... no
  116. checking atomic.h presence... no
  117. checking for atomic.h... no
  118. checking direct.h usability... no
  119. checking direct.h presence... no
  120. checking for direct.h... no
  121. checking grp.h usability... yes
  122. checking grp.h presence... yes
  123. checking for grp.h... yes
  124. checking fcntl.h usability... yes
  125. checking fcntl.h presence... yes
  126. checking for fcntl.h... yes
  127. checking float.h usability... yes
  128. checking float.h presence... yes
  129. checking for float.h... yes
  130. checking ieeefp.h usability... no
  131. checking ieeefp.h presence... no
  132. checking for ieeefp.h... no
  133. checking intrinsics.h usability... no
  134. checking intrinsics.h presence... no
  135. checking for intrinsics.h... no
  136. checking langinfo.h usability... yes
  137. checking langinfo.h presence... yes
  138. checking for langinfo.h... yes
  139. checking limits.h usability... yes
  140. checking limits.h presence... yes
  141. checking for limits.h... yes
  142. checking locale.h usability... yes
  143. checking locale.h presence... yes
  144. checking for locale.h... yes
  145. checking malloc.h usability... no
  146. checking malloc.h presence... no
  147. checking for malloc.h... no
  148. checking malloc/malloc.h usability... yes
  149. checking malloc/malloc.h presence... yes
  150. checking for malloc/malloc.h... yes
  151. checking malloc_np.h usability... no
  152. checking malloc_np.h presence... no
  153. checking for malloc_np.h... no
  154. checking net/socket.h usability... no
  155. checking net/socket.h presence... no
  156. checking for net/socket.h... no
  157. checking process.h usability... no
  158. checking process.h presence... no
  159. checking for process.h... no
  160. checking pwd.h usability... yes
  161. checking pwd.h presence... yes
  162. checking for pwd.h... yes
  163. checking setjmpex.h usability... no
  164. checking setjmpex.h presence... no
  165. checking for setjmpex.h... no
  166. checking sys/attr.h usability... yes
  167. checking sys/attr.h presence... yes
  168. checking for sys/attr.h... yes
  169. checking sys/fcntl.h usability... yes
  170. checking sys/fcntl.h presence... yes
  171. checking for sys/fcntl.h... yes
  172. checking sys/file.h usability... yes
  173. checking sys/file.h presence... yes
  174. checking for sys/file.h... yes
  175. checking sys/id.h usability... no
  176. checking sys/id.h presence... no
  177. checking for sys/id.h... no
  178. checking sys/ioctl.h usability... yes
  179. checking sys/ioctl.h presence... yes
  180. checking for sys/ioctl.h... yes
  181. checking sys/mkdev.h usability... no
  182. checking sys/mkdev.h presence... no
  183. checking for sys/mkdev.h... no
  184. checking sys/param.h usability... yes
  185. checking sys/param.h presence... yes
  186. checking for sys/param.h... yes
  187. checking sys/prctl.h usability... no
  188. checking sys/prctl.h presence... no
  189. checking for sys/prctl.h... no
  190. checking sys/resource.h usability... yes
  191. checking sys/resource.h presence... yes
  192. checking for sys/resource.h... yes
  193. checking sys/select.h usability... yes
  194. checking sys/select.h presence... yes
  195. checking for sys/select.h... yes
  196. checking sys/sendfile.h usability... no
  197. checking sys/sendfile.h presence... no
  198. checking for sys/sendfile.h... no
  199. checking sys/socket.h usability... yes
  200. checking sys/socket.h presence... yes
  201. checking for sys/socket.h... yes
  202. checking for sys/syscall.h... (cached) no
  203. checking sys/sysmacros.h usability... no
  204. checking sys/sysmacros.h presence... no
  205. checking for sys/sysmacros.h... no
  206. checking sys/time.h usability... yes
  207. checking sys/time.h presence... yes
  208. checking for sys/time.h... yes
  209. checking sys/times.h usability... yes
  210. checking sys/times.h presence... yes
  211. checking for sys/times.h... yes
  212. checking sys/uio.h usability... yes
  213. checking sys/uio.h presence... yes
  214. checking for sys/uio.h... yes
  215. checking sys/utime.h usability... no
  216. checking sys/utime.h presence... no
  217. checking for sys/utime.h... no
  218. checking for syscall.h... (cached) no
  219. checking time.h usability... yes
  220. checking time.h presence... yes
  221. checking for time.h... yes
  222. checking ucontext.h usability... yes
  223. checking ucontext.h presence... yes
  224. checking for ucontext.h... yes
  225. checking utime.h usability... yes
  226. checking utime.h presence... yes
  227. checking for utime.h... yes
  228. checking gmp.h usability... no
  229. checking gmp.h presence... no
  230. checking for gmp.h... no
  231. checking for special C compiler options needed for large files... no
  232. checking for _FILE_OFFSET_BITS value needed for large files... no
  233. checking whether byte ordering is bigendian... no
  234. checking for an ANSI C-conforming const... yes
  235. checking whether char is unsigned... no
  236. checking for inline... inline
  237. checking for working volatile... yes
  238. checking for typeof syntax and keyword spelling... typeof
  239. checking for long long... yes
  240. checking for off_t... yes
  241. checking char bit... 8
  242. checking size of int... 4
  243. checking size of short... 2
  244. checking size of long... 8
  245. checking size of long long... 8
  246. checking size of __int64... 0
  247. checking size of __int128... 16
  248. checking size of off_t... 8
  249. checking size of void*... 8
  250. checking size of float... 4
  251. checking size of double... 8
  252. checking size of time_t... 8
  253. checking size of clock_t... 8
  254. checking packed struct attribute... x __attribute__((packed))
  255. checking for printf prefix for long long... ll
  256. checking for pid_t... yes
  257. checking for convertible type of pid_t... INT
  258. checking for uid_t... yes
  259. checking for convertible type of uid_t... UINT
  260. checking for gid_t... yes
  261. checking for convertible type of gid_t... UINT
  262. checking for time_t... yes
  263. checking for convertible type of time_t... LONG
  264. checking for dev_t... yes
  265. checking for convertible type of dev_t... INT
  266. checking for mode_t... yes
  267. checking for convertible type of mode_t... UINT
  268. checking for rlim_t... yes
  269. checking for convertible type of rlim_t... ULL
  270. checking for off_t... (cached) yes
  271. checking for convertible type of off_t... LL
  272. checking for clockid_t... no
  273. checking for convertible type of clockid_t... INT
  274. checking for prototypes... yes
  275. checking token paste string... ansi
  276. checking stringization... #expr
  277. checking string literal concatenation... yes
  278. checking for variable length prototypes and stdarg.h... yes
  279. checking for variable length macro... yes
  280. checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
  281. checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
  282. checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
  283. checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
  284. checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
  285. checking for DEPRECATED_TYPE type attribute... x __attribute__ ((__deprecated__ mesg))
  286. checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
  287. checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
  288. checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
  289. checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
  290. checking for ERRORFUNC function attribute... x
  291. checking for WARNINGFUNC function attribute... x
  292. checking for WEAK function attribute... __attribute__ ((__weak__)) x
  293. checking for FUNC_STDCALL function attribute... x
  294. checking for FUNC_CDECL function attribute... __attribute__ ((__cdecl__)) x
  295. checking for FUNC_FASTCALL function attribute... x
  296. checking for FUNC_UNOPTIMIZED function attribute... x
  297. checking for FUNC_MINIMIZED function attribute... x
  298. checking for function alias... no
  299. checking for __atomic builtins... yes
  300. checking for __sync builtins... yes
  301. checking for __builtin_unreachable... yes
  302. checking for exported function attribute... __attribute__ ((__visibility__("default")))
  303. checking for function name string predefined identifier... __func__
  304. checking if enum over int is allowed... yes
  305. checking whether sys_nerr is declared... yes
  306. checking whether getenv is declared... yes
  307. checking for size_t... yes
  308. checking size of size_t... 8
  309. checking size of ptrdiff_t... 8
  310. checking for printf prefix for size_t... z
  311. checking for printf prefix for ptrdiff_t... t
  312. checking for struct stat.st_blksize... yes
  313. checking for struct stat.st_blocks... yes
  314. checking for struct stat.st_rdev... yes
  315. checking size of struct stat.st_size... SIZEOF_OFF_T
  316. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  317. checking size of struct stat.st_ino... SIZEOF_LONG
  318. checking for struct stat.st_atim... no
  319. checking for struct stat.st_atimespec... yes
  320. checking for struct stat.st_atimensec... no
  321. checking for struct stat.st_mtim... no
  322. checking for struct stat.st_mtimespec... yes
  323. checking for struct stat.st_mtimensec... no
  324. checking for struct stat.st_ctim... no
  325. checking for struct stat.st_ctimespec... yes
  326. checking for struct stat.st_ctimensec... no
  327. checking for struct stat.st_birthtimespec... yes
  328. checking for struct timeval... yes
  329. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  330. checking for struct timespec... yes
  331. checking for struct timezone... yes
  332. checking for clockid_t... (cached) no
  333. checking for fd_mask... yes
  334. checking for int8_t... yes
  335. checking size of int8_t... 1
  336. checking for uint8_t... yes
  337. checking size of uint8_t... 1
  338. checking for int16_t... yes
  339. checking size of int16_t... 2
  340. checking for uint16_t... yes
  341. checking size of uint16_t... 2
  342. checking for int32_t... yes
  343. checking size of int32_t... 4
  344. checking for uint32_t... yes
  345. checking size of uint32_t... 4
  346. checking for int64_t... yes
  347. checking size of int64_t... 8
  348. checking for uint64_t... yes
  349. checking size of uint64_t... 8
  350. checking for int128_t... __int128
  351. checking for uint128_t... unsigned __int128
  352. checking for intptr_t... yes
  353. checking size of intptr_t... 8
  354. checking for uintptr_t... yes
  355. checking size of uintptr_t... 8
  356. checking for ssize_t... yes
  357. checking size of ssize_t... 8
  358. checking for stack end address... no
  359. checking for uid_t in sys/types.h... (cached) yes
  360. checking type of array argument to getgroups... (cached) gid_t
  361. checking return type of signal handlers... void
  362. checking for working alloca.h... yes
  363. checking for alloca... yes
  364. checking for dynamic size alloca... ok
  365. checking for working memcmp... yes
  366. checking for broken erfc of glibc-2.3.6 on IA64... no
  367. checking for acosh... yes
  368. checking for cbrt... yes
  369. checking for crypt... yes
  370. checking for dup2... yes
  371. checking for erf... yes
  372. checking for explicit_bzero... no
  373. checking for ffs... yes
  374. checking for finite... no
  375. checking for flock... yes
  376. checking for hypot... yes
  377. checking for isinf... yes
  378. checking for isnan... yes
  379. checking for lgamma_r... yes
  380. checking for memmove... yes
  381. checking for nextafter... yes
  382. checking for setproctitle... no
  383. checking for strchr... yes
  384. checking for strerror... yes
  385. checking for strlcat... yes
  386. checking for strlcpy... yes
  387. checking for strstr... yes
  388. checking for tgamma... yes
  389. checking sys/pstat.h usability... no
  390. checking sys/pstat.h presence... no
  391. checking for sys/pstat.h... no
  392. checking for signbit... yes
  393. checking for broken memmem... yes
  394. checking for pid_t... (cached) yes
  395. checking vfork.h usability... no
  396. checking vfork.h presence... no
  397. checking for vfork.h... no
  398. checking for fork... yes
  399. checking for vfork... (cached) no
  400. checking for working fork... yes
  401. checking for __syscall... (cached) no
  402. checking for _longjmp... yes
  403. checking for arc4random_buf... yes
  404. checking for atan2l... yes
  405. checking for atan2f... yes
  406. checking for chroot... yes
  407. checking for chsize... no
  408. checking for clock_gettime... yes
  409. checking for cosh... yes
  410. checking for crypt_r... no
  411. checking for daemon... (cached) no
  412. checking for dirfd... yes
  413. checking for dl_iterate_phdr... no
  414. checking for dlopen... yes
  415. checking for dladdr... yes
  416. checking for dup... yes
  417. checking for dup3... no
  418. checking for eaccess... no
  419. checking for endgrent... yes
  420. checking for fchmod... yes
  421. checking for fchown... yes
  422. checking for fcntl... yes
  423. checking for fdatasync... (cached) no
  424. checking for fgetattrlist... yes
  425. checking for fmod... yes
  426. checking for fsync... yes
  427. checking for ftruncate... yes
  428. checking for ftruncate64... no
  429. checking for getattrlist... yes
  430. checking for getcwd... yes
  431. checking for getgidx... no
  432. checking for getgrnam... yes
  433. checking for getgrnam_r... yes
  434. checking for getgroups... yes
  435. checking for getpgid... yes
  436. checking for getpgrp... yes
  437. checking for getpriority... yes
  438. checking for getpwnam_r... yes
  439. checking for getresgid... no
  440. checking for getresuid... no
  441. checking for getrlimit... yes
  442. checking for getsid... yes
  443. checking for gettimeofday... yes
  444. checking for getuidx... no
  445. checking for gmtime_r... yes
  446. checking for initgroups... yes
  447. checking for ioctl... yes
  448. checking for isfinite... no
  449. checking for issetugid... yes
  450. checking for killpg... yes
  451. checking for lchmod... yes
  452. checking for lchown... yes
  453. checking for link... yes
  454. checking for llabs... yes
  455. checking for lockf... yes
  456. checking for log2... yes
  457. checking for lstat... yes
  458. checking for malloc_usable_size... no
  459. checking for malloc_size... yes
  460. checking for mblen... yes
  461. checking for memalign... no
  462. checking for memset_s... yes
  463. checking for writev... yes
  464. checking for memrchr... no
  465. checking for memmem... (cached) no
  466. checking for mkfifo... yes
  467. checking for mknod... yes
  468. checking for mktime... yes
  469. checking for pipe2... no
  470. checking for poll... yes
  471. checking for posix_fadvise... no
  472. checking for posix_memalign... yes
  473. checking for ppoll... no
  474. checking for pread... yes
  475. checking for qsort_r... yes
  476. checking for qsort_s... no
  477. checking for readlink... yes
  478. checking for round... yes
  479. checking for sched_getaffinity... no
  480. checking for seekdir... yes
  481. checking for select_large_fdset... no
  482. checking for sendfile... yes
  483. checking for setegid... yes
  484. checking for setenv... yes
  485. checking for seteuid... yes
  486. checking for setgid... yes
  487. checking for setgroups... yes
  488. checking for setpgid... yes
  489. checking for setpgrp... yes
  490. checking for setregid... yes
  491. checking for setresgid... no
  492. checking for setresuid... no
  493. checking for setreuid... yes
  494. checking for setrgid... yes
  495. checking for setrlimit... yes
  496. checking for setruid... yes
  497. checking for setsid... yes
  498. checking for setuid... yes
  499. checking for shutdown... yes
  500. checking for sigaction... yes
  501. checking for sigaltstack... yes
  502. checking for sigprocmask... yes
  503. checking for sinh... yes
  504. checking for spawnv... no
  505. checking for symlink... yes
  506. checking for syscall... (cached) no
  507. checking for sysconf... yes
  508. checking for tanh... yes
  509. checking for telldir... yes
  510. checking for timegm... yes
  511. checking for times... yes
  512. checking for truncate... yes
  513. checking for truncate64... no
  514. checking for unsetenv... yes
  515. checking for utimensat... yes
  516. checking for utimes... yes
  517. checking for wait4... yes
  518. checking for waitpid... yes
  519. checking if getcwd allocates buffer if NULL is given... yes
  520. checking for __builtin_bswap16... yes
  521. checking for __builtin_bswap32... yes
  522. checking for __builtin_bswap64... yes
  523. checking for __builtin_popcount... yes
  524. checking for __builtin_popcountll... yes
  525. checking for __builtin_clz... yes
  526. checking for __builtin_clzl... yes
  527. checking for __builtin_clzll... yes
  528. checking for __builtin_ctz... yes
  529. checking for __builtin_ctzll... yes
  530. checking for __builtin_constant_p... yes
  531. checking for __builtin_choose_expr... yes
  532. checking for __builtin_choose_expr_constant_p... yes
  533. checking for __builtin_types_compatible_p... yes
  534. checking whether qsort_r is GNU version... no
  535. checking whether qsort_r is BSD version... yes
  536. checking whether atan2 handles Inf as C99... yes
  537. checking whether lgamma_r handles +0.0 and -0.0... no
  538. checking for clock_getres... yes
  539. checking for unsetenv returns a value... yes
  540. checking whether struct tm is in sys/time.h or time.h... time.h
  541. checking for struct tm.tm_zone... yes
  542. checking for struct tm.tm_gmtoff... yes
  543. checking for external int daylight... yes
  544. checking for external timezone... long
  545. checking for external altzone... no
  546. checking for timezone... yes
  547. checking whether timezone requires zero arguments... yes
  548. checking for negative time_t for gmtime(3)... yes
  549. checking for localtime(3) overflow correctly... yes
  550. checking for sig_t... yes
  551. checking whether right shift preserve sign bit... yes
  552. checking whether _SC_CLK_TCK is supported... yes
  553. checking stack growing direction on ... -1
  554. checking for pthread_kill in -lthr... no
  555. checking for pthread_kill in -lpthread... yes
  556. checking for pthread_np.h... no
  557. checking whether pthread_t is scalar type... yes
  558. checking for sched_yield... yes
  559. checking for pthread_attr_setinheritsched... yes
  560. checking for pthread_attr_get_np... no
  561. checking for pthread_attr_getstack... yes
  562. checking for pthread_get_stackaddr_np... yes
  563. checking for pthread_get_stacksize_np... yes
  564. checking for thr_stksegment... no
  565. checking for pthread_stackseg_np... no
  566. checking for pthread_getthrds_np... no
  567. checking for pthread_cond_init... yes
  568. checking for pthread_condattr_setclock... no
  569. checking for pthread_condattr_init... yes
  570. checking for pthread_sigmask... yes
  571. checking for pthread_setname_np... yes
  572. checking for pthread_set_name_np... no
  573. checking for pthread_getattr_np... no
  574. checking for pthread_attr_init... yes
  575. checking arguments of pthread_setname_np... (name)
  576. checking if mcontext_t is a pointer... yes
  577. checking for getcontext... (cached) no
  578. checking for setcontext... (cached) no
  579. checking if fork works with pthread... yes
  580. checking whether ELF binaries are produced... no
  581. checking whether OS depend dynamic link works... yes
  582. checking whether -Wl,-undefined,dynamic_lookup is accepted as LDFLAGS... yes
  583. checking whether -Wl,-multiply_defined,suppress is accepted as LDFLAGS... yes
  584. checking execinfo.h usability... yes
  585. checking execinfo.h presence... yes
  586. checking for execinfo.h... yes
  587. checking for backtrace in -lexecinfo... no
  588. checking libunwind.h usability... yes
  589. checking libunwind.h presence... yes
  590. checking for libunwind.h... yes
  591. checking for backtrace... yes
  592. checking for broken backtrace... yes
  593. checking valgrind/memcheck.h usability... no
  594. checking valgrind/memcheck.h presence... no
  595. checking for valgrind/memcheck.h... no
  596. checking for strip... strip
  597. checking whether -Wl,--no-undefined is accepted as LDFLAGS... no
  598. checking whether wrapper for DYLD_LIBRARY_PATH is needed... yes
  599. checking whether dtrace USDT is available... yes(-xnolibs)
  600. checking whether dtrace needs post processing... no
  601. checking for __builtin_setjmp... (cached) no
  602. checking for _setjmpex as a macro or function... no
  603. checking for _setjmp as a macro or function... yes
  604. checking for sigsetjmp as a macro or function... yes
  605. checking for setjmp type... _setjmp
  606. checking for prefix of external symbols... _
  607. checking pthread.h usability... yes
  608. checking pthread.h presence... yes
  609. checking for pthread.h... yes
  610. checking if make is GNU make... yes
  611. checking for nroff... /usr/bin/nroff
  612. .ext/include/-darwin20/ruby/config.h updated
  613. configure: ruby library version = 2.4.0
  614. configure: creating ./config.status
  615. config.status: creating GNUmakefile
  616. config.status: creating Makefile
  617. config.status: creating ruby-2.4.pc
  618. ---
  619. Configuration summary for ruby version 2.4.9
  620. * Installation prefix: /Users/fq/.rvm/rubies/ruby-2.4.9
  621. * exec prefix: ${prefix}
  622. * arch: -darwin20
  623. * site arch: ${arch}
  624. * RUBY_BASE_NAME: ruby
  625. * enable shared: yes
  626. * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
  627. * site libraries path: ${rubylibprefix}/${sitearch}
  628. * vendor path: ${rubylibprefix}/vendor_ruby
  629. * target OS: darwin20
  630. * compiler: gcc
  631. * with pthread: yes
  632. * enable shared libs: yes
  633. * dynamic library ext: bundle
  634. * CFLAGS: ${optflags} ${debugflags} ${warnflags}
  635. * LDFLAGS: -L. -fstack-protector -L/usr/local/lib \
  636. -L/usr/local/opt/libyaml/lib \
  637. -L/usr/local/opt/libksba/lib \
  638. -L/usr/local/opt/readline/lib \
  639. -L/usr/local/opt/zlib/lib \
  640. -L/usr/local/opt/openssl@1.1/lib
  641. * optflags: -O3 -fno-fast-math
  642. * debugflags: -ggdb3
  643. * warnflags: -Wall -Wextra -Wno-unused-parameter \
  644. -Wno-parentheses -Wno-long-long \
  645. -Wno-missing-field-initializers \
  646. -Wno-tautological-compare \
  647. -Wno-parentheses-equality \
  648. -Wno-constant-logical-operand -Wno-self-assign \
  649. -Wunused-variable -Wimplicit-int -Wpointer-arith \
  650. -Wwrite-strings -Wdeclaration-after-statement \
  651. -Wshorten-64-to-32 \
  652. -Wimplicit-function-declaration \
  653. -Wdivision-by-zero -Wdeprecated-declarations \
  654. -Wextra-tokens
  655. * strip command: strip -A -n
  656. * install doc: no
  657. * man page type: doc
  658. ---