Advertisement
Guest User

configure.out

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