Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.58 KB | None | 0 0
  1. checking build system type... armv7l-unknown-linux-gnueabihf
  2. checking host system type... armv7l-unknown-linux-gnueabihf
  3. checking for python3.7... no
  4. checking for python3... no
  5. checking for python... python
  6. checking for --enable-universalsdk... no
  7. checking for --with-universal-archs... no
  8. checking MACHDEP... checking for --without-gcc... no
  9. checking for --with-icc... no
  10. checking for gcc... gcc
  11. checking whether the C compiler works... yes
  12. checking for C compiler default output file name... a.out
  13. checking for suffix of executables...
  14. checking whether we are cross compiling... no
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for --with-cxx-main=<compiler>... no
  23. checking for g++... no
  24. configure:
  25.  
  26. By default, distutils will build C++ extension modules with "g++".
  27. If this is not intended, then set CXX on the configure command line.
  28.  
  29. checking for the platform triplet based on compiler characteristics... arm-linux-gnueabihf
  30. checking for -Wl,--no-as-needed... yes
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking for the Android API level... not Android
  47. checking for --with-suffix...
  48. checking for case-insensitive build directory... no
  49. checking LIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  50. checking LINKCC... $(PURIFY) $(MAINCC)
  51. checking for GNU ld... yes
  52. checking for --enable-shared... no
  53. checking for --enable-profiling... no
  54. checking LDLIBRARY... libpython$(VERSION)$(ABIFLAGS).a
  55. checking for ar... ar
  56. checking for readelf... readelf
  57. checking for a BSD-compatible install... /usr/bin/install -c
  58. checking for a thread-safe mkdir -p... /bin/mkdir -p
  59. checking for --with-pydebug... no
  60. checking for --with-assertions... no
  61. checking for --enable-optimizations... no
  62. checking for --with-lto... no
  63. checking for -llvm-profdata... no
  64. checking for -Wextra... yes
  65. checking whether gcc accepts and needs -fno-strict-aliasing... no
  66. checking if we can turn off gcc unused result warning... yes
  67. checking if we can turn off gcc unused parameter warning... yes
  68. checking if we can turn off gcc missing field initializers warning... yes
  69. checking if we can turn off gcc invalid function cast warning... no
  70. checking if we can turn on gcc mixed sign comparison warning... yes
  71. checking if we can turn on gcc unreachable code warning... no
  72. checking if we can turn on gcc strict-prototypes warning... no
  73. checking if we can make implicit function declaration an error in gcc... yes
  74. checking whether pthreads are available without options... no
  75. checking whether gcc accepts -Kpthread... no
  76. checking whether gcc accepts -Kthread... no
  77. checking whether gcc accepts -pthread... yes
  78. checking whether g++ also accepts flags for thread support... yes
  79. checking for ANSI C header files... (cached) yes
  80. checking asm/types.h usability... yes
  81. checking asm/types.h presence... yes
  82. checking for asm/types.h... yes
  83. checking crypt.h usability... yes
  84. checking crypt.h presence... yes
  85. checking for crypt.h... yes
  86. checking conio.h usability... no
  87. checking conio.h presence... no
  88. checking for conio.h... no
  89. checking direct.h usability... no
  90. checking direct.h presence... no
  91. checking for direct.h... no
  92. checking dlfcn.h usability... yes
  93. checking dlfcn.h presence... yes
  94. checking for dlfcn.h... yes
  95. checking errno.h usability... yes
  96. checking errno.h presence... yes
  97. checking for errno.h... yes
  98. checking fcntl.h usability... yes
  99. checking fcntl.h presence... yes
  100. checking for fcntl.h... yes
  101. checking grp.h usability... yes
  102. checking grp.h presence... yes
  103. checking for grp.h... yes
  104. checking ieeefp.h usability... no
  105. checking ieeefp.h presence... no
  106. checking for ieeefp.h... no
  107. checking io.h usability... no
  108. checking io.h presence... no
  109. checking for io.h... no
  110. checking langinfo.h usability... yes
  111. checking langinfo.h presence... yes
  112. checking for langinfo.h... yes
  113. checking libintl.h usability... yes
  114. checking libintl.h presence... yes
  115. checking for libintl.h... yes
  116. checking process.h usability... no
  117. checking process.h presence... no
  118. checking for process.h... no
  119. checking pthread.h usability... yes
  120. checking pthread.h presence... yes
  121. checking for pthread.h... yes
  122. checking sched.h usability... yes
  123. checking sched.h presence... yes
  124. checking for sched.h... yes
  125. checking shadow.h usability... yes
  126. checking shadow.h presence... yes
  127. checking for shadow.h... yes
  128. checking signal.h usability... yes
  129. checking signal.h presence... yes
  130. checking for signal.h... yes
  131. checking stropts.h usability... yes
  132. checking stropts.h presence... yes
  133. checking for stropts.h... yes
  134. checking termios.h usability... yes
  135. checking termios.h presence... yes
  136. checking for termios.h... yes
  137. checking for unistd.h... (cached) yes
  138. checking utime.h usability... yes
  139. checking utime.h presence... yes
  140. checking for utime.h... yes
  141. checking poll.h usability... yes
  142. checking poll.h presence... yes
  143. checking for poll.h... yes
  144. checking sys/devpoll.h usability... no
  145. checking sys/devpoll.h presence... no
  146. checking for sys/devpoll.h... no
  147. checking sys/epoll.h usability... yes
  148. checking sys/epoll.h presence... yes
  149. checking for sys/epoll.h... yes
  150. checking sys/poll.h usability... yes
  151. checking sys/poll.h presence... yes
  152. checking for sys/poll.h... yes
  153. checking sys/audioio.h usability... no
  154. checking sys/audioio.h presence... no
  155. checking for sys/audioio.h... no
  156. checking sys/xattr.h usability... yes
  157. checking sys/xattr.h presence... yes
  158. checking for sys/xattr.h... yes
  159. checking sys/bsdtty.h usability... no
  160. checking sys/bsdtty.h presence... no
  161. checking for sys/bsdtty.h... no
  162. checking sys/event.h usability... no
  163. checking sys/event.h presence... no
  164. checking for sys/event.h... no
  165. checking sys/file.h usability... yes
  166. checking sys/file.h presence... yes
  167. checking for sys/file.h... yes
  168. checking sys/ioctl.h usability... yes
  169. checking sys/ioctl.h presence... yes
  170. checking for sys/ioctl.h... yes
  171. checking sys/kern_control.h usability... no
  172. checking sys/kern_control.h presence... no
  173. checking for sys/kern_control.h... no
  174. checking sys/loadavg.h usability... no
  175. checking sys/loadavg.h presence... no
  176. checking for sys/loadavg.h... no
  177. checking sys/lock.h usability... no
  178. checking sys/lock.h presence... no
  179. checking for sys/lock.h... no
  180. checking sys/mkdev.h usability... no
  181. checking sys/mkdev.h presence... no
  182. checking for sys/mkdev.h... no
  183. checking sys/modem.h usability... no
  184. checking sys/modem.h presence... no
  185. checking for sys/modem.h... no
  186. checking sys/param.h usability... yes
  187. checking sys/param.h presence... yes
  188. checking for sys/param.h... yes
  189. checking sys/random.h usability... no
  190. checking sys/random.h presence... no
  191. checking for sys/random.h... no
  192. checking sys/select.h usability... yes
  193. checking sys/select.h presence... yes
  194. checking for sys/select.h... yes
  195. checking sys/sendfile.h usability... yes
  196. checking sys/sendfile.h presence... yes
  197. checking for sys/sendfile.h... yes
  198. checking sys/socket.h usability... yes
  199. checking sys/socket.h presence... yes
  200. checking for sys/socket.h... yes
  201. checking sys/statvfs.h usability... yes
  202. checking sys/statvfs.h presence... yes
  203. checking for sys/statvfs.h... yes
  204. checking for sys/stat.h... (cached) yes
  205. checking sys/syscall.h usability... yes
  206. checking sys/syscall.h presence... yes
  207. checking for sys/syscall.h... yes
  208. checking sys/sys_domain.h usability... no
  209. checking sys/sys_domain.h presence... no
  210. checking for sys/sys_domain.h... no
  211. checking sys/termio.h usability... no
  212. checking sys/termio.h presence... no
  213. checking for sys/termio.h... no
  214. checking sys/time.h usability... yes
  215. checking sys/time.h presence... yes
  216. checking for sys/time.h... yes
  217. checking sys/times.h usability... yes
  218. checking sys/times.h presence... yes
  219. checking for sys/times.h... yes
  220. checking for sys/types.h... (cached) yes
  221. checking sys/uio.h usability... yes
  222. checking sys/uio.h presence... yes
  223. checking for sys/uio.h... yes
  224. checking sys/un.h usability... yes
  225. checking sys/un.h presence... yes
  226. checking for sys/un.h... yes
  227. checking sys/utsname.h usability... yes
  228. checking sys/utsname.h presence... yes
  229. checking for sys/utsname.h... yes
  230. checking sys/wait.h usability... yes
  231. checking sys/wait.h presence... yes
  232. checking for sys/wait.h... yes
  233. checking pty.h usability... yes
  234. checking pty.h presence... yes
  235. checking for pty.h... yes
  236. checking libutil.h usability... no
  237. checking libutil.h presence... no
  238. checking for libutil.h... no
  239. checking sys/resource.h usability... yes
  240. checking sys/resource.h presence... yes
  241. checking for sys/resource.h... yes
  242. checking netpacket/packet.h usability... yes
  243. checking netpacket/packet.h presence... yes
  244. checking for netpacket/packet.h... yes
  245. checking sysexits.h usability... yes
  246. checking sysexits.h presence... yes
  247. checking for sysexits.h... yes
  248. checking bluetooth.h usability... no
  249. checking bluetooth.h presence... no
  250. checking for bluetooth.h... no
  251. checking linux/tipc.h usability... yes
  252. checking linux/tipc.h presence... yes
  253. checking for linux/tipc.h... yes
  254. checking linux/random.h usability... yes
  255. checking linux/random.h presence... yes
  256. checking for linux/random.h... yes
  257. checking spawn.h usability... yes
  258. checking spawn.h presence... yes
  259. checking for spawn.h... yes
  260. checking util.h usability... no
  261. checking util.h presence... no
  262. checking for util.h... no
  263. checking alloca.h usability... yes
  264. checking alloca.h presence... yes
  265. checking for alloca.h... yes
  266. checking endian.h usability... yes
  267. checking endian.h presence... yes
  268. checking for endian.h... yes
  269. checking sys/endian.h usability... no
  270. checking sys/endian.h presence... no
  271. checking for sys/endian.h... no
  272. checking sys/sysmacros.h usability... yes
  273. checking sys/sysmacros.h presence... yes
  274. checking for sys/sysmacros.h... yes
  275. checking for dirent.h that defines DIR... yes
  276. checking for library containing opendir... none required
  277. checking whether sys/types.h defines makedev... yes
  278. checking bluetooth/bluetooth.h usability... no
  279. checking bluetooth/bluetooth.h presence... no
  280. checking for bluetooth/bluetooth.h... no
  281. checking for net/if.h... yes
  282. checking for linux/netlink.h... yes
  283. checking for linux/vm_sockets.h... no
  284. checking for linux/can.h... yes
  285. checking for linux/can/raw.h... yes
  286. checking for linux/can/bcm.h... yes
  287. checking for clock_t in time.h... yes
  288. checking for makedev... yes
  289. checking for le64toh... yes
  290. checking for mode_t... yes
  291. checking for off_t... yes
  292. checking for pid_t... yes
  293. checking for size_t... yes
  294. checking for uid_t in sys/types.h... yes
  295. checking for ssize_t... yes
  296. checking for __uint128_t... no
  297. checking size of int... 4
  298. checking size of long... 4
  299. checking size of long long... 8
  300. checking size of void *... 4
  301. checking size of short... 2
  302. checking size of float... 4
  303. checking size of double... 8
  304. checking size of fpos_t... 16
  305. checking size of size_t... 4
  306. checking size of pid_t... 4
  307. checking size of uintptr_t... 4
  308. checking for long double support... yes
  309. checking size of long double... 8
  310. checking size of _Bool... 1
  311. checking size of off_t... 8
  312. checking whether to enable large file support... yes
  313. checking size of time_t... 4
  314. checking for pthread_t... yes
  315. checking size of pthread_t... 4
  316. checking size of pthread_key_t... 4
  317. checking whether pthread_key_t is compatible with int... yes
  318. checking for --enable-framework... no
  319. checking for dyld... no
  320. checking the extension of shared libraries... .so
  321. checking LDSHARED... $(CC) -shared
  322. checking CCSHARED... -fPIC
  323. checking LINKFORSHARED... -Xlinker -export-dynamic
  324. checking CFLAGSFORSHARED...
  325. checking SHLIBS... $(LIBS)
  326. checking for sendfile in -lsendfile... no
  327. checking for dlopen in -ldl... yes
  328. checking for shl_load in -ldld... no
  329. checking uuid/uuid.h usability... yes
  330. checking uuid/uuid.h presence... yes
  331. checking for uuid/uuid.h... yes
  332. checking uuid.h usability... no
  333. checking uuid.h presence... no
  334. checking for uuid.h... no
  335. checking for uuid_generate_time_safe... yes
  336. checking for uuid_create... no
  337. checking for uuid_enc_be... no
  338. checking for library containing sem_init... -lpthread
  339. checking for textdomain in -lintl... no
  340. checking aligned memory access is required... no
  341. checking for --with-hash-algorithm... default
  342. checking for --with-address-sanitizer... no
  343. checking for --with-memory-sanitizer... no
  344. checking for --with-undefined-behavior-sanitizer... no
  345. checking for t_open in -lnsl... no
  346. checking for socket in -lsocket... no
  347. checking for --with-libs... no
  348. checking for pkg-config... /usr/bin/pkg-config
  349. checking pkg-config is at least version 0.9.0... yes
  350. checking for --with-system-expat... no
  351. checking for --with-system-ffi... yes
  352. checking for --with-system-libmpdec... no
  353. checking for --enable-loadable-sqlite-extensions... no
  354. checking for --with-tcltk-includes... default
  355. checking for --with-tcltk-libs... default
  356. checking for --with-dbmliborder...
  357. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  358. checking for pthread_sigmask... yes
  359. checking for pthread_getcpuclockid... yes
  360. checking if --enable-ipv6 is specified... yes
  361. checking if RFC2553 API is available... yes
  362. checking ipv6 stack type... linux-glibc
  363. checking for CAN_RAW_FD_FRAMES... yes
  364. checking for --with-doc-strings... yes
  365. checking for --with-pymalloc... yes
  366. checking for --with-c-locale-coercion... yes
  367. checking for --with-valgrind... no
  368. checking for --with-dtrace... no
  369. checking for dlopen... yes
  370. checking DYNLOADFILE... dynload_shlib.o
  371. checking MACHDEP_OBJS... none
  372. checking for alarm... yes
  373. checking for accept4... yes
  374. checking for setitimer... yes
  375. checking for getitimer... yes
  376. checking for bind_textdomain_codeset... yes
  377. checking for chown... yes
  378. checking for clock... yes
  379. checking for confstr... yes
  380. checking for ctermid... yes
  381. checking for dup3... yes
  382. checking for execv... yes
  383. checking for faccessat... yes
  384. checking for fchmod... yes
  385. checking for fchmodat... yes
  386. checking for fchown... yes
  387. checking for fchownat... yes
  388. checking for fexecve... yes
  389. checking for fdopendir... yes
  390. checking for fork... yes
  391. checking for fpathconf... yes
  392. checking for fstatat... yes
  393. checking for ftime... yes
  394. checking for ftruncate... yes
  395. checking for futimesat... yes
  396. checking for futimens... yes
  397. checking for futimes... yes
  398. checking for gai_strerror... yes
  399. checking for getentropy... no
  400. checking for getgrouplist... yes
  401. checking for getgroups... yes
  402. checking for getlogin... yes
  403. checking for getloadavg... yes
  404. checking for getpeername... yes
  405. checking for getpgid... yes
  406. checking for getpid... yes
  407. checking for getpriority... yes
  408. checking for getresuid... yes
  409. checking for getresgid... yes
  410. checking for getpwent... yes
  411. checking for getspnam... yes
  412. checking for getspent... yes
  413. checking for getsid... yes
  414. checking for getwd... yes
  415. checking for if_nameindex... yes
  416. checking for initgroups... yes
  417. checking for kill... yes
  418. checking for killpg... yes
  419. checking for lchown... yes
  420. checking for lockf... yes
  421. checking for linkat... yes
  422. checking for lstat... yes
  423. checking for lutimes... yes
  424. checking for mmap... yes
  425. checking for memrchr... yes
  426. checking for mbrtowc... yes
  427. checking for mkdirat... yes
  428. checking for mkfifo... yes
  429. checking for mkfifoat... yes
  430. checking for mknod... yes
  431. checking for mknodat... yes
  432. checking for mktime... yes
  433. checking for mremap... yes
  434. checking for nice... yes
  435. checking for openat... yes
  436. checking for pathconf... yes
  437. checking for pause... yes
  438. checking for pipe2... yes
  439. checking for plock... no
  440. checking for poll... yes
  441. checking for posix_fallocate... yes
  442. checking for posix_fadvise... yes
  443. checking for posix_spawn... yes
  444. checking for pread... yes
  445. checking for preadv... yes
  446. checking for preadv2... no
  447. checking for pthread_init... no
  448. checking for pthread_kill... yes
  449. checking for putenv... yes
  450. checking for pwrite... yes
  451. checking for pwritev... yes
  452. checking for pwritev2... no
  453. checking for readlink... yes
  454. checking for readlinkat... yes
  455. checking for readv... yes
  456. checking for realpath... yes
  457. checking for renameat... yes
  458. checking for sem_open... yes
  459. checking for sem_timedwait... yes
  460. checking for sem_getvalue... yes
  461. checking for sem_unlink... yes
  462. checking for sendfile... yes
  463. checking for setegid... yes
  464. checking for seteuid... yes
  465. checking for setgid... yes
  466. checking for sethostname... yes
  467. checking for setlocale... yes
  468. checking for setregid... yes
  469. checking for setreuid... yes
  470. checking for setresuid... yes
  471. checking for setresgid... yes
  472. checking for setsid... yes
  473. checking for setpgid... yes
  474. checking for setpgrp... yes
  475. checking for setpriority... yes
  476. checking for setuid... yes
  477. checking for setvbuf... yes
  478. checking for sched_get_priority_max... yes
  479. checking for sched_setaffinity... yes
  480. checking for sched_setscheduler... yes
  481. checking for sched_setparam... yes
  482. checking for sched_rr_get_interval... yes
  483. checking for sigaction... yes
  484. checking for sigaltstack... yes
  485. checking for siginterrupt... yes
  486. checking for sigpending... yes
  487. checking for sigrelse... yes
  488. checking for sigtimedwait... yes
  489. checking for sigwait... yes
  490. checking for sigwaitinfo... yes
  491. checking for snprintf... yes
  492. checking for strftime... yes
  493. checking for strlcpy... no
  494. checking for symlinkat... yes
  495. checking for sync... yes
  496. checking for sysconf... yes
  497. checking for tcgetpgrp... yes
  498. checking for tcsetpgrp... yes
  499. checking for tempnam... yes
  500. checking for timegm... yes
  501. checking for times... yes
  502. checking for tmpfile... yes
  503. checking for tmpnam... yes
  504. checking for tmpnam_r... yes
  505. checking for truncate... yes
  506. checking for uname... yes
  507. checking for unlinkat... yes
  508. checking for unsetenv... yes
  509. checking for utimensat... yes
  510. checking for utimes... yes
  511. checking for waitid... yes
  512. checking for waitpid... yes
  513. checking for wait3... yes
  514. checking for wait4... yes
  515. checking for wcscoll... yes
  516. checking for wcsftime... yes
  517. checking for wcsxfrm... yes
  518. checking for wmemcmp... yes
  519. checking for writev... yes
  520. checking for _getpty... no
  521. checking whether dirfd is declared... yes
  522. checking for chroot... yes
  523. checking for link... yes
  524. checking for symlink... yes
  525. checking for fchdir... yes
  526. checking for fsync... yes
  527. checking for fdatasync... yes
  528. checking for epoll... yes
  529. checking for epoll_create1... yes
  530. checking for kqueue... no
  531. checking for prlimit... yes
  532. checking for ctermid_r... no
  533. checking for flock declaration... yes
  534. checking for flock... yes
  535. checking for getpagesize... yes
  536. checking for broken unsetenv... no
  537. checking for true... true
  538. checking for inet_aton in -lc... yes
  539. checking for chflags... no
  540. checking for lchflags... no
  541. checking for inflateCopy in -lz... yes
  542. checking for hstrerror... yes
  543. checking for inet_aton... yes
  544. checking for inet_pton... yes
  545. checking for setgroups... yes
  546. checking for openpty... no
  547. checking for openpty in -lutil... yes
  548. checking for forkpty... yes
  549. checking for fseek64... no
  550. checking for fseeko... yes
  551. checking for fstatvfs... yes
  552. checking for ftell64... no
  553. checking for ftello... yes
  554. checking for statvfs... yes
  555. checking for dup2... yes
  556. checking for strdup... yes
  557. checking for getpgrp... yes
  558. checking for setpgrp... (cached) yes
  559. checking for gettimeofday... yes
  560. checking for clock_gettime... yes
  561. checking for clock_getres... yes
  562. checking for clock_settime... yes
  563. checking for major... yes
  564. checking for getaddrinfo... yes
  565. checking getaddrinfo bug... no
  566. checking for getnameinfo... yes
  567. checking whether time.h and sys/time.h may both be included... yes
  568. checking whether struct tm is in sys/time.h or time.h... time.h
  569. checking for struct tm.tm_zone... yes
  570. checking for struct stat.st_rdev... yes
  571. checking for struct stat.st_blksize... yes
  572. checking for struct stat.st_flags... no
  573. checking for struct stat.st_gen... no
  574. checking for struct stat.st_birthtime... no
  575. checking for struct stat.st_blocks... yes
  576. checking for struct passwd.pw_gecos... yes
  577. checking for struct passwd.pw_passwd... yes
  578. checking for siginfo_t.si_band... yes
  579. checking for time.h that defines altzone... no
  580. checking whether sys/select.h and sys/time.h may both be included... yes
  581. checking for addrinfo... yes
  582. checking for sockaddr_storage... yes
  583. checking for sockaddr_alg... yes
  584. checking whether char is unsigned... yes
  585. checking for an ANSI C-conforming const... yes
  586. checking for working signed char... yes
  587. checking for prototypes... yes
  588. checking for variable length prototypes and stdarg.h... yes
  589. checking for socketpair... yes
  590. checking if sockaddr has sa_len member... no
  591. checking for gethostbyname_r... yes
  592. checking gethostbyname_r with 6 args... yes
  593. checking for __fpu_control... yes
  594. checking for --with-libm=STRING... default LIBM="-lm"
  595. checking for --with-libc=STRING... default LIBC=""
  596. checking for x64 gcc inline assembler... no
  597. checking whether C doubles are little-endian IEEE 754 binary64... yes
  598. checking whether C doubles are big-endian IEEE 754 binary64... no
  599. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  600. checking whether we can use gcc inline assembler to get and set x87 control word... no
  601. checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no
  602. checking for x87-style double rounding... no
  603. checking for acosh... yes
  604. checking for asinh... yes
  605. checking for atanh... yes
  606. checking for copysign... yes
  607. checking for erf... yes
  608. checking for erfc... yes
  609. checking for expm1... yes
  610. checking for finite... yes
  611. checking for gamma... yes
  612. checking for hypot... yes
  613. checking for lgamma... yes
  614. checking for log1p... yes
  615. checking for log2... yes
  616. checking for round... yes
  617. checking for tgamma... yes
  618. checking whether isinf is declared... yes
  619. checking whether isnan is declared... yes
  620. checking whether isfinite is declared... yes
  621. checking whether tanh preserves the sign of zero... yes
  622. checking whether log1p drops the sign of negative zero... no
  623. checking whether POSIX semaphores are enabled... yes
  624. checking for broken sem_getvalue... no
  625. checking whether RTLD_LAZY is declared... yes
  626. checking whether RTLD_NOW is declared... yes
  627. checking whether RTLD_GLOBAL is declared... yes
  628. checking whether RTLD_LOCAL is declared... yes
  629. checking whether RTLD_NODELETE is declared... yes
  630. checking whether RTLD_NOLOAD is declared... yes
  631. checking whether RTLD_DEEPBIND is declared... yes
  632. checking whether RTLD_MEMBER is declared... no
  633. checking digit size for Python's longs... no value specified
  634. checking wchar.h usability... yes
  635. checking wchar.h presence... yes
  636. checking for wchar.h... yes
  637. checking size of wchar_t... 4
  638. checking for UCS-4 tcl... no
  639. checking whether wchar_t is signed... no
  640. checking whether wchar_t is usable... yes
  641. checking whether byte ordering is bigendian... no
  642. checking ABIFLAGS... m
  643. checking SOABI... cpython-37m-arm-linux-gnueabihf
  644. checking LDVERSION... $(VERSION)$(ABIFLAGS)
  645. checking whether right shift extends the sign bit... yes
  646. checking for getc_unlocked() and friends... yes
  647. checking how to link readline libs... -lreadline
  648. checking for rl_pre_input_hook in -lreadline... yes
  649. checking for rl_completion_display_matches_hook in -lreadline... yes
  650. checking for rl_resize_terminal in -lreadline... yes
  651. checking for rl_completion_matches in -lreadline... yes
  652. checking for append_history in -lreadline... yes
  653. checking for broken nice()... no
  654. checking for broken poll()... no
  655. checking for working tzset()... yes
  656. checking for tv_nsec in struct stat... yes
  657. checking for tv_nsec2 in struct stat... no
  658. checking curses.h usability... yes
  659. checking curses.h presence... yes
  660. checking for curses.h... yes
  661. checking ncurses.h usability... yes
  662. checking ncurses.h presence... yes
  663. checking for ncurses.h... yes
  664. checking for term.h... yes
  665. checking whether mvwdelch is an expression... yes
  666. checking whether WINDOW has _flags... yes
  667. checking for is_pad... yes
  668. checking for is_term_resized... yes
  669. checking for resize_term... yes
  670. checking for resizeterm... yes
  671. checking for immedok... yes
  672. checking for syncok... yes
  673. checking for wchgat... yes
  674. checking for filter... yes
  675. checking for has_key... yes
  676. checking for typeahead... yes
  677. checking for use_env... yes
  678. configure: checking for device files
  679. checking for /dev/ptmx... yes
  680. checking for /dev/ptc... no
  681. checking for %zd printf() format support... yes
  682. checking for socklen_t... yes
  683. checking for broken mbstowcs... no
  684. checking for --with-computed-gotos... no value specified
  685. checking whether gcc -pthread supports computed gotos... yes
  686. checking for build directories... done
  687. checking for -O2... yes
  688. checking for glibc _FORTIFY_SOURCE/memmove bug... no
  689. checking for stdatomic.h... yes
  690. checking for GCC >= 4.7 __atomic builtins... yes
  691. checking for ensurepip... upgrade
  692. checking if the dirent structure of a d_type field... yes
  693. checking for the Linux getrandom() syscall... no
  694. checking for the getrandom() function... no
  695. checking for pkg-config... /usr/bin/pkg-config
  696. checking whether compiling and linking against OpenSSL works... yes
  697. checking for X509_VERIFY_PARAM_set1_host in libssl... no
  698. checking for --with-ssl-default-suites... python
  699. configure: creating ./config.status
  700. config.status: creating Makefile.pre
  701. config.status: creating Misc/python.pc
  702. config.status: creating Misc/python-config.sh
  703. config.status: creating Modules/ld_so_aix
  704. config.status: creating pyconfig.h
  705. creating Modules/Setup
  706. creating Modules/Setup.local
  707. creating Makefile
  708.  
  709.  
  710. If you want a release build with all stable optimizations active (PGO, etc),
  711. please run ./configure --enable-optimizations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement