Guest User

yo xx toy i like boys

a guest
Jan 25th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 181.10 KB | None | 0 0
  1. root@kali:~/Desktop# tar -xzf curl-7.40.0.tar.gz
  2. root@kali:~/Desktop# cd curl-7.40.0
  3. root@kali:~/Desktop/curl-7.40.0# ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
  4. `/usr/lib/libpcre.so/lib' -> `../../lib/../../lib/'
  5. root@kali:~/Desktop/curl-7.40.0#
  6. root@kali:~/Desktop/curl-7.40.0#
  7. root@kali:~/Desktop/curl-7.40.0# ./configure
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking whether to enable debug build options... no
  10. checking whether to enable compiler optimizer... (assumed) yes
  11. checking whether to enable strict compiler warnings... no
  12. checking whether to enable compiler warnings as errors... no
  13. checking whether to enable curl debug memory tracking... no
  14. checking whether to enable hiding of library internal symbols... yes
  15. checking whether to enable c-ares for DNS lookups... no
  16. checking for path separator... :
  17. checking for sed... /bin/sed
  18. checking for grep... /bin/grep
  19. checking for egrep... /bin/grep -E
  20. checking for ar... /usr/bin/ar
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking for gcc... gcc
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking whether gcc understands -c and -o together... yes
  32. checking how to run the C preprocessor... gcc -E
  33. checking whether build environment is sane... yes
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for gawk... no
  36. checking for mawk... mawk
  37. checking whether make sets $(MAKE)... yes
  38. checking for style of include used by make... GNU
  39. checking whether make supports nested variables... yes
  40. checking dependency style of gcc... gcc3
  41. checking curl version... 7.40.0
  42. checking build system type... x86_64-unknown-linux-gnu
  43. checking host system type... x86_64-unknown-linux-gnu
  44. checking for sys/types.h... yes
  45. checking for stdint.h... yes
  46. checking for inttypes.h... yes
  47. checking for grep that handles long lines and -e... (cached) /bin/grep
  48. checking for egrep... /bin/grep -E
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... (cached) yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... (cached) yes
  57. checking for stdint.h... (cached) yes
  58. checking for unistd.h... yes
  59. checking size of long... 8
  60. checking size of void*... 8
  61. checking for 64-bit curl_off_t data type... long
  62. checking size of curl_off_t... 8
  63. checking formatting string directive for curl_off_t... "ld"
  64. checking formatting string directive for unsigned curl_off_t... "lu"
  65. checking constant suffix string for curl_off_t... L
  66. checking constant suffix string for unsigned curl_off_t... UL
  67. checking if OS is AIX (to define _ALL_SOURCE)... no
  68. checking if _THREAD_SAFE is already defined... no
  69. checking if _THREAD_SAFE is actually needed... no
  70. checking if _THREAD_SAFE is onwards defined... no
  71. checking if _REENTRANT is already defined... no
  72. checking if _REENTRANT is actually needed... no
  73. checking if _REENTRANT is onwards defined... no
  74. checking for special C compiler options needed for large files... no
  75. checking for _FILE_OFFSET_BITS value needed for large files... no
  76. checking how to print strings... printf
  77. checking for a sed that does not truncate output... (cached) /bin/sed
  78. checking for fgrep... /bin/grep -F
  79. checking for ld used by gcc... /usr/bin/ld
  80. checking if the linker (/usr/bin/ld) is GNU ld... yes
  81. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  82. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  83. checking whether ln -s works... yes
  84. checking the maximum length of command line arguments... 1572864
  85. checking whether the shell understands some XSI constructs... yes
  86. checking whether the shell understands "+="... yes
  87. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  88. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  89. checking for /usr/bin/ld option to reload object files... -r
  90. checking for objdump... objdump
  91. checking how to recognize dependent libraries... pass_all
  92. checking for dlltool... no
  93. checking how to associate runtime and link libraries... printf %s\n
  94. checking for archiver @FILE support... @
  95. checking for strip... strip
  96. checking for ranlib... ranlib
  97. checking command to parse /usr/bin/nm -B output from gcc object... ok
  98. checking for sysroot... no
  99. checking for mt... mt
  100. checking if mt is a manifest tool... no
  101. checking for dlfcn.h... yes
  102. checking for objdir... .libs
  103. checking if gcc supports -fno-rtti -fno-exceptions... no
  104. checking for gcc option to produce PIC... -fPIC -DPIC
  105. checking if gcc PIC flag -fPIC -DPIC works... yes
  106. checking if gcc static flag -static works... yes
  107. checking if gcc supports -c -o file.o... yes
  108. checking if gcc supports -c -o file.o... (cached) yes
  109. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking whether -lc should be explicitly linked in... no
  111. checking dynamic linker characteristics... GNU/Linux ld.so
  112. checking how to hardcode library paths into programs... immediate
  113. checking whether stripping libraries is possible... yes
  114. checking if libtool supports shared libraries... yes
  115. checking whether to build shared libraries... yes
  116. checking whether to build static libraries... yes
  117. checking whether to build shared libraries with -version-info... yes
  118. checking whether to build shared libraries with -no-undefined... no
  119. checking whether to build shared libraries with -mimpure-text... no
  120. checking whether to build shared libraries with PIC... yes
  121. checking whether to build static libraries with PIC... yes
  122. checking whether to build shared libraries only... no
  123. checking whether to build static libraries only... no
  124. checking for inline... inline
  125. checking if compiler is DEC/Compaq/HP C... no
  126. checking if compiler is HP-UX C... no
  127. checking if compiler is IBM C... no
  128. checking if compiler is Intel C... no
  129. checking if compiler is clang... no
  130. checking if compiler is GNU C... yes
  131. checking if compiler is LCC... no
  132. checking if compiler is SGI MIPSpro C... no
  133. checking if compiler is SGI MIPS C... no
  134. checking if compiler is SunPro C... no
  135. checking if compiler is Tiny C... no
  136. checking if compiler is Watcom C... no
  137. checking if compiler accepts debug disabling options... yes
  138. configure: compiler options added:
  139. checking if compiler optimizer assumed setting might be used... yes
  140. checking if compiler accepts optimizer enabling options... yes
  141. configure: compiler options added: -O2
  142. checking if compiler accepts strict warning options... yes
  143. configure: compiler options added: -Wno-system-headers
  144. checking if compiler halts on compilation errors... yes
  145. checking if compiler halts on negative sized arrays... yes
  146. checking if compiler halts on function prototype mismatch... yes
  147. checking if compiler supports hiding library internal symbols... yes
  148. checking for windows.h... no
  149. checking whether build target is a native Windows one... no
  150. checking whether build target supports WIN32 file API... no
  151. checking whether to support http... yes
  152. checking whether to support ftp... yes
  153. checking whether to support file... yes
  154. checking whether to support ldap... yes
  155. checking whether to support ldaps... yes
  156. checking whether to support rtsp... yes
  157. checking whether to support proxies... yes
  158. checking whether to support dict... yes
  159. checking whether to support telnet... yes
  160. checking whether to support tftp... yes
  161. checking whether to support pop3... yes
  162. checking whether to support imap... yes
  163. checking whether to support smb... yes
  164. checking whether to support smtp... yes
  165. checking whether to support gopher... yes
  166. checking whether to provide built-in manual... yes
  167. checking whether to enable generation of C code... yes
  168. checking whether to use libgcc... no
  169. checking if X/Open network library is required... no
  170. checking for gethostbyname... yes
  171. checking for strcasecmp... yes
  172. checking for windows.h... (cached) no
  173. checking for winsock.h... (cached) no
  174. checking for winsock2.h... (cached) no
  175. checking for connect in libraries... yes
  176. checking whether time.h and sys/time.h may both be included... yes
  177. checking for sys/types.h... (cached) yes
  178. checking sys/time.h usability... yes
  179. checking sys/time.h presence... yes
  180. checking for sys/time.h... yes
  181. checking time.h usability... yes
  182. checking time.h presence... yes
  183. checking for time.h... yes
  184. checking for monotonic clock_gettime... yes
  185. checking for clock_gettime in libraries... -lrt
  186. checking if monotonic clock_gettime works... yes
  187. checking for inflateEnd in -lz... yes
  188. checking zlib.h usability... yes
  189. checking zlib.h presence... yes
  190. checking for zlib.h... yes
  191. configure: found both libz and libz.h header
  192. checking for lber.h... no
  193. checking for ldap.h... no
  194. checking for ldapssl.h... no
  195. checking for ldap_ssl.h... no
  196. checking for LDAP libraries... cannot find LDAP libraries
  197. configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled
  198. checking whether to enable IPv6... yes
  199. checking if struct sockaddr_in6 has sin6_scope_id member... yes
  200. checking if argv can be written to... yes
  201. checking if GSS-API support is requested... no
  202. checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
  203. checking whether to enable iOS/Mac OS X native SSL/TLS... no
  204. checking for pkg-config... /usr/bin/pkg-config
  205. checking for openssl options with pkg-config... found
  206. configure: pkg-config: SSL_LIBS: "-lssl -lcrypto  "
  207. configure: pkg-config: SSL_LDFLAGS: " "
  208. configure: pkg-config: SSL_CPPFLAGS: " "
  209. checking for CRYPTO_lock in -lcrypto... yes
  210. checking for SSL_connect in -lssl... yes
  211. checking openssl/x509.h usability... yes
  212. checking openssl/x509.h presence... yes
  213. checking for openssl/x509.h... yes
  214. checking openssl/rsa.h usability... yes
  215. checking openssl/rsa.h presence... yes
  216. checking for openssl/rsa.h... yes
  217. checking openssl/crypto.h usability... yes
  218. checking openssl/crypto.h presence... yes
  219. checking for openssl/crypto.h... yes
  220. checking openssl/pem.h usability... yes
  221. checking openssl/pem.h presence... yes
  222. checking for openssl/pem.h... yes
  223. checking openssl/ssl.h usability... yes
  224. checking openssl/ssl.h presence... yes
  225. checking for openssl/ssl.h... yes
  226. checking openssl/err.h usability... yes
  227. checking openssl/err.h presence... yes
  228. checking for openssl/err.h... yes
  229. checking openssl/pkcs12.h usability... yes
  230. checking openssl/pkcs12.h presence... yes
  231. checking for openssl/pkcs12.h... yes
  232. checking for ENGINE_init... yes
  233. checking openssl/engine.h usability... yes
  234. checking openssl/engine.h presence... yes
  235. checking for openssl/engine.h... yes
  236. checking for ENGINE_load_builtin_engines... yes
  237. checking for RAND_status... yes
  238. checking for RAND_screen... no
  239. checking for RAND_egd... yes
  240. checking for ENGINE_cleanup... yes
  241. checking for CRYPTO_cleanup_all_ex_data... yes
  242. checking for SSL_get_shutdown... yes
  243. checking for SSLv2_client_method... no
  244. checking for yaSSL using OpenSSL compatibility mode... no
  245. checking for OpenSSL headers version... 1.0.1 - 0x1000105fL
  246. checking for OpenSSL library version... 1.0.1
  247. checking for OpenSSL headers and library versions matching... yes
  248. checking for "/dev/urandom"... yes
  249. checking for SRP_Calc_client_key in -lcrypto... yes
  250. checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
  251. checking for libssh2_channel_open_ex in -lssh2... no
  252. checking libssh2.h usability... no
  253. checking libssh2.h presence... no
  254. checking for libssh2.h... no
  255. checking for RTMP_Init in -lrtmp... no
  256. checking whether versioned symbols are wanted... no
  257. checking whether to enable Windows native IDN (Windows native builds only)... no
  258. checking whether to build with libidn... (assumed) yes
  259. checking for pkg-config... (cached) /usr/bin/pkg-config
  260. checking for libidn options with pkg-config... no
  261. configure: IDN_LIBS: "-lidn"
  262. configure: IDN_LDFLAGS: ""
  263. configure: IDN_CPPFLAGS: ""
  264. configure: IDN_DIR: ""
  265. checking if idna_to_ascii_4i can be linked... no
  266. checking if idna_to_ascii_lz can be linked... no
  267. configure: WARNING: Cannot find libraries for IDN support: IDN disabled
  268. checking for pkg-config... (cached) /usr/bin/pkg-config
  269. checking for libnghttp2 options with pkg-config... no
  270. checking for ANSI C header files... (cached) yes
  271. checking for malloc.h... yes
  272. checking for memory.h... (cached) yes
  273. checking for sys/types.h... (cached) yes
  274. checking for sys/time.h... (cached) yes
  275. checking for sys/select.h... yes
  276. checking for sys/socket.h... yes
  277. checking for sys/ioctl.h... yes
  278. checking for sys/uio.h... yes
  279. checking for assert.h... yes
  280. checking for unistd.h... (cached) yes
  281. checking for stdlib.h... (cached) yes
  282. checking for limits.h... yes
  283. checking for arpa/inet.h... yes
  284. checking for net/if.h... yes
  285. checking for netinet/in.h... yes
  286. checking for sys/un.h... yes
  287. checking for netinet/tcp.h... yes
  288. checking for netdb.h... yes
  289. checking for sys/sockio.h... no
  290. checking for sys/stat.h... (cached) yes
  291. checking for sys/param.h... yes
  292. checking for termios.h... yes
  293. checking for termio.h... yes
  294. checking for sgtty.h... yes
  295. checking for fcntl.h... yes
  296. checking for alloca.h... yes
  297. checking for time.h... (cached) yes
  298. checking for io.h... no
  299. checking for pwd.h... yes
  300. checking for utime.h... yes
  301. checking for sys/utime.h... no
  302. checking for sys/poll.h... yes
  303. checking for poll.h... yes
  304. checking for socket.h... no
  305. checking for sys/resource.h... yes
  306. checking for libgen.h... yes
  307. checking for locale.h... yes
  308. checking for errno.h... yes
  309. checking for stdbool.h... yes
  310. checking for arpa/tftp.h... yes
  311. checking for sys/filio.h... no
  312. checking for sys/wait.h... yes
  313. checking for setjmp.h... yes
  314. checking for an ANSI C-conforming const... yes
  315. checking for compiler support of C99 variadic macro style... yes
  316. checking for compiler support of old gcc variadic macro style... yes
  317. checking for size_t... yes
  318. checking whether time.h and sys/time.h may both be included... (cached) yes
  319. checking for sys/types.h... (cached) yes
  320. checking for sys/time.h... (cached) yes
  321. checking for time.h... (cached) yes
  322. checking for sys/socket.h... (cached) yes
  323. checking for struct timeval... yes
  324. checking run-time libs availability... fine
  325. checking size of size_t... 8
  326. checking size of long... (cached) 8
  327. checking size of int... 4
  328. checking size of short... 2
  329. checking size of time_t... 8
  330. checking size of off_t... 8
  331. checking for long long... yes
  332. checking if numberLL works... yes
  333. checking for ssize_t... yes
  334. checking for bool... yes
  335. checking for windows.h... (cached) no
  336. checking for winsock2.h... (cached) no
  337. checking for ws2tcpip.h... (cached) no
  338. checking for sys/types.h... (cached) yes
  339. checking for sys/socket.h... (cached) yes
  340. checking for curl_socklen_t data type... socklen_t
  341. checking size of curl_socklen_t... 4
  342. checking for sys/types.h... (cached) yes
  343. checking for poll.h... (cached) yes
  344. checking for sys/poll.h... (cached) yes
  345. checking for in_addr_t... yes
  346. checking for struct sockaddr_storage... yes
  347. checking signal.h usability... yes
  348. checking signal.h presence... yes
  349. checking for signal.h... yes
  350. checking for sig_atomic_t... yes
  351. checking if sig_atomic_t is already defined as volatile... no
  352. checking return type of signal handlers... void
  353. checking for sys/select.h... (cached) yes
  354. checking for sys/socket.h... (cached) yes
  355. checking for select... yes
  356. checking types of args and return type for select... int,fd_set *,struct timeval *,int
  357. checking for sys/types.h... (cached) yes
  358. checking for sys/socket.h... (cached) yes
  359. checking for recv... yes
  360. checking types of args and return type for recv... int,void *,size_t,int,ssize_t
  361. checking for sys/types.h... (cached) yes
  362. checking for sys/socket.h... (cached) yes
  363. checking for send... myes
  364. checking types of args and return type for send... int,const void *,size_t,int,ssize_t
  365. checking for sys/types.h... (cached) yes
  366. checking for sys/socket.h... (cached) yes
  367. checking for MSG_NOSIGNAL... yes
  368. checking for sys/types.h... (cached) yes
  369. checking for unistd.h... (cached) yes
  370. checking if alarm can be linked... yes
  371. checking if alarm is prototyped... yes
  372. checking if alarm is compilable... yes
  373. checking if alarm usage allowed... yes
  374. checking if alarm might be used... yes
  375. checking for sys/types.h... (cached) yes
  376. checking for string.h... (cached) yes
  377. checking for strings.h... (cached) yes
  378. checking for sys/types.h... (cached) yes
  379. checking for libgen.h... (cached) yes
  380. checking if basename can be linked... yes
  381. checking if basename is prototyped... yes
  382. checking if basename is compilable... yes
  383. checking if basename usage allowed... yes
  384. checking if basename might be used... yes
  385. checking for sys/types.h... (cached) yes
  386. checking for socket.h... (cached) no
  387. checking if closesocket can be linked... no
  388. checking if closesocket might be used... no
  389. checking if CloseSocket can be linked... no
  390. checking if CloseSocket might be used... no
  391. checking if connect can be linked... yes
  392. checking if connect is prototyped... yes
  393. checking if connect is compilable... yes
  394. checking if connect usage allowed... yes
  395. checking if connect might be used... yes
  396. checking for sys/types.h... (cached) yes
  397. checking for unistd.h... (cached) yes
  398. checking for fcntl.h... (cached) yes
  399. checking if fcntl can be linked... yes
  400. checking if fcntl is prototyped... yes
  401. checking if fcntl is compilable... yes
  402. checking if fcntl usage allowed... yes
  403. checking if fcntl might be used... yes
  404. checking if fcntl O_NONBLOCK is compilable... yes
  405. checking if fcntl O_NONBLOCK usage allowed... yes
  406. checking if fcntl O_NONBLOCK might be used... yes
  407. checking for sys/types.h... (cached) yes
  408. checking for stdio.h... yes
  409. checking if fdopen can be linked... yes
  410. checking if fdopen is prototyped... yes
  411. checking if fdopen is compilable... yes
  412. checking if fdopen usage allowed... yes
  413. checking if fdopen might be used... yes
  414. checking for sys/types.h... (cached) yes
  415. checking for netdb.h... (cached) yes
  416. checking if freeaddrinfo can be linked... yes
  417. checking if freeaddrinfo is prototyped... yes
  418. checking if freeaddrinfo is compilable... yes
  419. checking if freeaddrinfo usage allowed... yes
  420. checking if freeaddrinfo might be used... yes
  421. checking for sys/types.h... (cached) yes
  422. checking for sys/socket.h... (cached) yes
  423. checking for netinet/in.h... (cached) yes
  424. checking for ifaddrs.h... yes
  425. checking if freeifaddrs can be linked... yes
  426. checking if freeifaddrs is prototyped... yes
  427. checking if freeifaddrs is compilable... yes
  428. checking if freeifaddrs usage allowed... yes
  429. checking if freeifaddrs might be used... yes
  430. checking for sys/types.h... (cached) yes
  431. checking for sys/xattr.h... yes
  432. checking if fsetxattr can be linked... yes
  433. checking if fsetxattr is prototyped... yes
  434. checking if fsetxattr takes 5 args.... yes
  435. checking if fsetxattr is compilable... yes
  436. checking if fsetxattr usage allowed... yes
  437. checking if fsetxattr might be used... yes
  438. checking if ftruncate can be linked... yes
  439. checking if ftruncate is prototyped... yes
  440. checking if ftruncate is compilable... yes
  441. checking if ftruncate usage allowed... yes
  442. checking if ftruncate might be used... yes
  443. checking for sys/types.h... (cached) yes
  444. checking for stdlib.h... (cached) yes
  445. checking if getaddrinfo can be linked... yes
  446. checking if getaddrinfo is prototyped... yes
  447. checking if getaddrinfo is compilable... yes
  448. checking if getaddrinfo seems to work... yes
  449. checking if getaddrinfo usage allowed... yes
  450. checking if getaddrinfo might be used... yes
  451. checking if getaddrinfo is threadsafe... yes
  452. checking if gai_strerror can be linked... yes
  453. checking if gai_strerror is prototyped... yes
  454. checking if gai_strerror is compilable... yes
  455. checking if gai_strerror usage allowed... yes
  456. checking if gai_strerror might be used... yes
  457. checking if gethostbyaddr can be linked... yes
  458. checking if gethostbyaddr is prototyped... yes
  459. checking if gethostbyaddr is compilable... yes
  460. checking if gethostbyaddr usage allowed... yes
  461. checking if gethostbyaddr might be used... yes
  462. checking if gethostbyaddr_r can be linked... yes
  463. checking if gethostbyaddr_r is prototyped... yes
  464. checking if gethostbyaddr_r takes 5 args.... no
  465. checking if gethostbyaddr_r takes 7 args.... no
  466. checking if gethostbyaddr_r takes 8 args.... yes
  467. checking if gethostbyaddr_r is compilable... yes
  468. checking if gethostbyaddr_r usage allowed... yes
  469. checking if gethostbyaddr_r might be used... yes
  470. checking if gethostbyname can be linked... yes
  471. checking if gethostbyname is prototyped... yes
  472. checking if gethostbyname is compilable... yes
  473. checking if gethostbyname usage allowed... yes
  474. checking if gethostbyname might be used... yes
  475. checking if gethostbyname_r can be linked... yes
  476. checking if gethostbyname_r is prototyped... yes
  477. checking if gethostbyname_r takes 3 args.... no
  478. checking if gethostbyname_r takes 5 args.... no
  479. checking if gethostbyname_r takes 6 args.... yes
  480. checking if gethostbyname_r is compilable... yes
  481. checking if gethostbyname_r usage allowed... yes
  482. checking if gethostbyname_r might be used... yes
  483. checking if gethostname can be linked... yes
  484. checking if gethostname is prototyped... yes
  485. checking if gethostname is compilable... yes
  486. checking for gethostname arg 2 data type... size_t
  487. checking if gethostname usage allowed... yes
  488. checking if gethostname might be used... yes
  489. checking if getifaddrs can be linked... yes
  490. checking if getifaddrs is prototyped... yes
  491. checking if getifaddrs is compilable... yes
  492. checking if getifaddrs seems to work... yes
  493. checking if getifaddrs usage allowed... yes
  494. checking if getifaddrs might be used... yes
  495. checking if getservbyport_r can be linked... yes
  496. checking if getservbyport_r is prototyped... yes
  497. checking if getservbyport_r takes 4 args.... no
  498. checking if getservbyport_r takes 5 args.... no
  499. checking if getservbyport_r takes 6 args.... yes
  500. checking if getservbyport_r is compilable... yes
  501. checking if getservbyport_r usage allowed... yes
  502. checking if getservbyport_r might be used... yes
  503. checking for sys/types.h... (cached) yes
  504. checking for sys/time.h... (cached) yes
  505. checking for time.h... (cached) yes
  506. checking if gmtime_r can be linked... yes
  507. checking if gmtime_r is prototyped... yes
  508. checking if gmtime_r is compilable... yes
  509. checking if gmtime_r seems to work... yes
  510. checking if gmtime_r usage allowed... yes
  511. checking if gmtime_r might be used... yes
  512. checking for sys/types.h... (cached) yes
  513. checking for sys/socket.h... (cached) yes
  514. checking for netinet/in.h... (cached) yes
  515. checking for arpa/inet.h... (cached) yes
  516. checking if inet_ntoa_r can be linked... no
  517. checking if inet_ntoa_r might be used... no
  518. checking if inet_ntop can be linked... yes
  519. checking if inet_ntop is prototyped... yes
  520. checking if inet_ntop is compilable... yes
  521. checking if inet_ntop seems to work... yes
  522. checking if inet_ntop usage allowed... yes
  523. checking if inet_ntop might be used... yes
  524. checking if inet_pton can be linked... yes
  525. checking if inet_pton is prototyped... yes
  526. checking if inet_pton is compilable... yes
  527. checking if inet_pton seems to work... yes
  528. checking if inet_pton usage allowed... yes
  529. checking if inet_pton might be used... yes
  530. checking for sys/types.h... (cached) yes
  531. checking for unistd.h... (cached) yes
  532. checking for sys/socket.h... (cached) yes
  533. checking for sys/ioctl.h... (cached) yes
  534. checking for stropts.h... yes
  535. checking if ioctl can be linked... yes
  536. checking if ioctl is prototyped... yes
  537. checking if ioctl is compilable... yes
  538. checking if ioctl usage allowed... yes
  539. checking if ioctl might be used... yes
  540. checking if ioctl FIONBIO is compilable... yes
  541. checking if ioctl FIONBIO usage allowed... yes
  542. checking if ioctl FIONBIO might be used... yes
  543. checking if ioctl SIOCGIFADDR is compilable... yes
  544. checking if ioctl SIOCGIFADDR usage allowed... yes
  545. checking if ioctl SIOCGIFADDR might be used... yes
  546. checking if ioctlsocket can be linked... no
  547. checking if ioctlsocket might be used... no
  548. checking if IoctlSocket can be linked... no
  549. checking if IoctlSocket might be used... no
  550. checking if localtime_r can be linked... yes
  551. checking if localtime_r is prototyped... yes
  552. checking if localtime_r is compilable... yes
  553. checking if localtime_r seems to work... yes
  554. checking if localtime_r usage allowed... yes
  555. checking if localtime_r might be used... yes
  556. checking if memrchr can be linked... yes
  557. checking if memrchr is prototyped... no
  558. checking if memrchr might be used... no
  559. checking if poll can be linked... yes
  560. checking if poll is prototyped... yes
  561. checking if poll is compilable... yes
  562. checking if poll seems to work... yes
  563. checking if poll usage allowed... yes
  564. checking if poll might be used... yes
  565. checking if setsockopt can be linked... myes
  566. checking if setsockopt is prototyped... yes
  567. checking if setsockopt is compilable... yes
  568. checking if setsockopt usage allowed... yes
  569. checking if setsockopt might be used... yes
  570. checking if setsockopt SO_NONBLOCK is compilable... no
  571. checking if setsockopt SO_NONBLOCK might be used... no
  572. checking for sys/types.h... (cached) yes
  573. checking for signal.h... (cached) yes
  574. checking if sigaction can be linked... yes
  575. checking if sigaction is prototyped... yes
  576. checking if sigaction is compilable... yes
  577. checking if sigaction usage allowed... yes
  578. checking if sigaction might be used... yes
  579. checking if siginterrupt can be linked... yes
  580. checking if siginterrupt is prototyped... yes
  581. checking if siginterrupt is compilable... yes
  582. checking if siginterrupt usage allowed... yes
  583. checking if siginterrupt might be used... yes
  584. checking if signal can be linked... yes
  585. checking if signal is prototyped... yes
  586. checking if signal is compilable... yes
  587. checking if signal usage allowed... yes
  588. checking if signal might be used... yes
  589. checking for sys/types.h... (cached) yes
  590. checking for setjmp.h... (cached) yes
  591. checking if sigsetjmp can be linked... no
  592. checking if sigsetjmp seems a macro... yes
  593. checking if sigsetjmp is compilable... yes
  594. checking if sigsetjmp usage allowed... yes
  595. checking if sigsetjmp might be used... yes
  596. checking if socket can be linked... yes
  597. checking if socket is prototyped... yes
  598. checking if socket is compilable... yes
  599. checking if socket usage allowed... yes
  600. checking if socket might be used... yes
  601. checking if socketpair can be linked... yes
  602. checking if socketpair is prototyped... yes
  603. checking if socketpair is compilable... yes
  604. checking if socketpair usage allowed... yes
  605. checking if socketpair might be used... yes
  606. checking if strcasecmp can be linked... yes
  607. checking if strcasecmp is prototyped... yes
  608. checking if strcasecmp is compilable... yes
  609. checking if strcasecmp usage allowed... yes
  610. checking if strcasecmp might be used... yes
  611. checking if strcmpi can be linked... no
  612. checking if strcmpi might be used... no
  613. checking if strdup can be linked... yes
  614. checking if strdup is prototyped... yes
  615. checking if strdup is compilable... yes
  616. checking if strdup usage allowed... yes
  617. checking if strdup might be used... yes
  618. checking if strerror_r can be linked... yes
  619. checking if strerror_r is prototyped... yes
  620. checking if strerror_r is compilable... yes
  621. checking if strerror_r is glibc like... no
  622. checking if strerror_r is POSIX like... yes
  623. checking if strerror_r seems to work... yes
  624. checking if strerror_r usage allowed... yes
  625. checking if strerror_r might be used... yes
  626. checking if stricmp can be linked... mno
  627. checking if stricmp might be used... no
  628. checking if strncasecmp can be linked... yes
  629. checking if strncasecmp is prototyped... yes
  630. checking if strncasecmp is compilable... yes
  631. checking if strncasecmp usage allowed... yes
  632. checking if strncasecmp might be used... yes
  633. checking if strncmpi can be linked... no
  634. checking if strncmpi might be used... no
  635. checking if strnicmp can be linked... no
  636. checking if strnicmp might be used... no
  637. checking if strstr can be linked... yes
  638. checking if strstr is prototyped... yes
  639. checking if strstr is compilable... yes
  640. checking if strstr usage allowed... yes
  641. checking if strstr might be used... yes
  642. checking if strtok_r can be linked... yes
  643. checking if strtok_r is prototyped... yes
  644. checking if strtok_r is compilable... yes
  645. checking if strtok_r usage allowed... yes
  646. checking if strtok_r might be used... yes
  647. checking if strtoll can be linked... yes
  648. checking if strtoll is prototyped... yes
  649. checking if strtoll is compilable... yes
  650. checking if strtoll usage allowed... yes
  651. checking if strtoll might be used... yes
  652. checking for sys/types.h... (cached) yes
  653. checking for sys/uio.h... (cached) yes
  654. checking if writev can be linked... yes
  655. checking if writev is prototyped... yes
  656. checking if writev is compilable... yes
  657. checking if writev usage allowed... yes
  658. checking if writev might be used... yes
  659. checking for fork... yes
  660. checking for geteuid... yes
  661. checking for getpass_r... no
  662. checking deeper for getpass_r... but still no
  663. checking for getppid... yes
  664. checking for getprotobyname... yes
  665. checking for getpwuid... yes
  666. checking for getpwuid_r... yes
  667. checking for getrlimit... yes
  668. checking for gettimeofday... yes
  669. checking for if_nametoindex... yes
  670. checking for inet_addr... yes
  671. checking for perror... yes
  672. checking for pipe... yes
  673. checking for setlocale... yes
  674. checking for setmode... no
  675. checking deeper for setmode... but still no
  676. checking for setrlimit... yes
  677. checking for uname... yes
  678. checking for utime... yes
  679. checking for sys/types.h... (cached) yes
  680. checking for sys/socket.h... (cached) yes
  681. checking for netdb.h... (cached) yes
  682. checking for getnameinfo... yes
  683. checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,unsigned int
  684. checking for stdio.h... (cached) yes
  685. checking for sys/types.h... (cached) yes
  686. checking for sys/socket.h... (cached) yes
  687. checking for netdb.h... (cached) yes
  688. checking for netinet/in.h... (cached) yes
  689. checking for arpa/inet.h... (cached) yes
  690. checking for working NI_WITHSCOPEID... no
  691. checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
  692. checking for perl... /usr/bin/perl
  693. checking for gnroff... no
  694. checking for nroff... /usr/bin/nroff
  695. checking how to use *nroff to get plain text from man pages... -man
  696. checking whether to enable the threaded resolver... no
  697. checking whether to enable verbose strings... yes
  698. checking whether to enable SSPI support (Windows native builds only)... no
  699. checking whether to enable cryptographic authentication methods... yes
  700. checking whether to enable NTLM delegation to winbind's helper... yes
  701. checking whether to enable TLS-SRP authentication... yes
  702. checking whether to enable Unix domain sockets... auto
  703. checking for struct sockaddr_un.sun_path... yes
  704. checking whether to enable support for cookies... yes
  705. checking whether hiding of library internal symbols will actually happen... yes
  706. checking whether to enforce SONAME bump... no
  707. checking that generated files are newer than configure... done
  708. configure: creating ./config.status
  709. config.status: creating Makefile
  710. config.status: creating docs/Makefile
  711. config.status: creating docs/examples/Makefile
  712. config.status: creating docs/libcurl/Makefile
  713. config.status: creating docs/libcurl/opts/Makefile
  714. config.status: creating include/Makefile
  715. config.status: creating include/curl/Makefile
  716. config.status: creating src/Makefile
  717. config.status: creating lib/Makefile
  718. config.status: creating lib/libcurl.vers
  719. config.status: creating tests/Makefile
  720. config.status: creating tests/certs/Makefile
  721. config.status: creating tests/certs/scripts/Makefile
  722. config.status: creating tests/data/Makefile
  723. config.status: creating tests/server/Makefile
  724. config.status: creating tests/libtest/Makefile
  725. config.status: creating tests/unit/Makefile
  726. config.status: creating packages/Makefile
  727. config.status: creating packages/Win32/Makefile
  728. config.status: creating packages/Win32/cygwin/Makefile
  729. config.status: creating packages/Linux/Makefile
  730. config.status: creating packages/Linux/RPM/Makefile
  731. config.status: creating packages/Linux/RPM/curl.spec
  732. config.status: creating packages/Linux/RPM/curl-ssl.spec
  733. config.status: creating packages/Solaris/Makefile
  734. config.status: creating packages/EPM/curl.list
  735. config.status: creating packages/EPM/Makefile
  736. config.status: creating packages/vms/Makefile
  737. config.status: creating packages/AIX/Makefile
  738. config.status: creating packages/AIX/RPM/Makefile
  739. config.status: creating packages/AIX/RPM/curl.spec
  740. config.status: creating curl-config
  741. config.status: creating libcurl.pc
  742. config.status: creating lib/curl_config.h
  743. config.status: creating include/curl/curlbuild.h
  744. config.status: executing depfiles commands
  745. config.status: executing libtool commands
  746. configure: amending lib/Makefile
  747. configure: amending src/Makefile
  748. configure: amending tests/unit/Makefile
  749. configure: amending tests/server/Makefile
  750. configure: amending tests/libtest/Makefile
  751. configure: amending docs/examples/Makefile
  752. configure: Configured to build curl/libcurl:
  753.  
  754.  curl version:     7.40.0
  755.  Host setup:       x86_64-unknown-linux-gnu
  756.  Install prefix:   /usr/local
  757.  Compiler:         gcc
  758.  SSL support:      enabled (OpenSSL)
  759.  SSH support:      no      (--with-libssh2)
  760.  zlib support:     enabled
  761.  GSS-API support:  no      (--with-gssapi)
  762.  TLS-SRP support:  enabled
  763.  resolver:         default (--enable-ares / --enable-threaded-resolver)
  764.  IPv6 support:     enabled
  765.  Unix sockets support: enabled
  766.  IDN support:      no      (--with-{libidn,winidn})
  767.  Build libcurl:    Shared=yes, Static=yes
  768.  Built-in manual:  enabled
  769.  --libcurl option: enabled (--disable-libcurl-option)
  770.  Verbose errors:   enabled (--disable-verbose)
  771.  SSPI support:     no      (--enable-sspi)
  772.  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  773.  ca cert path:     no
  774.  LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
  775.  LDAPS support:    no      (--enable-ldaps)
  776.  RTSP support:     enabled
  777.  RTMP support:     no      (--with-librtmp)
  778.  metalink support: no      (--with-libmetalink)
  779.  HTTP2 support:    disabled (--with-nghttp2)
  780.  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  781.  
  782. root@kali:~/Desktop/curl-7.40.0# make
  783. Making all in lib
  784. make[1]: Entering directory `/root/Desktop/curl-7.40.0/lib'
  785. make  all-am
  786. make[2]: Entering directory `/root/Desktop/curl-7.40.0/lib'
  787. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c -o libcurl_la-file.lo `test -f 'file.c' || echo './'`file.c
  788. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c  -fPIC -DPIC -o .libs/libcurl_la-file.o
  789. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-file.lo -MD -MP -MF .deps/libcurl_la-file.Tpo -c file.c  -fPIC -DPIC -o libcurl_la-file.o >/dev/null 2>&1
  790. mv -f .deps/libcurl_la-file.Tpo .deps/libcurl_la-file.Plo
  791. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c -o libcurl_la-timeval.lo `test -f 'timeval.c' || echo './'`timeval.c
  792. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c  -fPIC -DPIC -o .libs/libcurl_la-timeval.o
  793. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-timeval.lo -MD -MP -MF .deps/libcurl_la-timeval.Tpo -c timeval.c  -fPIC -DPIC -o libcurl_la-timeval.o >/dev/null 2>&1
  794. mv -f .deps/libcurl_la-timeval.Tpo .deps/libcurl_la-timeval.Plo
  795. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c -o libcurl_la-base64.lo `test -f 'base64.c' || echo './'`base64.c
  796. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c  -fPIC -DPIC -o .libs/libcurl_la-base64.o
  797. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-base64.lo -MD -MP -MF .deps/libcurl_la-base64.Tpo -c base64.c  -fPIC -DPIC -o libcurl_la-base64.o >/dev/null 2>&1
  798. mv -f .deps/libcurl_la-base64.Tpo .deps/libcurl_la-base64.Plo
  799. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c -o libcurl_la-hostip.lo `test -f 'hostip.c' || echo './'`hostip.c
  800. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c  -fPIC -DPIC -o .libs/libcurl_la-hostip.o
  801. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip.lo -MD -MP -MF .deps/libcurl_la-hostip.Tpo -c hostip.c  -fPIC -DPIC -o libcurl_la-hostip.o >/dev/null 2>&1
  802. mv -f .deps/libcurl_la-hostip.Tpo .deps/libcurl_la-hostip.Plo
  803. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c -o libcurl_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
  804. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c  -fPIC -DPIC -o .libs/libcurl_la-progress.o
  805. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-progress.lo -MD -MP -MF .deps/libcurl_la-progress.Tpo -c progress.c  -fPIC -DPIC -o libcurl_la-progress.o >/dev/null 2>&1
  806. mv -f .deps/libcurl_la-progress.Tpo .deps/libcurl_la-progress.Plo
  807. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c -o libcurl_la-formdata.lo `test -f 'formdata.c' || echo './'`formdata.c
  808. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c  -fPIC -DPIC -o .libs/libcurl_la-formdata.o
  809. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-formdata.lo -MD -MP -MF .deps/libcurl_la-formdata.Tpo -c formdata.c  -fPIC -DPIC -o libcurl_la-formdata.o >/dev/null 2>&1
  810. mv -f .deps/libcurl_la-formdata.Tpo .deps/libcurl_la-formdata.Plo
  811. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c -o libcurl_la-cookie.lo `test -f 'cookie.c' || echo './'`cookie.c
  812. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c  -fPIC -DPIC -o .libs/libcurl_la-cookie.o
  813. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-cookie.lo -MD -MP -MF .deps/libcurl_la-cookie.Tpo -c cookie.c  -fPIC -DPIC -o libcurl_la-cookie.o >/dev/null 2>&1
  814. mv -f .deps/libcurl_la-cookie.Tpo .deps/libcurl_la-cookie.Plo
  815. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c -o libcurl_la-http.lo `test -f 'http.c' || echo './'`http.c
  816. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c  -fPIC -DPIC -o .libs/libcurl_la-http.o
  817. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http.lo -MD -MP -MF .deps/libcurl_la-http.Tpo -c http.c  -fPIC -DPIC -o libcurl_la-http.o >/dev/null 2>&1
  818. mv -f .deps/libcurl_la-http.Tpo .deps/libcurl_la-http.Plo
  819. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c -o libcurl_la-sendf.lo `test -f 'sendf.c' || echo './'`sendf.c
  820. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c  -fPIC -DPIC -o .libs/libcurl_la-sendf.o
  821. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-sendf.lo -MD -MP -MF .deps/libcurl_la-sendf.Tpo -c sendf.c  -fPIC -DPIC -o libcurl_la-sendf.o >/dev/null 2>&1
  822. mv -f .deps/libcurl_la-sendf.Tpo .deps/libcurl_la-sendf.Plo
  823. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c -o libcurl_la-ftp.lo `test -f 'ftp.c' || echo './'`ftp.c
  824. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c  -fPIC -DPIC -o .libs/libcurl_la-ftp.o
  825. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ftp.lo -MD -MP -MF .deps/libcurl_la-ftp.Tpo -c ftp.c  -fPIC -DPIC -o libcurl_la-ftp.o >/dev/null 2>&1
  826. mv -f .deps/libcurl_la-ftp.Tpo .deps/libcurl_la-ftp.Plo
  827. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c
  828. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c  -fPIC -DPIC -o .libs/libcurl_la-url.o
  829. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c  -fPIC -DPIC -o libcurl_la-url.o >/dev/null 2>&1
  830. mv -f .deps/libcurl_la-url.Tpo .deps/libcurl_la-url.Plo
  831. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c -o libcurl_la-dict.lo `test -f 'dict.c' || echo './'`dict.c
  832. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c  -fPIC -DPIC -o .libs/libcurl_la-dict.o
  833. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-dict.lo -MD -MP -MF .deps/libcurl_la-dict.Tpo -c dict.c  -fPIC -DPIC -o libcurl_la-dict.o >/dev/null 2>&1
  834. mv -f .deps/libcurl_la-dict.Tpo .deps/libcurl_la-dict.Plo
  835. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c -o libcurl_la-if2ip.lo `test -f 'if2ip.c' || echo './'`if2ip.c
  836. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o .libs/libcurl_la-if2ip.o
  837. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-if2ip.lo -MD -MP -MF .deps/libcurl_la-if2ip.Tpo -c if2ip.c  -fPIC -DPIC -o libcurl_la-if2ip.o >/dev/null 2>&1
  838. mv -f .deps/libcurl_la-if2ip.Tpo .deps/libcurl_la-if2ip.Plo
  839. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c -o libcurl_la-speedcheck.lo `test -f 'speedcheck.c' || echo './'`speedcheck.c
  840. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o .libs/libcurl_la-speedcheck.o
  841. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-speedcheck.lo -MD -MP -MF .deps/libcurl_la-speedcheck.Tpo -c speedcheck.c  -fPIC -DPIC -o libcurl_la-speedcheck.o >/dev/null 2>&1
  842. mv -f .deps/libcurl_la-speedcheck.Tpo .deps/libcurl_la-speedcheck.Plo
  843. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test -f 'ldap.c' || echo './'`ldap.c
  844. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c  -fPIC -DPIC -o .libs/libcurl_la-ldap.o
  845. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ldap.lo -MD -MP -MF .deps/libcurl_la-ldap.Tpo -c ldap.c  -fPIC -DPIC -o libcurl_la-ldap.o >/dev/null 2>&1
  846. mv -f .deps/libcurl_la-ldap.Tpo .deps/libcurl_la-ldap.Plo
  847. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c -o libcurl_la-version.lo `test -f 'version.c' || echo './'`version.c
  848. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c  -fPIC -DPIC -o .libs/libcurl_la-version.o
  849. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-version.lo -MD -MP -MF .deps/libcurl_la-version.Tpo -c version.c  -fPIC -DPIC -o libcurl_la-version.o >/dev/null 2>&1
  850. mv -f .deps/libcurl_la-version.Tpo .deps/libcurl_la-version.Plo
  851. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c -o libcurl_la-getenv.lo `test -f 'getenv.c' || echo './'`getenv.c
  852. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c  -fPIC -DPIC -o .libs/libcurl_la-getenv.o
  853. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-getenv.lo -MD -MP -MF .deps/libcurl_la-getenv.Tpo -c getenv.c  -fPIC -DPIC -o libcurl_la-getenv.o >/dev/null 2>&1
  854. mv -f .deps/libcurl_la-getenv.Tpo .deps/libcurl_la-getenv.Plo
  855. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c -o libcurl_la-escape.lo `test -f 'escape.c' || echo './'`escape.c
  856. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c  -fPIC -DPIC -o .libs/libcurl_la-escape.o
  857. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-escape.lo -MD -MP -MF .deps/libcurl_la-escape.Tpo -c escape.c  -fPIC -DPIC -o libcurl_la-escape.o >/dev/null 2>&1
  858. mv -f .deps/libcurl_la-escape.Tpo .deps/libcurl_la-escape.Plo
  859. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c -o libcurl_la-mprintf.lo `test -f 'mprintf.c' || echo './'`mprintf.c
  860. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o .libs/libcurl_la-mprintf.o
  861. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-mprintf.lo -MD -MP -MF .deps/libcurl_la-mprintf.Tpo -c mprintf.c  -fPIC -DPIC -o libcurl_la-mprintf.o >/dev/null 2>&1
  862. mv -f .deps/libcurl_la-mprintf.Tpo .deps/libcurl_la-mprintf.Plo
  863. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c -o libcurl_la-telnet.lo `test -f 'telnet.c' || echo './'`telnet.c
  864. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c  -fPIC -DPIC -o .libs/libcurl_la-telnet.o
  865. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-telnet.lo -MD -MP -MF .deps/libcurl_la-telnet.Tpo -c telnet.c  -fPIC -DPIC -o libcurl_la-telnet.o >/dev/null 2>&1
  866. mv -f .deps/libcurl_la-telnet.Tpo .deps/libcurl_la-telnet.Plo
  867. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c -o libcurl_la-netrc.lo `test -f 'netrc.c' || echo './'`netrc.c
  868. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c  -fPIC -DPIC -o .libs/libcurl_la-netrc.o
  869. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-netrc.lo -MD -MP -MF .deps/libcurl_la-netrc.Tpo -c netrc.c  -fPIC -DPIC -o libcurl_la-netrc.o >/dev/null 2>&1
  870. mv -f .deps/libcurl_la-netrc.Tpo .deps/libcurl_la-netrc.Plo
  871. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c -o libcurl_la-getinfo.lo `test -f 'getinfo.c' || echo './'`getinfo.c
  872. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o .libs/libcurl_la-getinfo.o
  873. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-getinfo.lo -MD -MP -MF .deps/libcurl_la-getinfo.Tpo -c getinfo.c  -fPIC -DPIC -o libcurl_la-getinfo.o >/dev/null 2>&1
  874. mv -f .deps/libcurl_la-getinfo.Tpo .deps/libcurl_la-getinfo.Plo
  875. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c -o libcurl_la-transfer.lo `test -f 'transfer.c' || echo './'`transfer.c
  876. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c  -fPIC -DPIC -o .libs/libcurl_la-transfer.o
  877. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-transfer.lo -MD -MP -MF .deps/libcurl_la-transfer.Tpo -c transfer.c  -fPIC -DPIC -o libcurl_la-transfer.o >/dev/null 2>&1
  878. mv -f .deps/libcurl_la-transfer.Tpo .deps/libcurl_la-transfer.Plo
  879. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-strequal.lo -MD -MP -MF .deps/libcurl_la-strequal.Tpo -c -o libcurl_la-strequal.lo `test -f 'strequal.c' || echo './'`strequal.c
  880. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strequal.lo -MD -MP -MF .deps/libcurl_la-strequal.Tpo -c strequal.c  -fPIC -DPIC -o .libs/libcurl_la-strequal.o
  881. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strequal.lo -MD -MP -MF .deps/libcurl_la-strequal.Tpo -c strequal.c  -fPIC -DPIC -o libcurl_la-strequal.o >/dev/null 2>&1
  882. mv -f .deps/libcurl_la-strequal.Tpo .deps/libcurl_la-strequal.Plo
  883. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c -o libcurl_la-easy.lo `test -f 'easy.c' || echo './'`easy.c
  884. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c  -fPIC -DPIC -o .libs/libcurl_la-easy.o
  885. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-easy.lo -MD -MP -MF .deps/libcurl_la-easy.Tpo -c easy.c  -fPIC -DPIC -o libcurl_la-easy.o >/dev/null 2>&1
  886. mv -f .deps/libcurl_la-easy.Tpo .deps/libcurl_la-easy.Plo
  887. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-security.lo -MD -MP -MF .deps/libcurl_la-security.Tpo -c -o libcurl_la-security.lo `test -f 'security.c' || echo './'`security.c
  888. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-security.lo -MD -MP -MF .deps/libcurl_la-security.Tpo -c security.c  -fPIC -DPIC -o .libs/libcurl_la-security.o
  889. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-security.lo -MD -MP -MF .deps/libcurl_la-security.Tpo -c security.c  -fPIC -DPIC -o libcurl_la-security.o >/dev/null 2>&1
  890. mv -f .deps/libcurl_la-security.Tpo .deps/libcurl_la-security.Plo
  891. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c -o libcurl_la-curl_fnmatch.lo `test -f 'curl_fnmatch.c' || echo './'`curl_fnmatch.c
  892. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c  -fPIC -DPIC -o .libs/libcurl_la-curl_fnmatch.o
  893. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_fnmatch.lo -MD -MP -MF .deps/libcurl_la-curl_fnmatch.Tpo -c curl_fnmatch.c  -fPIC -DPIC -o libcurl_la-curl_fnmatch.o >/dev/null 2>&1
  894. mv -f .deps/libcurl_la-curl_fnmatch.Tpo .deps/libcurl_la-curl_fnmatch.Plo
  895. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c -o libcurl_la-fileinfo.lo `test -f 'fileinfo.c' || echo './'`fileinfo.c
  896. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c  -fPIC -DPIC -o .libs/libcurl_la-fileinfo.o
  897. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-fileinfo.lo -MD -MP -MF .deps/libcurl_la-fileinfo.Tpo -c fileinfo.c  -fPIC -DPIC -o libcurl_la-fileinfo.o >/dev/null 2>&1
  898. mv -f .deps/libcurl_la-fileinfo.Tpo .deps/libcurl_la-fileinfo.Plo
  899. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c -o libcurl_la-ftplistparser.lo `test -f 'ftplistparser.c' || echo './'`ftplistparser.c
  900. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c  -fPIC -DPIC -o .libs/libcurl_la-ftplistparser.o
  901. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ftplistparser.lo -MD -MP -MF .deps/libcurl_la-ftplistparser.Tpo -c ftplistparser.c  -fPIC -DPIC -o libcurl_la-ftplistparser.o >/dev/null 2>&1
  902. mv -f .deps/libcurl_la-ftplistparser.Tpo .deps/libcurl_la-ftplistparser.Plo
  903. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-wildcard.lo -MD -MP -MF .deps/libcurl_la-wildcard.Tpo -c -o libcurl_la-wildcard.lo `test -f 'wildcard.c' || echo './'`wildcard.c
  904. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-wildcard.lo -MD -MP -MF .deps/libcurl_la-wildcard.Tpo -c wildcard.c  -fPIC -DPIC -o .libs/libcurl_la-wildcard.o
  905. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-wildcard.lo -MD -MP -MF .deps/libcurl_la-wildcard.Tpo -c wildcard.c  -fPIC -DPIC -o libcurl_la-wildcard.o >/dev/null 2>&1
  906. mv -f .deps/libcurl_la-wildcard.Tpo .deps/libcurl_la-wildcard.Plo
  907. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c -o libcurl_la-krb5.lo `test -f 'krb5.c' || echo './'`krb5.c
  908. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c  -fPIC -DPIC -o .libs/libcurl_la-krb5.o
  909. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-krb5.lo -MD -MP -MF .deps/libcurl_la-krb5.Tpo -c krb5.c  -fPIC -DPIC -o libcurl_la-krb5.o >/dev/null 2>&1
  910. mv -f .deps/libcurl_la-krb5.Tpo .deps/libcurl_la-krb5.Plo
  911. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c -o libcurl_la-memdebug.lo `test -f 'memdebug.c' || echo './'`memdebug.c
  912. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o .libs/libcurl_la-memdebug.o
  913. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-memdebug.lo -MD -MP -MF .deps/libcurl_la-memdebug.Tpo -c memdebug.c  -fPIC -DPIC -o libcurl_la-memdebug.o >/dev/null 2>&1
  914. mv -f .deps/libcurl_la-memdebug.Tpo .deps/libcurl_la-memdebug.Plo
  915. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c -o libcurl_la-http_chunks.lo `test -f 'http_chunks.c' || echo './'`http_chunks.c
  916. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o .libs/libcurl_la-http_chunks.o
  917. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_chunks.lo -MD -MP -MF .deps/libcurl_la-http_chunks.Tpo -c http_chunks.c  -fPIC -DPIC -o libcurl_la-http_chunks.o >/dev/null 2>&1
  918. mv -f .deps/libcurl_la-http_chunks.Tpo .deps/libcurl_la-http_chunks.Plo
  919. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c -o libcurl_la-strtok.lo `test -f 'strtok.c' || echo './'`strtok.c
  920. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c  -fPIC -DPIC -o .libs/libcurl_la-strtok.o
  921. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strtok.lo -MD -MP -MF .deps/libcurl_la-strtok.Tpo -c strtok.c  -fPIC -DPIC -o libcurl_la-strtok.o >/dev/null 2>&1
  922. mv -f .deps/libcurl_la-strtok.Tpo .deps/libcurl_la-strtok.Plo
  923. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c -o libcurl_la-connect.lo `test -f 'connect.c' || echo './'`connect.c
  924. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c  -fPIC -DPIC -o .libs/libcurl_la-connect.o
  925. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-connect.lo -MD -MP -MF .deps/libcurl_la-connect.Tpo -c connect.c  -fPIC -DPIC -o libcurl_la-connect.o >/dev/null 2>&1
  926. mv -f .deps/libcurl_la-connect.Tpo .deps/libcurl_la-connect.Plo
  927. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c -o libcurl_la-llist.lo `test -f 'llist.c' || echo './'`llist.c
  928. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c  -fPIC -DPIC -o .libs/libcurl_la-llist.o
  929. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-llist.lo -MD -MP -MF .deps/libcurl_la-llist.Tpo -c llist.c  -fPIC -DPIC -o libcurl_la-llist.o >/dev/null 2>&1
  930. mv -f .deps/libcurl_la-llist.Tpo .deps/libcurl_la-llist.Plo
  931. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c -o libcurl_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
  932. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c  -fPIC -DPIC -o .libs/libcurl_la-hash.o
  933. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hash.lo -MD -MP -MF .deps/libcurl_la-hash.Tpo -c hash.c  -fPIC -DPIC -o libcurl_la-hash.o >/dev/null 2>&1
  934. mv -f .deps/libcurl_la-hash.Tpo .deps/libcurl_la-hash.Plo
  935. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c -o libcurl_la-multi.lo `test -f 'multi.c' || echo './'`multi.c
  936. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c  -fPIC -DPIC -o .libs/libcurl_la-multi.o
  937. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-multi.lo -MD -MP -MF .deps/libcurl_la-multi.Tpo -c multi.c  -fPIC -DPIC -o libcurl_la-multi.o >/dev/null 2>&1
  938. mv -f .deps/libcurl_la-multi.Tpo .deps/libcurl_la-multi.Plo
  939. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c -o libcurl_la-content_encoding.lo `test -f 'content_encoding.c' || echo './'`content_encoding.c
  940. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o .libs/libcurl_la-content_encoding.o
  941. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-content_encoding.lo -MD -MP -MF .deps/libcurl_la-content_encoding.Tpo -c content_encoding.c  -fPIC -DPIC -o libcurl_la-content_encoding.o >/dev/null 2>&1
  942. mv -f .deps/libcurl_la-content_encoding.Tpo .deps/libcurl_la-content_encoding.Plo
  943. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c -o libcurl_la-share.lo `test -f 'share.c' || echo './'`share.c
  944. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c  -fPIC -DPIC -o .libs/libcurl_la-share.o
  945. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-share.lo -MD -MP -MF .deps/libcurl_la-share.Tpo -c share.c  -fPIC -DPIC -o libcurl_la-share.o >/dev/null 2>&1
  946. mv -f .deps/libcurl_la-share.Tpo .deps/libcurl_la-share.Plo
  947. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c -o libcurl_la-http_digest.lo `test -f 'http_digest.c' || echo './'`http_digest.c
  948. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o .libs/libcurl_la-http_digest.o
  949. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_digest.lo -MD -MP -MF .deps/libcurl_la-http_digest.Tpo -c http_digest.c  -fPIC -DPIC -o libcurl_la-http_digest.o >/dev/null 2>&1
  950. mv -f .deps/libcurl_la-http_digest.Tpo .deps/libcurl_la-http_digest.Plo
  951. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c -o libcurl_la-md4.lo `test -f 'md4.c' || echo './'`md4.c
  952. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c  -fPIC -DPIC -o .libs/libcurl_la-md4.o
  953. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-md4.lo -MD -MP -MF .deps/libcurl_la-md4.Tpo -c md4.c  -fPIC -DPIC -o libcurl_la-md4.o >/dev/null 2>&1
  954. mv -f .deps/libcurl_la-md4.Tpo .deps/libcurl_la-md4.Plo
  955. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c -o libcurl_la-md5.lo `test -f 'md5.c' || echo './'`md5.c
  956. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/libcurl_la-md5.o
  957. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-md5.lo -MD -MP -MF .deps/libcurl_la-md5.Tpo -c md5.c  -fPIC -DPIC -o libcurl_la-md5.o >/dev/null 2>&1
  958. mv -f .deps/libcurl_la-md5.Tpo .deps/libcurl_la-md5.Plo
  959. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c -o libcurl_la-http_negotiate.lo `test -f 'http_negotiate.c' || echo './'`http_negotiate.c
  960. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o .libs/libcurl_la-http_negotiate.o
  961. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_negotiate.lo -MD -MP -MF .deps/libcurl_la-http_negotiate.Tpo -c http_negotiate.c  -fPIC -DPIC -o libcurl_la-http_negotiate.o >/dev/null 2>&1
  962. mv -f .deps/libcurl_la-http_negotiate.Tpo .deps/libcurl_la-http_negotiate.Plo
  963. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c -o libcurl_la-inet_pton.lo `test -f 'inet_pton.c' || echo './'`inet_pton.c
  964. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o .libs/libcurl_la-inet_pton.o
  965. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-inet_pton.lo -MD -MP -MF .deps/libcurl_la-inet_pton.Tpo -c inet_pton.c  -fPIC -DPIC -o libcurl_la-inet_pton.o >/dev/null 2>&1
  966. mv -f .deps/libcurl_la-inet_pton.Tpo .deps/libcurl_la-inet_pton.Plo
  967. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c -o libcurl_la-strtoofft.lo `test -f 'strtoofft.c' || echo './'`strtoofft.c
  968. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o .libs/libcurl_la-strtoofft.o
  969. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strtoofft.lo -MD -MP -MF .deps/libcurl_la-strtoofft.Tpo -c strtoofft.c  -fPIC -DPIC -o libcurl_la-strtoofft.o >/dev/null 2>&1
  970. mv -f .deps/libcurl_la-strtoofft.Tpo .deps/libcurl_la-strtoofft.Plo
  971. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c -o libcurl_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
  972. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/libcurl_la-strerror.o
  973. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strerror.lo -MD -MP -MF .deps/libcurl_la-strerror.Tpo -c strerror.c  -fPIC -DPIC -o libcurl_la-strerror.o >/dev/null 2>&1
  974. mv -f .deps/libcurl_la-strerror.Tpo .deps/libcurl_la-strerror.Plo
  975. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c -o libcurl_la-amigaos.lo `test -f 'amigaos.c' || echo './'`amigaos.c
  976. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c  -fPIC -DPIC -o .libs/libcurl_la-amigaos.o
  977. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-amigaos.lo -MD -MP -MF .deps/libcurl_la-amigaos.Tpo -c amigaos.c  -fPIC -DPIC -o libcurl_la-amigaos.o >/dev/null 2>&1
  978. mv -f .deps/libcurl_la-amigaos.Tpo .deps/libcurl_la-amigaos.Plo
  979. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c -o libcurl_la-hostasyn.lo `test -f 'hostasyn.c' || echo './'`hostasyn.c
  980. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o .libs/libcurl_la-hostasyn.o
  981. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostasyn.lo -MD -MP -MF .deps/libcurl_la-hostasyn.Tpo -c hostasyn.c  -fPIC -DPIC -o libcurl_la-hostasyn.o >/dev/null 2>&1
  982. mv -f .deps/libcurl_la-hostasyn.Tpo .deps/libcurl_la-hostasyn.Plo
  983. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c -o libcurl_la-hostip4.lo `test -f 'hostip4.c' || echo './'`hostip4.c
  984. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o .libs/libcurl_la-hostip4.o
  985. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip4.lo -MD -MP -MF .deps/libcurl_la-hostip4.Tpo -c hostip4.c  -fPIC -DPIC -o libcurl_la-hostip4.o >/dev/null 2>&1
  986. mv -f .deps/libcurl_la-hostip4.Tpo .deps/libcurl_la-hostip4.Plo
  987. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c -o libcurl_la-hostip6.lo `test -f 'hostip6.c' || echo './'`hostip6.c
  988. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o .libs/libcurl_la-hostip6.o
  989. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostip6.lo -MD -MP -MF .deps/libcurl_la-hostip6.Tpo -c hostip6.c  -fPIC -DPIC -o libcurl_la-hostip6.o >/dev/null 2>&1
  990. mv -f .deps/libcurl_la-hostip6.Tpo .deps/libcurl_la-hostip6.Plo
  991. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c -o libcurl_la-hostsyn.lo `test -f 'hostsyn.c' || echo './'`hostsyn.c
  992. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o .libs/libcurl_la-hostsyn.o
  993. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostsyn.lo -MD -MP -MF .deps/libcurl_la-hostsyn.Tpo -c hostsyn.c  -fPIC -DPIC -o libcurl_la-hostsyn.o >/dev/null 2>&1
  994. mv -f .deps/libcurl_la-hostsyn.Tpo .deps/libcurl_la-hostsyn.Plo
  995. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c -o libcurl_la-inet_ntop.lo `test -f 'inet_ntop.c' || echo './'`inet_ntop.c
  996. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o .libs/libcurl_la-inet_ntop.o
  997. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-inet_ntop.lo -MD -MP -MF .deps/libcurl_la-inet_ntop.Tpo -c inet_ntop.c  -fPIC -DPIC -o libcurl_la-inet_ntop.o >/dev/null 2>&1
  998. mv -f .deps/libcurl_la-inet_ntop.Tpo .deps/libcurl_la-inet_ntop.Plo
  999. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c -o libcurl_la-parsedate.lo `test -f 'parsedate.c' || echo './'`parsedate.c
  1000. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o .libs/libcurl_la-parsedate.o
  1001. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-parsedate.lo -MD -MP -MF .deps/libcurl_la-parsedate.Tpo -c parsedate.c  -fPIC -DPIC -o libcurl_la-parsedate.o >/dev/null 2>&1
  1002. mv -f .deps/libcurl_la-parsedate.Tpo .deps/libcurl_la-parsedate.Plo
  1003. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c -o libcurl_la-select.lo `test -f 'select.c' || echo './'`select.c
  1004. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c  -fPIC -DPIC -o .libs/libcurl_la-select.o
  1005. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-select.lo -MD -MP -MF .deps/libcurl_la-select.Tpo -c select.c  -fPIC -DPIC -o libcurl_la-select.o >/dev/null 2>&1
  1006. mv -f .deps/libcurl_la-select.Tpo .deps/libcurl_la-select.Plo
  1007. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c -o libcurl_la-tftp.lo `test -f 'tftp.c' || echo './'`tftp.c
  1008. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c  -fPIC -DPIC -o .libs/libcurl_la-tftp.o
  1009. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-tftp.lo -MD -MP -MF .deps/libcurl_la-tftp.Tpo -c tftp.c  -fPIC -DPIC -o libcurl_la-tftp.o >/dev/null 2>&1
  1010. mv -f .deps/libcurl_la-tftp.Tpo .deps/libcurl_la-tftp.Plo
  1011. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c -o libcurl_la-splay.lo `test -f 'splay.c' || echo './'`splay.c
  1012. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c  -fPIC -DPIC -o .libs/libcurl_la-splay.o
  1013. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-splay.lo -MD -MP -MF .deps/libcurl_la-splay.Tpo -c splay.c  -fPIC -DPIC -o libcurl_la-splay.o >/dev/null 2>&1
  1014. mv -f .deps/libcurl_la-splay.Tpo .deps/libcurl_la-splay.Plo
  1015. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c -o libcurl_la-strdup.lo `test -f 'strdup.c' || echo './'`strdup.c
  1016. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c  -fPIC -DPIC -o .libs/libcurl_la-strdup.o
  1017. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-strdup.lo -MD -MP -MF .deps/libcurl_la-strdup.Tpo -c strdup.c  -fPIC -DPIC -o libcurl_la-strdup.o >/dev/null 2>&1
  1018. mv -f .deps/libcurl_la-strdup.Tpo .deps/libcurl_la-strdup.Plo
  1019. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c -o libcurl_la-socks.lo `test -f 'socks.c' || echo './'`socks.c
  1020. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c  -fPIC -DPIC -o .libs/libcurl_la-socks.o
  1021. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks.lo -MD -MP -MF .deps/libcurl_la-socks.Tpo -c socks.c  -fPIC -DPIC -o libcurl_la-socks.o >/dev/null 2>&1
  1022. mv -f .deps/libcurl_la-socks.Tpo .deps/libcurl_la-socks.Plo
  1023. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-ssh.lo -MD -MP -MF .deps/libcurl_la-ssh.Tpo -c -o libcurl_la-ssh.lo `test -f 'ssh.c' || echo './'`ssh.c
  1024. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ssh.lo -MD -MP -MF .deps/libcurl_la-ssh.Tpo -c ssh.c  -fPIC -DPIC -o .libs/libcurl_la-ssh.o
  1025. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-ssh.lo -MD -MP -MF .deps/libcurl_la-ssh.Tpo -c ssh.c  -fPIC -DPIC -o libcurl_la-ssh.o >/dev/null 2>&1
  1026. mv -f .deps/libcurl_la-ssh.Tpo .deps/libcurl_la-ssh.Plo
  1027. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-rawstr.lo -MD -MP -MF .deps/libcurl_la-rawstr.Tpo -c -o libcurl_la-rawstr.lo `test -f 'rawstr.c' || echo './'`rawstr.c
  1028. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-rawstr.lo -MD -MP -MF .deps/libcurl_la-rawstr.Tpo -c rawstr.c  -fPIC -DPIC -o .libs/libcurl_la-rawstr.o
  1029. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-rawstr.lo -MD -MP -MF .deps/libcurl_la-rawstr.Tpo -c rawstr.c  -fPIC -DPIC -o libcurl_la-rawstr.o >/dev/null 2>&1
  1030. mv -f .deps/libcurl_la-rawstr.Tpo .deps/libcurl_la-rawstr.Plo
  1031. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c -o libcurl_la-curl_addrinfo.lo `test -f 'curl_addrinfo.c' || echo './'`curl_addrinfo.c
  1032. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c  -fPIC -DPIC -o .libs/libcurl_la-curl_addrinfo.o
  1033. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_addrinfo.lo -MD -MP -MF .deps/libcurl_la-curl_addrinfo.Tpo -c curl_addrinfo.c  -fPIC -DPIC -o libcurl_la-curl_addrinfo.o >/dev/null 2>&1
  1034. mv -f .deps/libcurl_la-curl_addrinfo.Tpo .deps/libcurl_la-curl_addrinfo.Plo
  1035. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c -o libcurl_la-socks_gssapi.lo `test -f 'socks_gssapi.c' || echo './'`socks_gssapi.c
  1036. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c  -fPIC -DPIC -o .libs/libcurl_la-socks_gssapi.o
  1037. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks_gssapi.lo -MD -MP -MF .deps/libcurl_la-socks_gssapi.Tpo -c socks_gssapi.c  -fPIC -DPIC -o libcurl_la-socks_gssapi.o >/dev/null 2>&1
  1038. mv -f .deps/libcurl_la-socks_gssapi.Tpo .deps/libcurl_la-socks_gssapi.Plo
  1039. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c -o libcurl_la-socks_sspi.lo `test -f 'socks_sspi.c' || echo './'`socks_sspi.c
  1040. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c  -fPIC -DPIC -o .libs/libcurl_la-socks_sspi.o
  1041. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-socks_sspi.lo -MD -MP -MF .deps/libcurl_la-socks_sspi.Tpo -c socks_sspi.c  -fPIC -DPIC -o libcurl_la-socks_sspi.o >/dev/null 2>&1
  1042. mv -f .deps/libcurl_la-socks_sspi.Tpo .deps/libcurl_la-socks_sspi.Plo
  1043. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c -o libcurl_la-curl_sspi.lo `test -f 'curl_sspi.c' || echo './'`curl_sspi.c
  1044. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c  -fPIC -DPIC -o .libs/libcurl_la-curl_sspi.o
  1045. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sspi.Tpo -c curl_sspi.c  -fPIC -DPIC -o libcurl_la-curl_sspi.o >/dev/null 2>&1
  1046. mv -f .deps/libcurl_la-curl_sspi.Tpo .deps/libcurl_la-curl_sspi.Plo
  1047. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c -o libcurl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
  1048. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c  -fPIC -DPIC -o .libs/libcurl_la-slist.o
  1049. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-slist.lo -MD -MP -MF .deps/libcurl_la-slist.Tpo -c slist.c  -fPIC -DPIC -o libcurl_la-slist.o >/dev/null 2>&1
  1050. mv -f .deps/libcurl_la-slist.Tpo .deps/libcurl_la-slist.Plo
  1051. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c -o libcurl_la-nonblock.lo `test -f 'nonblock.c' || echo './'`nonblock.c
  1052. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c  -fPIC -DPIC -o .libs/libcurl_la-nonblock.o
  1053. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-nonblock.lo -MD -MP -MF .deps/libcurl_la-nonblock.Tpo -c nonblock.c  -fPIC -DPIC -o libcurl_la-nonblock.o >/dev/null 2>&1
  1054. mv -f .deps/libcurl_la-nonblock.Tpo .deps/libcurl_la-nonblock.Plo
  1055. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c -o libcurl_la-curl_memrchr.lo `test -f 'curl_memrchr.c' || echo './'`curl_memrchr.c
  1056. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c  -fPIC -DPIC -o .libs/libcurl_la-curl_memrchr.o
  1057. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_memrchr.lo -MD -MP -MF .deps/libcurl_la-curl_memrchr.Tpo -c curl_memrchr.c  -fPIC -DPIC -o libcurl_la-curl_memrchr.o >/dev/null 2>&1
  1058. mv -f .deps/libcurl_la-curl_memrchr.Tpo .deps/libcurl_la-curl_memrchr.Plo
  1059. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c -o libcurl_la-imap.lo `test -f 'imap.c' || echo './'`imap.c
  1060. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c  -fPIC -DPIC -o .libs/libcurl_la-imap.o
  1061. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-imap.lo -MD -MP -MF .deps/libcurl_la-imap.Tpo -c imap.c  -fPIC -DPIC -o libcurl_la-imap.o >/dev/null 2>&1
  1062. mv -f .deps/libcurl_la-imap.Tpo .deps/libcurl_la-imap.Plo
  1063. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c -o libcurl_la-pop3.lo `test -f 'pop3.c' || echo './'`pop3.c
  1064. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c  -fPIC -DPIC -o .libs/libcurl_la-pop3.o
  1065. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pop3.lo -MD -MP -MF .deps/libcurl_la-pop3.Tpo -c pop3.c  -fPIC -DPIC -o libcurl_la-pop3.o >/dev/null 2>&1
  1066. mv -f .deps/libcurl_la-pop3.Tpo .deps/libcurl_la-pop3.Plo
  1067. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c -o libcurl_la-smtp.lo `test -f 'smtp.c' || echo './'`smtp.c
  1068. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c  -fPIC -DPIC -o .libs/libcurl_la-smtp.o
  1069. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-smtp.lo -MD -MP -MF .deps/libcurl_la-smtp.Tpo -c smtp.c  -fPIC -DPIC -o libcurl_la-smtp.o >/dev/null 2>&1
  1070. mv -f .deps/libcurl_la-smtp.Tpo .deps/libcurl_la-smtp.Plo
  1071. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c -o libcurl_la-pingpong.lo `test -f 'pingpong.c' || echo './'`pingpong.c
  1072. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c  -fPIC -DPIC -o .libs/libcurl_la-pingpong.o
  1073. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pingpong.lo -MD -MP -MF .deps/libcurl_la-pingpong.Tpo -c pingpong.c  -fPIC -DPIC -o libcurl_la-pingpong.o >/dev/null 2>&1
  1074. mv -f .deps/libcurl_la-pingpong.Tpo .deps/libcurl_la-pingpong.Plo
  1075. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c -o libcurl_la-rtsp.lo `test -f 'rtsp.c' || echo './'`rtsp.c
  1076. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c  -fPIC -DPIC -o .libs/libcurl_la-rtsp.o
  1077. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-rtsp.lo -MD -MP -MF .deps/libcurl_la-rtsp.Tpo -c rtsp.c  -fPIC -DPIC -o libcurl_la-rtsp.o >/dev/null 2>&1
  1078. mv -f .deps/libcurl_la-rtsp.Tpo .deps/libcurl_la-rtsp.Plo
  1079. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c -o libcurl_la-curl_threads.lo `test -f 'curl_threads.c' || echo './'`curl_threads.c
  1080. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c  -fPIC -DPIC -o .libs/libcurl_la-curl_threads.o
  1081. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_threads.lo -MD -MP -MF .deps/libcurl_la-curl_threads.Tpo -c curl_threads.c  -fPIC -DPIC -o libcurl_la-curl_threads.o >/dev/null 2>&1
  1082. mv -f .deps/libcurl_la-curl_threads.Tpo .deps/libcurl_la-curl_threads.Plo
  1083. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c -o libcurl_la-warnless.lo `test -f 'warnless.c' || echo './'`warnless.c
  1084. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c  -fPIC -DPIC -o .libs/libcurl_la-warnless.o
  1085. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-warnless.lo -MD -MP -MF .deps/libcurl_la-warnless.Tpo -c warnless.c  -fPIC -DPIC -o libcurl_la-warnless.o >/dev/null 2>&1
  1086. mv -f .deps/libcurl_la-warnless.Tpo .deps/libcurl_la-warnless.Plo
  1087. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c -o libcurl_la-hmac.lo `test -f 'hmac.c' || echo './'`hmac.c
  1088. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c  -fPIC -DPIC -o .libs/libcurl_la-hmac.o
  1089. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hmac.lo -MD -MP -MF .deps/libcurl_la-hmac.Tpo -c hmac.c  -fPIC -DPIC -o libcurl_la-hmac.o >/dev/null 2>&1
  1090. mv -f .deps/libcurl_la-hmac.Tpo .deps/libcurl_la-hmac.Plo
  1091. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c -o libcurl_la-curl_rtmp.lo `test -f 'curl_rtmp.c' || echo './'`curl_rtmp.c
  1092. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c  -fPIC -DPIC -o .libs/libcurl_la-curl_rtmp.o
  1093. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_rtmp.lo -MD -MP -MF .deps/libcurl_la-curl_rtmp.Tpo -c curl_rtmp.c  -fPIC -DPIC -o libcurl_la-curl_rtmp.o >/dev/null 2>&1
  1094. mv -f .deps/libcurl_la-curl_rtmp.Tpo .deps/libcurl_la-curl_rtmp.Plo
  1095. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c -o libcurl_la-openldap.lo `test -f 'openldap.c' || echo './'`openldap.c
  1096. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c  -fPIC -DPIC -o .libs/libcurl_la-openldap.o
  1097. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-openldap.lo -MD -MP -MF .deps/libcurl_la-openldap.Tpo -c openldap.c  -fPIC -DPIC -o libcurl_la-openldap.o >/dev/null 2>&1
  1098. mv -f .deps/libcurl_la-openldap.Tpo .deps/libcurl_la-openldap.Plo
  1099. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c -o libcurl_la-curl_gethostname.lo `test -f 'curl_gethostname.c' || echo './'`curl_gethostname.c
  1100. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c  -fPIC -DPIC -o .libs/libcurl_la-curl_gethostname.o
  1101. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_gethostname.lo -MD -MP -MF .deps/libcurl_la-curl_gethostname.Tpo -c curl_gethostname.c  -fPIC -DPIC -o libcurl_la-curl_gethostname.o >/dev/null 2>&1
  1102. mv -f .deps/libcurl_la-curl_gethostname.Tpo .deps/libcurl_la-curl_gethostname.Plo
  1103. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c -o libcurl_la-gopher.lo `test -f 'gopher.c' || echo './'`gopher.c
  1104. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c  -fPIC -DPIC -o .libs/libcurl_la-gopher.o
  1105. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-gopher.lo -MD -MP -MF .deps/libcurl_la-gopher.Tpo -c gopher.c  -fPIC -DPIC -o libcurl_la-gopher.o >/dev/null 2>&1
  1106. mv -f .deps/libcurl_la-gopher.Tpo .deps/libcurl_la-gopher.Plo
  1107. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-idn_win32.lo -MD -MP -MF .deps/libcurl_la-idn_win32.Tpo -c -o libcurl_la-idn_win32.lo `test -f 'idn_win32.c' || echo './'`idn_win32.c
  1108. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-idn_win32.lo -MD -MP -MF .deps/libcurl_la-idn_win32.Tpo -c idn_win32.c  -fPIC -DPIC -o .libs/libcurl_la-idn_win32.o
  1109. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-idn_win32.lo -MD -MP -MF .deps/libcurl_la-idn_win32.Tpo -c idn_win32.c  -fPIC -DPIC -o libcurl_la-idn_win32.o >/dev/null 2>&1
  1110. mv -f .deps/libcurl_la-idn_win32.Tpo .deps/libcurl_la-idn_win32.Plo
  1111. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libcurl_la-http_negotiate_sspi.Tpo -c -o libcurl_la-http_negotiate_sspi.lo `test -f 'http_negotiate_sspi.c' || echo './'`http_negotiate_sspi.c
  1112. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libcurl_la-http_negotiate_sspi.Tpo -c http_negotiate_sspi.c  -fPIC -DPIC -o .libs/libcurl_la-http_negotiate_sspi.o
  1113. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_negotiate_sspi.lo -MD -MP -MF .deps/libcurl_la-http_negotiate_sspi.Tpo -c http_negotiate_sspi.c  -fPIC -DPIC -o libcurl_la-http_negotiate_sspi.o >/dev/null 2>&1
  1114. mv -f .deps/libcurl_la-http_negotiate_sspi.Tpo .deps/libcurl_la-http_negotiate_sspi.Plo
  1115. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c -o libcurl_la-http_proxy.lo `test -f 'http_proxy.c' || echo './'`http_proxy.c
  1116. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c  -fPIC -DPIC -o .libs/libcurl_la-http_proxy.o
  1117. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http_proxy.lo -MD -MP -MF .deps/libcurl_la-http_proxy.Tpo -c http_proxy.c  -fPIC -DPIC -o libcurl_la-http_proxy.o >/dev/null 2>&1
  1118. mv -f .deps/libcurl_la-http_proxy.Tpo .deps/libcurl_la-http_proxy.Plo
  1119. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-non-ascii.lo -MD -MP -MF .deps/libcurl_la-non-ascii.Tpo -c -o libcurl_la-non-ascii.lo `test -f 'non-ascii.c' || echo './'`non-ascii.c
  1120. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-non-ascii.lo -MD -MP -MF .deps/libcurl_la-non-ascii.Tpo -c non-ascii.c  -fPIC -DPIC -o .libs/libcurl_la-non-ascii.o
  1121. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-non-ascii.lo -MD -MP -MF .deps/libcurl_la-non-ascii.Tpo -c non-ascii.c  -fPIC -DPIC -o libcurl_la-non-ascii.o >/dev/null 2>&1
  1122. mv -f .deps/libcurl_la-non-ascii.Tpo .deps/libcurl_la-non-ascii.Plo
  1123. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c -o libcurl_la-asyn-ares.lo `test -f 'asyn-ares.c' || echo './'`asyn-ares.c
  1124. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c  -fPIC -DPIC -o .libs/libcurl_la-asyn-ares.o
  1125. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-asyn-ares.lo -MD -MP -MF .deps/libcurl_la-asyn-ares.Tpo -c asyn-ares.c  -fPIC -DPIC -o libcurl_la-asyn-ares.o >/dev/null 2>&1
  1126. mv -f .deps/libcurl_la-asyn-ares.Tpo .deps/libcurl_la-asyn-ares.Plo
  1127. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c -o libcurl_la-asyn-thread.lo `test -f 'asyn-thread.c' || echo './'`asyn-thread.c
  1128. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c  -fPIC -DPIC -o .libs/libcurl_la-asyn-thread.o
  1129. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-asyn-thread.lo -MD -MP -MF .deps/libcurl_la-asyn-thread.Tpo -c asyn-thread.c  -fPIC -DPIC -o libcurl_la-asyn-thread.o >/dev/null 2>&1
  1130. mv -f .deps/libcurl_la-asyn-thread.Tpo .deps/libcurl_la-asyn-thread.Plo
  1131. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c -o libcurl_la-curl_gssapi.lo `test -f 'curl_gssapi.c' || echo './'`curl_gssapi.c
  1132. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c  -fPIC -DPIC -o .libs/libcurl_la-curl_gssapi.o
  1133. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_gssapi.Tpo -c curl_gssapi.c  -fPIC -DPIC -o libcurl_la-curl_gssapi.o >/dev/null 2>&1
  1134. mv -f .deps/libcurl_la-curl_gssapi.Tpo .deps/libcurl_la-curl_gssapi.Plo
  1135. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_ntlm.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm.Tpo -c -o libcurl_la-curl_ntlm.lo `test -f 'curl_ntlm.c' || echo './'`curl_ntlm.c
  1136. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm.Tpo -c curl_ntlm.c  -fPIC -DPIC -o .libs/libcurl_la-curl_ntlm.o
  1137. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm.Tpo -c curl_ntlm.c  -fPIC -DPIC -o libcurl_la-curl_ntlm.o >/dev/null 2>&1
  1138. mv -f .deps/libcurl_la-curl_ntlm.Tpo .deps/libcurl_la-curl_ntlm.Plo
  1139. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c -o libcurl_la-curl_ntlm_wb.lo `test -f 'curl_ntlm_wb.c' || echo './'`curl_ntlm_wb.c
  1140. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c  -fPIC -DPIC -o .libs/libcurl_la-curl_ntlm_wb.o
  1141. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_wb.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_wb.Tpo -c curl_ntlm_wb.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_wb.o >/dev/null 2>&1
  1142. mv -f .deps/libcurl_la-curl_ntlm_wb.Tpo .deps/libcurl_la-curl_ntlm_wb.Plo
  1143. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c -o libcurl_la-curl_ntlm_core.lo `test -f 'curl_ntlm_core.c' || echo './'`curl_ntlm_core.c
  1144. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c  -fPIC -DPIC -o .libs/libcurl_la-curl_ntlm_core.o
  1145. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_core.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_core.Tpo -c curl_ntlm_core.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_core.o >/dev/null 2>&1
  1146. mv -f .deps/libcurl_la-curl_ntlm_core.Tpo .deps/libcurl_la-curl_ntlm_core.Plo
  1147. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_msgs.Tpo -c -o libcurl_la-curl_ntlm_msgs.lo `test -f 'curl_ntlm_msgs.c' || echo './'`curl_ntlm_msgs.c
  1148. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_msgs.Tpo -c curl_ntlm_msgs.c  -fPIC -DPIC -o .libs/libcurl_la-curl_ntlm_msgs.o
  1149. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_ntlm_msgs.lo -MD -MP -MF .deps/libcurl_la-curl_ntlm_msgs.Tpo -c curl_ntlm_msgs.c  -fPIC -DPIC -o libcurl_la-curl_ntlm_msgs.o >/dev/null 2>&1
  1150. mv -f .deps/libcurl_la-curl_ntlm_msgs.Tpo .deps/libcurl_la-curl_ntlm_msgs.Plo
  1151. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c -o libcurl_la-curl_sasl.lo `test -f 'curl_sasl.c' || echo './'`curl_sasl.c
  1152. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c  -fPIC -DPIC -o .libs/libcurl_la-curl_sasl.o
  1153. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl.lo -MD -MP -MF .deps/libcurl_la-curl_sasl.Tpo -c curl_sasl.c  -fPIC -DPIC -o libcurl_la-curl_sasl.o >/dev/null 2>&1
  1154. mv -f .deps/libcurl_la-curl_sasl.Tpo .deps/libcurl_la-curl_sasl.Plo
  1155. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c -o libcurl_la-curl_multibyte.lo `test -f 'curl_multibyte.c' || echo './'`curl_multibyte.c
  1156. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c  -fPIC -DPIC -o .libs/libcurl_la-curl_multibyte.o
  1157. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_multibyte.lo -MD -MP -MF .deps/libcurl_la-curl_multibyte.Tpo -c curl_multibyte.c  -fPIC -DPIC -o libcurl_la-curl_multibyte.o >/dev/null 2>&1
  1158. mv -f .deps/libcurl_la-curl_multibyte.Tpo .deps/libcurl_la-curl_multibyte.Plo
  1159. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-hostcheck.lo -MD -MP -MF .deps/libcurl_la-hostcheck.Tpo -c -o libcurl_la-hostcheck.lo `test -f 'hostcheck.c' || echo './'`hostcheck.c
  1160. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostcheck.lo -MD -MP -MF .deps/libcurl_la-hostcheck.Tpo -c hostcheck.c  -fPIC -DPIC -o .libs/libcurl_la-hostcheck.o
  1161. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-hostcheck.lo -MD -MP -MF .deps/libcurl_la-hostcheck.Tpo -c hostcheck.c  -fPIC -DPIC -o libcurl_la-hostcheck.o >/dev/null 2>&1
  1162. mv -f .deps/libcurl_la-hostcheck.Tpo .deps/libcurl_la-hostcheck.Plo
  1163. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-bundles.lo -MD -MP -MF .deps/libcurl_la-bundles.Tpo -c -o libcurl_la-bundles.lo `test -f 'bundles.c' || echo './'`bundles.c
  1164. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-bundles.lo -MD -MP -MF .deps/libcurl_la-bundles.Tpo -c bundles.c  -fPIC -DPIC -o .libs/libcurl_la-bundles.o
  1165. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-bundles.lo -MD -MP -MF .deps/libcurl_la-bundles.Tpo -c bundles.c  -fPIC -DPIC -o libcurl_la-bundles.o >/dev/null 2>&1
  1166. mv -f .deps/libcurl_la-bundles.Tpo .deps/libcurl_la-bundles.Plo
  1167. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c -o libcurl_la-conncache.lo `test -f 'conncache.c' || echo './'`conncache.c
  1168. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c  -fPIC -DPIC -o .libs/libcurl_la-conncache.o
  1169. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-conncache.lo -MD -MP -MF .deps/libcurl_la-conncache.Tpo -c conncache.c  -fPIC -DPIC -o libcurl_la-conncache.o >/dev/null 2>&1
  1170. mv -f .deps/libcurl_la-conncache.Tpo .deps/libcurl_la-conncache.Plo
  1171. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-pipeline.lo -MD -MP -MF .deps/libcurl_la-pipeline.Tpo -c -o libcurl_la-pipeline.lo `test -f 'pipeline.c' || echo './'`pipeline.c
  1172. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pipeline.lo -MD -MP -MF .deps/libcurl_la-pipeline.Tpo -c pipeline.c  -fPIC -DPIC -o .libs/libcurl_la-pipeline.o
  1173. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-pipeline.lo -MD -MP -MF .deps/libcurl_la-pipeline.Tpo -c pipeline.c  -fPIC -DPIC -o libcurl_la-pipeline.o >/dev/null 2>&1
  1174. mv -f .deps/libcurl_la-pipeline.Tpo .deps/libcurl_la-pipeline.Plo
  1175. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-dotdot.lo -MD -MP -MF .deps/libcurl_la-dotdot.Tpo -c -o libcurl_la-dotdot.lo `test -f 'dotdot.c' || echo './'`dotdot.c
  1176. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-dotdot.lo -MD -MP -MF .deps/libcurl_la-dotdot.Tpo -c dotdot.c  -fPIC -DPIC -o .libs/libcurl_la-dotdot.o
  1177. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-dotdot.lo -MD -MP -MF .deps/libcurl_la-dotdot.Tpo -c dotdot.c  -fPIC -DPIC -o libcurl_la-dotdot.o >/dev/null 2>&1
  1178. mv -f .deps/libcurl_la-dotdot.Tpo .deps/libcurl_la-dotdot.Plo
  1179. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-x509asn1.lo -MD -MP -MF .deps/libcurl_la-x509asn1.Tpo -c -o libcurl_la-x509asn1.lo `test -f 'x509asn1.c' || echo './'`x509asn1.c
  1180. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-x509asn1.lo -MD -MP -MF .deps/libcurl_la-x509asn1.Tpo -c x509asn1.c  -fPIC -DPIC -o .libs/libcurl_la-x509asn1.o
  1181. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-x509asn1.lo -MD -MP -MF .deps/libcurl_la-x509asn1.Tpo -c x509asn1.c  -fPIC -DPIC -o libcurl_la-x509asn1.o >/dev/null 2>&1
  1182. mv -f .deps/libcurl_la-x509asn1.Tpo .deps/libcurl_la-x509asn1.Plo
  1183. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c -o libcurl_la-http2.lo `test -f 'http2.c' || echo './'`http2.c
  1184. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c  -fPIC -DPIC -o .libs/libcurl_la-http2.o
  1185. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-http2.lo -MD -MP -MF .deps/libcurl_la-http2.Tpo -c http2.c  -fPIC -DPIC -o libcurl_la-http2.o >/dev/null 2>&1
  1186. mv -f .deps/libcurl_la-http2.Tpo .deps/libcurl_la-http2.Plo
  1187. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_sspi.Tpo -c -o libcurl_la-curl_sasl_sspi.lo `test -f 'curl_sasl_sspi.c' || echo './'`curl_sasl_sspi.c
  1188. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_sspi.Tpo -c curl_sasl_sspi.c  -fPIC -DPIC -o .libs/libcurl_la-curl_sasl_sspi.o
  1189. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl_sspi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_sspi.Tpo -c curl_sasl_sspi.c  -fPIC -DPIC -o libcurl_la-curl_sasl_sspi.o >/dev/null 2>&1
  1190. mv -f .deps/libcurl_la-curl_sasl_sspi.Tpo .deps/libcurl_la-curl_sasl_sspi.Plo
  1191. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c -o libcurl_la-smb.lo `test -f 'smb.c' || echo './'`smb.c
  1192. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c  -fPIC -DPIC -o .libs/libcurl_la-smb.o
  1193. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-smb.lo -MD -MP -MF .deps/libcurl_la-smb.Tpo -c smb.c  -fPIC -DPIC -o libcurl_la-smb.o >/dev/null 2>&1
  1194. mv -f .deps/libcurl_la-smb.Tpo .deps/libcurl_la-smb.Plo
  1195. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_gssapi.Tpo -c -o libcurl_la-curl_sasl_gssapi.lo `test -f 'curl_sasl_gssapi.c' || echo './'`curl_sasl_gssapi.c
  1196. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_gssapi.Tpo -c curl_sasl_gssapi.c  -fPIC -DPIC -o .libs/libcurl_la-curl_sasl_gssapi.o
  1197. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_sasl_gssapi.lo -MD -MP -MF .deps/libcurl_la-curl_sasl_gssapi.Tpo -c curl_sasl_gssapi.c  -fPIC -DPIC -o libcurl_la-curl_sasl_gssapi.o >/dev/null 2>&1
  1198. mv -f .deps/libcurl_la-curl_sasl_gssapi.Tpo .deps/libcurl_la-curl_sasl_gssapi.Plo
  1199. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c -o libcurl_la-curl_endian.lo `test -f 'curl_endian.c' || echo './'`curl_endian.c
  1200. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c  -fPIC -DPIC -o .libs/libcurl_la-curl_endian.o
  1201. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT libcurl_la-curl_endian.lo -MD -MP -MF .deps/libcurl_la-curl_endian.Tpo -c curl_endian.c  -fPIC -DPIC -o libcurl_la-curl_endian.o >/dev/null 2>&1
  1202. mv -f .deps/libcurl_la-curl_endian.Tpo .deps/libcurl_la-curl_endian.Plo
  1203. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c -o vtls/libcurl_la-openssl.lo `test -f 'vtls/openssl.c' || echo './'`vtls/openssl.c
  1204. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-openssl.o
  1205. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-openssl.lo -MD -MP -MF vtls/.deps/libcurl_la-openssl.Tpo -c vtls/openssl.c  -fPIC -DPIC -o vtls/libcurl_la-openssl.o >/dev/null 2>&1
  1206. mv -f vtls/.deps/libcurl_la-openssl.Tpo vtls/.deps/libcurl_la-openssl.Plo
  1207. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c -o vtls/libcurl_la-gtls.lo `test -f 'vtls/gtls.c' || echo './'`vtls/gtls.c
  1208. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-gtls.o
  1209. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-gtls.lo -MD -MP -MF vtls/.deps/libcurl_la-gtls.Tpo -c vtls/gtls.c  -fPIC -DPIC -o vtls/libcurl_la-gtls.o >/dev/null 2>&1
  1210. mv -f vtls/.deps/libcurl_la-gtls.Tpo vtls/.deps/libcurl_la-gtls.Plo
  1211. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c -o vtls/libcurl_la-vtls.lo `test -f 'vtls/vtls.c' || echo './'`vtls/vtls.c
  1212. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-vtls.o
  1213. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-vtls.lo -MD -MP -MF vtls/.deps/libcurl_la-vtls.Tpo -c vtls/vtls.c  -fPIC -DPIC -o vtls/libcurl_la-vtls.o >/dev/null 2>&1
  1214. mv -f vtls/.deps/libcurl_la-vtls.Tpo vtls/.deps/libcurl_la-vtls.Plo
  1215. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c -o vtls/libcurl_la-nss.lo `test -f 'vtls/nss.c' || echo './'`vtls/nss.c
  1216. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-nss.o
  1217. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-nss.lo -MD -MP -MF vtls/.deps/libcurl_la-nss.Tpo -c vtls/nss.c  -fPIC -DPIC -o vtls/libcurl_la-nss.o >/dev/null 2>&1
  1218. mv -f vtls/.deps/libcurl_la-nss.Tpo vtls/.deps/libcurl_la-nss.Plo
  1219. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl.Tpo -c -o vtls/libcurl_la-polarssl.lo `test -f 'vtls/polarssl.c' || echo './'`vtls/polarssl.c
  1220. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl.Tpo -c vtls/polarssl.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-polarssl.o
  1221. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-polarssl.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl.Tpo -c vtls/polarssl.c  -fPIC -DPIC -o vtls/libcurl_la-polarssl.o >/dev/null 2>&1
  1222. mv -f vtls/.deps/libcurl_la-polarssl.Tpo vtls/.deps/libcurl_la-polarssl.Plo
  1223. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl_threadlock.Tpo -c -o vtls/libcurl_la-polarssl_threadlock.lo `test -f 'vtls/polarssl_threadlock.c' || echo './'`vtls/polarssl_threadlock.c
  1224. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl_threadlock.Tpo -c vtls/polarssl_threadlock.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-polarssl_threadlock.o
  1225. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-polarssl_threadlock.lo -MD -MP -MF vtls/.deps/libcurl_la-polarssl_threadlock.Tpo -c vtls/polarssl_threadlock.c  -fPIC -DPIC -o vtls/libcurl_la-polarssl_threadlock.o >/dev/null 2>&1
  1226. mv -f vtls/.deps/libcurl_la-polarssl_threadlock.Tpo vtls/.deps/libcurl_la-polarssl_threadlock.Plo
  1227. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-axtls.lo -MD -MP -MF vtls/.deps/libcurl_la-axtls.Tpo -c -o vtls/libcurl_la-axtls.lo `test -f 'vtls/axtls.c' || echo './'`vtls/axtls.c
  1228. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-axtls.lo -MD -MP -MF vtls/.deps/libcurl_la-axtls.Tpo -c vtls/axtls.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-axtls.o
  1229. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-axtls.lo -MD -MP -MF vtls/.deps/libcurl_la-axtls.Tpo -c vtls/axtls.c  -fPIC -DPIC -o vtls/libcurl_la-axtls.o >/dev/null 2>&1
  1230. mv -f vtls/.deps/libcurl_la-axtls.Tpo vtls/.deps/libcurl_la-axtls.Plo
  1231. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libcurl_la-cyassl.Tpo -c -o vtls/libcurl_la-cyassl.lo `test -f 'vtls/cyassl.c' || echo './'`vtls/cyassl.c
  1232. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libcurl_la-cyassl.Tpo -c vtls/cyassl.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-cyassl.o
  1233. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-cyassl.lo -MD -MP -MF vtls/.deps/libcurl_la-cyassl.Tpo -c vtls/cyassl.c  -fPIC -DPIC -o vtls/libcurl_la-cyassl.o >/dev/null 2>&1
  1234. mv -f vtls/.deps/libcurl_la-cyassl.Tpo vtls/.deps/libcurl_la-cyassl.Plo
  1235. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_schannel.Tpo -c -o vtls/libcurl_la-curl_schannel.lo `test -f 'vtls/curl_schannel.c' || echo './'`vtls/curl_schannel.c
  1236. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_schannel.Tpo -c vtls/curl_schannel.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-curl_schannel.o
  1237. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-curl_schannel.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_schannel.Tpo -c vtls/curl_schannel.c  -fPIC -DPIC -o vtls/libcurl_la-curl_schannel.o >/dev/null 2>&1
  1238. mv -f vtls/.deps/libcurl_la-curl_schannel.Tpo vtls/.deps/libcurl_la-curl_schannel.Plo
  1239. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_darwinssl.Tpo -c -o vtls/libcurl_la-curl_darwinssl.lo `test -f 'vtls/curl_darwinssl.c' || echo './'`vtls/curl_darwinssl.c
  1240. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_darwinssl.Tpo -c vtls/curl_darwinssl.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-curl_darwinssl.o
  1241. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-curl_darwinssl.lo -MD -MP -MF vtls/.deps/libcurl_la-curl_darwinssl.Tpo -c vtls/curl_darwinssl.c  -fPIC -DPIC -o vtls/libcurl_la-curl_darwinssl.o >/dev/null 2>&1
  1242. mv -f vtls/.deps/libcurl_la-curl_darwinssl.Tpo vtls/.deps/libcurl_la-curl_darwinssl.Plo
  1243. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../lib  -DBUILDING_LIBCURL  -DCURL_HIDDEN_SYMBOLS   -fvisibility=hidden -O2 -Wno-system-headers  -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c -o vtls/libcurl_la-gskit.lo `test -f 'vtls/gskit.c' || echo './'`vtls/gskit.c
  1244. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c  -fPIC -DPIC -o vtls/.libs/libcurl_la-gskit.o
  1245. libtool: compile:  gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -Wno-system-headers -MT vtls/libcurl_la-gskit.lo -MD -MP -MF vtls/.deps/libcurl_la-gskit.Tpo -c vtls/gskit.c  -fPIC -DPIC -o vtls/libcurl_la-gskit.o >/dev/null 2>&1
  1246. mv -f vtls/.deps/libcurl_la-gskit.Tpo vtls/.deps/libcurl_la-gskit.Plo
  1247. /bin/bash ../libtool  --tag=CC   --mode=link gcc  -fvisibility=hidden -O2 -Wno-system-headers   -version-info 7:0:3     -lssl -lcrypto -lssl -lcrypto -lz -lrt  -o libcurl.la -rpath /usr/local/lib libcurl_la-file.lo libcurl_la-timeval.lo libcurl_la-base64.lo libcurl_la-hostip.lo libcurl_la-progress.lo libcurl_la-formdata.lo libcurl_la-cookie.lo libcurl_la-http.lo libcurl_la-sendf.lo libcurl_la-ftp.lo libcurl_la-url.lo libcurl_la-dict.lo libcurl_la-if2ip.lo libcurl_la-speedcheck.lo libcurl_la-ldap.lo libcurl_la-version.lo libcurl_la-getenv.lo libcurl_la-escape.lo libcurl_la-mprintf.lo libcurl_la-telnet.lo libcurl_la-netrc.lo libcurl_la-getinfo.lo libcurl_la-transfer.lo libcurl_la-strequal.lo libcurl_la-easy.lo libcurl_la-security.lo libcurl_la-curl_fnmatch.lo libcurl_la-fileinfo.lo libcurl_la-ftplistparser.lo libcurl_la-wildcard.lo libcurl_la-krb5.lo libcurl_la-memdebug.lo libcurl_la-http_chunks.lo libcurl_la-strtok.lo libcurl_la-connect.lo libcurl_la-llist.lo libcurl_la-hash.lo libcurl_la-multi.lo libcurl_la-content_encoding.lo libcurl_la-share.lo libcurl_la-http_digest.lo libcurl_la-md4.lo libcurl_la-md5.lo libcurl_la-http_negotiate.lo libcurl_la-inet_pton.lo libcurl_la-strtoofft.lo libcurl_la-strerror.lo libcurl_la-amigaos.lo libcurl_la-hostasyn.lo libcurl_la-hostip4.lo libcurl_la-hostip6.lo libcurl_la-hostsyn.lo libcurl_la-inet_ntop.lo libcurl_la-parsedate.lo libcurl_la-select.lo libcurl_la-tftp.lo libcurl_la-splay.lo libcurl_la-strdup.lo libcurl_la-socks.lo libcurl_la-ssh.lo libcurl_la-rawstr.lo libcurl_la-curl_addrinfo.lo libcurl_la-socks_gssapi.lo libcurl_la-socks_sspi.lo libcurl_la-curl_sspi.lo libcurl_la-slist.lo libcurl_la-nonblock.lo libcurl_la-curl_memrchr.lo libcurl_la-imap.lo libcurl_la-pop3.lo libcurl_la-smtp.lo libcurl_la-pingpong.lo libcurl_la-rtsp.lo libcurl_la-curl_threads.lo libcurl_la-warnless.lo libcurl_la-hmac.lo libcurl_la-curl_rtmp.lo libcurl_la-openldap.lo libcurl_la-curl_gethostname.lo libcurl_la-gopher.lo libcurl_la-idn_win32.lo libcurl_la-http_negotiate_sspi.lo libcurl_la-http_proxy.lo libcurl_la-non-ascii.lo libcurl_la-asyn-ares.lo libcurl_la-asyn-thread.lo libcurl_la-curl_gssapi.lo libcurl_la-curl_ntlm.lo libcurl_la-curl_ntlm_wb.lo libcurl_la-curl_ntlm_core.lo libcurl_la-curl_ntlm_msgs.lo libcurl_la-curl_sasl.lo libcurl_la-curl_multibyte.lo libcurl_la-hostcheck.lo libcurl_la-bundles.lo libcurl_la-conncache.lo libcurl_la-pipeline.lo libcurl_la-dotdot.lo libcurl_la-x509asn1.lo libcurl_la-http2.lo libcurl_la-curl_sasl_sspi.lo libcurl_la-smb.lo libcurl_la-curl_sasl_gssapi.lo libcurl_la-curl_endian.lo vtls/libcurl_la-openssl.lo vtls/libcurl_la-gtls.lo vtls/libcurl_la-vtls.lo vtls/libcurl_la-nss.lo vtls/libcurl_la-polarssl.lo vtls/libcurl_la-polarssl_threadlock.lo vtls/libcurl_la-axtls.lo vtls/libcurl_la-cyassl.lo vtls/libcurl_la-curl_schannel.lo vtls/libcurl_la-curl_darwinssl.lo vtls/libcurl_la-gskit.lo    
  1248. libtool: link: gcc -shared  -fPIC -DPIC  .libs/libcurl_la-file.o .libs/libcurl_la-timeval.o .libs/libcurl_la-base64.o .libs/libcurl_la-hostip.o .libs/libcurl_la-progress.o .libs/libcurl_la-formdata.o .libs/libcurl_la-cookie.o .libs/libcurl_la-http.o .libs/libcurl_la-sendf.o .libs/libcurl_la-ftp.o .libs/libcurl_la-url.o .libs/libcurl_la-dict.o .libs/libcurl_la-if2ip.o .libs/libcurl_la-speedcheck.o .libs/libcurl_la-ldap.o .libs/libcurl_la-version.o .libs/libcurl_la-getenv.o .libs/libcurl_la-escape.o .libs/libcurl_la-mprintf.o .libs/libcurl_la-telnet.o .libs/libcurl_la-netrc.o .libs/libcurl_la-getinfo.o .libs/libcurl_la-transfer.o .libs/libcurl_la-strequal.o .libs/libcurl_la-easy.o .libs/libcurl_la-security.o .libs/libcurl_la-curl_fnmatch.o .libs/libcurl_la-fileinfo.o .libs/libcurl_la-ftplistparser.o .libs/libcurl_la-wildcard.o .libs/libcurl_la-krb5.o .libs/libcurl_la-memdebug.o .libs/libcurl_la-http_chunks.o .libs/libcurl_la-strtok.o .libs/libcurl_la-connect.o .libs/libcurl_la-llist.o .libs/libcurl_la-hash.o .libs/libcurl_la-multi.o .libs/libcurl_la-content_encoding.o .libs/libcurl_la-share.o .libs/libcurl_la-http_digest.o .libs/libcurl_la-md4.o .libs/libcurl_la-md5.o .libs/libcurl_la-http_negotiate.o .libs/libcurl_la-inet_pton.o .libs/libcurl_la-strtoofft.o .libs/libcurl_la-strerror.o .libs/libcurl_la-amigaos.o .libs/libcurl_la-hostasyn.o .libs/libcurl_la-hostip4.o .libs/libcurl_la-hostip6.o .libs/libcurl_la-hostsyn.o .libs/libcurl_la-inet_ntop.o .libs/libcurl_la-parsedate.o .libs/libcurl_la-select.o .libs/libcurl_la-tftp.o .libs/libcurl_la-splay.o .libs/libcurl_la-strdup.o .libs/libcurl_la-socks.o .libs/libcurl_la-ssh.o .libs/libcurl_la-rawstr.o .libs/libcurl_la-curl_addrinfo.o .libs/libcurl_la-socks_gssapi.o .libs/libcurl_la-socks_sspi.o .libs/libcurl_la-curl_sspi.o .libs/libcurl_la-slist.o .libs/libcurl_la-nonblock.o .libs/libcurl_la-curl_memrchr.o .libs/libcurl_la-imap.o .libs/libcurl_la-pop3.o .libs/libcurl_la-smtp.o .libs/libcurl_la-pingpong.o .libs/libcurl_la-rtsp.o .libs/libcurl_la-curl_threads.o .libs/libcurl_la-warnless.o .libs/libcurl_la-hmac.o .libs/libcurl_la-curl_rtmp.o .libs/libcurl_la-openldap.o .libs/libcurl_la-curl_gethostname.o .libs/libcurl_la-gopher.o .libs/libcurl_la-idn_win32.o .libs/libcurl_la-http_negotiate_sspi.o .libs/libcurl_la-http_proxy.o .libs/libcurl_la-non-ascii.o .libs/libcurl_la-asyn-ares.o .libs/libcurl_la-asyn-thread.o .libs/libcurl_la-curl_gssapi.o .libs/libcurl_la-curl_ntlm.o .libs/libcurl_la-curl_ntlm_wb.o .libs/libcurl_la-curl_ntlm_core.o .libs/libcurl_la-curl_ntlm_msgs.o .libs/libcurl_la-curl_sasl.o .libs/libcurl_la-curl_multibyte.o .libs/libcurl_la-hostcheck.o .libs/libcurl_la-bundles.o .libs/libcurl_la-conncache.o .libs/libcurl_la-pipeline.o .libs/libcurl_la-dotdot.o .libs/libcurl_la-x509asn1.o .libs/libcurl_la-http2.o .libs/libcurl_la-curl_sasl_sspi.o .libs/libcurl_la-smb.o .libs/libcurl_la-curl_sasl_gssapi.o .libs/libcurl_la-curl_endian.o vtls/.libs/libcurl_la-openssl.o vtls/.libs/libcurl_la-gtls.o vtls/.libs/libcurl_la-vtls.o vtls/.libs/libcurl_la-nss.o vtls/.libs/libcurl_la-polarssl.o vtls/.libs/libcurl_la-polarssl_threadlock.o vtls/.libs/libcurl_la-axtls.o vtls/.libs/libcurl_la-cyassl.o vtls/.libs/libcurl_la-curl_schannel.o vtls/.libs/libcurl_la-curl_darwinssl.o vtls/.libs/libcurl_la-gskit.o   -lssl -lcrypto -lz -lrt  -O2   -Wl,-soname -Wl,libcurl.so.4 -o .libs/libcurl.so.4.3.0
  1249. libtool: link: (cd ".libs" && rm -f "libcurl.so.4" && ln -s "libcurl.so.4.3.0" "libcurl.so.4")
  1250. libtool: link: (cd ".libs" && rm -f "libcurl.so" && ln -s "libcurl.so.4.3.0" "libcurl.so")
  1251. libtool: link: /usr/bin/ar cru .libs/libcurl.a  libcurl_la-file.o libcurl_la-timeval.o libcurl_la-base64.o libcurl_la-hostip.o libcurl_la-progress.o libcurl_la-formdata.o libcurl_la-cookie.o libcurl_la-http.o libcurl_la-sendf.o libcurl_la-ftp.o libcurl_la-url.o libcurl_la-dict.o libcurl_la-if2ip.o libcurl_la-speedcheck.o libcurl_la-ldap.o libcurl_la-version.o libcurl_la-getenv.o libcurl_la-escape.o libcurl_la-mprintf.o libcurl_la-telnet.o libcurl_la-netrc.o libcurl_la-getinfo.o libcurl_la-transfer.o libcurl_la-strequal.o libcurl_la-easy.o libcurl_la-security.o libcurl_la-curl_fnmatch.o libcurl_la-fileinfo.o libcurl_la-ftplistparser.o libcurl_la-wildcard.o libcurl_la-krb5.o libcurl_la-memdebug.o libcurl_la-http_chunks.o libcurl_la-strtok.o libcurl_la-connect.o libcurl_la-llist.o libcurl_la-hash.o libcurl_la-multi.o libcurl_la-content_encoding.o libcurl_la-share.o libcurl_la-http_digest.o libcurl_la-md4.o libcurl_la-md5.o libcurl_la-http_negotiate.o libcurl_la-inet_pton.o libcurl_la-strtoofft.o libcurl_la-strerror.o libcurl_la-amigaos.o libcurl_la-hostasyn.o libcurl_la-hostip4.o libcurl_la-hostip6.o libcurl_la-hostsyn.o libcurl_la-inet_ntop.o libcurl_la-parsedate.o libcurl_la-select.o libcurl_la-tftp.o libcurl_la-splay.o libcurl_la-strdup.o libcurl_la-socks.o libcurl_la-ssh.o libcurl_la-rawstr.o libcurl_la-curl_addrinfo.o libcurl_la-socks_gssapi.o libcurl_la-socks_sspi.o libcurl_la-curl_sspi.o libcurl_la-slist.o libcurl_la-nonblock.o libcurl_la-curl_memrchr.o libcurl_la-imap.o libcurl_la-pop3.o libcurl_la-smtp.o libcurl_la-pingpong.o libcurl_la-rtsp.o libcurl_la-curl_threads.o libcurl_la-warnless.o libcurl_la-hmac.o libcurl_la-curl_rtmp.o libcurl_la-openldap.o libcurl_la-curl_gethostname.o libcurl_la-gopher.o libcurl_la-idn_win32.o libcurl_la-http_negotiate_sspi.o libcurl_la-http_proxy.o libcurl_la-non-ascii.o libcurl_la-asyn-ares.o libcurl_la-asyn-thread.o libcurl_la-curl_gssapi.o libcurl_la-curl_ntlm.o libcurl_la-curl_ntlm_wb.o libcurl_la-curl_ntlm_core.o libcurl_la-curl_ntlm_msgs.o libcurl_la-curl_sasl.o libcurl_la-curl_multibyte.o libcurl_la-hostcheck.o libcurl_la-bundles.o libcurl_la-conncache.o libcurl_la-pipeline.o libcurl_la-dotdot.o libcurl_la-x509asn1.o libcurl_la-http2.o libcurl_la-curl_sasl_sspi.o libcurl_la-smb.o libcurl_la-curl_sasl_gssapi.o libcurl_la-curl_endian.o vtls/libcurl_la-openssl.o vtls/libcurl_la-gtls.o vtls/libcurl_la-vtls.o vtls/libcurl_la-nss.o vtls/libcurl_la-polarssl.o vtls/libcurl_la-polarssl_threadlock.o vtls/libcurl_la-axtls.o vtls/libcurl_la-cyassl.o vtls/libcurl_la-curl_schannel.o vtls/libcurl_la-curl_darwinssl.o vtls/libcurl_la-gskit.o
  1252. libtool: link: ranlib .libs/libcurl.a
  1253. libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
  1254. make[2]: Leaving directory `/root/Desktop/curl-7.40.0/lib'
  1255. make[1]: Leaving directory `/root/Desktop/curl-7.40.0/lib'
  1256. Making all in src
  1257. make[1]: Entering directory `/root/Desktop/curl-7.40.0/src'
  1258. make  all-am
  1259. make[2]: Entering directory `/root/Desktop/curl-7.40.0/src'
  1260. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_binmode.o -MD -MP -MF .deps/curl-tool_binmode.Tpo -c -o curl-tool_binmode.o `test -f 'tool_binmode.c' || echo './'`tool_binmode.c
  1261. mv -f .deps/curl-tool_binmode.Tpo .deps/curl-tool_binmode.Po
  1262. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_bname.o -MD -MP -MF .deps/curl-tool_bname.Tpo -c -o curl-tool_bname.o `test -f 'tool_bname.c' || echo './'`tool_bname.c
  1263. mv -f .deps/curl-tool_bname.Tpo .deps/curl-tool_bname.Po
  1264. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_dbg.o -MD -MP -MF .deps/curl-tool_cb_dbg.Tpo -c -o curl-tool_cb_dbg.o `test -f 'tool_cb_dbg.c' || echo './'`tool_cb_dbg.c
  1265. mv -f .deps/curl-tool_cb_dbg.Tpo .deps/curl-tool_cb_dbg.Po
  1266. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_hdr.o -MD -MP -MF .deps/curl-tool_cb_hdr.Tpo -c -o curl-tool_cb_hdr.o `test -f 'tool_cb_hdr.c' || echo './'`tool_cb_hdr.c
  1267. mv -f .deps/curl-tool_cb_hdr.Tpo .deps/curl-tool_cb_hdr.Po
  1268. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_prg.o -MD -MP -MF .deps/curl-tool_cb_prg.Tpo -c -o curl-tool_cb_prg.o `test -f 'tool_cb_prg.c' || echo './'`tool_cb_prg.c
  1269. mv -f .deps/curl-tool_cb_prg.Tpo .deps/curl-tool_cb_prg.Po
  1270. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_rea.o -MD -MP -MF .deps/curl-tool_cb_rea.Tpo -c -o curl-tool_cb_rea.o `test -f 'tool_cb_rea.c' || echo './'`tool_cb_rea.c
  1271. mv -f .deps/curl-tool_cb_rea.Tpo .deps/curl-tool_cb_rea.Po
  1272. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_see.o -MD -MP -MF .deps/curl-tool_cb_see.Tpo -c -o curl-tool_cb_see.o `test -f 'tool_cb_see.c' || echo './'`tool_cb_see.c
  1273. mv -f .deps/curl-tool_cb_see.Tpo .deps/curl-tool_cb_see.Po
  1274. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cb_wrt.o -MD -MP -MF .deps/curl-tool_cb_wrt.Tpo -c -o curl-tool_cb_wrt.o `test -f 'tool_cb_wrt.c' || echo './'`tool_cb_wrt.c
  1275. mv -f .deps/curl-tool_cb_wrt.Tpo .deps/curl-tool_cb_wrt.Po
  1276. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_cfgable.o -MD -MP -MF .deps/curl-tool_cfgable.Tpo -c -o curl-tool_cfgable.o `test -f 'tool_cfgable.c' || echo './'`tool_cfgable.c
  1277. mv -f .deps/curl-tool_cfgable.Tpo .deps/curl-tool_cfgable.Po
  1278. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_convert.o -MD -MP -MF .deps/curl-tool_convert.Tpo -c -o curl-tool_convert.o `test -f 'tool_convert.c' || echo './'`tool_convert.c
  1279. mv -f .deps/curl-tool_convert.Tpo .deps/curl-tool_convert.Po
  1280. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_dirhie.o -MD -MP -MF .deps/curl-tool_dirhie.Tpo -c -o curl-tool_dirhie.o `test -f 'tool_dirhie.c' || echo './'`tool_dirhie.c
  1281. mv -f .deps/curl-tool_dirhie.Tpo .deps/curl-tool_dirhie.Po
  1282. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_doswin.o -MD -MP -MF .deps/curl-tool_doswin.Tpo -c -o curl-tool_doswin.o `test -f 'tool_doswin.c' || echo './'`tool_doswin.c
  1283. mv -f .deps/curl-tool_doswin.Tpo .deps/curl-tool_doswin.Po
  1284. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_easysrc.o -MD -MP -MF .deps/curl-tool_easysrc.Tpo -c -o curl-tool_easysrc.o `test -f 'tool_easysrc.c' || echo './'`tool_easysrc.c
  1285. mv -f .deps/curl-tool_easysrc.Tpo .deps/curl-tool_easysrc.Po
  1286. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_formparse.o -MD -MP -MF .deps/curl-tool_formparse.Tpo -c -o curl-tool_formparse.o `test -f 'tool_formparse.c' || echo './'`tool_formparse.c
  1287. mv -f .deps/curl-tool_formparse.Tpo .deps/curl-tool_formparse.Po
  1288. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_getparam.o -MD -MP -MF .deps/curl-tool_getparam.Tpo -c -o curl-tool_getparam.o `test -f 'tool_getparam.c' || echo './'`tool_getparam.c
  1289. mv -f .deps/curl-tool_getparam.Tpo .deps/curl-tool_getparam.Po
  1290. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_getpass.o -MD -MP -MF .deps/curl-tool_getpass.Tpo -c -o curl-tool_getpass.o `test -f 'tool_getpass.c' || echo './'`tool_getpass.c
  1291. mv -f .deps/curl-tool_getpass.Tpo .deps/curl-tool_getpass.Po
  1292. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_help.o -MD -MP -MF .deps/curl-tool_help.Tpo -c -o curl-tool_help.o `test -f 'tool_help.c' || echo './'`tool_help.c
  1293. mv -f .deps/curl-tool_help.Tpo .deps/curl-tool_help.Po
  1294. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_helpers.o -MD -MP -MF .deps/curl-tool_helpers.Tpo -c -o curl-tool_helpers.o `test -f 'tool_helpers.c' || echo './'`tool_helpers.c
  1295. mv -f .deps/curl-tool_helpers.Tpo .deps/curl-tool_helpers.Po
  1296. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_homedir.o -MD -MP -MF .deps/curl-tool_homedir.Tpo -c -o curl-tool_homedir.o `test -f 'tool_homedir.c' || echo './'`tool_homedir.c
  1297. mv -f .deps/curl-tool_homedir.Tpo .deps/curl-tool_homedir.Po
  1298. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_hugehelp.o -MD -MP -MF .deps/curl-tool_hugehelp.Tpo -c -o curl-tool_hugehelp.o `test -f 'tool_hugehelp.c' || echo './'`tool_hugehelp.c
  1299. mv -f .deps/curl-tool_hugehelp.Tpo .deps/curl-tool_hugehelp.Po
  1300. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_libinfo.o -MD -MP -MF .deps/curl-tool_libinfo.Tpo -c -o curl-tool_libinfo.o `test -f 'tool_libinfo.c' || echo './'`tool_libinfo.c
  1301. mv -f .deps/curl-tool_libinfo.Tpo .deps/curl-tool_libinfo.Po
  1302. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_main.o -MD -MP -MF .deps/curl-tool_main.Tpo -c -o curl-tool_main.o `test -f 'tool_main.c' || echo './'`tool_main.c
  1303. mv -f .deps/curl-tool_main.Tpo .deps/curl-tool_main.Po
  1304. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_metalink.o -MD -MP -MF .deps/curl-tool_metalink.Tpo -c -o curl-tool_metalink.o `test -f 'tool_metalink.c' || echo './'`tool_metalink.c
  1305. mv -f .deps/curl-tool_metalink.Tpo .deps/curl-tool_metalink.Po
  1306. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_mfiles.o -MD -MP -MF .deps/curl-tool_mfiles.Tpo -c -o curl-tool_mfiles.o `test -f 'tool_mfiles.c' || echo './'`tool_mfiles.c
  1307. mv -f .deps/curl-tool_mfiles.Tpo .deps/curl-tool_mfiles.Po
  1308. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_msgs.o -MD -MP -MF .deps/curl-tool_msgs.Tpo -c -o curl-tool_msgs.o `test -f 'tool_msgs.c' || echo './'`tool_msgs.c
  1309. mv -f .deps/curl-tool_msgs.Tpo .deps/curl-tool_msgs.Po
  1310. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_operate.o -MD -MP -MF .deps/curl-tool_operate.Tpo -c -o curl-tool_operate.o `test -f 'tool_operate.c' || echo './'`tool_operate.c
  1311. mv -f .deps/curl-tool_operate.Tpo .deps/curl-tool_operate.Po
  1312. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_operhlp.o -MD -MP -MF .deps/curl-tool_operhlp.Tpo -c -o curl-tool_operhlp.o `test -f 'tool_operhlp.c' || echo './'`tool_operhlp.c
  1313. mv -f .deps/curl-tool_operhlp.Tpo .deps/curl-tool_operhlp.Po
  1314. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_panykey.o -MD -MP -MF .deps/curl-tool_panykey.Tpo -c -o curl-tool_panykey.o `test -f 'tool_panykey.c' || echo './'`tool_panykey.c
  1315. mv -f .deps/curl-tool_panykey.Tpo .deps/curl-tool_panykey.Po
  1316. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_paramhlp.o -MD -MP -MF .deps/curl-tool_paramhlp.Tpo -c -o curl-tool_paramhlp.o `test -f 'tool_paramhlp.c' || echo './'`tool_paramhlp.c
  1317. mv -f .deps/curl-tool_paramhlp.Tpo .deps/curl-tool_paramhlp.Po
  1318. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_parsecfg.o -MD -MP -MF .deps/curl-tool_parsecfg.Tpo -c -o curl-tool_parsecfg.o `test -f 'tool_parsecfg.c' || echo './'`tool_parsecfg.c
  1319. mv -f .deps/curl-tool_parsecfg.Tpo .deps/curl-tool_parsecfg.Po
  1320. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_strdup.o -MD -MP -MF .deps/curl-tool_strdup.Tpo -c -o curl-tool_strdup.o `test -f 'tool_strdup.c' || echo './'`tool_strdup.c
  1321. mv -f .deps/curl-tool_strdup.Tpo .deps/curl-tool_strdup.Po
  1322. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_setopt.o -MD -MP -MF .deps/curl-tool_setopt.Tpo -c -o curl-tool_setopt.o `test -f 'tool_setopt.c' || echo './'`tool_setopt.c
  1323. mv -f .deps/curl-tool_setopt.Tpo .deps/curl-tool_setopt.Po
  1324. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_sleep.o -MD -MP -MF .deps/curl-tool_sleep.Tpo -c -o curl-tool_sleep.o `test -f 'tool_sleep.c' || echo './'`tool_sleep.c
  1325. mv -f .deps/curl-tool_sleep.Tpo .deps/curl-tool_sleep.Po
  1326. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_urlglob.o -MD -MP -MF .deps/curl-tool_urlglob.Tpo -c -o curl-tool_urlglob.o `test -f 'tool_urlglob.c' || echo './'`tool_urlglob.c
  1327. mv -f .deps/curl-tool_urlglob.Tpo .deps/curl-tool_urlglob.Po
  1328. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_util.o -MD -MP -MF .deps/curl-tool_util.Tpo -c -o curl-tool_util.o `test -f 'tool_util.c' || echo './'`tool_util.c
  1329. mv -f .deps/curl-tool_util.Tpo .deps/curl-tool_util.Po
  1330. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_vms.o -MD -MP -MF .deps/curl-tool_vms.Tpo -c -o curl-tool_vms.o `test -f 'tool_vms.c' || echo './'`tool_vms.c
  1331. mv -f .deps/curl-tool_vms.Tpo .deps/curl-tool_vms.Po
  1332. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_writeenv.o -MD -MP -MF .deps/curl-tool_writeenv.Tpo -c -o curl-tool_writeenv.o `test -f 'tool_writeenv.c' || echo './'`tool_writeenv.c
  1333. mv -f .deps/curl-tool_writeenv.Tpo .deps/curl-tool_writeenv.Po
  1334. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_writeout.o -MD -MP -MF .deps/curl-tool_writeout.Tpo -c -o curl-tool_writeout.o `test -f 'tool_writeout.c' || echo './'`tool_writeout.c
  1335. mv -f .deps/curl-tool_writeout.Tpo .deps/curl-tool_writeout.Po
  1336. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT curl-tool_xattr.o -MD -MP -MF .deps/curl-tool_xattr.Tpo -c -o curl-tool_xattr.o `test -f 'tool_xattr.c' || echo './'`tool_xattr.c
  1337. mv -f .deps/curl-tool_xattr.Tpo .deps/curl-tool_xattr.Po
  1338. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT ../lib/curl-strtoofft.o -MD -MP -MF ../lib/.deps/curl-strtoofft.Tpo -c -o ../lib/curl-strtoofft.o `test -f '../lib/strtoofft.c' || echo './'`../lib/strtoofft.c
  1339. mv -f ../lib/.deps/curl-strtoofft.Tpo ../lib/.deps/curl-strtoofft.Po
  1340. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT ../lib/curl-rawstr.o -MD -MP -MF ../lib/.deps/curl-rawstr.Tpo -c -o ../lib/curl-rawstr.o `test -f '../lib/rawstr.c' || echo './'`../lib/rawstr.c
  1341. mv -f ../lib/.deps/curl-rawstr.Tpo ../lib/.deps/curl-rawstr.Po
  1342. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT ../lib/curl-nonblock.o -MD -MP -MF ../lib/.deps/curl-nonblock.Tpo -c -o ../lib/curl-nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c
  1343. mv -f ../lib/.deps/curl-nonblock.Tpo ../lib/.deps/curl-nonblock.Po
  1344. gcc -DHAVE_CONFIG_H   -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src     -O2 -Wno-system-headers  -MT ../lib/curl-warnless.o -MD -MP -MF ../lib/.deps/curl-warnless.Tpo -c -o ../lib/curl-warnless.o `test -f '../lib/warnless.c' || echo './'`../lib/warnless.c
  1345. mv -f ../lib/.deps/curl-warnless.Tpo ../lib/.deps/curl-warnless.Po
  1346. /bin/bash ../libtool  --tag=CC   --mode=link gcc  -O2 -Wno-system-headers    -o curl curl-tool_binmode.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_convert.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_homedir.o curl-tool_hugehelp.o curl-tool_libinfo.o curl-tool_main.o curl-tool_metalink.o curl-tool_mfiles.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_panykey.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_strdup.o curl-tool_setopt.o curl-tool_sleep.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeenv.o curl-tool_writeout.o curl-tool_xattr.o ../lib/curl-strtoofft.o ../lib/curl-rawstr.o ../lib/curl-nonblock.o ../lib/curl-warnless.o  ../lib/libcurl.la   -lz -lrt
  1347. libtool: link: gcc -O2 -Wno-system-headers -o .libs/curl curl-tool_binmode.o curl-tool_bname.o curl-tool_cb_dbg.o curl-tool_cb_hdr.o curl-tool_cb_prg.o curl-tool_cb_rea.o curl-tool_cb_see.o curl-tool_cb_wrt.o curl-tool_cfgable.o curl-tool_convert.o curl-tool_dirhie.o curl-tool_doswin.o curl-tool_easysrc.o curl-tool_formparse.o curl-tool_getparam.o curl-tool_getpass.o curl-tool_help.o curl-tool_helpers.o curl-tool_homedir.o curl-tool_hugehelp.o curl-tool_libinfo.o curl-tool_main.o curl-tool_metalink.o curl-tool_mfiles.o curl-tool_msgs.o curl-tool_operate.o curl-tool_operhlp.o curl-tool_panykey.o curl-tool_paramhlp.o curl-tool_parsecfg.o curl-tool_strdup.o curl-tool_setopt.o curl-tool_sleep.o curl-tool_urlglob.o curl-tool_util.o curl-tool_vms.o curl-tool_writeenv.o curl-tool_writeout.o curl-tool_xattr.o ../lib/curl-strtoofft.o ../lib/curl-rawstr.o ../lib/curl-nonblock.o ../lib/curl-warnless.o  ../lib/.libs/libcurl.so -lz -lrt
  1348. make[2]: Leaving directory `/root/Desktop/curl-7.40.0/src'
  1349. make[1]: Leaving directory `/root/Desktop/curl-7.40.0/src'
  1350. Making all in include
  1351. make[1]: Entering directory `/root/Desktop/curl-7.40.0/include'
  1352. Making all in curl
  1353. make[2]: Entering directory `/root/Desktop/curl-7.40.0/include/curl'
  1354. make  all-am
  1355. make[3]: Entering directory `/root/Desktop/curl-7.40.0/include/curl'
  1356. make[3]: Leaving directory `/root/Desktop/curl-7.40.0/include/curl'
  1357. make[2]: Leaving directory `/root/Desktop/curl-7.40.0/include/curl'
  1358. make[2]: Entering directory `/root/Desktop/curl-7.40.0/include'
  1359. make[2]: Nothing to be done for `all-am'.
  1360. make[2]: Leaving directory `/root/Desktop/curl-7.40.0/include'
  1361. make[1]: Leaving directory `/root/Desktop/curl-7.40.0/include'
  1362. make[1]: Entering directory `/root/Desktop/curl-7.40.0'
  1363. make[1]: Nothing to be done for `all-am'.
  1364. make[1]: Leaving directory `/root/Desktop/curl-7.40.0'
  1365. root@kali:~/Desktop/curl-7.40.0#
Add Comment
Please, Sign In to add comment