Guest User

Untitled

a guest
Apr 27th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.03 KB | None | 0 0
  1. (1:514)# ./configure --prefix=/usr/bin
  2. checking build system type... x86_64-pc-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for --enable-universalsdk... no
  5. checking for --with-universal-archs... 32-bit
  6. checking MACHDEP... linux2
  7. checking EXTRAPLATDIR...
  8. 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 for --with-cxx-main=<compiler>... no
  20. checking for g++... no
  21. configure: WARNING:
  22.  
  23. By default, distutils will build C++ extension modules with "g++".
  24. If this is not intended, then set CXX on the configure command line.
  25.  
  26. checking how to run the C preprocessor... gcc -E
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for ANSI C header files... yes
  30. checking for sys/types.h... yes
  31. checking for sys/stat.h... yes
  32. checking for stdlib.h... yes
  33. checking for string.h... yes
  34. checking for memory.h... yes
  35. checking for strings.h... yes
  36. checking for inttypes.h... yes
  37. checking for stdint.h... yes
  38. checking for unistd.h... yes
  39. checking minix/config.h usability... no
  40. checking minix/config.h presence... no
  41. checking for minix/config.h... no
  42. checking whether it is safe to define __EXTENSIONS__... yes
  43. checking for --with-suffix...
  44. checking for case-insensitive build directory... no
  45. checking LIBRARY... libpython$(VERSION).a
  46. checking LINKCC... $(PURIFY) $(MAINCC)
  47. checking for GNU ld... yes
  48. checking for --enable-shared... no
  49. checking for --enable-profiling... no
  50. checking LDLIBRARY... libpython$(VERSION).a
  51. checking for ranlib... ranlib
  52. checking for ar... ar
  53. checking for svnversion... found
  54. checking for hg... not-found
  55. checking for a BSD-compatible install... /usr/bin/install -c
  56. checking for a thread-safe mkdir -p... /bin/mkdir -p
  57. checking for --with-pydebug... no
  58. checking whether gcc accepts -fno-strict-aliasing... yes
  59. checking whether gcc accepts -OPT:Olimit=0... no
  60. checking whether gcc accepts -Olimit 1500... no
  61. checking whether gcc supports ParseTuple __format__... no
  62. checking for --enable-optimizations... no
  63. checking for --with-lto... no
  64. checking target system type... x86_64-pc-linux-gnu
  65. checking for -llvm-profdata... no
  66. checking for llvm-profdata... ''
  67. checking whether pthreads are available without options... no
  68. checking whether gcc accepts -Kpthread... no
  69. checking whether gcc accepts -Kthread... no
  70. checking whether gcc accepts -pthread... yes
  71. checking whether g++ also accepts flags for thread support... yes
  72. checking for ANSI C header files... (cached) yes
  73. checking asm/types.h usability... yes
  74. checking asm/types.h presence... yes
  75. checking for asm/types.h... yes
  76. checking conio.h usability... no
  77. checking conio.h presence... no
  78. checking for conio.h... no
  79. checking direct.h usability... no
  80. checking direct.h presence... no
  81. checking for direct.h... no
  82. checking dlfcn.h usability... yes
  83. checking dlfcn.h presence... yes
  84. checking for dlfcn.h... yes
  85. checking errno.h usability... yes
  86. checking errno.h presence... yes
  87. checking for errno.h... yes
  88. checking fcntl.h usability... yes
  89. checking fcntl.h presence... yes
  90. checking for fcntl.h... yes
  91. checking grp.h usability... yes
  92. checking grp.h presence... yes
  93. checking for grp.h... yes
  94. checking ieeefp.h usability... no
  95. checking ieeefp.h presence... no
  96. checking for ieeefp.h... no
  97. checking io.h usability... no
  98. checking io.h presence... no
  99. checking for io.h... no
  100. checking langinfo.h usability... yes
  101. checking langinfo.h presence... yes
  102. checking for langinfo.h... yes
  103. checking libintl.h usability... yes
  104. checking libintl.h presence... yes
  105. checking for libintl.h... yes
  106. checking poll.h usability... yes
  107. checking poll.h presence... yes
  108. checking for poll.h... yes
  109. checking process.h usability... no
  110. checking process.h presence... no
  111. checking for process.h... no
  112. checking pthread.h usability... yes
  113. checking pthread.h presence... yes
  114. checking for pthread.h... yes
  115. checking shadow.h usability... yes
  116. checking shadow.h presence... yes
  117. checking for shadow.h... yes
  118. checking signal.h usability... yes
  119. checking signal.h presence... yes
  120. checking for signal.h... yes
  121. checking for stdint.h... (cached) yes
  122. checking stropts.h usability... yes
  123. checking stropts.h presence... yes
  124. checking for stropts.h... yes
  125. checking termios.h usability... yes
  126. checking termios.h presence... yes
  127. checking for termios.h... yes
  128. checking thread.h usability... no
  129. checking thread.h presence... no
  130. checking for thread.h... no
  131. checking for unistd.h... (cached) yes
  132. checking utime.h usability... yes
  133. checking utime.h presence... yes
  134. checking for utime.h... yes
  135. checking sys/audioio.h usability... no
  136. checking sys/audioio.h presence... no
  137. checking for sys/audioio.h... no
  138. checking sys/bsdtty.h usability... no
  139. checking sys/bsdtty.h presence... no
  140. checking for sys/bsdtty.h... no
  141. checking sys/epoll.h usability... yes
  142. checking sys/epoll.h presence... yes
  143. checking for sys/epoll.h... yes
  144. checking sys/event.h usability... no
  145. checking sys/event.h presence... no
  146. checking for sys/event.h... no
  147. checking sys/file.h usability... yes
  148. checking sys/file.h presence... yes
  149. checking for sys/file.h... yes
  150. checking sys/loadavg.h usability... no
  151. checking sys/loadavg.h presence... no
  152. checking for sys/loadavg.h... no
  153. checking sys/lock.h usability... no
  154. checking sys/lock.h presence... no
  155. checking for sys/lock.h... no
  156. checking sys/mkdev.h usability... no
  157. checking sys/mkdev.h presence... no
  158. checking for sys/mkdev.h... no
  159. checking sys/modem.h usability... no
  160. checking sys/modem.h presence... no
  161. checking for sys/modem.h... no
  162. checking sys/param.h usability... yes
  163. checking sys/param.h presence... yes
  164. checking for sys/param.h... yes
  165. checking sys/poll.h usability... yes
  166. checking sys/poll.h presence... yes
  167. checking for sys/poll.h... yes
  168. checking sys/select.h usability... yes
  169. checking sys/select.h presence... yes
  170. checking for sys/select.h... yes
  171. checking sys/socket.h usability... yes
  172. checking sys/socket.h presence... yes
  173. checking for sys/socket.h... yes
  174. checking sys/statvfs.h usability... yes
  175. checking sys/statvfs.h presence... yes
  176. checking for sys/statvfs.h... yes
  177. checking for sys/stat.h... (cached) yes
  178. checking sys/termio.h usability... no
  179. checking sys/termio.h presence... no
  180. checking for sys/termio.h... no
  181. checking sys/time.h usability... yes
  182. checking sys/time.h presence... yes
  183. checking for sys/time.h... yes
  184. checking sys/times.h usability... yes
  185. checking sys/times.h presence... yes
  186. checking for sys/times.h... yes
  187. checking for sys/types.h... (cached) yes
  188. checking sys/un.h usability... yes
  189. checking sys/un.h presence... yes
  190. checking for sys/un.h... yes
  191. checking sys/utsname.h usability... yes
  192. checking sys/utsname.h presence... yes
  193. checking for sys/utsname.h... yes
  194. checking sys/wait.h usability... yes
  195. checking sys/wait.h presence... yes
  196. checking for sys/wait.h... yes
  197. checking pty.h usability... yes
  198. checking pty.h presence... yes
  199. checking for pty.h... yes
  200. checking libutil.h usability... no
  201. checking libutil.h presence... no
  202. checking for libutil.h... no
  203. checking sys/resource.h usability... yes
  204. checking sys/resource.h presence... yes
  205. checking for sys/resource.h... yes
  206. checking netpacket/packet.h usability... yes
  207. checking netpacket/packet.h presence... yes
  208. checking for netpacket/packet.h... yes
  209. checking sysexits.h usability... yes
  210. checking sysexits.h presence... yes
  211. checking for sysexits.h... yes
  212. checking bluetooth.h usability... no
  213. checking bluetooth.h presence... no
  214. checking for bluetooth.h... no
  215. checking bluetooth/bluetooth.h usability... no
  216. checking bluetooth/bluetooth.h presence... no
  217. checking for bluetooth/bluetooth.h... no
  218. checking linux/tipc.h usability... yes
  219. checking linux/tipc.h presence... yes
  220. checking for linux/tipc.h... yes
  221. checking spawn.h usability... yes
  222. checking spawn.h presence... yes
  223. checking for spawn.h... yes
  224. checking util.h usability... no
  225. checking util.h presence... no
  226. checking for util.h... no
  227. checking alloca.h usability... yes
  228. checking alloca.h presence... yes
  229. checking for alloca.h... yes
  230. checking for dirent.h that defines DIR... yes
  231. checking for library containing opendir... none required
  232. checking whether sys/types.h defines makedev... yes
  233. checking for linux/netlink.h... yes
  234. checking for clock_t in time.h... yes
  235. checking for makedev... yes
  236. checking Solaris LFS bug... no
  237. checking for mode_t... yes
  238. checking for off_t... yes
  239. checking for pid_t... yes
  240. checking for size_t... yes
  241. checking for uid_t in sys/types.h... yes
  242. checking for uint32_t... yes
  243. checking for uint32_t... yes
  244. checking for uint64_t... yes
  245. checking for uint64_t... yes
  246. checking for int32_t... yes
  247. checking for int32_t... yes
  248. checking for int64_t... yes
  249. checking for int64_t... yes
  250. checking for ssize_t... yes
  251. checking size of int... 4
  252. checking size of long... 8
  253. checking size of void *... 8
  254. checking size of short... 2
  255. checking size of float... 4
  256. checking size of double... 8
  257. checking size of fpos_t... 16
  258. checking size of size_t... 8
  259. checking size of pid_t... 4
  260. checking for long long support... yes
  261. checking size of long long... 8
  262. checking for long double support... yes
  263. checking size of long double... 16
  264. checking for _Bool support... yes
  265. checking size of _Bool... 1
  266. checking for uintptr_t... yes
  267. checking size of uintptr_t... 8
  268. checking size of off_t... 8
  269. checking whether to enable large file support... no
  270. checking size of time_t... 8
  271. checking for pthread_t... yes
  272. checking size of pthread_t... 8
  273. checking for --enable-toolbox-glue... no
  274. checking for --enable-framework... no
  275. checking for dyld... no
  276. checking SO... .so
  277. checking LDSHARED... $(CC) -shared
  278. checking CCSHARED... -fPIC
  279. checking LINKFORSHARED... -Xlinker -export-dynamic
  280. checking CFLAGSFORSHARED...
  281. checking SHLIBS... $(LIBS)
  282. checking for dlopen in -ldl... yes
  283. checking for shl_load in -ldld... no
  284. checking for library containing sem_init... -lpthread
  285. checking for textdomain in -lintl... no
  286. checking for t_open in -lnsl... no
  287. checking for socket in -lsocket... no
  288. checking for --with-libs... no
  289. checking for pkg-config... /usr/bin/pkg-config
  290. checking pkg-config is at least version 0.9.0... yes
  291. checking for --with-system-expat... no
  292. checking for --with-system-ffi... no
  293. checking for --with-tcltk-includes... default
  294. checking for --with-tcltk-libs... default
  295. checking for --with-dbmliborder...
  296. checking for --with-signal-module... yes
  297. checking for --with-dec-threads... no
  298. checking for --with-threads... yes
  299. checking if PTHREAD_SCOPE_SYSTEM is supported... yes
  300. checking for pthread_sigmask... yes
  301. checking for pthread_atfork... yes
  302. checking if --enable-ipv6 is specified... yes
  303. checking if RFC2553 API is available... yes
  304. checking ipv6 stack type... linux-glibc
  305. checking for OSX 10.5 SDK or later... no
  306. checking for --with-doc-strings... yes
  307. checking for --with-tsc... no
  308. checking for --with-pymalloc... yes
  309. checking for --with-valgrind... no
  310. checking for --with-wctype-functions... no
  311. checking for dlopen... yes
  312. checking DYNLOADFILE... dynload_shlib.o
  313. checking MACHDEP_OBJS... MACHDEP_OBJS
  314. checking for alarm... yes
  315. checking for setitimer... yes
  316. checking for getitimer... yes
  317. checking for bind_textdomain_codeset... yes
  318. checking for chown... yes
  319. checking for clock... yes
  320. checking for confstr... yes
  321. checking for ctermid... yes
  322. checking for execv... yes
  323. checking for fchmod... yes
  324. checking for fchown... yes
  325. checking for fork... yes
  326. checking for fpathconf... yes
  327. checking for ftime... yes
  328. checking for ftruncate... yes
  329. checking for gai_strerror... yes
  330. checking for getgroups... yes
  331. checking for getlogin... yes
  332. checking for getloadavg... yes
  333. checking for getpeername... yes
  334. checking for getpgid... yes
  335. checking for getpid... yes
  336. checking for getentropy... no
  337. checking for getpriority... yes
  338. checking for getresuid... yes
  339. checking for getresgid... yes
  340. checking for getpwent... yes
  341. checking for getspnam... yes
  342. checking for getspent... yes
  343. checking for getsid... yes
  344. checking for getwd... yes
  345. checking for initgroups... yes
  346. checking for kill... yes
  347. checking for killpg... yes
  348. checking for lchmod... no
  349. checking for lchown... yes
  350. checking for lstat... yes
  351. checking for mkfifo... yes
  352. checking for mknod... yes
  353. checking for mktime... yes
  354. checking for mmap... yes
  355. checking for mremap... yes
  356. checking for nice... yes
  357. checking for pathconf... yes
  358. checking for pause... yes
  359. checking for plock... no
  360. checking for poll... yes
  361. checking for pthread_init... no
  362. checking for putenv... yes
  363. checking for readlink... yes
  364. checking for realpath... yes
  365. checking for select... yes
  366. checking for sem_open... yes
  367. checking for sem_timedwait... yes
  368. checking for sem_getvalue... yes
  369. checking for sem_unlink... yes
  370. checking for setegid... yes
  371. checking for seteuid... yes
  372. checking for setgid... yes
  373. checking for setlocale... yes
  374. checking for setregid... yes
  375. checking for setreuid... yes
  376. checking for setsid... yes
  377. checking for setpgid... yes
  378. checking for setpgrp... yes
  379. checking for setuid... yes
  380. checking for setvbuf... yes
  381. checking for snprintf... yes
  382. checking for setlocale... (cached) yes
  383. checking for setregid... (cached) yes
  384. checking for setreuid... (cached) yes
  385. checking for setresuid... yes
  386. checking for setresgid... yes
  387. checking for setsid... (cached) yes
  388. checking for setpgid... (cached) yes
  389. checking for setpgrp... (cached) yes
  390. checking for setuid... (cached) yes
  391. checking for setvbuf... (cached) yes
  392. checking for snprintf... (cached) yes
  393. checking for sigaction... yes
  394. checking for siginterrupt... yes
  395. checking for sigrelse... yes
  396. checking for strftime... yes
  397. checking for sysconf... yes
  398. checking for tcgetpgrp... yes
  399. checking for tcsetpgrp... yes
  400. checking for tempnam... yes
  401. checking for timegm... yes
  402. checking for times... yes
  403. checking for tmpfile... yes
  404. checking for tmpnam... yes
  405. checking for tmpnam_r... yes
  406. checking for truncate... yes
  407. checking for uname... yes
  408. checking for unsetenv... yes
  409. checking for utimes... yes
  410. checking for waitpid... yes
  411. checking for wait3... yes
  412. checking for wait4... yes
  413. checking for wcscoll... yes
  414. checking for _getpty... no
  415. checking for chroot... yes
  416. checking for link... yes
  417. checking for symlink... yes
  418. checking for fchdir... yes
  419. checking for fsync... yes
  420. checking for fdatasync... yes
  421. checking for epoll... yes
  422. checking for kqueue... no
  423. checking for ctermid_r... no
  424. checking for flock declaration... yes
  425. checking for flock... yes
  426. checking for getpagesize... yes
  427. checking for broken unsetenv... no
  428. checking for true... true
  429. checking for inet_aton in -lc... yes
  430. checking for chflags... no
  431. checking for lchflags... no
  432. checking for inflateCopy in -lz... yes
  433. checking for hstrerror... yes
  434. checking for inet_aton... yes
  435. checking for inet_pton... yes
  436. checking for setgroups... yes
  437. checking for openpty... no
  438. checking for openpty in -lutil... yes
  439. checking for forkpty... yes
  440. checking for memmove... yes
  441. checking for fseek64... no
  442. checking for fseeko... yes
  443. checking for fstatvfs... yes
  444. checking for ftell64... no
  445. checking for ftello... yes
  446. checking for statvfs... yes
  447. checking for dup2... yes
  448. checking for getcwd... yes
  449. checking for strdup... yes
  450. checking for getpgrp... yes
  451. checking for setpgrp... (cached) yes
  452. checking for gettimeofday... yes
  453. checking for major... yes
  454. checking for getaddrinfo... yes
  455. checking getaddrinfo bug... no
  456. checking for getnameinfo... yes
  457. checking whether time.h and sys/time.h may both be included... yes
  458. checking whether struct tm is in sys/time.h or time.h... time.h
  459. checking for struct tm.tm_zone... yes
  460. checking for struct stat.st_rdev... yes
  461. checking for struct stat.st_blksize... yes
  462. checking for struct stat.st_flags... no
  463. checking for struct stat.st_gen... no
  464. checking for struct stat.st_birthtime... no
  465. checking for struct stat.st_blocks... yes
  466. checking for time.h that defines altzone... no
  467. checking whether sys/select.h and sys/time.h may both be included... yes
  468. checking for addrinfo... yes
  469. checking for sockaddr_storage... yes
  470. checking whether char is unsigned... no
  471. checking for an ANSI C-conforming const... yes
  472. checking for working volatile... yes
  473. checking for working signed char... yes
  474. checking for prototypes... yes
  475. checking for variable length prototypes and stdarg.h... yes
  476. checking for socketpair... yes
  477. checking if sockaddr has sa_len member... no
  478. checking whether va_list is an array... yes
  479. checking for gethostbyname_r... yes
  480. checking gethostbyname_r with 6 args... yes
  481. checking for __fpu_control... yes
  482. checking for --with-fpectl... no
  483. checking for --with-libm=STRING... default LIBM="-lm"
  484. checking for --with-libc=STRING... default LIBC=""
  485. checking whether C doubles are little-endian IEEE 754 binary64... yes
  486. checking whether C doubles are big-endian IEEE 754 binary64... no
  487. checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
  488. checking whether we can use gcc inline assembler to get and set x87 control word... yes
  489. checking for x87-style double rounding... no
  490. checking whether tanh preserves the sign of zero... yes
  491. checking for acosh... yes
  492. checking for asinh... yes
  493. checking for atanh... yes
  494. checking for copysign... yes
  495. checking for erf... yes
  496. checking for erfc... yes
  497. checking for expm1... yes
  498. checking for finite... yes
  499. checking for gamma... yes
  500. checking for hypot... yes
  501. checking for lgamma... yes
  502. checking for log1p... yes
  503. checking for round... yes
  504. checking for tgamma... yes
  505. checking whether isinf is declared... yes
  506. checking whether isnan is declared... yes
  507. checking whether isfinite is declared... yes
  508. checking whether POSIX semaphores are enabled... yes
  509. checking for broken sem_getvalue... no
  510. checking digit size for Python's longs... no value specified
  511. checking wchar.h usability... yes
  512. checking wchar.h presence... yes
  513. checking for wchar.h... yes
  514. checking size of wchar_t... 4
  515. checking for UCS-4 tcl... no
  516. checking whether wchar_t is signed... yes
  517. checking what type to use for unicode... unsigned short
  518. checking whether byte ordering is bigendian... no
  519. checking whether right shift extends the sign bit... yes
  520. checking for getc_unlocked() and friends... yes
  521. checking how to link readline libs... none
  522. checking for rl_callback_handler_install in -lreadline... no
  523. checking for rl_pre_input_hook in -lreadline... no
  524. checking for rl_completion_display_matches_hook in -lreadline... no
  525. checking for rl_resize_terminal in -lreadline... no
  526. checking for rl_completion_matches in -lreadline... no
  527. checking for broken nice()... no
  528. checking for broken poll()... no
  529. checking for struct tm.tm_zone... (cached) yes
  530. checking for working tzset()... yes
  531. checking for tv_nsec in struct stat... yes
  532. checking for tv_nsec2 in struct stat... no
  533. checking curses.h usability... yes
  534. checking curses.h presence... yes
  535. checking for curses.h... yes
  536. checking ncurses.h usability... yes
  537. checking ncurses.h presence... yes
  538. checking for ncurses.h... yes
  539. checking for term.h... yes
  540. checking whether mvwdelch is an expression... yes
  541. checking whether WINDOW has _flags... yes
  542. checking for is_term_resized... yes
  543. checking for resize_term... yes
  544. checking for resizeterm... yes
  545. configure: checking for device files
  546. checking for /dev/ptmx... yes
  547. checking for /dev/ptc... no
  548. checking for %lld and %llu printf() format support... yes
  549. checking for %zd printf() format support... yes
  550. checking for socklen_t... yes
  551. checking for build directories... checking for --with-computed-gotos... no value specified
  552. checking whether gcc -pthread supports computed gotos... yes
  553. done
  554. checking for ensurepip... no
  555. configure: creating ./config.status
  556. config.status: creating Makefile.pre
  557. config.status: creating Modules/Setup.config
  558. config.status: creating Misc/python.pc
  559. config.status: creating Modules/ld_so_aix
  560. config.status: creating pyconfig.h
  561. config.status: pyconfig.h is unchanged
  562. creating Modules/Setup
  563. creating Modules/Setup.local
  564. creating Makefile
  565.  
  566.  
  567. If you want a release build with all optimizations active (LTO, PGO, etc),
  568. please run ./configure --enable-optimizations
Advertisement
Add Comment
Please, Sign In to add comment