configure.log 26 KB

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