Guest User

Ubuntu 12.04LTS 64Bit wont be complie with remote includes

a guest
Aug 4th, 2012
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 115.91 KB | None | 0 0
  1. root@sun:~# su ircd
  2. ircd@sun:/root$ cd /home/ircd/unrealircd3.2.9/
  3. ircd@sun:~/unrealircd3.2.9$ make clean
  4. make: *** No rule to make target `clean'. Stop.
  5. ircd@sun:~/unrealircd3.2.9$ ./Config
  6. _ _ _ ___________ _____ _
  7. | | | | | |_ _| ___ \/ __ \ | |
  8. | | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
  9. | | | | '_ \| '__/ _ \/ _ | | | | | / | | / _ |
  10. | |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
  11. \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
  12.  
  13. Configuration Program
  14. for Unreal3.2.9
  15.  
  16. This program will help you to compile your IRC server, and ask you
  17. questions regarding the compile-time settings of it during the process.
  18. regarding the setup of it, during the process.
  19.  
  20. If you have problems regarding the setup & compile, read Unreal.nfo to get
  21. more information on where to get help. Please, before running this setup,
  22. read the documentation in the "doc" folder. Docs are also avail online @
  23. http://www.unrealircd.com/unreal32docs.html
  24.  
  25. [Enter to continue]
  26.  
  27. Unreal3.2.9 Release Notes
  28. ==========================
  29.  
  30. ==[ GENERAL INFORMATION ]==
  31. - If you are upgrading on *NIX, make sure you run 'make clean' and './Config'
  32. first, before doing 'make'
  33. - The official UnrealIRCd documentation is doc/unreal32docs.html
  34. online version at: http://www.vulnscan.org/UnrealIRCd/unreal32docs.html
  35. FAQ: http://www.vulnscan.org/UnrealIRCd/faq/
  36. Read them before asking for help.
  37. - Report bugs at http://bugs.unrealircd.org/
  38. - When upgrading a network, we assume you are upgrading from the previous
  39. version (3.2.8/3.2.8.1). Upgrading from 3.2.6 or 3.2.7 should also be no problem.
  40. - The purpose of the sections below (NEW, CHANGED, MINOR, etc) is to be a SUMMARY
  41. of the changes in this release. There have been 160+ changes, twice as much
  42. as usual for a release, hence this summary is a bit long too.
  43. For the FULL list of changes, see the Changelog.
  44. - If you previously used CVS to access the development version of UnrealIRCd,
  45. you now need to use Mercurial, see see http://www.unrealircd.com/hgmove
  46.  
  47. ==[ NEW ]==
  48. - Extban ~j: this only prevents a user from joining, once in he can speak freely.
  49. - Extban ~R:<nick>: this ban only matches if <nick> is a registered user (has
  50. identified to services). Especially useful in cases like: +e ~R:TrustedUser.
  51. - Stacked Extended Bans:
  52. - Extbans are now split in two groups:
  53. - Ones that specify which user actions are affected (group 1):
  54. ~q (quiet), ~n (nick change), ~j (join)
  55. - Ones that introduce new criteria that can be used (group 2):
  56. ~c (channel), ~r (realname), ~R (registered)
  57. - With stacked extbans you can combine an extban of the first group with the second
  58. For example: ~q:~c:#lamers would quiet all users who are also in #lamers
  59. - Extended Invex: very much like extended bans, but for +I (Invite Exception).
  60. Currently supported are: ~c (channel, ~r (realname) and ~R (registered) [=group 2]
  61. Possible useful uses are setting a channel +i (invite only) and then setting
  62. +I ~c:#trustedchan (or even: +I ~c:+#trustedchan) while still retaining the ability
  63. to easily ban users through +b.
  64. - Channel Mode +Z: indicates whether a channel is 'secure' or not.
  65. This channel mode works in conjunction with +z (lower case z).
  66. While +z (normally) prevents new non-SSL users from joining, sometimes they
  67. can still join, like when after a netsplit the channels merge again.
  68. When all users on the channel are connected through SSL, the channel is set +Z
  69. by the server. Whenever an insecure user joins, the channel is put -Z.
  70. - Remote MOTD support: you can now specify an URL instead of a file
  71. - Automatic installation of curl (w/c-ares) if you answer 'Yes' to remote includes
  72. - One can now rehash ALL servers with the command '/REHASH -global'. This can be
  73. particularly useful if you use remote includes or MOTD's. NetAdmin only command.
  74. - files { } block by which you can configure the location of the tune file, pid, etc
  75. - STARTTLS: On an IRCd compiled with SSL support this allows a client to start a SSL
  76. session on a regular non-SSL port (like 6667). Only supported by a few IRC clients.
  77. Can be disabled by setting set::ssl::options::no-starttls
  78. - set::uhnames: this allows one to turn UHNAMES off ('no'), which can be a good idea
  79. if you have channels with more than 1000 users, as otherwise the nicklist can take
  80. several seconds to load. Defaults to on ('yes').
  81. - IPv6 clones detection support: allow::ipv6-clone-mask determines the number of bits
  82. used when comparing two IPv6 addresses to determine if allow::maxperip is exceeded.
  83. This allows an admin to recognize that most IPv6 blocks are allocated to individuals,
  84. who might each get a /64 IPv6 block. set::default-ipv6-clone-mask defaults to 64 and
  85. provides default value for the allow blocks.
  86. - The m_nopost module is now part of Unreal: this defends against the Firefox/
  87. Javascript 'XPS attack' which uses HTTP POST to create dummy IRC bots.
  88. - There have also been some behavior changes, which can be considered NEW, see
  89. next section (CHANGED).
  90.  
  91. ==[ CHANGED ]==
  92. - Channel Mode +z: due to the +z/+Z changes, some things have changed:
  93. - +z can now be set even when insecure users are present
  94. (the channel will then be set +Z when the last insecure user leaves)
  95. - An oper previously had to invite himself and then join the channel
  96. with the key 'override' to set -z. This is no longer needed.
  97. The channel stays +z, but will be set -Z when the oper joins.
  98. - Remote includes: if a remote include fails to load (eg: webserver down) then
  99. the most recent (cached) version of that remote include will be used, and the
  100. IRCd will still boot and be able to REHASH. This means it is now 'safe' to
  101. use remote includes on a network, without risking problems like unable to
  102. rehash in case of webserver problems.
  103. - set::level-on-join now supports voice/halfop/protect/owner
  104. - Backslashes (\) in MOTD/RULES files are no longer considered special, this
  105. might mean that you have to change some escaped backslashes (\\) to \.
  106. - '/REHASH -motd' really rehashes ALL MOTD/OPERMOTD/BOTMOTD/RULES files, both
  107. the 'normal' files and the ones in tld { } blocks.
  108. - The 'Compile as hub/leaf' choice is now gone, as it didn't do anything.
  109. - Better document 'sslclientcert' in the Oper Block documentation.
  110. This allows one to authenticate against a SSL certificate for /OPER, instead
  111. of using a password.
  112.  
  113. ==[ MAJOR BUGS FIXED ]==
  114. - If you have autoconnect with a low connfreq, previously you often risked getting
  115. 'Server exists' errors and 'breaking' the network. Now, the server handshake has
  116. been redesigned which means this will no longer happen. You can now safely have
  117. a low connfreq of - for example - 10 seconds.
  118. - Windows: 'Permission denied' errors when starting Unreal
  119. - A crash on some new Linux systems when replacing .so files
  120. - Solaris & QNX: Compile problems
  121. - IPv6: admins no longer have to tweak sysctl, like on FreeBSD & newer Linux systems
  122. - IPv6: IPv4 ip's in link::bind-ip did not work properly which made the IRCd either
  123. not bind to the correct IP, or - like on FreeBSD - made it unable to link at all.
  124. - A very rare crash on outgoing connect
  125.  
  126. ==[ MINOR BUGS FIXED ]==
  127. - autoconnect not working if TS offset was negative (for the duration of the offset)
  128. - CGI:IRC & IPv6: sometimes a users' IP was incorrectly formatted, causing 'ghosts'
  129. - Mac OS X: permission problems
  130. - Several installation issues with curl
  131. - SSL: No more 'Underlying syscall error', the actual error is now shown
  132. - And many more... see Changelog
  133.  
  134. ==[ KNOWN ISSUES ]==
  135. - Regexes: Be careful with backreferences (\1, etc), certain regexes can slow the
  136. IRCd down considerably and even bring it to a near-halt. In the spamfilter user
  137. target it's usually safe though. Slow spamfilter detection can help prevent the
  138. slowdown/freeze, but might not work in worst-case scenario's.
  139. - Regexes: Possessive quantifiers such as, for example, "++" (not to be confused
  140. with "+") are not safe to use, they can easily freeze the IRCd.
  141.  
  142. ==[ ADDITIONAL INFO ]==
  143. * See Changelog for more details
  144. [Enter to continue]
  145.  
  146.  
  147. Many older operating systems have an insecure TCP/IP stack
  148. which may be vulnerable to IP spoofing attacks, if you run
  149. an operating system that is vulnerable to such attacks
  150. enable this option.
  151. This option also prevents blind proxies (eg: HTTP POST proxies)
  152. and other blind clients from connecting (eg: protects against
  153. the Firefox XPS IRC Attack).
  154.  
  155. Do you want to enable the server anti-spoof protection?
  156. [Yes] ->
  157.  
  158. What directory are all the server configuration files in?
  159. [/home/ircd/UnrealIRCD] ->
  160.  
  161. What is the path to the ircd binary including the name of the binary?
  162. [/home/ircd/UnrealIRCD/src/ircd] ->
  163.  
  164. What should the default permissions for your configuration files be? (Set this to 0 to disable)
  165. It is strongly recommended that you use 0600 to prevent unwanted reading of the file
  166. [0600] ->
  167.  
  168. Do you want to support SSL (Secure Sockets Layer) connections?
  169. [Yes] ->
  170.  
  171. If you know the path to OpenSSL on your system, enter it here. If not
  172. leave this blank (in most cases it will be detected automatically).
  173. [] ->
  174.  
  175. Do you want to enable IPv6 support?
  176. [Yes] ->
  177.  
  178. Do you want to enable ziplinks support?
  179. [Yes] ->
  180.  
  181. If you know the path to zlib on your system, enter it here. If not
  182. leave this blank
  183. [] ->
  184.  
  185. Do you want to enable remote includes?
  186. This allows stuff like this in your configuration file:
  187. include "http://www.somesite.org/files/opers.conf";
  188. [Yes] ->
  189. Curl library was found in /usr, but it does not support Asynchronous DNS (not compiled with c-ares)
  190. so it's of no use to us.
  191.  
  192. Do you want me to automatically download and install curl for you?
  193. (will install in /home/ircd/curl)
  194. [Yes] ->
  195.  
  196. Do you want to enable prefixes for chanadmin and chanowner?
  197. This will give +a the & prefix and ~ for +q (just like +o is @)
  198. Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,
  199. PJIRC, irssi, CGI:IRC, etc.)
  200. This feature should be enabled/disabled network-wide.
  201. [Yes] ->
  202.  
  203. What listen() backlog value do you wish to use? Some older servers
  204. have problems with more than 5, others work fine with many more.
  205. [5] ->
  206.  
  207. How far back do you want to keep the nickname history?
  208. [2000] ->
  209.  
  210. What is the maximum sendq length you wish to have?
  211. [3000000] ->
  212.  
  213. How many buffer pools would you like?
  214. This number will be multiplied by MAXSENDQLENGTH.
  215. [18] ->
  216.  
  217.  
  218. How many file descriptors (or sockets) can the IRCd use?
  219. [1024] ->
  220.  
  221. Would you like to pass any custom parameters to configure?
  222. See `./configure --help' and write them here:
  223. [] ->
  224. --2012-08-04 18:37:56-- http://www.unrealircd.com/files/curl-latest.tar.gz
  225. Resolving www.unrealircd.com (www.unrealircd.com)... 80.69.83.213
  226. Connecting to www.unrealircd.com (www.unrealircd.com)|80.69.83.213|:80... connected.
  227. HTTP request sent, awaiting response... 200 OK
  228. Length: 2735943 (2.6M) [application/x-gzip]
  229. Saving to: `curl-latest.tar.gz'
  230.  
  231. 100%[=========================================================================================================================================>] 2,735,943 2.15M/s in 1.2s
  232.  
  233. 2012-08-04 18:37:58 (2.15 MB/s) - `curl-latest.tar.gz' saved [2735943/2735943]
  234.  
  235. Building and installing libcurl
  236. checking whether to enable maintainer-specific portions of Makefiles... no
  237. checking whether to enable debug build options... no
  238. checking whether to enable compiler optimizer... (assumed) yes
  239. checking whether to enable strict compiler warnings... no
  240. checking whether to enable curl debug memory tracking... no
  241. checking whether to enable c-ares for DNS lookups... yes
  242. checking for sed... /bin/sed
  243. checking for grep... /bin/grep
  244. checking for egrep... /bin/grep -E
  245. checking for ar... /usr/bin/ar
  246. checking for a BSD-compatible install... /usr/bin/install -c
  247. checking whether build environment is sane... yes
  248. checking for gawk... gawk
  249. checking whether make sets $(MAKE)... yes
  250. checking curl version... 7.21.0
  251. checking build system type... x86_64-unknown-linux-gnu
  252. checking host system type... x86_64-unknown-linux-gnu
  253. checking for style of include used by make... GNU
  254. checking for gcc... gcc
  255. checking whether the C compiler works... yes
  256. checking for C compiler default output file name... a.out
  257. checking for suffix of executables...
  258. checking whether we are cross compiling... no
  259. checking for suffix of object files... o
  260. checking whether we are using the GNU C compiler... yes
  261. checking whether gcc accepts -g... yes
  262. checking for gcc option to accept ISO C89... none needed
  263. checking dependency style of gcc... gcc3
  264. checking for sys/types.h... yes
  265. checking for stdint.h... yes
  266. checking for inttypes.h... yes
  267. checking how to run the C preprocessor... gcc -E
  268. checking for grep that handles long lines and -e... (cached) /bin/grep
  269. checking for egrep... /bin/grep -E
  270. checking for ANSI C header files... yes
  271. checking for sys/types.h... (cached) yes
  272. checking for sys/stat.h... yes
  273. checking for stdlib.h... yes
  274. checking for string.h... yes
  275. checking for memory.h... yes
  276. checking for strings.h... yes
  277. checking for inttypes.h... (cached) yes
  278. checking for stdint.h... (cached) yes
  279. checking for unistd.h... yes
  280. checking size of long... 8
  281. checking size of void*... 8
  282. checking for 64-bit curl_off_t data type... long
  283. checking size of curl_off_t... 8
  284. checking formatting string directive for curl_off_t... "ld"
  285. checking formatting string directive for unsigned curl_off_t... "lu"
  286. checking constant suffix string for curl_off_t... L
  287. checking constant suffix string for unsigned curl_off_t... UL
  288. checking if OS is AIX (to define _ALL_SOURCE)... no
  289. checking if _THREAD_SAFE is already defined... no
  290. checking if _THREAD_SAFE is actually needed... no
  291. checking if _THREAD_SAFE is onwards defined... no
  292. checking if _REENTRANT is already defined... no
  293. checking if _REENTRANT is actually needed... no
  294. checking if _REENTRANT is onwards defined... no
  295. checking for special C compiler options needed for large files... no
  296. checking for _FILE_OFFSET_BITS value needed for large files... no
  297. checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)... yes
  298. checking if compiler is icc (to build with PIC)... no
  299. checking for a sed that does not truncate output... (cached) /bin/sed
  300. checking for fgrep... /bin/grep -F
  301. checking for ld used by gcc... /usr/bin/ld
  302. checking if the linker (/usr/bin/ld) is GNU ld... yes
  303. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  304. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  305. checking whether ln -s works... yes
  306. checking the maximum length of command line arguments... 1572864
  307. checking whether the shell understands some XSI constructs... yes
  308. checking whether the shell understands "+="... yes
  309. checking for /usr/bin/ld option to reload object files... -r
  310. checking for objdump... objdump
  311. checking how to recognize dependent libraries... pass_all
  312. checking for ar... /usr/bin/ar
  313. checking for strip... strip
  314. checking for ranlib... ranlib
  315. checking command to parse /usr/bin/nm -B output from gcc object... ok
  316. checking for dlfcn.h... yes
  317. checking for objdir... .libs
  318. checking if gcc supports -fno-rtti -fno-exceptions... no
  319. checking for gcc option to produce PIC... -fPIC -DPIC
  320. checking if gcc PIC flag -fPIC -DPIC works... yes
  321. checking if gcc static flag -static works... yes
  322. checking if gcc supports -c -o file.o... yes
  323. checking if gcc supports -c -o file.o... (cached) yes
  324. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  325. checking dynamic linker characteristics... GNU/Linux ld.so
  326. checking how to hardcode library paths into programs... immediate
  327. checking whether stripping libraries is possible... yes
  328. checking if libtool supports shared libraries... yes
  329. checking whether to build shared libraries... no
  330. checking whether to build static libraries... yes
  331. checking if we need -mimpure-text... no
  332. checking if we need BUILDING_LIBCURL... no
  333. checking whether make sets $(MAKE)... (cached) yes
  334. checking for inline... inline
  335. checking if compiler is DEC/Compaq/HP C... no
  336. checking if compiler is HP-UX C... no
  337. checking if compiler is IBM C... no
  338. checking if compiler is Intel C... no
  339. checking if compiler is clang... no
  340. checking if compiler is GNU C... yes
  341. checking if compiler is LCC... no
  342. checking if compiler is SGI MIPSpro C... no
  343. checking if compiler is SGI MIPS C... no
  344. checking if compiler is SunPro C... no
  345. checking if compiler is Tiny C... no
  346. checking if compiler is Watcom C... no
  347. checking if compiler accepts debug disabling options... yes
  348. configure: compiler options added: -g0
  349. checking if compiler optimizer assumed setting might be used... yes
  350. checking if compiler accepts optimizer enabling options... yes
  351. configure: compiler options added: -O2
  352. checking if compiler accepts strict warning options... yes
  353. configure: compiler options added: -Wno-system-headers
  354. checking if compiler halts on compilation errors... yes
  355. checking if compiler halts on negative sized arrays... yes
  356. checking if shared libraries need -no-undefined... no
  357. checking for windows.h... no
  358. checking whether build target is a native Windows one... no
  359. checking whether build target supports WIN32 file API... no
  360. checking whether to support http... yes
  361. checking whether to support ftp... yes
  362. checking whether to support file... yes
  363. checking whether to support ldap... yes
  364. checking whether to support ldaps... yes
  365. checking whether to support rtsp... yes
  366. checking whether to support proxies... yes
  367. checking whether to support dict... yes
  368. checking whether to support telnet... yes
  369. checking whether to support tftp... yes
  370. checking whether to support pop3... yes
  371. checking whether to support imap... yes
  372. checking whether to support smtp... yes
  373. checking whether to provide built-in manual... yes
  374. checking if X/Open network library is required... no
  375. checking for gethostbyname... yes
  376. checking for strcasecmp... yes
  377. checking for windows.h... (cached) no
  378. checking for winsock.h... (cached) no
  379. checking for winsock2.h... (cached) no
  380. checking for connect in libraries... yes
  381. checking whether time.h and sys/time.h may both be included... yes
  382. checking for sys/types.h... (cached) yes
  383. checking sys/time.h usability... yes
  384. checking sys/time.h presence... yes
  385. checking for sys/time.h... yes
  386. checking time.h usability... yes
  387. checking time.h presence... yes
  388. checking for time.h... yes
  389. checking for monotonic clock_gettime... yes
  390. checking for clock_gettime in libraries... -lrt
  391. checking if monotonic clock_gettime works... yes
  392. checking whether to use libgcc... no
  393. checking for lber.h... yes
  394. checking for ldap.h... yes
  395. checking for ldapssl.h... no
  396. checking for ldap_ssl.h... no
  397. checking for LDAP libraries... -llber -lldap
  398. checking for ldap_url_parse... yes
  399. checking for ldap_init_fd... yes
  400. checking whether to enable ipv6... no
  401. checking if argv can be written to... yes
  402. checking if Kerberos4 support is requested... no
  403. checking if SPNEGO support is requested... no
  404. checking if GSSAPI support is requested... no
  405. checking for pkg-config... /usr/bin/pkg-config
  406. checking for openssl options with pkg-config... found
  407. configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
  408. configure: pkg-config: SSL_LDFLAGS: " "
  409. configure: pkg-config: SSL_CPPFLAGS: " "
  410. checking for CRYPTO_lock in -lcrypto... yes
  411. checking for SSL_connect in -lssl... yes
  412. checking openssl/x509.h usability... yes
  413. checking openssl/x509.h presence... yes
  414. checking for openssl/x509.h... yes
  415. checking openssl/rsa.h usability... yes
  416. checking openssl/rsa.h presence... yes
  417. checking for openssl/rsa.h... yes
  418. checking openssl/crypto.h usability... yes
  419. checking openssl/crypto.h presence... yes
  420. checking for openssl/crypto.h... yes
  421. checking openssl/pem.h usability... yes
  422. checking openssl/pem.h presence... yes
  423. checking for openssl/pem.h... yes
  424. checking openssl/ssl.h usability... yes
  425. checking openssl/ssl.h presence... yes
  426. checking for openssl/ssl.h... yes
  427. checking openssl/err.h usability... yes
  428. checking openssl/err.h presence... yes
  429. checking for openssl/err.h... yes
  430. checking openssl/pkcs12.h usability... yes
  431. checking openssl/pkcs12.h presence... yes
  432. checking for openssl/pkcs12.h... yes
  433. checking for ENGINE_init... yes
  434. checking openssl/engine.h usability... yes
  435. checking openssl/engine.h presence... yes
  436. checking for openssl/engine.h... yes
  437. checking for ENGINE_load_builtin_engines... yes
  438. checking for RAND_status... yes
  439. checking for RAND_screen... no
  440. checking for RAND_egd... yes
  441. checking for ENGINE_cleanup... yes
  442. checking for CRYPTO_cleanup_all_ex_data... yes
  443. checking for SSL_get_shutdown... yes
  444. checking for yaSSL using OpenSSL compatibility mode... no
  445. checking for inflateEnd in -lz... yes
  446. checking zlib.h usability... yes
  447. checking zlib.h presence... yes
  448. checking for zlib.h... yes
  449. configure: found both libz and libz.h header
  450. checking for "/dev/urandom"... yes
  451. checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
  452. checking for libssh2_channel_open_ex in -lssh2... no
  453. checking libssh2.h usability... no
  454. checking libssh2.h presence... no
  455. checking for libssh2.h... no
  456. checking for RTMP_Init in -lrtmp... yes
  457. checking librtmp/rtmp.h usability... yes
  458. checking librtmp/rtmp.h presence... yes
  459. checking for librtmp/rtmp.h... yes
  460. checking whether to build with libidn... yes
  461. checking for idna_to_ascii_lz in -lidn... yes
  462. checking for idn_free... yes
  463. checking for idna_strerror... yes
  464. checking for tld_strerror... yes
  465. checking idn-free.h usability... yes
  466. checking idn-free.h presence... yes
  467. checking for idn-free.h... yes
  468. checking tld.h usability... yes
  469. checking tld.h presence... yes
  470. checking for tld.h... yes
  471. checking for ANSI C header files... (cached) yes
  472. checking for malloc.h... yes
  473. checking for memory.h... (cached) yes
  474. checking for sys/types.h... (cached) yes
  475. checking for sys/time.h... (cached) yes
  476. checking for sys/select.h... yes
  477. checking for sys/socket.h... yes
  478. checking for sys/ioctl.h... yes
  479. checking for sys/uio.h... yes
  480. checking for assert.h... yes
  481. checking for unistd.h... (cached) yes
  482. checking for stdlib.h... (cached) yes
  483. checking for limits.h... yes
  484. checking for arpa/inet.h... yes
  485. checking for net/if.h... yes
  486. checking for netinet/in.h... yes
  487. checking for sys/un.h... yes
  488. checking for netinet/tcp.h... yes
  489. checking for netdb.h... yes
  490. checking for sys/sockio.h... no
  491. checking for sys/stat.h... (cached) yes
  492. checking for sys/param.h... yes
  493. checking for termios.h... yes
  494. checking for termio.h... yes
  495. checking for sgtty.h... yes
  496. checking for fcntl.h... yes
  497. checking for alloca.h... yes
  498. checking for time.h... (cached) yes
  499. checking for io.h... no
  500. checking for pwd.h... yes
  501. checking for utime.h... yes
  502. checking for sys/utime.h... no
  503. checking for sys/poll.h... yes
  504. checking for poll.h... yes
  505. checking for socket.h... no
  506. checking for sys/resource.h... yes
  507. checking for libgen.h... yes
  508. checking for locale.h... yes
  509. checking for errno.h... yes
  510. checking for stdbool.h... yes
  511. checking for arpa/tftp.h... yes
  512. checking for sys/filio.h... no
  513. checking for setjmp.h... yes
  514. checking for an ANSI C-conforming const... yes
  515. checking for compiler support of C99 variadic macro style... yes
  516. checking for compiler support of old gcc variadic macro style... yes
  517. checking for size_t... yes
  518. checking whether time.h and sys/time.h may both be included... (cached) yes
  519. checking for sys/types.h... (cached) yes
  520. checking for sys/time.h... (cached) yes
  521. checking for time.h... (cached) yes
  522. checking for sys/socket.h... (cached) yes
  523. checking for struct timeval... yes
  524. checking run-time libs availability... fine
  525. checking size of size_t... 8
  526. checking size of long... (cached) 8
  527. checking size of int... 4
  528. checking size of short... 2
  529. checking size of time_t... 8
  530. checking size of off_t... 8
  531. checking for long long... yes
  532. checking if numberLL works... yes
  533. checking for ssize_t... yes
  534. checking for bool... yes
  535. checking for windows.h... (cached) no
  536. checking for winsock2.h... (cached) no
  537. checking for ws2tcpip.h... (cached) no
  538. checking for sys/types.h... (cached) yes
  539. checking for sys/socket.h... (cached) yes
  540. checking for curl_socklen_t data type... socklen_t
  541. checking size of curl_socklen_t... 4
  542. checking for in_addr_t... yes
  543. checking for struct sockaddr_storage... yes
  544. checking signal.h usability... yes
  545. checking signal.h presence... yes
  546. checking for signal.h... yes
  547. checking for sig_atomic_t... yes
  548. checking if sig_atomic_t is already defined as volatile... no
  549. checking return type of signal handlers... void
  550. checking for sys/select.h... (cached) yes
  551. checking for sys/socket.h... (cached) yes
  552. checking for select... yes
  553. checking types of args and return type for select... int,fd_set *,struct timeval *,int
  554. checking for sys/types.h... (cached) yes
  555. checking for sys/socket.h... (cached) yes
  556. checking for recv... yes
  557. checking types of args and return type for recv... int,void *,size_t,int,ssize_t
  558. checking for sys/types.h... (cached) yes
  559. checking for sys/socket.h... (cached) yes
  560. checking for recvfrom... yes
  561. checking types of args and return type for recvfrom... int,void *,size_t,int,struct sockaddr *,socklen_t *,ssize_t
  562. checking for sys/types.h... (cached) yes
  563. checking for sys/socket.h... (cached) yes
  564. checking for send... yes
  565. checking types of args and return type for send... int,const void *,size_t,int,ssize_t
  566. checking for sys/types.h... (cached) yes
  567. checking for sys/socket.h... (cached) yes
  568. checking for MSG_NOSIGNAL... yes
  569. checking for sys/types.h... (cached) yes
  570. checking for unistd.h... (cached) yes
  571. checking if alarm can be linked... yes
  572. checking if alarm is prototyped... yes
  573. checking if alarm is compilable... yes
  574. checking if alarm usage allowed... yes
  575. checking if alarm might be used... yes
  576. checking for sys/types.h... (cached) yes
  577. checking for string.h... (cached) yes
  578. checking for strings.h... (cached) yes
  579. checking for sys/types.h... (cached) yes
  580. checking for libgen.h... (cached) yes
  581. checking if basename can be linked... yes
  582. checking if basename is prototyped... yes
  583. checking if basename is compilable... yes
  584. checking if basename usage allowed... yes
  585. checking if basename might be used... yes
  586. checking for sys/types.h... (cached) yes
  587. checking for socket.h... (cached) no
  588. checking if closesocket can be linked... no
  589. checking if closesocket might be used... no
  590. checking if CloseSocket can be linked... no
  591. checking if CloseSocket might be used... no
  592. checking if connect can be linked... yes
  593. checking if connect is prototyped... yes
  594. checking if connect is compilable... yes
  595. checking if connect usage allowed... yes
  596. checking if connect might be used... yes
  597. checking for sys/types.h... (cached) yes
  598. checking for unistd.h... (cached) yes
  599. checking for fcntl.h... (cached) yes
  600. checking if fcntl can be linked... yes
  601. checking if fcntl is prototyped... yes
  602. checking if fcntl is compilable... yes
  603. checking if fcntl usage allowed... yes
  604. checking if fcntl might be used... yes
  605. checking if fcntl O_NONBLOCK is compilable... yes
  606. checking if fcntl O_NONBLOCK usage allowed... yes
  607. checking if fcntl O_NONBLOCK might be used... yes
  608. checking for sys/types.h... (cached) yes
  609. checking for stdio.h... yes
  610. checking if fdopen can be linked... yes
  611. checking if fdopen is prototyped... yes
  612. checking if fdopen is compilable... yes
  613. checking if fdopen usage allowed... yes
  614. checking if fdopen might be used... yes
  615. checking for sys/types.h... (cached) yes
  616. checking for netdb.h... (cached) yes
  617. checking if freeaddrinfo can be linked... yes
  618. checking if freeaddrinfo is prototyped... yes
  619. checking if freeaddrinfo is compilable... yes
  620. checking if freeaddrinfo usage allowed... yes
  621. checking if freeaddrinfo might be used... yes
  622. checking for sys/types.h... (cached) yes
  623. checking for sys/socket.h... (cached) yes
  624. checking for netinet/in.h... (cached) yes
  625. checking for ifaddrs.h... yes
  626. checking if freeifaddrs can be linked... yes
  627. checking if freeifaddrs is prototyped... yes
  628. checking if freeifaddrs is compilable... yes
  629. checking if freeifaddrs usage allowed... yes
  630. checking if freeifaddrs might be used... yes
  631. checking if ftruncate can be linked... yes
  632. checking if ftruncate is prototyped... yes
  633. checking if ftruncate is compilable... yes
  634. checking if ftruncate usage allowed... yes
  635. checking if ftruncate might be used... yes
  636. checking for sys/types.h... (cached) yes
  637. checking for stdlib.h... (cached) yes
  638. checking if getaddrinfo can be linked... yes
  639. checking if getaddrinfo is prototyped... yes
  640. checking if getaddrinfo is compilable... yes
  641. checking if getaddrinfo seems to work... yes
  642. checking if getaddrinfo usage allowed... yes
  643. checking if getaddrinfo might be used... yes
  644. checking if getaddrinfo is threadsafe... yes
  645. checking if gethostbyaddr can be linked... yes
  646. checking if gethostbyaddr is prototyped... yes
  647. checking if gethostbyaddr is compilable... yes
  648. checking if gethostbyaddr usage allowed... yes
  649. checking if gethostbyaddr might be used... yes
  650. checking if gethostbyaddr_r can be linked... yes
  651. checking if gethostbyaddr_r is prototyped... yes
  652. checking if gethostbyaddr_r takes 5 args.... no
  653. checking if gethostbyaddr_r takes 7 args.... no
  654. checking if gethostbyaddr_r takes 8 args.... yes
  655. checking if gethostbyaddr_r is compilable... yes
  656. checking if gethostbyaddr_r usage allowed... yes
  657. checking if gethostbyaddr_r might be used... yes
  658. checking if gethostbyname can be linked... yes
  659. checking if gethostbyname is prototyped... yes
  660. checking if gethostbyname is compilable... yes
  661. checking if gethostbyname usage allowed... yes
  662. checking if gethostbyname might be used... yes
  663. checking if gethostbyname_r can be linked... yes
  664. checking if gethostbyname_r is prototyped... yes
  665. checking if gethostbyname_r takes 3 args.... no
  666. checking if gethostbyname_r takes 5 args.... no
  667. checking if gethostbyname_r takes 6 args.... yes
  668. checking if gethostbyname_r is compilable... yes
  669. checking if gethostbyname_r usage allowed... yes
  670. checking if gethostbyname_r might be used... yes
  671. checking if gethostname can be linked... yes
  672. checking if gethostname is prototyped... yes
  673. checking if gethostname is compilable... yes
  674. checking if gethostname usage allowed... yes
  675. checking if gethostname might be used... yes
  676. checking if getifaddrs can be linked... yes
  677. checking if getifaddrs is prototyped... yes
  678. checking if getifaddrs is compilable... yes
  679. checking if getifaddrs seems to work... yes
  680. checking if getifaddrs usage allowed... yes
  681. checking if getifaddrs might be used... yes
  682. checking if getservbyport_r can be linked... yes
  683. checking if getservbyport_r is prototyped... yes
  684. checking if getservbyport_r takes 4 args.... no
  685. checking if getservbyport_r takes 5 args.... no
  686. checking if getservbyport_r takes 6 args.... yes
  687. checking if getservbyport_r is compilable... yes
  688. checking if getservbyport_r usage allowed... yes
  689. checking if getservbyport_r might be used... yes
  690. checking for sys/types.h... (cached) yes
  691. checking for sys/time.h... (cached) yes
  692. checking for time.h... (cached) yes
  693. checking if gmtime_r can be linked... yes
  694. checking if gmtime_r is prototyped... yes
  695. checking if gmtime_r is compilable... yes
  696. checking if gmtime_r seems to work... yes
  697. checking if gmtime_r usage allowed... yes
  698. checking if gmtime_r might be used... yes
  699. checking for sys/types.h... (cached) yes
  700. checking for sys/socket.h... (cached) yes
  701. checking for netinet/in.h... (cached) yes
  702. checking for arpa/inet.h... (cached) yes
  703. checking if inet_ntoa_r can be linked... no
  704. checking if inet_ntoa_r might be used... no
  705. checking if inet_ntop can be linked... yes
  706. checking if inet_ntop is prototyped... yes
  707. checking if inet_ntop is compilable... yes
  708. checking if inet_ntop seems to work... yes
  709. checking if inet_ntop usage allowed... yes
  710. checking if inet_ntop might be used... yes
  711. checking if inet_pton can be linked... yes
  712. checking if inet_pton is prototyped... yes
  713. checking if inet_pton is compilable... yes
  714. checking if inet_pton seems to work... yes
  715. checking if inet_pton usage allowed... yes
  716. checking if inet_pton might be used... yes
  717. checking for sys/types.h... (cached) yes
  718. checking for unistd.h... (cached) yes
  719. checking for sys/socket.h... (cached) yes
  720. checking for sys/ioctl.h... (cached) yes
  721. checking for stropts.h... yes
  722. checking if ioctl can be linked... yes
  723. checking if ioctl is prototyped... yes
  724. checking if ioctl is compilable... yes
  725. checking if ioctl usage allowed... yes
  726. checking if ioctl might be used... yes
  727. checking if ioctl FIONBIO is compilable... yes
  728. checking if ioctl FIONBIO usage allowed... yes
  729. checking if ioctl FIONBIO might be used... yes
  730. checking if ioctl SIOCGIFADDR is compilable... yes
  731. checking if ioctl SIOCGIFADDR usage allowed... yes
  732. checking if ioctl SIOCGIFADDR might be used... yes
  733. checking if ioctlsocket can be linked... no
  734. checking if ioctlsocket might be used... no
  735. checking if IoctlSocket can be linked... no
  736. checking if IoctlSocket might be used... no
  737. checking if localtime_r can be linked... yes
  738. checking if localtime_r is prototyped... yes
  739. checking if localtime_r is compilable... yes
  740. checking if localtime_r seems to work... yes
  741. checking if localtime_r usage allowed... yes
  742. checking if localtime_r might be used... yes
  743. checking if memrchr can be linked... yes
  744. checking if memrchr is prototyped... no
  745. checking if memrchr might be used... no
  746. checking for sys/types.h... (cached) yes
  747. checking for poll.h... (cached) yes
  748. checking for sys/poll.h... (cached) yes
  749. checking if poll can be linked... yes
  750. checking if poll is prototyped... yes
  751. checking if poll is compilable... yes
  752. checking if poll seems to work... yes
  753. checking if poll usage allowed... yes
  754. checking if poll might be used... yes
  755. checking if setsockopt can be linked... yes
  756. checking if setsockopt is prototyped... yes
  757. checking if setsockopt is compilable... yes
  758. checking if setsockopt usage allowed... yes
  759. checking if setsockopt might be used... yes
  760. checking if setsockopt SO_NONBLOCK is compilable... no
  761. checking if setsockopt SO_NONBLOCK might be used... no
  762. checking for sys/types.h... (cached) yes
  763. checking for signal.h... (cached) yes
  764. checking if sigaction can be linked... yes
  765. checking if sigaction is prototyped... yes
  766. checking if sigaction is compilable... yes
  767. checking if sigaction usage allowed... yes
  768. checking if sigaction might be used... yes
  769. checking if siginterrupt can be linked... yes
  770. checking if siginterrupt is prototyped... yes
  771. checking if siginterrupt is compilable... yes
  772. checking if siginterrupt usage allowed... yes
  773. checking if siginterrupt might be used... yes
  774. checking if signal can be linked... yes
  775. checking if signal is prototyped... yes
  776. checking if signal is compilable... yes
  777. checking if signal usage allowed... yes
  778. checking if signal might be used... yes
  779. checking for sys/types.h... (cached) yes
  780. checking for setjmp.h... (cached) yes
  781. checking if sigsetjmp can be linked... no
  782. checking if sigsetjmp seems a macro... yes
  783. checking if sigsetjmp is compilable... yes
  784. checking if sigsetjmp usage allowed... yes
  785. checking if sigsetjmp might be used... yes
  786. checking if socket can be linked... yes
  787. checking if socket is prototyped... yes
  788. checking if socket is compilable... yes
  789. checking if socket usage allowed... yes
  790. checking if socket might be used... yes
  791. checking if strcasecmp can be linked... yes
  792. checking if strcasecmp is prototyped... yes
  793. checking if strcasecmp is compilable... yes
  794. checking if strcasecmp usage allowed... yes
  795. checking if strcasecmp might be used... yes
  796. checking if strcasestr can be linked... yes
  797. checking if strcasestr is prototyped... no
  798. checking if strcasestr might be used... no
  799. checking if strcmpi can be linked... no
  800. checking if strcmpi might be used... no
  801. checking if strdup can be linked... yes
  802. checking if strdup is prototyped... yes
  803. checking if strdup is compilable... yes
  804. checking if strdup usage allowed... yes
  805. checking if strdup might be used... yes
  806. checking if strerror_r can be linked... yes
  807. checking if strerror_r is prototyped... yes
  808. checking if strerror_r is compilable... yes
  809. checking if strerror_r is glibc like... no
  810. checking if strerror_r is POSIX like... yes
  811. checking if strerror_r seems to work... yes
  812. checking if strerror_r usage allowed... yes
  813. checking if strerror_r might be used... yes
  814. checking if stricmp can be linked... no
  815. checking if stricmp might be used... no
  816. checking if strlcat can be linked... no
  817. checking if strlcat might be used... no
  818. checking if strncasecmp can be linked... yes
  819. checking if strncasecmp is prototyped... yes
  820. checking if strncasecmp is compilable... yes
  821. checking if strncasecmp usage allowed... yes
  822. checking if strncasecmp might be used... yes
  823. checking if strncmpi can be linked... no
  824. checking if strncmpi might be used... no
  825. checking if strnicmp can be linked... no
  826. checking if strnicmp might be used... no
  827. checking if strstr can be linked... yes
  828. checking if strstr is prototyped... yes
  829. checking if strstr is compilable... yes
  830. checking if strstr usage allowed... yes
  831. checking if strstr might be used... yes
  832. checking if strtok_r can be linked... yes
  833. checking if strtok_r is prototyped... yes
  834. checking if strtok_r is compilable... yes
  835. checking if strtok_r usage allowed... yes
  836. checking if strtok_r might be used... yes
  837. checking if strtoll can be linked... yes
  838. checking if strtoll is prototyped... yes
  839. checking if strtoll is compilable... yes
  840. checking if strtoll usage allowed... yes
  841. checking if strtoll might be used... yes
  842. checking for sys/types.h... (cached) yes
  843. checking for sys/uio.h... (cached) yes
  844. checking if writev can be linked... yes
  845. checking if writev is prototyped... yes
  846. checking if writev is compilable... yes
  847. checking if writev usage allowed... yes
  848. checking if writev might be used... yes
  849. checking for fork... yes
  850. checking for geteuid... yes
  851. checking for getpass_r... no
  852. checking deeper for getpass_r... but still no
  853. checking for getppid... yes
  854. checking for getprotobyname... yes
  855. checking for getpwuid... yes
  856. checking for getrlimit... yes
  857. checking for gettimeofday... yes
  858. checking for inet_addr... yes
  859. checking for perror... yes
  860. checking for pipe... yes
  861. checking for setlocale... yes
  862. checking for setmode... no
  863. checking deeper for setmode... but still no
  864. checking for setrlimit... yes
  865. checking for uname... yes
  866. checking for utime... yes
  867. checking for sys/types.h... (cached) yes
  868. checking for sys/socket.h... (cached) yes
  869. checking for netdb.h... (cached) yes
  870. checking for getnameinfo... yes
  871. checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int
  872. checking whether to enable non-blocking communications... yes
  873. checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
  874. checking for perl... /usr/bin/perl
  875. checking for gnroff... no
  876. checking for nroff... /usr/bin/nroff
  877. checking how to use *nroff to get plain text from man pages... -man
  878. checking that c-ares is good and recent enough... yes
  879. checking whether to enable the threaded resolver... no
  880. checking whether to enable verbose strings... yes
  881. checking whether to enable SSPI support (Windows native builds only)... no
  882. checking whether to enable cryptographic authentication methods... yes
  883. checking whether to enable support for cookies... yes
  884. checking whether to enable hidden symbols in the library... no
  885. checking whether to enforce SONAME bump... no
  886. configure: creating ./config.status
  887. config.status: creating Makefile
  888. config.status: creating docs/Makefile
  889. config.status: creating docs/examples/Makefile
  890. config.status: creating docs/libcurl/Makefile
  891. config.status: creating include/Makefile
  892. config.status: creating include/curl/Makefile
  893. config.status: creating src/Makefile
  894. config.status: creating lib/Makefile
  895. config.status: creating tests/Makefile
  896. config.status: creating tests/data/Makefile
  897. config.status: creating tests/server/Makefile
  898. config.status: creating tests/libtest/Makefile
  899. config.status: creating packages/Makefile
  900. config.status: creating packages/Win32/Makefile
  901. config.status: creating packages/Win32/cygwin/Makefile
  902. config.status: creating packages/Linux/Makefile
  903. config.status: creating packages/Linux/RPM/Makefile
  904. config.status: creating packages/Linux/RPM/curl.spec
  905. config.status: creating packages/Linux/RPM/curl-ssl.spec
  906. config.status: creating packages/Solaris/Makefile
  907. config.status: creating packages/EPM/curl.list
  908. config.status: creating packages/EPM/Makefile
  909. config.status: creating packages/vms/Makefile
  910. config.status: creating packages/AIX/Makefile
  911. config.status: creating packages/AIX/RPM/Makefile
  912. config.status: creating packages/AIX/RPM/curl.spec
  913. config.status: creating curl-config
  914. config.status: creating libcurl.pc
  915. config.status: creating lib/curl_config.h
  916. config.status: creating src/curl_config.h
  917. config.status: creating include/curl/curlbuild.h
  918. config.status: executing depfiles commands
  919. config.status: executing libtool commands
  920. configure: Configured to build curl/libcurl:
  921.  
  922. curl version: 7.21.0
  923. Host setup: x86_64-unknown-linux-gnu
  924. Install prefix: /home/ircd/curl
  925. Compiler: gcc
  926. SSL support: enabled (OpenSSL)
  927. SSH support: no (--with-libssh2)
  928. zlib support: enabled
  929. krb4 support: no (--with-krb4*)
  930. GSSAPI support: no (--with-gssapi)
  931. SPNEGO support: no (--with-spnego)
  932. resolver: c-ares
  933. ipv6 support: no (--enable-ipv6)
  934. IDN support: enabled
  935. Build libcurl: Shared=no, Static=yes
  936. Built-in manual: enabled
  937. Verbose errors: enabled (--disable-verbose)
  938. SSPI support: no (--enable-sspi)
  939. ca cert bundle: /etc/ssl/certs/ca-certificates.crt
  940. ca cert path: no
  941. LDAP support: enabled (OpenLDAP)
  942. LDAPS support: enabled
  943. RTSP support: enabled
  944. RTMP support: enabled (librtmp)
  945. Protocols: DICT FILE FTP FTPS HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTMP RTSP SMTP SMTPS TELNET TFTP
  946.  
  947. Making all in lib
  948. make[1]: Entering directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/lib'
  949. make all-am
  950. make[2]: Entering directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/lib'
  951. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF ".deps/file.Tpo" -c -o file.lo file.c; \
  952. then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f ".deps/file.Tpo"; exit 1; fi
  953. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o file.o
  954. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF ".deps/timeval.Tpo" -c -o timeval.lo timeval.c; \
  955. then mv -f ".deps/timeval.Tpo" ".deps/timeval.Plo"; else rm -f ".deps/timeval.Tpo"; exit 1; fi
  956. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c -fPIC -DPIC -o timeval.o
  957. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" -c -o base64.lo base64.c; \
  958. then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; else rm -f ".deps/base64.Tpo"; exit 1; fi
  959. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o base64.o
  960. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF ".deps/hostip.Tpo" -c -o hostip.lo hostip.c; \
  961. then mv -f ".deps/hostip.Tpo" ".deps/hostip.Plo"; else rm -f ".deps/hostip.Tpo"; exit 1; fi
  962. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c -fPIC -DPIC -o hostip.o
  963. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF ".deps/progress.Tpo" -c -o progress.lo progress.c; \
  964. then mv -f ".deps/progress.Tpo" ".deps/progress.Plo"; else rm -f ".deps/progress.Tpo"; exit 1; fi
  965. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -fPIC -DPIC -o progress.o
  966. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF ".deps/formdata.Tpo" -c -o formdata.lo formdata.c; \
  967. then mv -f ".deps/formdata.Tpo" ".deps/formdata.Plo"; else rm -f ".deps/formdata.Tpo"; exit 1; fi
  968. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c -fPIC -DPIC -o formdata.o
  969. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF ".deps/cookie.Tpo" -c -o cookie.lo cookie.c; \
  970. then mv -f ".deps/cookie.Tpo" ".deps/cookie.Plo"; else rm -f ".deps/cookie.Tpo"; exit 1; fi
  971. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -fPIC -DPIC -o cookie.o
  972. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF ".deps/http.Tpo" -c -o http.lo http.c; \
  973. then mv -f ".deps/http.Tpo" ".deps/http.Plo"; else rm -f ".deps/http.Tpo"; exit 1; fi
  974. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -fPIC -DPIC -o http.o
  975. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF ".deps/sendf.Tpo" -c -o sendf.lo sendf.c; \
  976. then mv -f ".deps/sendf.Tpo" ".deps/sendf.Plo"; else rm -f ".deps/sendf.Tpo"; exit 1; fi
  977. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c -fPIC -DPIC -o sendf.o
  978. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o ftp.lo ftp.c; \
  979. then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ftp.Tpo"; exit 1; fi
  980. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -fPIC -DPIC -o ftp.o
  981. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF ".deps/url.Tpo" -c -o url.lo url.c; \
  982. then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f ".deps/url.Tpo"; exit 1; fi
  983. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -fPIC -DPIC -o url.o
  984. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF ".deps/dict.Tpo" -c -o dict.lo dict.c; \
  985. then mv -f ".deps/dict.Tpo" ".deps/dict.Plo"; else rm -f ".deps/dict.Tpo"; exit 1; fi
  986. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fPIC -DPIC -o dict.o
  987. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF ".deps/if2ip.Tpo" -c -o if2ip.lo if2ip.c; \
  988. then mv -f ".deps/if2ip.Tpo" ".deps/if2ip.Plo"; else rm -f ".deps/if2ip.Tpo"; exit 1; fi
  989. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c -fPIC -DPIC -o if2ip.o
  990. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF ".deps/speedcheck.Tpo" -c -o speedcheck.lo speedcheck.c; \
  991. then mv -f ".deps/speedcheck.Tpo" ".deps/speedcheck.Plo"; else rm -f ".deps/speedcheck.Tpo"; exit 1; fi
  992. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c -fPIC -DPIC -o speedcheck.o
  993. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF ".deps/ldap.Tpo" -c -o ldap.lo ldap.c; \
  994. then mv -f ".deps/ldap.Tpo" ".deps/ldap.Plo"; else rm -f ".deps/ldap.Tpo"; exit 1; fi
  995. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -fPIC -DPIC -o ldap.o
  996. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF ".deps/ssluse.Tpo" -c -o ssluse.lo ssluse.c; \
  997. then mv -f ".deps/ssluse.Tpo" ".deps/ssluse.Plo"; else rm -f ".deps/ssluse.Tpo"; exit 1; fi
  998. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c -fPIC -DPIC -o ssluse.o
  999. ssluse.c: In function ‘ossl_connect_step1’:
  1000. ssluse.c:1458:16: warning: assignment makes pointer from integer without a cast [enabled by default]
  1001. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF ".deps/version.Tpo" -c -o version.lo version.c; \
  1002. then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f ".deps/version.Tpo"; exit 1; fi
  1003. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o version.o
  1004. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF ".deps/getenv.Tpo" -c -o getenv.lo getenv.c; \
  1005. then mv -f ".deps/getenv.Tpo" ".deps/getenv.Plo"; else rm -f ".deps/getenv.Tpo"; exit 1; fi
  1006. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c -fPIC -DPIC -o getenv.o
  1007. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF ".deps/escape.Tpo" -c -o escape.lo escape.c; \
  1008. then mv -f ".deps/escape.Tpo" ".deps/escape.Plo"; else rm -f ".deps/escape.Tpo"; exit 1; fi
  1009. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c -fPIC -DPIC -o escape.o
  1010. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF ".deps/mprintf.Tpo" -c -o mprintf.lo mprintf.c; \
  1011. then mv -f ".deps/mprintf.Tpo" ".deps/mprintf.Plo"; else rm -f ".deps/mprintf.Tpo"; exit 1; fi
  1012. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c -fPIC -DPIC -o mprintf.o
  1013. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF ".deps/telnet.Tpo" -c -o telnet.lo telnet.c; \
  1014. then mv -f ".deps/telnet.Tpo" ".deps/telnet.Plo"; else rm -f ".deps/telnet.Tpo"; exit 1; fi
  1015. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c -fPIC -DPIC -o telnet.o
  1016. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF ".deps/netrc.Tpo" -c -o netrc.lo netrc.c; \
  1017. then mv -f ".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f ".deps/netrc.Tpo"; exit 1; fi
  1018. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c -fPIC -DPIC -o netrc.o
  1019. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF ".deps/getinfo.Tpo" -c -o getinfo.lo getinfo.c; \
  1020. then mv -f ".deps/getinfo.Tpo" ".deps/getinfo.Plo"; else rm -f ".deps/getinfo.Tpo"; exit 1; fi
  1021. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c -fPIC -DPIC -o getinfo.o
  1022. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF ".deps/transfer.Tpo" -c -o transfer.lo transfer.c; \
  1023. then mv -f ".deps/transfer.Tpo" ".deps/transfer.Plo"; else rm -f ".deps/transfer.Tpo"; exit 1; fi
  1024. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c -fPIC -DPIC -o transfer.o
  1025. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF ".deps/strequal.Tpo" -c -o strequal.lo strequal.c; \
  1026. then mv -f ".deps/strequal.Tpo" ".deps/strequal.Plo"; else rm -f ".deps/strequal.Tpo"; exit 1; fi
  1027. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c -fPIC -DPIC -o strequal.o
  1028. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF ".deps/easy.Tpo" -c -o easy.lo easy.c; \
  1029. then mv -f ".deps/easy.Tpo" ".deps/easy.Plo"; else rm -f ".deps/easy.Tpo"; exit 1; fi
  1030. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -fPIC -DPIC -o easy.o
  1031. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF ".deps/security.Tpo" -c -o security.lo security.c; \
  1032. then mv -f ".deps/security.Tpo" ".deps/security.Plo"; else rm -f ".deps/security.Tpo"; exit 1; fi
  1033. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -fPIC -DPIC -o security.o
  1034. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF ".deps/krb4.Tpo" -c -o krb4.lo krb4.c; \
  1035. then mv -f ".deps/krb4.Tpo" ".deps/krb4.Plo"; else rm -f ".deps/krb4.Tpo"; exit 1; fi
  1036. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -fPIC -DPIC -o krb4.o
  1037. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_fnmatch.lo -MD -MP -MF ".deps/curl_fnmatch.Tpo" -c -o curl_fnmatch.lo curl_fnmatch.c; \
  1038. then mv -f ".deps/curl_fnmatch.Tpo" ".deps/curl_fnmatch.Plo"; else rm -f ".deps/curl_fnmatch.Tpo"; exit 1; fi
  1039. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_fnmatch.lo -MD -MP -MF .deps/curl_fnmatch.Tpo -c curl_fnmatch.c -fPIC -DPIC -o curl_fnmatch.o
  1040. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT fileinfo.lo -MD -MP -MF ".deps/fileinfo.Tpo" -c -o fileinfo.lo fileinfo.c; \
  1041. then mv -f ".deps/fileinfo.Tpo" ".deps/fileinfo.Plo"; else rm -f ".deps/fileinfo.Tpo"; exit 1; fi
  1042. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT fileinfo.lo -MD -MP -MF .deps/fileinfo.Tpo -c fileinfo.c -fPIC -DPIC -o fileinfo.o
  1043. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ftplistparser.lo -MD -MP -MF ".deps/ftplistparser.Tpo" -c -o ftplistparser.lo ftplistparser.c; \
  1044. then mv -f ".deps/ftplistparser.Tpo" ".deps/ftplistparser.Plo"; else rm -f ".deps/ftplistparser.Tpo"; exit 1; fi
  1045. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ftplistparser.lo -MD -MP -MF .deps/ftplistparser.Tpo -c ftplistparser.c -fPIC -DPIC -o ftplistparser.o
  1046. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT wildcard.lo -MD -MP -MF ".deps/wildcard.Tpo" -c -o wildcard.lo wildcard.c; \
  1047. then mv -f ".deps/wildcard.Tpo" ".deps/wildcard.Plo"; else rm -f ".deps/wildcard.Tpo"; exit 1; fi
  1048. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT wildcard.lo -MD -MP -MF .deps/wildcard.Tpo -c wildcard.c -fPIC -DPIC -o wildcard.o
  1049. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF ".deps/krb5.Tpo" -c -o krb5.lo krb5.c; \
  1050. then mv -f ".deps/krb5.Tpo" ".deps/krb5.Plo"; else rm -f ".deps/krb5.Tpo"; exit 1; fi
  1051. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c -fPIC -DPIC -o krb5.o
  1052. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF ".deps/memdebug.Tpo" -c -o memdebug.lo memdebug.c; \
  1053. then mv -f ".deps/memdebug.Tpo" ".deps/memdebug.Plo"; else rm -f ".deps/memdebug.Tpo"; exit 1; fi
  1054. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c -fPIC -DPIC -o memdebug.o
  1055. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_chunks.lo -MD -MP -MF ".deps/http_chunks.Tpo" -c -o http_chunks.lo http_chunks.c; \
  1056. then mv -f ".deps/http_chunks.Tpo" ".deps/http_chunks.Plo"; else rm -f ".deps/http_chunks.Tpo"; exit 1; fi
  1057. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c -fPIC -DPIC -o http_chunks.o
  1058. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF ".deps/strtok.Tpo" -c -o strtok.lo strtok.c; \
  1059. then mv -f ".deps/strtok.Tpo" ".deps/strtok.Plo"; else rm -f ".deps/strtok.Tpo"; exit 1; fi
  1060. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c -fPIC -DPIC -o strtok.o
  1061. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \
  1062. then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi
  1063. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o connect.o
  1064. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF ".deps/llist.Tpo" -c -o llist.lo llist.c; \
  1065. then mv -f ".deps/llist.Tpo" ".deps/llist.Plo"; else rm -f ".deps/llist.Tpo"; exit 1; fi
  1066. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c -fPIC -DPIC -o llist.o
  1067. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" -c -o hash.lo hash.c; \
  1068. then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f ".deps/hash.Tpo"; exit 1; fi
  1069. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o hash.o
  1070. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF ".deps/multi.Tpo" -c -o multi.lo multi.c; \
  1071. then mv -f ".deps/multi.Tpo" ".deps/multi.Plo"; else rm -f ".deps/multi.Tpo"; exit 1; fi
  1072. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c -fPIC -DPIC -o multi.o
  1073. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT content_encoding.lo -MD -MP -MF ".deps/content_encoding.Tpo" -c -o content_encoding.lo content_encoding.c; \
  1074. then mv -f ".deps/content_encoding.Tpo" ".deps/content_encoding.Plo"; else rm -f ".deps/content_encoding.Tpo"; exit 1; fi
  1075. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c -fPIC -DPIC -o content_encoding.o
  1076. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF ".deps/share.Tpo" -c -o share.lo share.c; \
  1077. then mv -f ".deps/share.Tpo" ".deps/share.Plo"; else rm -f ".deps/share.Tpo"; exit 1; fi
  1078. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c -fPIC -DPIC -o share.o
  1079. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_digest.lo -MD -MP -MF ".deps/http_digest.Tpo" -c -o http_digest.lo http_digest.c; \
  1080. then mv -f ".deps/http_digest.Tpo" ".deps/http_digest.Plo"; else rm -f ".deps/http_digest.Tpo"; exit 1; fi
  1081. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c -fPIC -DPIC -o http_digest.o
  1082. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \
  1083. then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
  1084. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o md5.o
  1085. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_rand.lo -MD -MP -MF ".deps/curl_rand.Tpo" -c -o curl_rand.lo curl_rand.c; \
  1086. then mv -f ".deps/curl_rand.Tpo" ".deps/curl_rand.Plo"; else rm -f ".deps/curl_rand.Tpo"; exit 1; fi
  1087. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_rand.lo -MD -MP -MF .deps/curl_rand.Tpo -c curl_rand.c -fPIC -DPIC -o curl_rand.o
  1088. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_negotiate.lo -MD -MP -MF ".deps/http_negotiate.Tpo" -c -o http_negotiate.lo http_negotiate.c; \
  1089. then mv -f ".deps/http_negotiate.Tpo" ".deps/http_negotiate.Plo"; else rm -f ".deps/http_negotiate.Tpo"; exit 1; fi
  1090. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c -fPIC -DPIC -o http_negotiate.o
  1091. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD -MP -MF ".deps/http_ntlm.Tpo" -c -o http_ntlm.lo http_ntlm.c; \
  1092. then mv -f ".deps/http_ntlm.Tpo" ".deps/http_ntlm.Plo"; else rm -f ".deps/http_ntlm.Tpo"; exit 1; fi
  1093. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c -fPIC -DPIC -o http_ntlm.o
  1094. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.lo inet_pton.c; \
  1095. then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Plo"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi
  1096. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c inet_pton.c -fPIC -DPIC -o inet_pton.o
  1097. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.lo strtoofft.c; \
  1098. then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Plo"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi
  1099. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c -fPIC -DPIC -o strtoofft.o
  1100. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF ".deps/strerror.Tpo" -c -o strerror.lo strerror.c; \
  1101. then mv -f ".deps/strerror.Tpo" ".deps/strerror.Plo"; else rm -f ".deps/strerror.Tpo"; exit 1; fi
  1102. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -fPIC -DPIC -o strerror.o
  1103. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF ".deps/hostares.Tpo" -c -o hostares.lo hostares.c; \
  1104. then mv -f ".deps/hostares.Tpo" ".deps/hostares.Plo"; else rm -f ".deps/hostares.Tpo"; exit 1; fi
  1105. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c -fPIC -DPIC -o hostares.o
  1106. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF ".deps/hostasyn.Tpo" -c -o hostasyn.lo hostasyn.c; \
  1107. then mv -f ".deps/hostasyn.Tpo" ".deps/hostasyn.Plo"; else rm -f ".deps/hostasyn.Tpo"; exit 1; fi
  1108. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c -fPIC -DPIC -o hostasyn.o
  1109. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF ".deps/hostip4.Tpo" -c -o hostip4.lo hostip4.c; \
  1110. then mv -f ".deps/hostip4.Tpo" ".deps/hostip4.Plo"; else rm -f ".deps/hostip4.Tpo"; exit 1; fi
  1111. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c -fPIC -DPIC -o hostip4.o
  1112. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF ".deps/hostip6.Tpo" -c -o hostip6.lo hostip6.c; \
  1113. then mv -f ".deps/hostip6.Tpo" ".deps/hostip6.Plo"; else rm -f ".deps/hostip6.Tpo"; exit 1; fi
  1114. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c -fPIC -DPIC -o hostip6.o
  1115. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF ".deps/hostsyn.Tpo" -c -o hostsyn.lo hostsyn.c; \
  1116. then mv -f ".deps/hostsyn.Tpo" ".deps/hostsyn.Plo"; else rm -f ".deps/hostsyn.Tpo"; exit 1; fi
  1117. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c -fPIC -DPIC -o hostsyn.o
  1118. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF ".deps/hostthre.Tpo" -c -o hostthre.lo hostthre.c; \
  1119. then mv -f ".deps/hostthre.Tpo" ".deps/hostthre.Plo"; else rm -f ".deps/hostthre.Tpo"; exit 1; fi
  1120. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c -fPIC -DPIC -o hostthre.o
  1121. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.lo inet_ntop.c; \
  1122. then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Plo"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
  1123. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -fPIC -DPIC -o inet_ntop.o
  1124. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF ".deps/parsedate.Tpo" -c -o parsedate.lo parsedate.c; \
  1125. then mv -f ".deps/parsedate.Tpo" ".deps/parsedate.Plo"; else rm -f ".deps/parsedate.Tpo"; exit 1; fi
  1126. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c -fPIC -DPIC -o parsedate.o
  1127. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF ".deps/select.Tpo" -c -o select.lo select.c; \
  1128. then mv -f ".deps/select.Tpo" ".deps/select.Plo"; else rm -f ".deps/select.Tpo"; exit 1; fi
  1129. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o select.o
  1130. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF ".deps/gtls.Tpo" -c -o gtls.lo gtls.c; \
  1131. then mv -f ".deps/gtls.Tpo" ".deps/gtls.Plo"; else rm -f ".deps/gtls.Tpo"; exit 1; fi
  1132. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c -fPIC -DPIC -o gtls.o
  1133. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF ".deps/sslgen.Tpo" -c -o sslgen.lo sslgen.c; \
  1134. then mv -f ".deps/sslgen.Tpo" ".deps/sslgen.Plo"; else rm -f ".deps/sslgen.Tpo"; exit 1; fi
  1135. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c -fPIC -DPIC -o sslgen.o
  1136. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF ".deps/tftp.Tpo" -c -o tftp.lo tftp.c; \
  1137. then mv -f ".deps/tftp.Tpo" ".deps/tftp.Plo"; else rm -f ".deps/tftp.Tpo"; exit 1; fi
  1138. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -fPIC -DPIC -o tftp.o
  1139. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF ".deps/splay.Tpo" -c -o splay.lo splay.c; \
  1140. then mv -f ".deps/splay.Tpo" ".deps/splay.Plo"; else rm -f ".deps/splay.Tpo"; exit 1; fi
  1141. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c -fPIC -DPIC -o splay.o
  1142. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.lo strdup.c; \
  1143. then mv -f ".deps/strdup.Tpo" ".deps/strdup.Plo"; else rm -f ".deps/strdup.Tpo"; exit 1; fi
  1144. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c strdup.c -fPIC -DPIC -o strdup.o
  1145. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF ".deps/socks.Tpo" -c -o socks.lo socks.c; \
  1146. then mv -f ".deps/socks.Tpo" ".deps/socks.Plo"; else rm -f ".deps/socks.Tpo"; exit 1; fi
  1147. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c -fPIC -DPIC -o socks.o
  1148. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF ".deps/ssh.Tpo" -c -o ssh.lo ssh.c; \
  1149. then mv -f ".deps/ssh.Tpo" ".deps/ssh.Plo"; else rm -f ".deps/ssh.Tpo"; exit 1; fi
  1150. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c -fPIC -DPIC -o ssh.o
  1151. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP -MF ".deps/nss.Tpo" -c -o nss.lo nss.c; \
  1152. then mv -f ".deps/nss.Tpo" ".deps/nss.Plo"; else rm -f ".deps/nss.Tpo"; exit 1; fi
  1153. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c -fPIC -DPIC -o nss.o
  1154. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP -MF ".deps/qssl.Tpo" -c -o qssl.lo qssl.c; \
  1155. then mv -f ".deps/qssl.Tpo" ".deps/qssl.Plo"; else rm -f ".deps/qssl.Tpo"; exit 1; fi
  1156. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c -fPIC -DPIC -o qssl.o
  1157. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP -MF ".deps/rawstr.Tpo" -c -o rawstr.lo rawstr.c; \
  1158. then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Plo"; else rm -f ".deps/rawstr.Tpo"; exit 1; fi
  1159. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT rawstr.lo -MD -MP -MF .deps/rawstr.Tpo -c rawstr.c -fPIC -DPIC -o rawstr.o
  1160. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF ".deps/curl_addrinfo.Tpo" -c -o curl_addrinfo.lo curl_addrinfo.c; \
  1161. then mv -f ".deps/curl_addrinfo.Tpo" ".deps/curl_addrinfo.Plo"; else rm -f ".deps/curl_addrinfo.Tpo"; exit 1; fi
  1162. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_addrinfo.lo -MD -MP -MF .deps/curl_addrinfo.Tpo -c curl_addrinfo.c -fPIC -DPIC -o curl_addrinfo.o
  1163. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks_gssapi.lo -MD -MP -MF ".deps/socks_gssapi.Tpo" -c -o socks_gssapi.lo socks_gssapi.c; \
  1164. then mv -f ".deps/socks_gssapi.Tpo" ".deps/socks_gssapi.Plo"; else rm -f ".deps/socks_gssapi.Tpo"; exit 1; fi
  1165. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks_gssapi.lo -MD -MP -MF .deps/socks_gssapi.Tpo -c socks_gssapi.c -fPIC -DPIC -o socks_gssapi.o
  1166. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks_sspi.lo -MD -MP -MF ".deps/socks_sspi.Tpo" -c -o socks_sspi.lo socks_sspi.c; \
  1167. then mv -f ".deps/socks_sspi.Tpo" ".deps/socks_sspi.Plo"; else rm -f ".deps/socks_sspi.Tpo"; exit 1; fi
  1168. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT socks_sspi.lo -MD -MP -MF .deps/socks_sspi.Tpo -c socks_sspi.c -fPIC -DPIC -o socks_sspi.o
  1169. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_sspi.lo -MD -MP -MF ".deps/curl_sspi.Tpo" -c -o curl_sspi.lo curl_sspi.c; \
  1170. then mv -f ".deps/curl_sspi.Tpo" ".deps/curl_sspi.Plo"; else rm -f ".deps/curl_sspi.Tpo"; exit 1; fi
  1171. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_sspi.lo -MD -MP -MF .deps/curl_sspi.Tpo -c curl_sspi.c -fPIC -DPIC -o curl_sspi.o
  1172. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT slist.lo -MD -MP -MF ".deps/slist.Tpo" -c -o slist.lo slist.c; \
  1173. then mv -f ".deps/slist.Tpo" ".deps/slist.Plo"; else rm -f ".deps/slist.Tpo"; exit 1; fi
  1174. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT slist.lo -MD -MP -MF .deps/slist.Tpo -c slist.c -fPIC -DPIC -o slist.o
  1175. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT nonblock.lo -MD -MP -MF ".deps/nonblock.Tpo" -c -o nonblock.lo nonblock.c; \
  1176. then mv -f ".deps/nonblock.Tpo" ".deps/nonblock.Plo"; else rm -f ".deps/nonblock.Tpo"; exit 1; fi
  1177. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT nonblock.lo -MD -MP -MF .deps/nonblock.Tpo -c nonblock.c -fPIC -DPIC -o nonblock.o
  1178. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_memrchr.lo -MD -MP -MF ".deps/curl_memrchr.Tpo" -c -o curl_memrchr.lo curl_memrchr.c; \
  1179. then mv -f ".deps/curl_memrchr.Tpo" ".deps/curl_memrchr.Plo"; else rm -f ".deps/curl_memrchr.Tpo"; exit 1; fi
  1180. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_memrchr.lo -MD -MP -MF .deps/curl_memrchr.Tpo -c curl_memrchr.c -fPIC -DPIC -o curl_memrchr.o
  1181. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT imap.lo -MD -MP -MF ".deps/imap.Tpo" -c -o imap.lo imap.c; \
  1182. then mv -f ".deps/imap.Tpo" ".deps/imap.Plo"; else rm -f ".deps/imap.Tpo"; exit 1; fi
  1183. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT imap.lo -MD -MP -MF .deps/imap.Tpo -c imap.c -fPIC -DPIC -o imap.o
  1184. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT pop3.lo -MD -MP -MF ".deps/pop3.Tpo" -c -o pop3.lo pop3.c; \
  1185. then mv -f ".deps/pop3.Tpo" ".deps/pop3.Plo"; else rm -f ".deps/pop3.Tpo"; exit 1; fi
  1186. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT pop3.lo -MD -MP -MF .deps/pop3.Tpo -c pop3.c -fPIC -DPIC -o pop3.o
  1187. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT smtp.lo -MD -MP -MF ".deps/smtp.Tpo" -c -o smtp.lo smtp.c; \
  1188. then mv -f ".deps/smtp.Tpo" ".deps/smtp.Plo"; else rm -f ".deps/smtp.Tpo"; exit 1; fi
  1189. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT smtp.lo -MD -MP -MF .deps/smtp.Tpo -c smtp.c -fPIC -DPIC -o smtp.o
  1190. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT pingpong.lo -MD -MP -MF ".deps/pingpong.Tpo" -c -o pingpong.lo pingpong.c; \
  1191. then mv -f ".deps/pingpong.Tpo" ".deps/pingpong.Plo"; else rm -f ".deps/pingpong.Tpo"; exit 1; fi
  1192. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT pingpong.lo -MD -MP -MF .deps/pingpong.Tpo -c pingpong.c -fPIC -DPIC -o pingpong.o
  1193. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT rtsp.lo -MD -MP -MF ".deps/rtsp.Tpo" -c -o rtsp.lo rtsp.c; \
  1194. then mv -f ".deps/rtsp.Tpo" ".deps/rtsp.Plo"; else rm -f ".deps/rtsp.Tpo"; exit 1; fi
  1195. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT rtsp.lo -MD -MP -MF .deps/rtsp.Tpo -c rtsp.c -fPIC -DPIC -o rtsp.o
  1196. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_threads.lo -MD -MP -MF ".deps/curl_threads.Tpo" -c -o curl_threads.lo curl_threads.c; \
  1197. then mv -f ".deps/curl_threads.Tpo" ".deps/curl_threads.Plo"; else rm -f ".deps/curl_threads.Tpo"; exit 1; fi
  1198. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_threads.lo -MD -MP -MF .deps/curl_threads.Tpo -c curl_threads.c -fPIC -DPIC -o curl_threads.o
  1199. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT warnless.lo -MD -MP -MF ".deps/warnless.Tpo" -c -o warnless.lo warnless.c; \
  1200. then mv -f ".deps/warnless.Tpo" ".deps/warnless.Plo"; else rm -f ".deps/warnless.Tpo"; exit 1; fi
  1201. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT warnless.lo -MD -MP -MF .deps/warnless.Tpo -c warnless.c -fPIC -DPIC -o warnless.o
  1202. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hmac.lo -MD -MP -MF ".deps/hmac.Tpo" -c -o hmac.lo hmac.c; \
  1203. then mv -f ".deps/hmac.Tpo" ".deps/hmac.Plo"; else rm -f ".deps/hmac.Tpo"; exit 1; fi
  1204. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o hmac.o
  1205. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT polarssl.lo -MD -MP -MF ".deps/polarssl.Tpo" -c -o polarssl.lo polarssl.c; \
  1206. then mv -f ".deps/polarssl.Tpo" ".deps/polarssl.Plo"; else rm -f ".deps/polarssl.Tpo"; exit 1; fi
  1207. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT polarssl.lo -MD -MP -MF .deps/polarssl.Tpo -c polarssl.c -fPIC -DPIC -o polarssl.o
  1208. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_rtmp.lo -MD -MP -MF ".deps/curl_rtmp.Tpo" -c -o curl_rtmp.lo curl_rtmp.c; \
  1209. then mv -f ".deps/curl_rtmp.Tpo" ".deps/curl_rtmp.Plo"; else rm -f ".deps/curl_rtmp.Tpo"; exit 1; fi
  1210. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curl_rtmp.lo -MD -MP -MF .deps/curl_rtmp.Tpo -c curl_rtmp.c -fPIC -DPIC -o curl_rtmp.o
  1211. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT openldap.lo -MD -MP -MF ".deps/openldap.Tpo" -c -o openldap.lo openldap.c; \
  1212. then mv -f ".deps/openldap.Tpo" ".deps/openldap.Plo"; else rm -f ".deps/openldap.Tpo"; exit 1; fi
  1213. libtool: compile: gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT openldap.lo -MD -MP -MF .deps/openldap.Tpo -c openldap.c -fPIC -DPIC -o openldap.o
  1214. /bin/sh ../libtool --tag=CC --mode=link gcc -g0 -O2 -Wno-system-headers -L/home/ircd/unrealircd3.2.9/extras/c-ares/lib -o libcurl.la -rpath /home/ircd/curl/lib -version-info 6:0:2 -lcares -lidn -lrtmp -lssl -lcrypto -llber -lldap -lrt -lssl -lcrypto -lz file.lo timeval.lo base64.lo hostip.lo progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo security.lo krb4.lo curl_fnmatch.lo fileinfo.lo ftplistparser.lo wildcard.lo krb5.lo memdebug.lo http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo content_encoding.lo share.lo http_digest.lo md5.lo curl_rand.lo http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo socks.lo ssh.lo nss.lo qssl.lo rawstr.lo curl_addrinfo.lo socks_gssapi.lo socks_sspi.lo curl_sspi.lo slist.lo nonblock.lo curl_memrchr.lo imap.lo pop3.lo smtp.lo pingpong.lo rtsp.lo curl_threads.lo warnless.lo hmac.lo polarssl.lo curl_rtmp.lo openldap.lo
  1215. libtool: link: /usr/bin/ar cru .libs/libcurl.a file.o timeval.o base64.o hostip.o progress.o formdata.o cookie.o http.o sendf.o ftp.o url.o dict.o if2ip.o speedcheck.o ldap.o ssluse.o version.o getenv.o escape.o mprintf.o telnet.o netrc.o getinfo.o transfer.o strequal.o easy.o security.o krb4.o curl_fnmatch.o fileinfo.o ftplistparser.o wildcard.o krb5.o memdebug.o http_chunks.o strtok.o connect.o llist.o hash.o multi.o content_encoding.o share.o http_digest.o md5.o curl_rand.o http_negotiate.o http_ntlm.o inet_pton.o strtoofft.o strerror.o hostares.o hostasyn.o hostip4.o hostip6.o hostsyn.o hostthre.o inet_ntop.o parsedate.o select.o gtls.o sslgen.o tftp.o splay.o strdup.o socks.o ssh.o nss.o qssl.o rawstr.o curl_addrinfo.o socks_gssapi.o socks_sspi.o curl_sspi.o slist.o nonblock.o curl_memrchr.o imap.o pop3.o smtp.o pingpong.o rtsp.o curl_threads.o warnless.o hmac.o polarssl.o curl_rtmp.o openldap.o
  1216. libtool: link: ranlib .libs/libcurl.a
  1217. libtool: link: ( cd ".libs" && rm -f "libcurl.la" && ln -s "../libcurl.la" "libcurl.la" )
  1218. make[2]: Leaving directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/lib'
  1219. make[1]: Leaving directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/lib'
  1220. Making all in src
  1221. make[1]: Entering directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/src'
  1222. make all-am
  1223. make[2]: Entering directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/src'
  1224. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
  1225. then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
  1226. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT hugehelp.o -MD -MP -MF ".deps/hugehelp.Tpo" -c -o hugehelp.o hugehelp.c; \
  1227. then mv -f ".deps/hugehelp.Tpo" ".deps/hugehelp.Po"; else rm -f ".deps/hugehelp.Tpo"; exit 1; fi
  1228. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT urlglob.o -MD -MP -MF ".deps/urlglob.Tpo" -c -o urlglob.o urlglob.c; \
  1229. then mv -f ".deps/urlglob.Tpo" ".deps/urlglob.Po"; else rm -f ".deps/urlglob.Tpo"; exit 1; fi
  1230. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT writeout.o -MD -MP -MF ".deps/writeout.Tpo" -c -o writeout.o writeout.c; \
  1231. then mv -f ".deps/writeout.Tpo" ".deps/writeout.Po"; else rm -f ".deps/writeout.Tpo"; exit 1; fi
  1232. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT writeenv.o -MD -MP -MF ".deps/writeenv.Tpo" -c -o writeenv.o writeenv.c; \
  1233. then mv -f ".deps/writeenv.Tpo" ".deps/writeenv.Po"; else rm -f ".deps/writeenv.Tpo"; exit 1; fi
  1234. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT getpass.o -MD -MP -MF ".deps/getpass.Tpo" -c -o getpass.o getpass.c; \
  1235. then mv -f ".deps/getpass.Tpo" ".deps/getpass.Po"; else rm -f ".deps/getpass.Tpo"; exit 1; fi
  1236. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT homedir.o -MD -MP -MF ".deps/homedir.Tpo" -c -o homedir.o homedir.c; \
  1237. then mv -f ".deps/homedir.Tpo" ".deps/homedir.Po"; else rm -f ".deps/homedir.Tpo"; exit 1; fi
  1238. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT curlutil.o -MD -MP -MF ".deps/curlutil.Tpo" -c -o curlutil.o curlutil.c; \
  1239. then mv -f ".deps/curlutil.Tpo" ".deps/curlutil.Po"; else rm -f ".deps/curlutil.Tpo"; exit 1; fi
  1240. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT os-specific.o -MD -MP -MF ".deps/os-specific.Tpo" -c -o os-specific.o os-specific.c; \
  1241. then mv -f ".deps/os-specific.Tpo" ".deps/os-specific.Po"; else rm -f ".deps/os-specific.Tpo"; exit 1; fi
  1242. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strtoofft.o -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.o `test -f '../lib/strtoofft.c' || echo './'`../lib/strtoofft.c; \
  1243. then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Po"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi
  1244. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT strdup.o -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.o `test -f '../lib/strdup.c' || echo './'`../lib/strdup.c; \
  1245. then mv -f ".deps/strdup.Tpo" ".deps/strdup.Po"; else rm -f ".deps/strdup.Tpo"; exit 1; fi
  1246. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT rawstr.o -MD -MP -MF ".deps/rawstr.Tpo" -c -o rawstr.o `test -f '../lib/rawstr.c' || echo './'`../lib/rawstr.c; \
  1247. then mv -f ".deps/rawstr.Tpo" ".deps/rawstr.Po"; else rm -f ".deps/rawstr.Tpo"; exit 1; fi
  1248. if gcc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../src -I../lib -I../src -I/home/ircd/unrealircd3.2.9/extras/c-ares/include -isystem /home/ircd/unrealircd3.2.9/extras/c-ares/include -g0 -O2 -Wno-system-headers -MT nonblock.o -MD -MP -MF ".deps/nonblock.Tpo" -c -o nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c; \
  1249. then mv -f ".deps/nonblock.Tpo" ".deps/nonblock.Po"; else rm -f ".deps/nonblock.Tpo"; exit 1; fi
  1250. /bin/sh ../libtool --tag=CC --mode=link gcc -g0 -O2 -Wno-system-headers -L/home/ircd/unrealircd3.2.9/extras/c-ares/lib -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o ../lib/libcurl.la -lz
  1251. libtool: link: gcc -g0 -O2 -Wno-system-headers -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o -L/home/ircd/unrealircd3.2.9/extras/c-ares/lib ../lib/.libs/libcurl.a /home/ircd/UnrealIRCD/extras/c-ares/lib/libcares.so -lidn -lrtmp -llber -lldap -lrt -lssl -lcrypto -lz -Wl,-rpath -Wl,/home/ircd/UnrealIRCD/extras/c-ares/lib -Wl,-rpath -Wl,/home/ircd/UnrealIRCD/extras/c-ares/lib
  1252. ../lib/.libs/libcurl.a(ssluse.o):ssluse.c:function ossl_connect_common: error: undefined reference to 'SSLv2_client_method'
  1253. collect2: ld returned 1 exit status
  1254. make[2]: *** [curl] Error 1
  1255. make[2]: Leaving directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/src'
  1256. make[1]: *** [all] Error 2
  1257. make[1]: Leaving directory `/home/ircd/unrealircd3.2.9/tmp/curl-latest/src'
  1258. make: *** [all-recursive] Error 1
  1259. ircd@sun:~/unrealircd3.2.9$
Add Comment
Please, Sign In to add comment