Advertisement
Guest User

configure lftp with_openssl_default='yes'

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