Advertisement
Guest User

configure lftp 4.7.1 --with-openssl

a guest
Apr 25th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 27.48 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... no
  5. checking for mawk... mawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking for style of include used by make... GNU
  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 dependency style of gcc... gcc3
  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 egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking minix/config.h usability... no
  33. checking minix/config.h presence... no
  34. checking for minix/config.h... no
  35. checking whether it is safe to define __EXTENSIONS__... yes
  36. checking whether _XOPEN_SOURCE should be defined... no
  37. checking for gcc... (cached) gcc
  38. checking whether we are using the GNU C compiler... (cached) yes
  39. checking whether gcc accepts -g... (cached) yes
  40. checking for gcc option to accept ISO C89... (cached) none needed
  41. checking dependency style of gcc... (cached) gcc3
  42. checking for Minix Amsterdam compiler... no
  43. checking for ar... ar
  44. checking for ranlib... ranlib
  45. checking whether gcc and cc understand -c and -o together... yes
  46. checking build system type... x86_64-unknown-linux-gnu
  47. checking host system type... x86_64-unknown-linux-gnu
  48. checking for special C compiler options needed for large files... no
  49. checking for _FILE_OFFSET_BITS value needed for large files... no
  50. checking for g++... g++
  51. checking whether we are using the GNU C++ compiler... yes
  52. checking whether g++ accepts -g... yes
  53. checking dependency style of g++... gcc3
  54. checking for bison... no
  55. checking for byacc... no
  56. checking for special C compiler options needed for large files... (cached) no
  57. checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
  58. checking if g++ supports -fno-exceptions -fno-rtti... yes
  59. checking if -fno-implement-inlines implements virtual functions... yes
  60. checking if c++ compiler works... yes
  61. checking if c++ compiler can handle dynamic initializers... yes
  62. checking whether g++ supports bool type... yes
  63. checking whether g++ supports _Bool type... no
  64. checking whether g++ understands ANSI scoping rules... yes
  65. checking whether stdint.h needs __STDC_LIMIT_MACROS in C++ mode... yes
  66. checking for library containing strerror... none required
  67. checking for ld used by gcc... /usr/bin/ld
  68. checking if the linker (/usr/bin/ld) is GNU ld... yes
  69. checking for shared library run path origin... done
  70. checking for iconv... yes
  71. checking for working iconv... yes
  72. checking for iconv declaration...
  73.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  74. checking for a sed that does not truncate output... /bin/sed
  75. checking whether NLS is requested... yes
  76. checking for msgfmt... no
  77. checking for gmsgfmt... :
  78. checking for xgettext... no
  79. checking for msgmerge... no
  80. checking for CFPreferencesCopyAppValue... no
  81. checking for CFLocaleCopyCurrent... no
  82. checking for GNU gettext in libc... yes
  83. checking whether to use NLS... yes
  84. checking where the gettext function comes from... libc
  85. checking how to print strings... printf
  86. checking for a sed that does not truncate output... (cached) /bin/sed
  87. checking for fgrep... /bin/grep -F
  88. checking for ld used by gcc... /usr/bin/ld
  89. checking if the linker (/usr/bin/ld) is GNU ld... yes
  90. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  91. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  92. checking whether ln -s works... yes
  93. checking the maximum length of command line arguments... 1572864
  94. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  95. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  96. checking for /usr/bin/ld option to reload object files... -r
  97. checking for objdump... objdump
  98. checking how to recognize dependent libraries... pass_all
  99. checking for dlltool... no
  100. checking how to associate runtime and link libraries... printf %s\n
  101. checking for archiver @FILE support... @
  102. checking for strip... strip
  103. checking for ranlib... (cached) ranlib
  104. checking command to parse /usr/bin/nm -B output from gcc object... ok
  105. checking for sysroot... no
  106. checking for mt... mt
  107. checking if mt is a manifest tool... no
  108. checking for dlfcn.h... yes
  109. checking for objdir... .libs
  110. checking if gcc supports -fno-rtti -fno-exceptions... no
  111. checking for gcc option to produce PIC... -fPIC -DPIC
  112. checking if gcc PIC flag -fPIC -DPIC works... yes
  113. checking if gcc static flag -static works... yes
  114. checking if gcc supports -c -o file.o... yes
  115. checking if gcc supports -c -o file.o... (cached) yes
  116. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking dynamic linker characteristics... GNU/Linux ld.so
  118. checking how to hardcode library paths into programs... immediate
  119. checking whether stripping libraries is possible... yes
  120. checking if libtool supports shared libraries... yes
  121. checking whether to build shared libraries... no
  122. checking whether to build static libraries... yes
  123. checking how to run the C++ preprocessor... g++ -E
  124. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  125. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  126. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  127. checking for g++ option to produce PIC... -fPIC -DPIC
  128. checking if g++ PIC flag -fPIC -DPIC works... yes
  129. checking if g++ static flag -static works... yes
  130. checking if g++ supports -c -o file.o... yes
  131. checking if g++ supports -c -o file.o... (cached) yes
  132. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  133. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  134. checking how to hardcode library paths into programs... immediate
  135. checking for size_t... yes
  136. checking for working alloca.h... yes
  137. checking for alloca... yes
  138. checking for arpa/inet.h... yes
  139. checking for features.h... yes
  140. checking for sys/socket.h... yes
  141. checking for dirent.h... yes
  142. checking for unistd.h... (cached) yes
  143. checking for wctype.h... yes
  144. checking for sys/stat.h... (cached) yes
  145. checking for getopt.h... yes
  146. checking for sys/time.h... yes
  147. checking for sys/cdefs.h... yes
  148. checking for iconv.h... yes
  149. checking for netdb.h... yes
  150. checking for netinet/in.h... yes
  151. checking for wchar.h... yes
  152. checking for stdint.h... (cached) yes
  153. checking for inttypes.h... (cached) yes
  154. checking for langinfo.h... yes
  155. checking for xlocale.h... yes
  156. checking for math.h... yes
  157. checking for sys/mman.h... yes
  158. checking for sys/param.h... yes
  159. checking for poll.h... yes
  160. checking for sys/ioctl.h... yes
  161. checking for sys/filio.h... no
  162. checking for malloc.h... yes
  163. checking for sys/select.h... yes
  164. checking for strings.h... (cached) yes
  165. checking for sys/uio.h... yes
  166. checking for utime.h... yes
  167. checking whether the preprocessor supports include_next... yes
  168. checking whether system header files limit the line length... no
  169. checking whether <wchar.h> uses 'inline' correctly... yes
  170. checking for btowc... yes
  171. checking for chown... yes
  172. checking for fchown... yes
  173. checking for _set_invalid_parameter_handler... no
  174. checking for getdtablesize... yes
  175. checking for fcntl... yes
  176. checking for symlink... yes
  177. checking for isblank... yes
  178. checking for iswctype... yes
  179. checking for mbsrtowcs... yes
  180. checking for mempcpy... yes
  181. checking for wmemchr... yes
  182. checking for wmemcpy... yes
  183. checking for wmempcpy... yes
  184. checking for getlogin_r... yes
  185. checking for gettimeofday... yes
  186. checking for nanotime... no
  187. checking for fstatat... yes
  188. checking for getpwnam_r... yes
  189. checking for lchmod... no
  190. checking for lstat... yes
  191. checking for mbsinit... yes
  192. checking for mbrtowc... yes
  193. checking for isascii... yes
  194. checking for mprotect... yes
  195. checking for nl_langinfo... yes
  196. checking for recvmsg... yes
  197. checking for sendmsg... yes
  198. checking for readlink... yes
  199. checking for setenv... yes
  200. checking for strdup... yes
  201. checking for tzset... yes
  202. checking for strptime... yes
  203. checking for strtoumax... yes
  204. checking for localtime_r... yes
  205. checking for vasnprintf... no
  206. checking for snprintf... yes
  207. checking for wcrtomb... yes
  208. checking for iswcntrl... yes
  209. checking for wcwidth... yes
  210. checking for nl_langinfo and CODESET... yes
  211. checking for a traditional french locale... fr_FR
  212. checking for uid_t in sys/types.h... yes
  213. checking for unistd.h... (cached) yes
  214. checking for working chown... yes
  215. checking whether chown dereferences symlinks... yes
  216. checking whether chown honors trailing slash... yes
  217. checking whether chown always updates ctime... yes
  218. checking whether byte ordering is bigendian... no
  219. checking if environ is properly declared... yes
  220. checking for complete errno.h... yes
  221. checking whether strerror_r is declared... yes
  222. checking for strerror_r... yes
  223. checking whether strerror_r returns char *... yes
  224. checking for working fcntl.h... yes
  225. checking for pid_t... yes
  226. checking for mode_t... yes
  227. checking for st_dm_mode in struct stat... no
  228. checking whether strmode is declared... no
  229. checking for mbstate_t... yes
  230. checking whether frexp() can be used without linking with libm... yes
  231. checking whether alarm is declared... yes
  232. checking whether long double and double are the same... no
  233. checking whether stat file-mode macros are broken... no
  234. checking for nlink_t... yes
  235. checking whether getlogin_r is declared... yes
  236. checking whether getlogin is declared... yes
  237. checking for getopt.h... (cached) yes
  238. checking for getopt_long_only... yes
  239. checking whether getopt is POSIX compatible... yes
  240. checking for working GNU getopt function... yes
  241. checking for working GNU getopt_long function... yes
  242. checking whether getenv is declared... yes
  243. checking for C/C++ restrict keyword... __restrict
  244. checking for struct timeval... yes
  245. checking for wide-enough struct timeval.tv_sec member... yes
  246. checking whether <sys/socket.h> is self-contained... yes
  247. checking for shutdown... yes
  248. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  249. checking for struct sockaddr_storage... yes
  250. checking for sa_family_t... yes
  251. checking for struct sockaddr_storage.ss_family... yes
  252. checking for IPv4 sockets... yes
  253. checking for IPv6 sockets... yes
  254. checking for inline... inline
  255. checking for unsigned long long int... yes
  256. checking for long long int... yes
  257. checking whether stdint.h conforms to C99... yes
  258. checking where to find the exponent in a 'double'... word 1 bit 20
  259. checking where to find the exponent in a 'float'... word 0 bit 23
  260. checking whether getc_unlocked is declared... yes
  261. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  262. checking for wchar_t... yes
  263. checking whether NULL can be used in arbitrary expressions... yes
  264. checking whether imported symbols can be declared weak... yes
  265. checking pthread.h usability... yes
  266. checking pthread.h presence... yes
  267. checking for pthread.h... yes
  268. checking for multithread API to use... posix
  269. checking whether lstat correctly handles trailing slash... yes
  270. checking whether malloc, realloc, calloc are POSIX compliant... yes
  271. checking for stdlib.h... (cached) yes
  272. checking for GNU libc compatible malloc... yes
  273. checking for a traditional japanese locale... ja_JP
  274. checking for a transitional chinese locale... zh_CN.GB18030
  275. checking for a french Unicode locale... fr_FR.UTF-8
  276. checking for mmap... yes
  277. checking for MAP_ANONYMOUS... yes
  278. checking whether memchr works... yes
  279. checking whether memmem is declared... yes
  280. checking for memmem... yes
  281. checking whether memmem works... yes
  282. checking for promoted mode_t type... mode_t
  283. checking for stdbool.h that conforms to C99... yes
  284. checking for _Bool... yes
  285. checking for compound literals... yes
  286. checking whether struct tm is in sys/time.h or time.h... time.h
  287. checking for struct tm.tm_gmtoff... yes
  288. checking for library containing setsockopt... none needed
  289. checking whether <sys/select.h> is self-contained... yes
  290. checking whether setenv is declared... yes
  291. checking search.h usability... yes
  292. checking search.h presence... yes
  293. checking for search.h... yes
  294. checking for tsearch... yes
  295. checking for sigset_t... yes
  296. checking whether strdup is declared... yes
  297. checking whether strerror(0) succeeds... yes
  298. checking whether strstr works... yes
  299. checking whether strtok_r is declared... yes
  300. checking whether strtoumax is declared... yes
  301. checking for struct timespec in <time.h>... yes
  302. checking whether unsetenv is declared... yes
  303. checking for wint_t... yes
  304. checking for inttypes.h... yes
  305. checking for stdint.h... yes
  306. checking for intmax_t... yes
  307. checking whether snprintf returns a byte count as in C99... yes
  308. checking for snprintf... (cached) yes
  309. checking for strnlen... yes
  310. checking for wcslen... yes
  311. checking for wcsnlen... yes
  312. checking for mbrtowc... (cached) yes
  313. checking for wcrtomb... (cached) yes
  314. checking whether _snprintf is declared... no
  315. checking whether vsnprintf is declared... yes
  316. checking whether printf supports size specifiers as in C99... yes
  317. checking whether printf supports 'long double' arguments... yes
  318. checking whether printf supports infinite 'double' arguments... yes
  319. checking whether printf supports infinite 'long double' arguments... no
  320. checking whether printf supports the 'a' and 'A' directives... yes
  321. checking whether printf supports the 'F' directive... yes
  322. checking whether printf supports the 'n' directive... yes
  323. checking whether printf supports the 'ls' directive... yes
  324. checking whether printf supports the grouping flag... yes
  325. checking whether printf supports the left-adjust flag correctly... yes
  326. checking whether printf supports the zero flag correctly... yes
  327. checking whether printf supports large precisions... yes
  328. checking whether printf survives out-of-memory conditions... yes
  329. checking for alloca as a compiler built-in... yes
  330. checking whether btowc(0) is correct... yes
  331. checking whether btowc(EOF) is correct... yes
  332. checking for library containing clock_gettime... none required
  333. checking for clock_gettime... yes
  334. checking for clock_settime... yes
  335. checking for closedir... yes
  336. checking for MD5 in -lcrypto... yes
  337. checking openssl/md5.h usability... yes
  338. checking openssl/md5.h presence... yes
  339. checking for openssl/md5.h... yes
  340. checking for SHA1 in -lcrypto... yes
  341. checking openssl/sha.h usability... yes
  342. checking openssl/sha.h presence... yes
  343. checking for openssl/sha.h... yes
  344. checking for d_type member in directory struct... yes
  345. checking for dirfd... yes
  346. checking whether dirfd is declared... yes
  347. checking whether dirfd is a macro... no
  348. checking whether dup2 works... yes
  349. checking for error_at_line... yes
  350. checking whether fcntl handles F_DUPFD correctly... yes
  351. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  352. checking whether conversion from 'int' to 'long double' works... yes
  353. checking for working GNU fnmatch... yes
  354. checking whether frexp works... yes
  355. checking whether frexpl is declared... yes
  356. checking whether frexpl() can be used without linking with libm... yes
  357. checking whether frexpl works... yes
  358. checking whether getdtablesize works... yes
  359. checking whether getlogin_r works with small buffers... yes
  360. checking whether gettimeofday clobbers localtime buffer... no
  361. checking for gettimeofday with POSIX signature... almost
  362. checking glob.h usability... yes
  363. checking glob.h presence... yes
  364. checking for glob.h... yes
  365. checking for GNU glob interface version 1... yes
  366. checking whether glob lists broken symlinks... no
  367. checking for library containing inet_pton... none required
  368. checking whether inet_pton is declared... yes
  369. checking whether the compiler generally respects inline... yes
  370. checking whether isnan(double) can be used without linking with libm... yes
  371. checking whether isnan(float) can be used without linking with libm... yes
  372. checking whether isnan(float) works... yes
  373. checking whether isnan(long double) can be used without linking with libm... yes
  374. checking whether isnanl works... no
  375. checking where to find the exponent in a 'long double'... unknown
  376. checking whether langinfo.h defines CODESET... yes
  377. checking whether langinfo.h defines T_FMT_AMPM... yes
  378. checking whether langinfo.h defines ERA... yes
  379. checking whether langinfo.h defines YESEXPR... yes
  380. checking for lchown... yes
  381. checking whether locale.h conforms to POSIX:2001... yes
  382. checking whether locale.h defines locale_t... yes
  383. checking whether struct lconv is properly defined... yes
  384. checking for pthread_rwlock_t... yes
  385. checking whether NAN macro works... yes
  386. checking whether HUGE_VAL works... yes
  387. checking whether mbrtowc handles incomplete characters... yes
  388. checking whether mbrtowc works as well as mbtowc... yes
  389. checking whether mbrtowc handles a NULL pwc argument... yes
  390. checking whether mbrtowc handles a NULL string argument... yes
  391. checking whether mbrtowc has a correct return value... yes
  392. checking whether mbrtowc returns 0 when parsing a NUL character... yes
  393. checking whether mbrtowc works on empty input... no
  394. checking whether mbrtowc handles incomplete characters... (cached) yes
  395. checking whether mbrtowc works as well as mbtowc... (cached) yes
  396. checking whether mbrtowc handles incomplete characters... (cached) yes
  397. checking whether mbrtowc works as well as mbtowc... (cached) yes
  398. checking whether mbsrtowcs works... yes
  399. checking whether mbswidth is declared in <wchar.h>... no
  400. checking for mbstate_t... (cached) yes
  401. checking whether memmem works in linear time... yes
  402. checking for memmem... (cached) yes
  403. checking whether memmem works... (cached) yes
  404. checking for mempcpy... (cached) yes
  405. checking for working mktime... yes
  406. checking whether <netinet/in.h> is self-contained... yes
  407. checking whether YESEXPR works... yes
  408. checking whether open recognizes a trailing slash... yes
  409. checking for opendir... yes
  410. checking for struct tm.tm_zone... yes
  411. checking for struct msghdr.msg_accrights... no
  412. checking for poll... yes
  413. checking whether frexp works... (cached) yes
  414. checking whether ldexp can be used without linking with libm... yes
  415. checking whether frexpl() can be used without linking with libm... (cached) yes
  416. checking whether frexpl works... (cached) yes
  417. checking whether frexpl is declared... (cached) yes
  418. checking whether ldexpl() can be used without linking with libm... yes
  419. checking whether ldexpl works... yes
  420. checking whether ldexpl is declared... yes
  421. checking for readdir... yes
  422. checking whether readlink signature is correct... yes
  423. checking whether readlink handles trailing slash correctly... yes
  424. checking for working re_compile_pattern... yes
  425. checking whether select supports a 0 argument... yes
  426. checking whether select detects invalid fds... yes
  427. checking whether setenv validates arguments... yes
  428. checking for volatile sig_atomic_t... yes
  429. checking for sighandler_t... yes
  430. checking for signbit macro... yes
  431. checking for signbit compiler built-ins... yes
  432. checking for stdint.h... (cached) yes
  433. checking for SIZE_MAX... yes
  434. checking for library containing setsockopt... (cached) none needed
  435. checking for socklen_t... yes
  436. checking for ssize_t... yes
  437. checking whether stat handles trailing slashes on directories... yes
  438. checking whether stat handles trailing slashes on files... yes
  439. checking for working stdalign.h... yes
  440. checking whether NULL can be used in arbitrary expressions... (cached) yes
  441. checking for strcasecmp... yes
  442. checking for strncasecmp... yes
  443. checking whether strncasecmp is declared... yes
  444. checking for working strerror function... yes
  445. checking whether strstr works in linear time... yes
  446. checking whether strstr works... (cached) yes
  447. checking for strtok_r... yes
  448. checking whether strtok_r works... yes
  449. checking for strtoull... yes
  450. checking whether <sys/select.h> is self-contained... (cached) yes
  451. checking whether <sys/socket.h> is self-contained... (cached) yes
  452. checking for shutdown... (cached) yes
  453. checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
  454. checking for struct sockaddr_storage... (cached) yes
  455. checking for sa_family_t... (cached) yes
  456. checking for struct sockaddr_storage.ss_family... (cached) yes
  457. checking for nlink_t... (cached) yes
  458. checking whether localtime_r is declared... yes
  459. checking whether localtime_r is compatible with its POSIX signature... yes
  460. checking for unsetenv... yes
  461. checking for unsetenv() return type... int
  462. checking whether unsetenv obeys POSIX... yes
  463. checking for ptrdiff_t... yes
  464. checking for vsnprintf... yes
  465. checking whether snprintf respects a size of 1... yes
  466. checking whether printf supports POSIX/XSI format strings with positions... yes
  467. checking for vsnprintf... (cached) yes
  468. checking whether snprintf truncates the result as in C99... yes
  469. checking whether snprintf fully supports the 'n' directive... yes
  470. checking whether snprintf respects a size of 1... (cached) yes
  471. checking whether vsnprintf respects a zero size as in C99... yes
  472. checking for ptrdiff_t... (cached) yes
  473. checking whether mbrtowc handles incomplete characters... (cached) yes
  474. checking whether mbrtowc works as well as mbtowc... (cached) yes
  475. checking whether wcrtomb return value is correct... yes
  476. checking whether iswcntrl works... yes
  477. checking for towlower... yes
  478. checking for wctype_t... yes
  479. checking for wctrans_t... yes
  480. checking whether wcwidth is declared... yes
  481. checking whether wcwidth works reasonably in UTF-8 locales... yes
  482. checking for stdint.h... (cached) yes
  483. checking for library containing socket... none required
  484. checking for library containing gethostbyname... none required
  485. checking for library containing dlopen... -ldl
  486. checking for library containing res_9_search... no
  487. checking for library containing res_search... no
  488. checking whether res_search is declared... yes
  489. checking for library containing hstrerror... none required
  490. checking curses.h usability... yes
  491. checking curses.h presence... yes
  492. checking for curses.h... yes
  493. checking term.h usability... yes
  494. checking term.h presence... yes
  495. checking for term.h... yes
  496. checking ncurses/curses.h usability... no
  497. checking ncurses/curses.h presence... no
  498. checking for ncurses/curses.h... no
  499. checking ncurses/term.h usability... no
  500. checking ncurses/term.h presence... no
  501. checking for ncurses/term.h... no
  502. checking for library containing tigetstr... -ltinfo
  503. checking for tgetstr... yes
  504. checking for readline... yes
  505. checking for openssl library... OPENSSL_LIBS="-lssl -lcrypto"
  506. checking for deflate in -lz... yes
  507. checking for XML_ParserCreateNS in -lexpat... yes
  508. checking util.h usability... no
  509. checking util.h presence... no
  510. checking for util.h... no
  511. checking sys/stropts.h usability... yes
  512. checking sys/stropts.h presence... yes
  513. checking for sys/stropts.h... yes
  514. checking pty.h usability... yes
  515. checking pty.h presence... yes
  516. checking for pty.h... yes
  517. checking for library containing openpty... -lutil
  518. checking for _getpty... no
  519. checking whether posix_fallocate() works... yes
  520. checking for posix_fadvise... yes
  521. checking idna.h usability... no
  522. checking idna.h presence... no
  523. checking for idna.h... no
  524. checking if Libidn should be used... no
  525. checking for dirent.h that defines DIR... yes
  526. checking for library containing opendir... none required
  527. checking for ANSI C header files... (cached) yes
  528. checking for sys/wait.h that is POSIX.1 compatible... yes
  529. checking whether time.h and sys/time.h may both be included... yes
  530. checking for libintl.h... yes
  531. checking for fcntl.h... yes
  532. checking for sys/time.h... (cached) yes
  533. checking for errno.h... yes
  534. checking for stdlib.h... (cached) yes
  535. checking for varargs.h... no
  536. checking for dirent.h... (cached) yes
  537. checking for termios.h... yes
  538. checking for termio.h... yes
  539. checking for sys/select.h... (cached) yes
  540. checking for sys/stropts.h... (cached) yes
  541. checking for string.h... (cached) yes
  542. checking for memory.h... (cached) yes
  543. checking for strings.h... (cached) yes
  544. checking for sys/ioctl.h... (cached) yes
  545. checking for dlfcn.h... (cached) yes
  546. checking for arpa/inet.h... (cached) yes
  547. checking for arpa/nameser.h... yes
  548. checking for netinet/in.h... (cached) yes
  549. checking for netinet/tcp.h... yes
  550. checking for netinet/in_systm.h... yes
  551. checking for netinet/ip.h... yes
  552. checking for termcap.h... yes
  553. checking for sys/statfs.h... yes
  554. checking for ifaddrs.h... yes
  555. checking for resolv.h... yes
  556. checking for langinfo.h... (cached) yes
  557. checking for endian.h... yes
  558. checking for locale.h... yes
  559. checking for expat.h... yes
  560. checking for linux/magic.h... yes
  561. checking for socks.h... no
  562. checking for vsnprintf... (cached) yes
  563. checking for snprintf... (cached) yes
  564. checking if trio library is needed... no
  565. checking for h_errno... yes
  566. checking whether h_errno is declared... yes
  567. checking for hstrerror... yes
  568. checking whether hstrerror is declared... yes
  569. checking for pid_t... (cached) yes
  570. checking for an ANSI C-conforming const... yes
  571. checking for inline... (cached) inline
  572. checking for off_t... yes
  573. checking for size_t... (cached) yes
  574. checking for struct sockaddr.sa_len... no
  575. checking for struct sockaddr_in6.sin6_scope_id... yes
  576. checking for struct tm.tm_zone... (cached) yes
  577. checking whether struct tm is in sys/time.h or time.h... (cached) time.h
  578. checking return type of signal handlers... void
  579. checking whether utime accepts a null argument... yes
  580. checking whether getpgrp requires zero arguments... yes
  581. checking for vprintf... yes
  582. checking for _doprnt... no
  583. checking whether stat file-mode macros are broken... (cached) no
  584. checking whether sscanf works on const strings... yes
  585. checking for statfs... yes
  586. checking for killpg... yes
  587. checking for setpgid... yes
  588. checking for tcgetattr... yes
  589. checking for vsnprintf... (cached) yes
  590. checking for snprintf... (cached) yes
  591. checking for sscanf... yes
  592. checking for gethostbyname2... yes
  593. checking for getipnodebyname... no
  594. checking for getaddrinfo... yes
  595. checking for getnameinfo... yes
  596. checking for setsid... yes
  597. checking for random... yes
  598. checking for inet_aton... yes
  599. checking for setlocale... yes
  600. checking for dn_expand... no
  601. checking for socketpair... yes
  602. checking for an implementation of va_copy()... yes
  603. checking for environ variable... yes
  604. checking whether vsnprintf is declared... (cached) yes
  605. checking whether snprintf is declared... yes
  606. checking whether unsetenv is declared... (cached) yes
  607. checking whether random is declared... yes
  608. checking whether inet_aton is declared... yes
  609. checking whether strptime is declared... yes
  610. checking whether strtok_r is declared... (cached) yes
  611. checking whether dn_expand is declared... yes
  612. checking whether memmem is declared... (cached) yes
  613. checking that generated files are newer than configure... done
  614. configure: creating ./config.status
  615. config.status: creating Makefile
  616. config.status: creating src/Makefile
  617. config.status: creating lib/Makefile
  618. config.status: creating doc/Makefile
  619. config.status: creating po/Makefile.in
  620. config.status: creating m4/Makefile
  621. config.status: creating trio/Makefile
  622. config.status: creating lib/config.h
  623. config.status: lib/config.h is unchanged
  624. config.status: executing depfiles commands
  625. config.status: executing po-directories commands
  626. config.status: creating po/POTFILES
  627. config.status: creating po/Makefile
  628. config.status: executing libtool commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement