Advertisement
TheStuntman

config.log

Jan 30th, 2015
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.65 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by curl configure -, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ./configure --with-ssl
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost
  14. uname -m = x86_64
  15. uname -r = 3.10.23-xxxx-std-ipv6-64
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Mar 18 14:48:24 CET 2014
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/local/vesta/bin
  37. PATH: /usr/local/vesta/bin
  38. PATH: /usr/local/vesta/bin
  39. PATH: /usr/local/vesta/bin
  40. PATH: /usr/local/vesta/bin
  41. PATH: /usr/local/vesta/bin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:2733: checking whether to enable maintainer-specific portions of Makefiles
  49. configure:2742: result: no
  50. configure:2759: checking whether to enable debug build options
  51. configure:2778: result: no
  52. configure:2782: checking whether to enable compiler optimizer
  53. configure:2803: result: (assumed) yes
  54. configure:2815: checking whether to enable strict compiler warnings
  55. configure:2834: result: no
  56. configure:2838: checking whether to enable compiler warnings as errors
  57. configure:2857: result: no
  58. configure:2861: checking whether to enable curl debug memory tracking
  59. configure:2880: result: no
  60. configure:2894: checking whether to enable hiding of library internal symbols
  61. configure:2915: result: yes
  62. configure:2926: checking whether to enable c-ares for DNS lookups
  63. configure:2948: result: no
  64. configure:2970: checking for sed
  65. configure:2989: found /bin/sed
  66. configure:3002: result: /bin/sed
  67. configure:3019: checking for grep
  68. configure:3038: found /bin/grep
  69. configure:3051: result: /bin/grep
  70. configure:3067: checking for egrep
  71. configure:3070: result: /bin/grep -E
  72. configure:3170: checking for ar
  73. configure:3189: found /usr/bin/ar
  74. configure:3201: result: /usr/bin/ar
  75. configure:3274: checking for a BSD-compatible install
  76. configure:3342: result: /usr/bin/install -c
  77. configure:3353: checking whether build environment is sane
  78. configure:3390: result: yes
  79. configure:3452: checking for gawk
  80. configure:3482: result: no
  81. configure:3452: checking for mawk
  82. configure:3468: found /usr/bin/mawk
  83. configure:3479: result: mawk
  84. configure:3490: checking whether make sets $(MAKE)
  85. configure:3512: result: yes
  86. configure:3690: checking curl version
  87. configure:3692: result: 7.27.0
  88. configure:3736: checking build system type
  89. configure:3750: result: x86_64-unknown-linux-gnu
  90. configure:3770: checking host system type
  91. configure:3783: result: x86_64-unknown-linux-gnu
  92. configure:3821: checking for style of include used by make
  93. configure:3849: result: GNU
  94. configure:3925: checking for gcc
  95. configure:3941: found /usr/bin/gcc
  96. configure:3952: result: gcc
  97. configure:4181: checking for C compiler version
  98. configure:4190: gcc --version >&5
  99. gcc (Debian 4.7.2-5) 4.7.2
  100. Copyright (C) 2012 Free Software Foundation, Inc.
  101. This is free software; see the source for copying conditions. There is NO
  102. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  103.  
  104. configure:4201: $? = 0
  105. configure:4190: gcc -v >&5
  106. Using built-in specs.
  107. COLLECT_GCC=gcc
  108. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
  109. Target: x86_64-linux-gnu
  110. Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  111. Thread model: posix
  112. gcc version 4.7.2 (Debian 4.7.2-5)
  113. configure:4201: $? = 0
  114. configure:4190: gcc -V >&5
  115. gcc: error: unrecognized command line option '-V'
  116. gcc: fatal error: no input files
  117. compilation terminated.
  118. configure:4201: $? = 4
  119. configure:4190: gcc -qversion >&5
  120. gcc: error: unrecognized command line option '-qversion'
  121. gcc: fatal error: no input files
  122. compilation terminated.
  123. configure:4201: $? = 4
  124. configure:4222: checking for C compiler default output file name
  125. configure:4244: gcc -fPIC conftest.c >&5
  126. configure:4248: $? = 0
  127. configure:4285: result: a.out
  128. configure:4301: checking whether the C compiler works
  129. configure:4310: ./a.out
  130. configure:4314: $? = 0
  131. configure:4329: result: yes
  132. configure:4336: checking whether we are cross compiling
  133. configure:4338: result: no
  134. configure:4341: checking for suffix of executables
  135. configure:4348: gcc -o conftest -fPIC conftest.c >&5
  136. configure:4352: $? = 0
  137. configure:4374: result:
  138. configure:4380: checking for suffix of object files
  139. configure:4401: gcc -c -fPIC conftest.c >&5
  140. configure:4405: $? = 0
  141. configure:4426: result: o
  142. configure:4430: checking whether we are using the GNU C compiler
  143. configure:4448: gcc -c -fPIC conftest.c >&5
  144. configure:4448: $? = 0
  145. configure:4457: result: yes
  146. configure:4466: checking whether gcc accepts -g
  147. configure:4485: gcc -c -g conftest.c >&5
  148. configure:4485: $? = 0
  149. configure:4524: result: yes
  150. configure:4541: checking for gcc option to accept ISO C89
  151. configure:4604: gcc -c -fPIC conftest.c >&5
  152. configure:4604: $? = 0
  153. configure:4617: result: none needed
  154. configure:4639: checking dependency style of gcc
  155. configure:4729: result: gcc3
  156. configure:4772: checking for sys/types.h
  157. configure:4772: gcc -c -fPIC conftest.c >&5
  158. configure:4772: $? = 0
  159. configure:4772: result: yes
  160. configure:4772: checking for stdint.h
  161. configure:4772: gcc -c -fPIC conftest.c >&5
  162. configure:4772: $? = 0
  163. configure:4772: result: yes
  164. configure:4772: checking for inttypes.h
  165. configure:4772: gcc -c -fPIC conftest.c >&5
  166. configure:4772: $? = 0
  167. configure:4772: result: yes
  168. configure:4790: checking how to run the C preprocessor
  169. configure:4821: gcc -E conftest.c
  170. configure:4821: $? = 0
  171. configure:4835: gcc -E conftest.c
  172. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  173. compilation terminated.
  174. configure:4835: $? = 1
  175. configure: failed program was:
  176. | /* confdefs.h */
  177. | #define PACKAGE_NAME "curl"
  178. | #define PACKAGE_TARNAME "curl"
  179. | #define PACKAGE_VERSION "-"
  180. | #define PACKAGE_STRING "curl -"
  181. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  182. | #define PACKAGE_URL ""
  183. | #define PACKAGE "curl"
  184. | #define VERSION "-"
  185. | #define OS "x86_64-unknown-linux-gnu"
  186. | #define HAVE_SYS_TYPES_H 1
  187. | #define HAVE_STDINT_H 1
  188. | #define HAVE_INTTYPES_H 1
  189. | /* end confdefs.h. */
  190. | #include <ac_nonexistent.h>
  191. configure:4860: result: gcc -E
  192. configure:4880: gcc -E conftest.c
  193. configure:4880: $? = 0
  194. configure:4894: gcc -E conftest.c
  195. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  196. compilation terminated.
  197. configure:4894: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h */
  200. | #define PACKAGE_NAME "curl"
  201. | #define PACKAGE_TARNAME "curl"
  202. | #define PACKAGE_VERSION "-"
  203. | #define PACKAGE_STRING "curl -"
  204. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  205. | #define PACKAGE_URL ""
  206. | #define PACKAGE "curl"
  207. | #define VERSION "-"
  208. | #define OS "x86_64-unknown-linux-gnu"
  209. | #define HAVE_SYS_TYPES_H 1
  210. | #define HAVE_STDINT_H 1
  211. | #define HAVE_INTTYPES_H 1
  212. | /* end confdefs.h. */
  213. | #include <ac_nonexistent.h>
  214. configure:4923: checking for grep that handles long lines and -e
  215. configure:4981: result: /bin/grep
  216. configure:4986: checking for egrep
  217. configure:5048: result: /bin/grep -E
  218. configure:5053: checking for ANSI C header files
  219. configure:5072: gcc -c -fPIC conftest.c >&5
  220. configure:5072: $? = 0
  221. configure:5145: gcc -o conftest -fPIC conftest.c >&5
  222. configure:5145: $? = 0
  223. configure:5145: ./conftest
  224. configure:5145: $? = 0
  225. configure:5156: result: yes
  226. configure:5169: checking for sys/types.h
  227. configure:5169: result: yes
  228. configure:5169: checking for sys/stat.h
  229. configure:5169: gcc -c -fPIC conftest.c >&5
  230. configure:5169: $? = 0
  231. configure:5169: result: yes
  232. configure:5169: checking for stdlib.h
  233. configure:5169: gcc -c -fPIC conftest.c >&5
  234. configure:5169: $? = 0
  235. configure:5169: result: yes
  236. configure:5169: checking for string.h
  237. configure:5169: gcc -c -fPIC conftest.c >&5
  238. configure:5169: $? = 0
  239. configure:5169: result: yes
  240. configure:5169: checking for memory.h
  241. configure:5169: gcc -c -fPIC conftest.c >&5
  242. configure:5169: $? = 0
  243. configure:5169: result: yes
  244. configure:5169: checking for strings.h
  245. configure:5169: gcc -c -fPIC conftest.c >&5
  246. configure:5169: $? = 0
  247. configure:5169: result: yes
  248. configure:5169: checking for inttypes.h
  249. configure:5169: result: yes
  250. configure:5169: checking for stdint.h
  251. configure:5169: result: yes
  252. configure:5169: checking for unistd.h
  253. configure:5169: gcc -c -fPIC conftest.c >&5
  254. configure:5169: $? = 0
  255. configure:5169: result: yes
  256. configure:5193: checking size of long
  257. configure:5198: gcc -o conftest -fPIC conftest.c >&5
  258. configure:5198: $? = 0
  259. configure:5198: ./conftest
  260. configure:5198: $? = 0
  261. configure:5213: result: 8
  262. configure:5227: checking size of void*
  263. configure:5232: gcc -o conftest -fPIC conftest.c >&5
  264. configure:5232: $? = 0
  265. configure:5232: ./conftest
  266. configure:5232: $? = 0
  267. configure:5247: result: 8
  268. configure:5289: checking for 64-bit curl_off_t data type
  269. configure:5339: gcc -c -fPIC conftest.c >&5
  270. configure:5339: $? = 0
  271. configure:5401: result: long
  272. configure:5636: checking size of curl_off_t
  273. configure:5638: result: 8
  274. configure:5641: checking formatting string directive for curl_off_t
  275. configure:5681: result: "ld"
  276. configure:5684: checking formatting string directive for unsigned curl_off_t
  277. configure:5686: result: "lu"
  278. configure:5690: checking constant suffix string for curl_off_t
  279. configure:5757: gcc -c -fPIC conftest.c >&5
  280. configure:5757: $? = 0
  281. configure:5771: result: L
  282. configure:5773: checking constant suffix string for unsigned curl_off_t
  283. configure:5775: result: UL
  284. configure:5845: checking if OS is AIX (to define _ALL_SOURCE)
  285. configure:5865: result: no
  286. configure:5875: checking if _THREAD_SAFE is already defined
  287. configure:5896: gcc -c -fPIC conftest.c >&5
  288. conftest.c: In function 'main':
  289. conftest.c:43:7: error: unknown type name 'force'
  290. conftest.c:43:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  291. configure:5896: $? = 1
  292. configure: failed program was:
  293. | /* confdefs.h */
  294. | #define PACKAGE_NAME "curl"
  295. | #define PACKAGE_TARNAME "curl"
  296. | #define PACKAGE_VERSION "-"
  297. | #define PACKAGE_STRING "curl -"
  298. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  299. | #define PACKAGE_URL ""
  300. | #define PACKAGE "curl"
  301. | #define VERSION "-"
  302. | #define OS "x86_64-unknown-linux-gnu"
  303. | #define HAVE_SYS_TYPES_H 1
  304. | #define HAVE_STDINT_H 1
  305. | #define HAVE_INTTYPES_H 1
  306. | #define STDC_HEADERS 1
  307. | #define HAVE_SYS_TYPES_H 1
  308. | #define HAVE_SYS_STAT_H 1
  309. | #define HAVE_STDLIB_H 1
  310. | #define HAVE_STRING_H 1
  311. | #define HAVE_MEMORY_H 1
  312. | #define HAVE_STRINGS_H 1
  313. | #define HAVE_INTTYPES_H 1
  314. | #define HAVE_STDINT_H 1
  315. | #define HAVE_UNISTD_H 1
  316. | #define SIZEOF_LONG 8
  317. | #define SIZEOF_VOIDP 8
  318. | #define CURL_TYPEOF_CURL_OFF_T long
  319. | #define CURL_FORMAT_CURL_OFF_T "ld"
  320. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  321. | #define CURL_FORMAT_OFF_T "%ld"
  322. | #define CURL_SIZEOF_CURL_OFF_T 8
  323. | #define CURL_SUFFIX_CURL_OFF_T L
  324. | #define CURL_SUFFIX_CURL_OFF_TU UL
  325. | /* end confdefs.h. */
  326. |
  327. |
  328. |
  329. | int main (void)
  330. | {
  331. |
  332. | #ifdef _THREAD_SAFE
  333. | int dummy=1;
  334. | #else
  335. | force compilation error
  336. | #endif
  337. |
  338. | ;
  339. | return 0;
  340. | }
  341. |
  342. configure:5904: result: no
  343. configure:5912: checking if _THREAD_SAFE is actually needed
  344. configure:5931: result: no
  345. configure:5936: checking if _THREAD_SAFE is onwards defined
  346. configure:5953: result: no
  347. configure:5960: checking if _REENTRANT is already defined
  348. configure:5981: gcc -c -fPIC conftest.c >&5
  349. conftest.c: In function 'main':
  350. conftest.c:43:7: error: unknown type name 'force'
  351. conftest.c:43:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  352. configure:5981: $? = 1
  353. configure: failed program was:
  354. | /* confdefs.h */
  355. | #define PACKAGE_NAME "curl"
  356. | #define PACKAGE_TARNAME "curl"
  357. | #define PACKAGE_VERSION "-"
  358. | #define PACKAGE_STRING "curl -"
  359. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  360. | #define PACKAGE_URL ""
  361. | #define PACKAGE "curl"
  362. | #define VERSION "-"
  363. | #define OS "x86_64-unknown-linux-gnu"
  364. | #define HAVE_SYS_TYPES_H 1
  365. | #define HAVE_STDINT_H 1
  366. | #define HAVE_INTTYPES_H 1
  367. | #define STDC_HEADERS 1
  368. | #define HAVE_SYS_TYPES_H 1
  369. | #define HAVE_SYS_STAT_H 1
  370. | #define HAVE_STDLIB_H 1
  371. | #define HAVE_STRING_H 1
  372. | #define HAVE_MEMORY_H 1
  373. | #define HAVE_STRINGS_H 1
  374. | #define HAVE_INTTYPES_H 1
  375. | #define HAVE_STDINT_H 1
  376. | #define HAVE_UNISTD_H 1
  377. | #define SIZEOF_LONG 8
  378. | #define SIZEOF_VOIDP 8
  379. | #define CURL_TYPEOF_CURL_OFF_T long
  380. | #define CURL_FORMAT_CURL_OFF_T "ld"
  381. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  382. | #define CURL_FORMAT_OFF_T "%ld"
  383. | #define CURL_SIZEOF_CURL_OFF_T 8
  384. | #define CURL_SUFFIX_CURL_OFF_T L
  385. | #define CURL_SUFFIX_CURL_OFF_TU UL
  386. | /* end confdefs.h. */
  387. |
  388. |
  389. |
  390. | int main (void)
  391. | {
  392. |
  393. | #ifdef _REENTRANT
  394. | int dummy=1;
  395. | #else
  396. | force compilation error
  397. | #endif
  398. |
  399. | ;
  400. | return 0;
  401. | }
  402. |
  403. configure:5989: result: no
  404. configure:5997: checking if _REENTRANT is actually needed
  405. configure:6028: gcc -c -fPIC conftest.c >&5
  406. configure:6028: $? = 0
  407. configure:6059: gcc -c -fPIC conftest.c >&5
  408. configure:6059: $? = 0
  409. configure:6130: gcc -o conftest -fPIC conftest.c >&5
  410. configure:6130: $? = 0
  411. configure:6209: gcc -o conftest -fPIC conftest.c >&5
  412. configure:6209: $? = 0
  413. configure:6288: gcc -o conftest -fPIC conftest.c >&5
  414. configure:6288: $? = 0
  415. configure:6367: gcc -o conftest -fPIC conftest.c >&5
  416. configure:6367: $? = 0
  417. configure:6446: gcc -o conftest -fPIC conftest.c >&5
  418. /tmp/ccC2XKMx.o: In function `main':
  419. conftest.c:(.text+0xa): undefined reference to `inet_ntoa_r'
  420. collect2: error: ld returned 1 exit status
  421. configure:6446: $? = 1
  422. configure: failed program was:
  423. | /* confdefs.h */
  424. | #define PACKAGE_NAME "curl"
  425. | #define PACKAGE_TARNAME "curl"
  426. | #define PACKAGE_VERSION "-"
  427. | #define PACKAGE_STRING "curl -"
  428. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  429. | #define PACKAGE_URL ""
  430. | #define PACKAGE "curl"
  431. | #define VERSION "-"
  432. | #define OS "x86_64-unknown-linux-gnu"
  433. | #define HAVE_SYS_TYPES_H 1
  434. | #define HAVE_STDINT_H 1
  435. | #define HAVE_INTTYPES_H 1
  436. | #define STDC_HEADERS 1
  437. | #define HAVE_SYS_TYPES_H 1
  438. | #define HAVE_SYS_STAT_H 1
  439. | #define HAVE_STDLIB_H 1
  440. | #define HAVE_STRING_H 1
  441. | #define HAVE_MEMORY_H 1
  442. | #define HAVE_STRINGS_H 1
  443. | #define HAVE_INTTYPES_H 1
  444. | #define HAVE_STDINT_H 1
  445. | #define HAVE_UNISTD_H 1
  446. | #define SIZEOF_LONG 8
  447. | #define SIZEOF_VOIDP 8
  448. | #define CURL_TYPEOF_CURL_OFF_T long
  449. | #define CURL_FORMAT_CURL_OFF_T "ld"
  450. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  451. | #define CURL_FORMAT_OFF_T "%ld"
  452. | #define CURL_SIZEOF_CURL_OFF_T 8
  453. | #define CURL_SUFFIX_CURL_OFF_T L
  454. | #define CURL_SUFFIX_CURL_OFF_TU UL
  455. | /* end confdefs.h. */
  456. |
  457. |
  458. | #define inet_ntoa_r innocuous_inet_ntoa_r
  459. | #ifdef __STDC__
  460. | # include <limits.h>
  461. | #else
  462. | # include <assert.h>
  463. | #endif
  464. | #undef inet_ntoa_r
  465. | #ifdef __cplusplus
  466. | extern "C"
  467. | #endif
  468. | char inet_ntoa_r ();
  469. | #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r
  470. | choke me
  471. | #endif
  472. |
  473. | int main (void)
  474. | {
  475. | return inet_ntoa_r ();
  476. | ;
  477. | return 0;
  478. | }
  479. |
  480. configure:6529: gcc -o conftest -fPIC conftest.c >&5
  481. configure:6529: $? = 0
  482. configure:6608: gcc -o conftest -fPIC conftest.c >&5
  483. configure:6608: $? = 0
  484. configure:6687: gcc -o conftest -fPIC conftest.c >&5
  485. configure:6687: $? = 0
  486. configure:6766: gcc -o conftest -fPIC conftest.c >&5
  487. configure:6766: $? = 0
  488. configure:6822: result: no
  489. configure:6827: checking if _REENTRANT is onwards defined
  490. configure:6844: result: no
  491. configure:6857: checking for special C compiler options needed for large files
  492. configure:6901: result: no
  493. configure:6907: checking for _FILE_OFFSET_BITS value needed for large files
  494. configure:6931: gcc -c -fPIC conftest.c >&5
  495. configure:6931: $? = 0
  496. configure:6962: result: no
  497. configure:7348: checking if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)
  498. configure:7352: result: yes
  499. configure:7362: checking if compiler is icc (to build with PIC)
  500. configure:7371: result: no
  501. configure:7422: checking how to print strings
  502. configure:7449: result: printf
  503. configure:7470: checking for a sed that does not truncate output
  504. configure:7534: result: /bin/sed
  505. configure:7552: checking for fgrep
  506. configure:7614: result: /bin/grep -F
  507. configure:7649: checking for ld used by gcc
  508. configure:7716: result: /usr/bin/ld
  509. configure:7723: checking if the linker (/usr/bin/ld) is GNU ld
  510. configure:7738: result: yes
  511. configure:7750: checking for BSD- or MS-compatible name lister (nm)
  512. configure:7799: result: /usr/bin/nm -B
  513. configure:7929: checking the name lister (/usr/bin/nm -B) interface
  514. configure:7936: gcc -c -fPIC conftest.c >&5
  515. configure:7939: /usr/bin/nm -B "conftest.o"
  516. configure:7942: output
  517. 0000000000000000 B some_variable
  518. configure:7949: result: BSD nm
  519. configure:7952: checking whether ln -s works
  520. configure:7956: result: yes
  521. configure:7964: checking the maximum length of command line arguments
  522. configure:8094: result: 1572864
  523. configure:8111: checking whether the shell understands some XSI constructs
  524. configure:8121: result: yes
  525. configure:8125: checking whether the shell understands "+="
  526. configure:8131: result: yes
  527. configure:8166: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  528. configure:8206: result: func_convert_file_noop
  529. configure:8213: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  530. configure:8233: result: func_convert_file_noop
  531. configure:8240: checking for /usr/bin/ld option to reload object files
  532. configure:8247: result: -r
  533. configure:8321: checking for objdump
  534. configure:8348: result: objdump
  535. configure:8377: checking how to recognize dependent libraries
  536. configure:8575: result: pass_all
  537. configure:8660: checking for dlltool
  538. configure:8687: result: dlltool
  539. configure:8717: checking how to associate runtime and link libraries
  540. configure:8744: result: printf %s\n
  541. configure:8868: checking for archiver @FILE support
  542. configure:8884: gcc -c -fPIC conftest.c >&5
  543. configure:8884: $? = 0
  544. configure:8887: /usr/bin/ar cru libconftest.a @conftest.lst >&5
  545. configure:8890: $? = 0
  546. configure:8895: /usr/bin/ar cru libconftest.a @conftest.lst >&5
  547. /usr/bin/ar: conftest.o: No such file or directory
  548. configure:8898: $? = 1
  549. configure:8910: result: @
  550. configure:8968: checking for strip
  551. configure:8984: found /usr/bin/strip
  552. configure:8995: result: strip
  553. configure:9067: checking for ranlib
  554. configure:9083: found /usr/bin/ranlib
  555. configure:9094: result: ranlib
  556. configure:9196: checking command to parse /usr/bin/nm -B output from gcc object
  557. configure:9316: gcc -c -fPIC conftest.c >&5
  558. configure:9319: $? = 0
  559. configure:9323: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  560. configure:9326: $? = 0
  561. configure:9392: gcc -o conftest -fPIC conftest.c conftstm.o >&5
  562. configure:9395: $? = 0
  563. configure:9433: result: ok
  564. configure:9470: checking for sysroot
  565. configure:9500: result: no
  566. configure:9577: gcc -c -fPIC conftest.c >&5
  567. configure:9580: $? = 0
  568. configure:9755: checking for mt
  569. configure:9771: found /bin/mt
  570. configure:9782: result: mt
  571. configure:9805: checking if mt is a manifest tool
  572. configure:9811: mt '-?'
  573. configure:9819: result: no
  574. configure:10457: checking for dlfcn.h
  575. configure:10457: gcc -c -fPIC conftest.c >&5
  576. configure:10457: $? = 0
  577. configure:10457: result: yes
  578. configure:10661: checking for objdir
  579. configure:10676: result: .libs
  580. configure:10947: checking if gcc supports -fno-rtti -fno-exceptions
  581. configure:10965: gcc -c -fPIC -fno-rtti -fno-exceptions conftest.c >&5
  582. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  583. configure:10969: $? = 0
  584. configure:10982: result: no
  585. configure:11309: checking for gcc option to produce PIC
  586. configure:11316: result: -fPIC -DPIC
  587. configure:11324: checking if gcc PIC flag -fPIC -DPIC works
  588. configure:11342: gcc -c -fPIC -fPIC -DPIC -DPIC conftest.c >&5
  589. configure:11346: $? = 0
  590. configure:11359: result: yes
  591. configure:11388: checking if gcc static flag -static works
  592. configure:11416: result: yes
  593. configure:11431: checking if gcc supports -c -o file.o
  594. configure:11452: gcc -c -fPIC -o out/conftest2.o conftest.c >&5
  595. configure:11456: $? = 0
  596. configure:11478: result: yes
  597. configure:11486: checking if gcc supports -c -o file.o
  598. configure:11533: result: yes
  599. configure:11566: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  600. configure:12721: result: yes
  601. configure:12758: checking whether -lc should be explicitly linked in
  602. configure:12766: gcc -c -fPIC conftest.c >&5
  603. configure:12769: $? = 0
  604. configure:12784: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  605. configure:12787: $? = 0
  606. configure:12801: result: no
  607. configure:12961: checking dynamic linker characteristics
  608. configure:13460: gcc -o conftest -fPIC -Wl,-rpath -Wl,/foo conftest.c >&5
  609. configure:13460: $? = 0
  610. configure:13694: result: GNU/Linux ld.so
  611. configure:13801: checking how to hardcode library paths into programs
  612. configure:13826: result: immediate
  613. configure:14351: checking whether stripping libraries is possible
  614. configure:14356: result: yes
  615. configure:14391: checking if libtool supports shared libraries
  616. configure:14393: result: yes
  617. configure:14396: checking whether to build shared libraries
  618. configure:14417: result: yes
  619. configure:14420: checking whether to build static libraries
  620. configure:14424: result: yes
  621. configure:14462: checking if we need -mimpure-text
  622. configure:14474: result: no
  623. configure:14487: checking if we need BUILDING_LIBCURL
  624. configure:14511: result: no
  625. configure:14546: checking whether make sets $(MAKE)
  626. configure:14568: result: yes
  627. configure:14578: checking for inline
  628. configure:14594: gcc -c -fPIC conftest.c >&5
  629. configure:14594: $? = 0
  630. configure:14602: result: inline
  631. configure:14637: checking if compiler is DEC/Compaq/HP C
  632. configure:14658: gcc -E conftest.c
  633. configure:14658: $? = 0
  634. configure:14698: gcc -E conftest.c
  635. configure:14698: $? = 0
  636. configure:14731: result: no
  637. configure:14736: checking if compiler is HP-UX C
  638. configure:14757: gcc -E conftest.c
  639. configure:14757: $? = 0
  640. configure:14789: result: no
  641. configure:14794: checking if compiler is IBM C
  642. configure:14815: gcc -E conftest.c
  643. configure:14815: $? = 0
  644. configure:14855: result: no
  645. configure:14860: checking if compiler is Intel C
  646. configure:14881: gcc -E conftest.c
  647. configure:14881: $? = 0
  648. configure:14971: result: no
  649. configure:14976: checking if compiler is clang
  650. configure:14997: gcc -E conftest.c
  651. configure:14997: $? = 0
  652. configure:15040: result: no
  653. configure:15045: checking if compiler is GNU C
  654. configure:15066: gcc -E conftest.c
  655. configure:15066: $? = 0
  656. configure:15089: result: yes
  657. configure:15128: gcc -E conftest.c
  658. configure:15128: $? = 0
  659. configure:15155: checking if compiler is LCC
  660. configure:15176: gcc -E conftest.c
  661. configure:15176: $? = 0
  662. configure:15208: result: no
  663. configure:15213: checking if compiler is SGI MIPSpro C
  664. configure:15234: gcc -E conftest.c
  665. configure:15234: $? = 0
  666. configure:15274: gcc -E conftest.c
  667. configure:15274: $? = 0
  668. configure:15314: gcc -E conftest.c
  669. configure:15314: $? = 0
  670. configure:15348: result: no
  671. configure:15353: checking if compiler is SGI MIPS C
  672. configure:15374: gcc -E conftest.c
  673. configure:15374: $? = 0
  674. configure:15414: gcc -E conftest.c
  675. configure:15414: $? = 0
  676. configure:15448: result: no
  677. configure:15453: checking if compiler is SunPro C
  678. configure:15474: gcc -E conftest.c
  679. configure:15474: $? = 0
  680. configure:15506: result: no
  681. configure:15511: checking if compiler is Tiny C
  682. configure:15532: gcc -E conftest.c
  683. configure:15532: $? = 0
  684. configure:15564: result: no
  685. configure:15569: checking if compiler is Watcom C
  686. configure:15590: gcc -E conftest.c
  687. configure:15590: $? = 0
  688. configure:15672: result: no
  689. configure:16026: checking if compiler accepts debug disabling options
  690. configure:16058: gcc -c -fPIC -g0 conftest.c >&5
  691. configure:16058: $? = 0
  692. configure:16088: gcc -o conftest -fPIC -g0 conftest.c >&5
  693. configure:16088: $? = 0
  694. configure:16130: gcc -o conftest -fPIC -g0 conftest.c >&5
  695. configure:16130: $? = 0
  696. configure:16130: ./conftest
  697. configure:16130: $? = 0
  698. configure:16149: result: yes
  699. configure:16151: compiler options added: -g0
  700. configure:16183: checking if compiler optimizer assumed setting might be used
  701. configure:16221: result: yes
  702. configure:16267: checking if compiler accepts optimizer enabling options
  703. configure:16303: gcc -c -fPIC -g0 -O2 conftest.c >&5
  704. configure:16303: $? = 0
  705. configure:16333: gcc -o conftest -fPIC -g0 -O2 conftest.c >&5
  706. configure:16333: $? = 0
  707. configure:16375: gcc -o conftest -fPIC -g0 -O2 conftest.c >&5
  708. configure:16375: $? = 0
  709. configure:16375: ./conftest
  710. configure:16375: $? = 0
  711. configure:16394: result: yes
  712. configure:16396: compiler options added: -O2
  713. configure:16649: checking if compiler accepts strict warning options
  714. configure:16673: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  715. configure:16673: $? = 0
  716. configure:16703: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  717. configure:16703: $? = 0
  718. configure:16745: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  719. configure:16745: $? = 0
  720. configure:16745: ./conftest
  721. configure:16745: $? = 0
  722. configure:16764: result: yes
  723. configure:16766: compiler options added: -Wno-system-headers
  724. configure:16796: checking if compiler halts on compilation errors
  725. configure:16813: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  726. conftest.c: In function 'main':
  727. conftest.c:42:7: error: unknown type name 'force'
  728. conftest.c:42:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  729. configure:16813: $? = 1
  730. configure: failed program was:
  731. | /* confdefs.h */
  732. | #define PACKAGE_NAME "curl"
  733. | #define PACKAGE_TARNAME "curl"
  734. | #define PACKAGE_VERSION "-"
  735. | #define PACKAGE_STRING "curl -"
  736. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  737. | #define PACKAGE_URL ""
  738. | #define PACKAGE "curl"
  739. | #define VERSION "-"
  740. | #define OS "x86_64-unknown-linux-gnu"
  741. | #define HAVE_SYS_TYPES_H 1
  742. | #define HAVE_STDINT_H 1
  743. | #define HAVE_INTTYPES_H 1
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_TYPES_H 1
  746. | #define HAVE_SYS_STAT_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_MEMORY_H 1
  750. | #define HAVE_STRINGS_H 1
  751. | #define HAVE_INTTYPES_H 1
  752. | #define HAVE_STDINT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #define SIZEOF_LONG 8
  755. | #define SIZEOF_VOIDP 8
  756. | #define CURL_TYPEOF_CURL_OFF_T long
  757. | #define CURL_FORMAT_CURL_OFF_T "ld"
  758. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  759. | #define CURL_FORMAT_OFF_T "%ld"
  760. | #define CURL_SIZEOF_CURL_OFF_T 8
  761. | #define CURL_SUFFIX_CURL_OFF_T L
  762. | #define CURL_SUFFIX_CURL_OFF_TU UL
  763. | #define HAVE_DLFCN_H 1
  764. | #define LT_OBJDIR ".libs/"
  765. | /* end confdefs.h. */
  766. |
  767. |
  768. |
  769. | int main (void)
  770. | {
  771. |
  772. | force compilation error
  773. |
  774. | ;
  775. | return 0;
  776. | }
  777. |
  778. configure:16821: result: yes
  779. configure:16828: checking if compiler halts on negative sized arrays
  780. configure:16846: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  781. conftest.c:38:20: error: size of array 'bad_t' is negative
  782. configure:16846: $? = 1
  783. configure: failed program was:
  784. | /* confdefs.h */
  785. | #define PACKAGE_NAME "curl"
  786. | #define PACKAGE_TARNAME "curl"
  787. | #define PACKAGE_VERSION "-"
  788. | #define PACKAGE_STRING "curl -"
  789. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  790. | #define PACKAGE_URL ""
  791. | #define PACKAGE "curl"
  792. | #define VERSION "-"
  793. | #define OS "x86_64-unknown-linux-gnu"
  794. | #define HAVE_SYS_TYPES_H 1
  795. | #define HAVE_STDINT_H 1
  796. | #define HAVE_INTTYPES_H 1
  797. | #define STDC_HEADERS 1
  798. | #define HAVE_SYS_TYPES_H 1
  799. | #define HAVE_SYS_STAT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_MEMORY_H 1
  803. | #define HAVE_STRINGS_H 1
  804. | #define HAVE_INTTYPES_H 1
  805. | #define HAVE_STDINT_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define SIZEOF_LONG 8
  808. | #define SIZEOF_VOIDP 8
  809. | #define CURL_TYPEOF_CURL_OFF_T long
  810. | #define CURL_FORMAT_CURL_OFF_T "ld"
  811. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  812. | #define CURL_FORMAT_OFF_T "%ld"
  813. | #define CURL_SIZEOF_CURL_OFF_T 8
  814. | #define CURL_SUFFIX_CURL_OFF_T L
  815. | #define CURL_SUFFIX_CURL_OFF_TU UL
  816. | #define HAVE_DLFCN_H 1
  817. | #define LT_OBJDIR ".libs/"
  818. | /* end confdefs.h. */
  819. |
  820. |
  821. | typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ];
  822. |
  823. | int main (void)
  824. | {
  825. |
  826. | bad_t dummy;
  827. |
  828. | ;
  829. | return 0;
  830. | }
  831. |
  832. configure:16854: result: yes
  833. configure:16861: checking if compiler supports hiding library internal symbols
  834. configure:16955: gcc -c -fPIC -g0 -O2 -Wno-system-headers -fvisibility=hidden conftest.c >&5
  835. configure:16955: $? = 0
  836. configure:16978: result: yes
  837. configure:16989: checking if shared libraries need -no-undefined
  838. configure:17002: result: no
  839. configure:17123: checking for windows.h
  840. configure:17153: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  841. conftest.c:42:21: fatal error: windows.h: No such file or directory
  842. compilation terminated.
  843. configure:17153: $? = 1
  844. configure: failed program was:
  845. | /* confdefs.h */
  846. | #define PACKAGE_NAME "curl"
  847. | #define PACKAGE_TARNAME "curl"
  848. | #define PACKAGE_VERSION "-"
  849. | #define PACKAGE_STRING "curl -"
  850. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  851. | #define PACKAGE_URL ""
  852. | #define PACKAGE "curl"
  853. | #define VERSION "-"
  854. | #define OS "x86_64-unknown-linux-gnu"
  855. | #define HAVE_SYS_TYPES_H 1
  856. | #define HAVE_STDINT_H 1
  857. | #define HAVE_INTTYPES_H 1
  858. | #define STDC_HEADERS 1
  859. | #define HAVE_SYS_TYPES_H 1
  860. | #define HAVE_SYS_STAT_H 1
  861. | #define HAVE_STDLIB_H 1
  862. | #define HAVE_STRING_H 1
  863. | #define HAVE_MEMORY_H 1
  864. | #define HAVE_STRINGS_H 1
  865. | #define HAVE_INTTYPES_H 1
  866. | #define HAVE_STDINT_H 1
  867. | #define HAVE_UNISTD_H 1
  868. | #define SIZEOF_LONG 8
  869. | #define SIZEOF_VOIDP 8
  870. | #define CURL_TYPEOF_CURL_OFF_T long
  871. | #define CURL_FORMAT_CURL_OFF_T "ld"
  872. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  873. | #define CURL_FORMAT_OFF_T "%ld"
  874. | #define CURL_SIZEOF_CURL_OFF_T 8
  875. | #define CURL_SUFFIX_CURL_OFF_T L
  876. | #define CURL_SUFFIX_CURL_OFF_TU UL
  877. | #define HAVE_DLFCN_H 1
  878. | #define LT_OBJDIR ".libs/"
  879. | /* end confdefs.h. */
  880. |
  881. |
  882. | #undef inline
  883. | #ifndef WIN32_LEAN_AND_MEAN
  884. | #define WIN32_LEAN_AND_MEAN
  885. | #endif
  886. | #include <windows.h>
  887. |
  888. | int main (void)
  889. | {
  890. |
  891. | #if defined(__CYGWIN__) || defined(__CEGCC__)
  892. | HAVE_WINDOWS_H shall not be defined.
  893. | #else
  894. | int dummy=2*WINVER;
  895. | #endif
  896. |
  897. | ;
  898. | return 0;
  899. | }
  900. |
  901. configure:17165: result: no
  902. configure:17183: checking whether build target is a native Windows one
  903. configure:17225: result: no
  904. configure:17539: checking whether build target supports WIN32 file API
  905. configure:17620: result: no
  906. configure:17626: checking whether to support http
  907. configure:17652: result: yes
  908. configure:17657: checking whether to support ftp
  909. configure:17676: result: yes
  910. configure:17681: checking whether to support file
  911. configure:17700: result: yes
  912. configure:17705: checking whether to support ldap
  913. configure:17726: result: yes
  914. configure:17731: checking whether to support ldaps
  915. configure:17775: result: yes
  916. configure:17787: checking whether to support rtsp
  917. configure:17812: result: yes
  918. configure:17823: checking whether to support proxies
  919. configure:17842: result: yes
  920. configure:17848: checking whether to support dict
  921. configure:17867: result: yes
  922. configure:17872: checking whether to support telnet
  923. configure:17891: result: yes
  924. configure:17896: checking whether to support tftp
  925. configure:17915: result: yes
  926. configure:17921: checking whether to support pop3
  927. configure:17940: result: yes
  928. configure:17947: checking whether to support imap
  929. configure:17966: result: yes
  930. configure:17973: checking whether to support smtp
  931. configure:17992: result: yes
  932. configure:17998: checking whether to support gopher
  933. configure:18017: result: yes
  934. configure:18025: checking whether to provide built-in manual
  935. configure:18040: result: yes
  936. configure:18047: checking whether to enable generation of C code
  937. configure:18065: result: yes
  938. configure:18073: checking if X/Open network library is required
  939. configure:18093: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  940. conftest.c: In function 'main':
  941. conftest.c:46:3: error: unknown type name 'force'
  942. conftest.c:46:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
  943. conftest.c:48:1: error: expected declaration or statement at end of input
  944. configure:18093: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h */
  947. | #define PACKAGE_NAME "curl"
  948. | #define PACKAGE_TARNAME "curl"
  949. | #define PACKAGE_VERSION "-"
  950. | #define PACKAGE_STRING "curl -"
  951. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  952. | #define PACKAGE_URL ""
  953. | #define PACKAGE "curl"
  954. | #define VERSION "-"
  955. | #define OS "x86_64-unknown-linux-gnu"
  956. | #define HAVE_SYS_TYPES_H 1
  957. | #define HAVE_STDINT_H 1
  958. | #define HAVE_INTTYPES_H 1
  959. | #define STDC_HEADERS 1
  960. | #define HAVE_SYS_TYPES_H 1
  961. | #define HAVE_SYS_STAT_H 1
  962. | #define HAVE_STDLIB_H 1
  963. | #define HAVE_STRING_H 1
  964. | #define HAVE_MEMORY_H 1
  965. | #define HAVE_STRINGS_H 1
  966. | #define HAVE_INTTYPES_H 1
  967. | #define HAVE_STDINT_H 1
  968. | #define HAVE_UNISTD_H 1
  969. | #define SIZEOF_LONG 8
  970. | #define SIZEOF_VOIDP 8
  971. | #define CURL_TYPEOF_CURL_OFF_T long
  972. | #define CURL_FORMAT_CURL_OFF_T "ld"
  973. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  974. | #define CURL_FORMAT_OFF_T "%ld"
  975. | #define CURL_SIZEOF_CURL_OFF_T 8
  976. | #define CURL_SUFFIX_CURL_OFF_T L
  977. | #define CURL_SUFFIX_CURL_OFF_TU UL
  978. | #define HAVE_DLFCN_H 1
  979. | #define LT_OBJDIR ".libs/"
  980. | #define HAVE_LDAP_SSL 1
  981. | /* end confdefs.h. */
  982. |
  983. |
  984. | int main (void)
  985. | {
  986. | #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600)
  987. | return 0;
  988. | #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED)
  989. | return 0;
  990. | #else
  991. | force compilation error
  992. | #endif
  993. | }
  994. |
  995. |
  996. configure:18100: result: no
  997. configure:18104: checking for gethostbyname
  998. configure:18104: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  999. configure:18104: $? = 0
  1000. configure:18104: result: yes
  1001. configure:18512: checking for strcasecmp
  1002. configure:18512: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1003. conftest.c:48:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1004. configure:18512: $? = 0
  1005. configure:18512: result: yes
  1006. configure:18620: checking for windows.h
  1007. configure:18662: result: no
  1008. configure:18680: checking for winsock.h
  1009. configure:18723: result: no
  1010. configure:18736: checking for winsock2.h
  1011. configure:18779: result: no
  1012. configure:18793: checking for connect in libraries
  1013. configure:18820: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1014. configure:18820: $? = 0
  1015. configure:18838: result: yes
  1016. configure:18851: checking whether time.h and sys/time.h may both be included
  1017. configure:18870: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1018. configure:18870: $? = 0
  1019. configure:18877: result: yes
  1020. configure:18889: checking for sys/types.h
  1021. configure:18889: result: yes
  1022. configure:18889: checking sys/time.h usability
  1023. configure:18889: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1024. configure:18889: $? = 0
  1025. configure:18889: result: yes
  1026. configure:18889: checking sys/time.h presence
  1027. configure:18889: gcc -E conftest.c
  1028. configure:18889: $? = 0
  1029. configure:18889: result: yes
  1030. configure:18889: checking for sys/time.h
  1031. configure:18889: result: yes
  1032. configure:18889: checking time.h usability
  1033. configure:18889: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1034. configure:18889: $? = 0
  1035. configure:18889: result: yes
  1036. configure:18889: checking time.h presence
  1037. configure:18889: gcc -E conftest.c
  1038. configure:18889: $? = 0
  1039. configure:18889: result: yes
  1040. configure:18889: checking for time.h
  1041. configure:18889: result: yes
  1042. configure:18900: checking for monotonic clock_gettime
  1043. configure:18931: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1044. configure:18931: $? = 0
  1045. configure:18933: result: yes
  1046. configure:18950: checking for clock_gettime in libraries
  1047. configure:18992: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1048. /tmp/cczjaL4G.o: In function `main':
  1049. conftest.c:(.text.startup+0xd): undefined reference to `clock_gettime'
  1050. collect2: error: ld returned 1 exit status
  1051. configure:18992: $? = 1
  1052. configure: failed program was:
  1053. | /* confdefs.h */
  1054. | #define PACKAGE_NAME "curl"
  1055. | #define PACKAGE_TARNAME "curl"
  1056. | #define PACKAGE_VERSION "-"
  1057. | #define PACKAGE_STRING "curl -"
  1058. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1059. | #define PACKAGE_URL ""
  1060. | #define PACKAGE "curl"
  1061. | #define VERSION "-"
  1062. | #define OS "x86_64-unknown-linux-gnu"
  1063. | #define HAVE_SYS_TYPES_H 1
  1064. | #define HAVE_STDINT_H 1
  1065. | #define HAVE_INTTYPES_H 1
  1066. | #define STDC_HEADERS 1
  1067. | #define HAVE_SYS_TYPES_H 1
  1068. | #define HAVE_SYS_STAT_H 1
  1069. | #define HAVE_STDLIB_H 1
  1070. | #define HAVE_STRING_H 1
  1071. | #define HAVE_MEMORY_H 1
  1072. | #define HAVE_STRINGS_H 1
  1073. | #define HAVE_INTTYPES_H 1
  1074. | #define HAVE_STDINT_H 1
  1075. | #define HAVE_UNISTD_H 1
  1076. | #define SIZEOF_LONG 8
  1077. | #define SIZEOF_VOIDP 8
  1078. | #define CURL_TYPEOF_CURL_OFF_T long
  1079. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1080. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1081. | #define CURL_FORMAT_OFF_T "%ld"
  1082. | #define CURL_SIZEOF_CURL_OFF_T 8
  1083. | #define CURL_SUFFIX_CURL_OFF_T L
  1084. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1085. | #define HAVE_DLFCN_H 1
  1086. | #define LT_OBJDIR ".libs/"
  1087. | #define HAVE_LDAP_SSL 1
  1088. | #define TIME_WITH_SYS_TIME 1
  1089. | #define HAVE_SYS_TYPES_H 1
  1090. | #define HAVE_SYS_TIME_H 1
  1091. | #define HAVE_TIME_H 1
  1092. | /* end confdefs.h. */
  1093. |
  1094. |
  1095. | #ifdef HAVE_SYS_TYPES_H
  1096. | #include <sys/types.h>
  1097. | #endif
  1098. | #ifdef HAVE_SYS_TIME_H
  1099. | #include <sys/time.h>
  1100. | #ifdef TIME_WITH_SYS_TIME
  1101. | #include <time.h>
  1102. | #endif
  1103. | #else
  1104. | #ifdef HAVE_TIME_H
  1105. | #include <time.h>
  1106. | #endif
  1107. | #endif
  1108. |
  1109. | int main (void)
  1110. | {
  1111. |
  1112. | struct timespec ts;
  1113. | (void)clock_gettime(CLOCK_MONOTONIC, &ts);
  1114. |
  1115. | ;
  1116. | return 0;
  1117. | }
  1118. |
  1119. configure:18992: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  1120. configure:18992: $? = 0
  1121. configure:19024: result: -lrt
  1122. configure:19032: checking if monotonic clock_gettime works
  1123. configure:19075: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  1124. configure:19075: $? = 0
  1125. configure:19075: ./conftest
  1126. configure:19075: $? = 0
  1127. configure:19077: result: yes
  1128. configure:19112: checking whether to use libgcc
  1129. configure:19127: result: no
  1130. configure:19153: checking for lber.h
  1131. configure:19191: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1132. conftest.c:58:18: fatal error: lber.h: No such file or directory
  1133. compilation terminated.
  1134. configure:19191: $? = 1
  1135. configure: failed program was:
  1136. | /* confdefs.h */
  1137. | #define PACKAGE_NAME "curl"
  1138. | #define PACKAGE_TARNAME "curl"
  1139. | #define PACKAGE_VERSION "-"
  1140. | #define PACKAGE_STRING "curl -"
  1141. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1142. | #define PACKAGE_URL ""
  1143. | #define PACKAGE "curl"
  1144. | #define VERSION "-"
  1145. | #define OS "x86_64-unknown-linux-gnu"
  1146. | #define HAVE_SYS_TYPES_H 1
  1147. | #define HAVE_STDINT_H 1
  1148. | #define HAVE_INTTYPES_H 1
  1149. | #define STDC_HEADERS 1
  1150. | #define HAVE_SYS_TYPES_H 1
  1151. | #define HAVE_SYS_STAT_H 1
  1152. | #define HAVE_STDLIB_H 1
  1153. | #define HAVE_STRING_H 1
  1154. | #define HAVE_MEMORY_H 1
  1155. | #define HAVE_STRINGS_H 1
  1156. | #define HAVE_INTTYPES_H 1
  1157. | #define HAVE_STDINT_H 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define SIZEOF_LONG 8
  1160. | #define SIZEOF_VOIDP 8
  1161. | #define CURL_TYPEOF_CURL_OFF_T long
  1162. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1163. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1164. | #define CURL_FORMAT_OFF_T "%ld"
  1165. | #define CURL_SIZEOF_CURL_OFF_T 8
  1166. | #define CURL_SUFFIX_CURL_OFF_T L
  1167. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1168. | #define HAVE_DLFCN_H 1
  1169. | #define LT_OBJDIR ".libs/"
  1170. | #define HAVE_LDAP_SSL 1
  1171. | #define TIME_WITH_SYS_TIME 1
  1172. | #define HAVE_SYS_TYPES_H 1
  1173. | #define HAVE_SYS_TIME_H 1
  1174. | #define HAVE_TIME_H 1
  1175. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1176. | /* end confdefs.h. */
  1177. |
  1178. |
  1179. | #undef inline
  1180. | #ifdef HAVE_WINDOWS_H
  1181. | #ifndef WIN32_LEAN_AND_MEAN
  1182. | #define WIN32_LEAN_AND_MEAN
  1183. | #endif
  1184. | #include <windows.h>
  1185. | #else
  1186. | #ifdef HAVE_SYS_TYPES_H
  1187. | #include <sys/types.h>
  1188. | #endif
  1189. | #endif
  1190. | #ifndef NULL
  1191. | #define NULL (void *)0
  1192. | #endif
  1193. | #include <lber.h>
  1194. |
  1195. | int main (void)
  1196. | {
  1197. |
  1198. | BerValue *bvp = NULL;
  1199. | BerElement *bep = ber_init(bvp);
  1200. | ber_free(bep, 1);
  1201. |
  1202. | ;
  1203. | return 0;
  1204. | }
  1205. |
  1206. configure:19203: result: no
  1207. configure:19270: checking for ldap.h
  1208. configure:19310: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1209. conftest.c:61:18: fatal error: ldap.h: No such file or directory
  1210. compilation terminated.
  1211. configure:19310: $? = 1
  1212. configure: failed program was:
  1213. | /* confdefs.h */
  1214. | #define PACKAGE_NAME "curl"
  1215. | #define PACKAGE_TARNAME "curl"
  1216. | #define PACKAGE_VERSION "-"
  1217. | #define PACKAGE_STRING "curl -"
  1218. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1219. | #define PACKAGE_URL ""
  1220. | #define PACKAGE "curl"
  1221. | #define VERSION "-"
  1222. | #define OS "x86_64-unknown-linux-gnu"
  1223. | #define HAVE_SYS_TYPES_H 1
  1224. | #define HAVE_STDINT_H 1
  1225. | #define HAVE_INTTYPES_H 1
  1226. | #define STDC_HEADERS 1
  1227. | #define HAVE_SYS_TYPES_H 1
  1228. | #define HAVE_SYS_STAT_H 1
  1229. | #define HAVE_STDLIB_H 1
  1230. | #define HAVE_STRING_H 1
  1231. | #define HAVE_MEMORY_H 1
  1232. | #define HAVE_STRINGS_H 1
  1233. | #define HAVE_INTTYPES_H 1
  1234. | #define HAVE_STDINT_H 1
  1235. | #define HAVE_UNISTD_H 1
  1236. | #define SIZEOF_LONG 8
  1237. | #define SIZEOF_VOIDP 8
  1238. | #define CURL_TYPEOF_CURL_OFF_T long
  1239. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1240. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1241. | #define CURL_FORMAT_OFF_T "%ld"
  1242. | #define CURL_SIZEOF_CURL_OFF_T 8
  1243. | #define CURL_SUFFIX_CURL_OFF_T L
  1244. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1245. | #define HAVE_DLFCN_H 1
  1246. | #define LT_OBJDIR ".libs/"
  1247. | #define HAVE_LDAP_SSL 1
  1248. | #define TIME_WITH_SYS_TIME 1
  1249. | #define HAVE_SYS_TYPES_H 1
  1250. | #define HAVE_SYS_TIME_H 1
  1251. | #define HAVE_TIME_H 1
  1252. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1253. | /* end confdefs.h. */
  1254. |
  1255. |
  1256. | #undef inline
  1257. | #ifdef HAVE_WINDOWS_H
  1258. | #ifndef WIN32_LEAN_AND_MEAN
  1259. | #define WIN32_LEAN_AND_MEAN
  1260. | #endif
  1261. | #include <windows.h>
  1262. | #else
  1263. | #ifdef HAVE_SYS_TYPES_H
  1264. | #include <sys/types.h>
  1265. | #endif
  1266. | #endif
  1267. | #ifndef LDAP_DEPRECATED
  1268. | #define LDAP_DEPRECATED 1
  1269. | #endif
  1270. | #ifdef NEED_LBER_H
  1271. | #include <lber.h>
  1272. | #endif
  1273. | #include <ldap.h>
  1274. |
  1275. | int main (void)
  1276. | {
  1277. |
  1278. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1279. | int res = ldap_unbind(ldp);
  1280. |
  1281. | ;
  1282. | return 0;
  1283. | }
  1284. |
  1285. configure:19322: result: no
  1286. configure:19335: checking for ldapssl.h
  1287. configure:19381: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1288. conftest.c:67:21: fatal error: ldapssl.h: No such file or directory
  1289. compilation terminated.
  1290. configure:19381: $? = 1
  1291. configure: failed program was:
  1292. | /* confdefs.h */
  1293. | #define PACKAGE_NAME "curl"
  1294. | #define PACKAGE_TARNAME "curl"
  1295. | #define PACKAGE_VERSION "-"
  1296. | #define PACKAGE_STRING "curl -"
  1297. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1298. | #define PACKAGE_URL ""
  1299. | #define PACKAGE "curl"
  1300. | #define VERSION "-"
  1301. | #define OS "x86_64-unknown-linux-gnu"
  1302. | #define HAVE_SYS_TYPES_H 1
  1303. | #define HAVE_STDINT_H 1
  1304. | #define HAVE_INTTYPES_H 1
  1305. | #define STDC_HEADERS 1
  1306. | #define HAVE_SYS_TYPES_H 1
  1307. | #define HAVE_SYS_STAT_H 1
  1308. | #define HAVE_STDLIB_H 1
  1309. | #define HAVE_STRING_H 1
  1310. | #define HAVE_MEMORY_H 1
  1311. | #define HAVE_STRINGS_H 1
  1312. | #define HAVE_INTTYPES_H 1
  1313. | #define HAVE_STDINT_H 1
  1314. | #define HAVE_UNISTD_H 1
  1315. | #define SIZEOF_LONG 8
  1316. | #define SIZEOF_VOIDP 8
  1317. | #define CURL_TYPEOF_CURL_OFF_T long
  1318. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1319. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1320. | #define CURL_FORMAT_OFF_T "%ld"
  1321. | #define CURL_SIZEOF_CURL_OFF_T 8
  1322. | #define CURL_SUFFIX_CURL_OFF_T L
  1323. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1324. | #define HAVE_DLFCN_H 1
  1325. | #define LT_OBJDIR ".libs/"
  1326. | #define HAVE_LDAP_SSL 1
  1327. | #define TIME_WITH_SYS_TIME 1
  1328. | #define HAVE_SYS_TYPES_H 1
  1329. | #define HAVE_SYS_TIME_H 1
  1330. | #define HAVE_TIME_H 1
  1331. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1332. | /* end confdefs.h. */
  1333. |
  1334. |
  1335. | #undef inline
  1336. | #ifdef HAVE_WINDOWS_H
  1337. | #ifndef WIN32_LEAN_AND_MEAN
  1338. | #define WIN32_LEAN_AND_MEAN
  1339. | #endif
  1340. | #include <windows.h>
  1341. | #else
  1342. | #ifdef HAVE_SYS_TYPES_H
  1343. | #include <sys/types.h>
  1344. | #endif
  1345. | #endif
  1346. | #ifndef NULL
  1347. | #define NULL (void *)0
  1348. | #endif
  1349. | #ifndef LDAP_DEPRECATED
  1350. | #define LDAP_DEPRECATED 1
  1351. | #endif
  1352. | #ifdef NEED_LBER_H
  1353. | #include <lber.h>
  1354. | #endif
  1355. | #ifdef HAVE_LDAP_H
  1356. | #include <ldap.h>
  1357. | #endif
  1358. | #include <ldapssl.h>
  1359. |
  1360. | int main (void)
  1361. | {
  1362. |
  1363. | char *cert_label = NULL;
  1364. | LDAP *ldp = ldap_ssl_init("dummy", LDAPS_PORT, cert_label);
  1365. |
  1366. | ;
  1367. | return 0;
  1368. | }
  1369. |
  1370. configure:19393: result: no
  1371. configure:19406: checking for ldap_ssl.h
  1372. configure:19448: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  1373. conftest.c:64:22: fatal error: ldap_ssl.h: No such file or directory
  1374. compilation terminated.
  1375. configure:19448: $? = 1
  1376. configure: failed program was:
  1377. | /* confdefs.h */
  1378. | #define PACKAGE_NAME "curl"
  1379. | #define PACKAGE_TARNAME "curl"
  1380. | #define PACKAGE_VERSION "-"
  1381. | #define PACKAGE_STRING "curl -"
  1382. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1383. | #define PACKAGE_URL ""
  1384. | #define PACKAGE "curl"
  1385. | #define VERSION "-"
  1386. | #define OS "x86_64-unknown-linux-gnu"
  1387. | #define HAVE_SYS_TYPES_H 1
  1388. | #define HAVE_STDINT_H 1
  1389. | #define HAVE_INTTYPES_H 1
  1390. | #define STDC_HEADERS 1
  1391. | #define HAVE_SYS_TYPES_H 1
  1392. | #define HAVE_SYS_STAT_H 1
  1393. | #define HAVE_STDLIB_H 1
  1394. | #define HAVE_STRING_H 1
  1395. | #define HAVE_MEMORY_H 1
  1396. | #define HAVE_STRINGS_H 1
  1397. | #define HAVE_INTTYPES_H 1
  1398. | #define HAVE_STDINT_H 1
  1399. | #define HAVE_UNISTD_H 1
  1400. | #define SIZEOF_LONG 8
  1401. | #define SIZEOF_VOIDP 8
  1402. | #define CURL_TYPEOF_CURL_OFF_T long
  1403. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1404. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1405. | #define CURL_FORMAT_OFF_T "%ld"
  1406. | #define CURL_SIZEOF_CURL_OFF_T 8
  1407. | #define CURL_SUFFIX_CURL_OFF_T L
  1408. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1409. | #define HAVE_DLFCN_H 1
  1410. | #define LT_OBJDIR ".libs/"
  1411. | #define HAVE_LDAP_SSL 1
  1412. | #define TIME_WITH_SYS_TIME 1
  1413. | #define HAVE_SYS_TYPES_H 1
  1414. | #define HAVE_SYS_TIME_H 1
  1415. | #define HAVE_TIME_H 1
  1416. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1417. | /* end confdefs.h. */
  1418. |
  1419. |
  1420. | #undef inline
  1421. | #ifdef HAVE_WINDOWS_H
  1422. | #ifndef WIN32_LEAN_AND_MEAN
  1423. | #define WIN32_LEAN_AND_MEAN
  1424. | #endif
  1425. | #include <windows.h>
  1426. | #else
  1427. | #ifdef HAVE_SYS_TYPES_H
  1428. | #include <sys/types.h>
  1429. | #endif
  1430. | #endif
  1431. | #ifndef LDAP_DEPRECATED
  1432. | #define LDAP_DEPRECATED 1
  1433. | #endif
  1434. | #ifdef NEED_LBER_H
  1435. | #include <lber.h>
  1436. | #endif
  1437. | #ifdef HAVE_LDAP_H
  1438. | #include <ldap.h>
  1439. | #endif
  1440. | #include <ldap_ssl.h>
  1441. |
  1442. | int main (void)
  1443. | {
  1444. |
  1445. | LDAP *ldp = ldapssl_init("dummy", LDAPS_PORT, 1);
  1446. |
  1447. | ;
  1448. | return 0;
  1449. | }
  1450. |
  1451. configure:19460: result: no
  1452. configure:19543: checking for LDAP libraries
  1453. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  1454. conftest.c: In function 'main':
  1455. conftest.c:71:11: error: unknown type name 'BerValue'
  1456. conftest.c:72:11: error: unknown type name 'BerElement'
  1457. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1458. conftest.c:73:11: error: unknown type name 'LDAP'
  1459. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1460. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1461. configure:19607: $? = 1
  1462. configure: failed program was:
  1463. | /* confdefs.h */
  1464. | #define PACKAGE_NAME "curl"
  1465. | #define PACKAGE_TARNAME "curl"
  1466. | #define PACKAGE_VERSION "-"
  1467. | #define PACKAGE_STRING "curl -"
  1468. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1469. | #define PACKAGE_URL ""
  1470. | #define PACKAGE "curl"
  1471. | #define VERSION "-"
  1472. | #define OS "x86_64-unknown-linux-gnu"
  1473. | #define HAVE_SYS_TYPES_H 1
  1474. | #define HAVE_STDINT_H 1
  1475. | #define HAVE_INTTYPES_H 1
  1476. | #define STDC_HEADERS 1
  1477. | #define HAVE_SYS_TYPES_H 1
  1478. | #define HAVE_SYS_STAT_H 1
  1479. | #define HAVE_STDLIB_H 1
  1480. | #define HAVE_STRING_H 1
  1481. | #define HAVE_MEMORY_H 1
  1482. | #define HAVE_STRINGS_H 1
  1483. | #define HAVE_INTTYPES_H 1
  1484. | #define HAVE_STDINT_H 1
  1485. | #define HAVE_UNISTD_H 1
  1486. | #define SIZEOF_LONG 8
  1487. | #define SIZEOF_VOIDP 8
  1488. | #define CURL_TYPEOF_CURL_OFF_T long
  1489. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1490. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1491. | #define CURL_FORMAT_OFF_T "%ld"
  1492. | #define CURL_SIZEOF_CURL_OFF_T 8
  1493. | #define CURL_SUFFIX_CURL_OFF_T L
  1494. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1495. | #define HAVE_DLFCN_H 1
  1496. | #define LT_OBJDIR ".libs/"
  1497. | #define HAVE_LDAP_SSL 1
  1498. | #define TIME_WITH_SYS_TIME 1
  1499. | #define HAVE_SYS_TYPES_H 1
  1500. | #define HAVE_SYS_TIME_H 1
  1501. | #define HAVE_TIME_H 1
  1502. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1503. | /* end confdefs.h. */
  1504. |
  1505. |
  1506. | #undef inline
  1507. | #ifdef HAVE_WINDOWS_H
  1508. | #ifndef WIN32_LEAN_AND_MEAN
  1509. | #define WIN32_LEAN_AND_MEAN
  1510. | #endif
  1511. | #include <windows.h>
  1512. | #else
  1513. | #ifdef HAVE_SYS_TYPES_H
  1514. | #include <sys/types.h>
  1515. | #endif
  1516. | #endif
  1517. | #ifndef NULL
  1518. | #define NULL (void *)0
  1519. | #endif
  1520. | #ifndef LDAP_DEPRECATED
  1521. | #define LDAP_DEPRECATED 1
  1522. | #endif
  1523. | #ifdef NEED_LBER_H
  1524. | #include <lber.h>
  1525. | #endif
  1526. | #ifdef HAVE_LDAP_H
  1527. | #include <ldap.h>
  1528. | #endif
  1529. |
  1530. | int main (void)
  1531. | {
  1532. |
  1533. | BerValue *bvp = NULL;
  1534. | BerElement *bep = ber_init(bvp);
  1535. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1536. | int res = ldap_unbind(ldp);
  1537. | ber_free(bep, 1);
  1538. |
  1539. | ;
  1540. | return 0;
  1541. | }
  1542. |
  1543. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  1544. conftest.c: In function 'main':
  1545. conftest.c:71:11: error: unknown type name 'BerValue'
  1546. conftest.c:72:11: error: unknown type name 'BerElement'
  1547. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1548. conftest.c:73:11: error: unknown type name 'LDAP'
  1549. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1550. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1551. configure:19607: $? = 1
  1552. configure: failed program was:
  1553. | /* confdefs.h */
  1554. | #define PACKAGE_NAME "curl"
  1555. | #define PACKAGE_TARNAME "curl"
  1556. | #define PACKAGE_VERSION "-"
  1557. | #define PACKAGE_STRING "curl -"
  1558. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1559. | #define PACKAGE_URL ""
  1560. | #define PACKAGE "curl"
  1561. | #define VERSION "-"
  1562. | #define OS "x86_64-unknown-linux-gnu"
  1563. | #define HAVE_SYS_TYPES_H 1
  1564. | #define HAVE_STDINT_H 1
  1565. | #define HAVE_INTTYPES_H 1
  1566. | #define STDC_HEADERS 1
  1567. | #define HAVE_SYS_TYPES_H 1
  1568. | #define HAVE_SYS_STAT_H 1
  1569. | #define HAVE_STDLIB_H 1
  1570. | #define HAVE_STRING_H 1
  1571. | #define HAVE_MEMORY_H 1
  1572. | #define HAVE_STRINGS_H 1
  1573. | #define HAVE_INTTYPES_H 1
  1574. | #define HAVE_STDINT_H 1
  1575. | #define HAVE_UNISTD_H 1
  1576. | #define SIZEOF_LONG 8
  1577. | #define SIZEOF_VOIDP 8
  1578. | #define CURL_TYPEOF_CURL_OFF_T long
  1579. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1580. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1581. | #define CURL_FORMAT_OFF_T "%ld"
  1582. | #define CURL_SIZEOF_CURL_OFF_T 8
  1583. | #define CURL_SUFFIX_CURL_OFF_T L
  1584. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1585. | #define HAVE_DLFCN_H 1
  1586. | #define LT_OBJDIR ".libs/"
  1587. | #define HAVE_LDAP_SSL 1
  1588. | #define TIME_WITH_SYS_TIME 1
  1589. | #define HAVE_SYS_TYPES_H 1
  1590. | #define HAVE_SYS_TIME_H 1
  1591. | #define HAVE_TIME_H 1
  1592. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1593. | /* end confdefs.h. */
  1594. |
  1595. |
  1596. | #undef inline
  1597. | #ifdef HAVE_WINDOWS_H
  1598. | #ifndef WIN32_LEAN_AND_MEAN
  1599. | #define WIN32_LEAN_AND_MEAN
  1600. | #endif
  1601. | #include <windows.h>
  1602. | #else
  1603. | #ifdef HAVE_SYS_TYPES_H
  1604. | #include <sys/types.h>
  1605. | #endif
  1606. | #endif
  1607. | #ifndef NULL
  1608. | #define NULL (void *)0
  1609. | #endif
  1610. | #ifndef LDAP_DEPRECATED
  1611. | #define LDAP_DEPRECATED 1
  1612. | #endif
  1613. | #ifdef NEED_LBER_H
  1614. | #include <lber.h>
  1615. | #endif
  1616. | #ifdef HAVE_LDAP_H
  1617. | #include <ldap.h>
  1618. | #endif
  1619. |
  1620. | int main (void)
  1621. | {
  1622. |
  1623. | BerValue *bvp = NULL;
  1624. | BerElement *bep = ber_init(bvp);
  1625. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1626. | int res = ldap_unbind(ldp);
  1627. | ber_free(bep, 1);
  1628. |
  1629. | ;
  1630. | return 0;
  1631. | }
  1632. |
  1633. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lldap -lrt >&5
  1634. conftest.c: In function 'main':
  1635. conftest.c:71:11: error: unknown type name 'BerValue'
  1636. conftest.c:72:11: error: unknown type name 'BerElement'
  1637. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1638. conftest.c:73:11: error: unknown type name 'LDAP'
  1639. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1640. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1641. configure:19607: $? = 1
  1642. configure: failed program was:
  1643. | /* confdefs.h */
  1644. | #define PACKAGE_NAME "curl"
  1645. | #define PACKAGE_TARNAME "curl"
  1646. | #define PACKAGE_VERSION "-"
  1647. | #define PACKAGE_STRING "curl -"
  1648. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1649. | #define PACKAGE_URL ""
  1650. | #define PACKAGE "curl"
  1651. | #define VERSION "-"
  1652. | #define OS "x86_64-unknown-linux-gnu"
  1653. | #define HAVE_SYS_TYPES_H 1
  1654. | #define HAVE_STDINT_H 1
  1655. | #define HAVE_INTTYPES_H 1
  1656. | #define STDC_HEADERS 1
  1657. | #define HAVE_SYS_TYPES_H 1
  1658. | #define HAVE_SYS_STAT_H 1
  1659. | #define HAVE_STDLIB_H 1
  1660. | #define HAVE_STRING_H 1
  1661. | #define HAVE_MEMORY_H 1
  1662. | #define HAVE_STRINGS_H 1
  1663. | #define HAVE_INTTYPES_H 1
  1664. | #define HAVE_STDINT_H 1
  1665. | #define HAVE_UNISTD_H 1
  1666. | #define SIZEOF_LONG 8
  1667. | #define SIZEOF_VOIDP 8
  1668. | #define CURL_TYPEOF_CURL_OFF_T long
  1669. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1670. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1671. | #define CURL_FORMAT_OFF_T "%ld"
  1672. | #define CURL_SIZEOF_CURL_OFF_T 8
  1673. | #define CURL_SUFFIX_CURL_OFF_T L
  1674. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1675. | #define HAVE_DLFCN_H 1
  1676. | #define LT_OBJDIR ".libs/"
  1677. | #define HAVE_LDAP_SSL 1
  1678. | #define TIME_WITH_SYS_TIME 1
  1679. | #define HAVE_SYS_TYPES_H 1
  1680. | #define HAVE_SYS_TIME_H 1
  1681. | #define HAVE_TIME_H 1
  1682. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1683. | /* end confdefs.h. */
  1684. |
  1685. |
  1686. | #undef inline
  1687. | #ifdef HAVE_WINDOWS_H
  1688. | #ifndef WIN32_LEAN_AND_MEAN
  1689. | #define WIN32_LEAN_AND_MEAN
  1690. | #endif
  1691. | #include <windows.h>
  1692. | #else
  1693. | #ifdef HAVE_SYS_TYPES_H
  1694. | #include <sys/types.h>
  1695. | #endif
  1696. | #endif
  1697. | #ifndef NULL
  1698. | #define NULL (void *)0
  1699. | #endif
  1700. | #ifndef LDAP_DEPRECATED
  1701. | #define LDAP_DEPRECATED 1
  1702. | #endif
  1703. | #ifdef NEED_LBER_H
  1704. | #include <lber.h>
  1705. | #endif
  1706. | #ifdef HAVE_LDAP_H
  1707. | #include <ldap.h>
  1708. | #endif
  1709. |
  1710. | int main (void)
  1711. | {
  1712. |
  1713. | BerValue *bvp = NULL;
  1714. | BerElement *bep = ber_init(bvp);
  1715. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1716. | int res = ldap_unbind(ldp);
  1717. | ber_free(bep, 1);
  1718. |
  1719. | ;
  1720. | return 0;
  1721. | }
  1722. |
  1723. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -llber -lldap -lrt >&5
  1724. conftest.c: In function 'main':
  1725. conftest.c:71:11: error: unknown type name 'BerValue'
  1726. conftest.c:72:11: error: unknown type name 'BerElement'
  1727. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1728. conftest.c:73:11: error: unknown type name 'LDAP'
  1729. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1730. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1731. configure:19607: $? = 1
  1732. configure: failed program was:
  1733. | /* confdefs.h */
  1734. | #define PACKAGE_NAME "curl"
  1735. | #define PACKAGE_TARNAME "curl"
  1736. | #define PACKAGE_VERSION "-"
  1737. | #define PACKAGE_STRING "curl -"
  1738. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1739. | #define PACKAGE_URL ""
  1740. | #define PACKAGE "curl"
  1741. | #define VERSION "-"
  1742. | #define OS "x86_64-unknown-linux-gnu"
  1743. | #define HAVE_SYS_TYPES_H 1
  1744. | #define HAVE_STDINT_H 1
  1745. | #define HAVE_INTTYPES_H 1
  1746. | #define STDC_HEADERS 1
  1747. | #define HAVE_SYS_TYPES_H 1
  1748. | #define HAVE_SYS_STAT_H 1
  1749. | #define HAVE_STDLIB_H 1
  1750. | #define HAVE_STRING_H 1
  1751. | #define HAVE_MEMORY_H 1
  1752. | #define HAVE_STRINGS_H 1
  1753. | #define HAVE_INTTYPES_H 1
  1754. | #define HAVE_STDINT_H 1
  1755. | #define HAVE_UNISTD_H 1
  1756. | #define SIZEOF_LONG 8
  1757. | #define SIZEOF_VOIDP 8
  1758. | #define CURL_TYPEOF_CURL_OFF_T long
  1759. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1760. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1761. | #define CURL_FORMAT_OFF_T "%ld"
  1762. | #define CURL_SIZEOF_CURL_OFF_T 8
  1763. | #define CURL_SUFFIX_CURL_OFF_T L
  1764. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1765. | #define HAVE_DLFCN_H 1
  1766. | #define LT_OBJDIR ".libs/"
  1767. | #define HAVE_LDAP_SSL 1
  1768. | #define TIME_WITH_SYS_TIME 1
  1769. | #define HAVE_SYS_TYPES_H 1
  1770. | #define HAVE_SYS_TIME_H 1
  1771. | #define HAVE_TIME_H 1
  1772. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1773. | /* end confdefs.h. */
  1774. |
  1775. |
  1776. | #undef inline
  1777. | #ifdef HAVE_WINDOWS_H
  1778. | #ifndef WIN32_LEAN_AND_MEAN
  1779. | #define WIN32_LEAN_AND_MEAN
  1780. | #endif
  1781. | #include <windows.h>
  1782. | #else
  1783. | #ifdef HAVE_SYS_TYPES_H
  1784. | #include <sys/types.h>
  1785. | #endif
  1786. | #endif
  1787. | #ifndef NULL
  1788. | #define NULL (void *)0
  1789. | #endif
  1790. | #ifndef LDAP_DEPRECATED
  1791. | #define LDAP_DEPRECATED 1
  1792. | #endif
  1793. | #ifdef NEED_LBER_H
  1794. | #include <lber.h>
  1795. | #endif
  1796. | #ifdef HAVE_LDAP_H
  1797. | #include <ldap.h>
  1798. | #endif
  1799. |
  1800. | int main (void)
  1801. | {
  1802. |
  1803. | BerValue *bvp = NULL;
  1804. | BerElement *bep = ber_init(bvp);
  1805. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1806. | int res = ldap_unbind(ldp);
  1807. | ber_free(bep, 1);
  1808. |
  1809. | ;
  1810. | return 0;
  1811. | }
  1812. |
  1813. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lldap -llber -lrt >&5
  1814. conftest.c: In function 'main':
  1815. conftest.c:71:11: error: unknown type name 'BerValue'
  1816. conftest.c:72:11: error: unknown type name 'BerElement'
  1817. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1818. conftest.c:73:11: error: unknown type name 'LDAP'
  1819. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1820. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1821. configure:19607: $? = 1
  1822. configure: failed program was:
  1823. | /* confdefs.h */
  1824. | #define PACKAGE_NAME "curl"
  1825. | #define PACKAGE_TARNAME "curl"
  1826. | #define PACKAGE_VERSION "-"
  1827. | #define PACKAGE_STRING "curl -"
  1828. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1829. | #define PACKAGE_URL ""
  1830. | #define PACKAGE "curl"
  1831. | #define VERSION "-"
  1832. | #define OS "x86_64-unknown-linux-gnu"
  1833. | #define HAVE_SYS_TYPES_H 1
  1834. | #define HAVE_STDINT_H 1
  1835. | #define HAVE_INTTYPES_H 1
  1836. | #define STDC_HEADERS 1
  1837. | #define HAVE_SYS_TYPES_H 1
  1838. | #define HAVE_SYS_STAT_H 1
  1839. | #define HAVE_STDLIB_H 1
  1840. | #define HAVE_STRING_H 1
  1841. | #define HAVE_MEMORY_H 1
  1842. | #define HAVE_STRINGS_H 1
  1843. | #define HAVE_INTTYPES_H 1
  1844. | #define HAVE_STDINT_H 1
  1845. | #define HAVE_UNISTD_H 1
  1846. | #define SIZEOF_LONG 8
  1847. | #define SIZEOF_VOIDP 8
  1848. | #define CURL_TYPEOF_CURL_OFF_T long
  1849. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1850. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1851. | #define CURL_FORMAT_OFF_T "%ld"
  1852. | #define CURL_SIZEOF_CURL_OFF_T 8
  1853. | #define CURL_SUFFIX_CURL_OFF_T L
  1854. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1855. | #define HAVE_DLFCN_H 1
  1856. | #define LT_OBJDIR ".libs/"
  1857. | #define HAVE_LDAP_SSL 1
  1858. | #define TIME_WITH_SYS_TIME 1
  1859. | #define HAVE_SYS_TYPES_H 1
  1860. | #define HAVE_SYS_TIME_H 1
  1861. | #define HAVE_TIME_H 1
  1862. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1863. | /* end confdefs.h. */
  1864. |
  1865. |
  1866. | #undef inline
  1867. | #ifdef HAVE_WINDOWS_H
  1868. | #ifndef WIN32_LEAN_AND_MEAN
  1869. | #define WIN32_LEAN_AND_MEAN
  1870. | #endif
  1871. | #include <windows.h>
  1872. | #else
  1873. | #ifdef HAVE_SYS_TYPES_H
  1874. | #include <sys/types.h>
  1875. | #endif
  1876. | #endif
  1877. | #ifndef NULL
  1878. | #define NULL (void *)0
  1879. | #endif
  1880. | #ifndef LDAP_DEPRECATED
  1881. | #define LDAP_DEPRECATED 1
  1882. | #endif
  1883. | #ifdef NEED_LBER_H
  1884. | #include <lber.h>
  1885. | #endif
  1886. | #ifdef HAVE_LDAP_H
  1887. | #include <ldap.h>
  1888. | #endif
  1889. |
  1890. | int main (void)
  1891. | {
  1892. |
  1893. | BerValue *bvp = NULL;
  1894. | BerElement *bep = ber_init(bvp);
  1895. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1896. | int res = ldap_unbind(ldp);
  1897. | ber_free(bep, 1);
  1898. |
  1899. | ;
  1900. | return 0;
  1901. | }
  1902. |
  1903. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lldapssl -lldapx -lldapsdk -lrt >&5
  1904. conftest.c: In function 'main':
  1905. conftest.c:71:11: error: unknown type name 'BerValue'
  1906. conftest.c:72:11: error: unknown type name 'BerElement'
  1907. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1908. conftest.c:73:11: error: unknown type name 'LDAP'
  1909. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  1910. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  1911. configure:19607: $? = 1
  1912. configure: failed program was:
  1913. | /* confdefs.h */
  1914. | #define PACKAGE_NAME "curl"
  1915. | #define PACKAGE_TARNAME "curl"
  1916. | #define PACKAGE_VERSION "-"
  1917. | #define PACKAGE_STRING "curl -"
  1918. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  1919. | #define PACKAGE_URL ""
  1920. | #define PACKAGE "curl"
  1921. | #define VERSION "-"
  1922. | #define OS "x86_64-unknown-linux-gnu"
  1923. | #define HAVE_SYS_TYPES_H 1
  1924. | #define HAVE_STDINT_H 1
  1925. | #define HAVE_INTTYPES_H 1
  1926. | #define STDC_HEADERS 1
  1927. | #define HAVE_SYS_TYPES_H 1
  1928. | #define HAVE_SYS_STAT_H 1
  1929. | #define HAVE_STDLIB_H 1
  1930. | #define HAVE_STRING_H 1
  1931. | #define HAVE_MEMORY_H 1
  1932. | #define HAVE_STRINGS_H 1
  1933. | #define HAVE_INTTYPES_H 1
  1934. | #define HAVE_STDINT_H 1
  1935. | #define HAVE_UNISTD_H 1
  1936. | #define SIZEOF_LONG 8
  1937. | #define SIZEOF_VOIDP 8
  1938. | #define CURL_TYPEOF_CURL_OFF_T long
  1939. | #define CURL_FORMAT_CURL_OFF_T "ld"
  1940. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  1941. | #define CURL_FORMAT_OFF_T "%ld"
  1942. | #define CURL_SIZEOF_CURL_OFF_T 8
  1943. | #define CURL_SUFFIX_CURL_OFF_T L
  1944. | #define CURL_SUFFIX_CURL_OFF_TU UL
  1945. | #define HAVE_DLFCN_H 1
  1946. | #define LT_OBJDIR ".libs/"
  1947. | #define HAVE_LDAP_SSL 1
  1948. | #define TIME_WITH_SYS_TIME 1
  1949. | #define HAVE_SYS_TYPES_H 1
  1950. | #define HAVE_SYS_TIME_H 1
  1951. | #define HAVE_TIME_H 1
  1952. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  1953. | /* end confdefs.h. */
  1954. |
  1955. |
  1956. | #undef inline
  1957. | #ifdef HAVE_WINDOWS_H
  1958. | #ifndef WIN32_LEAN_AND_MEAN
  1959. | #define WIN32_LEAN_AND_MEAN
  1960. | #endif
  1961. | #include <windows.h>
  1962. | #else
  1963. | #ifdef HAVE_SYS_TYPES_H
  1964. | #include <sys/types.h>
  1965. | #endif
  1966. | #endif
  1967. | #ifndef NULL
  1968. | #define NULL (void *)0
  1969. | #endif
  1970. | #ifndef LDAP_DEPRECATED
  1971. | #define LDAP_DEPRECATED 1
  1972. | #endif
  1973. | #ifdef NEED_LBER_H
  1974. | #include <lber.h>
  1975. | #endif
  1976. | #ifdef HAVE_LDAP_H
  1977. | #include <ldap.h>
  1978. | #endif
  1979. |
  1980. | int main (void)
  1981. | {
  1982. |
  1983. | BerValue *bvp = NULL;
  1984. | BerElement *bep = ber_init(bvp);
  1985. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  1986. | int res = ldap_unbind(ldp);
  1987. | ber_free(bep, 1);
  1988. |
  1989. | ;
  1990. | return 0;
  1991. | }
  1992. |
  1993. configure:19607: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lldapsdk -lldapx -lldapssl -lrt >&5
  1994. conftest.c: In function 'main':
  1995. conftest.c:71:11: error: unknown type name 'BerValue'
  1996. conftest.c:72:11: error: unknown type name 'BerElement'
  1997. conftest.c:72:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  1998. conftest.c:73:11: error: unknown type name 'LDAP'
  1999. conftest.c:73:42: error: 'LDAP_PORT' undeclared (first use in this function)
  2000. conftest.c:73:42: note: each undeclared identifier is reported only once for each function it appears in
  2001. configure:19607: $? = 1
  2002. configure: failed program was:
  2003. | /* confdefs.h */
  2004. | #define PACKAGE_NAME "curl"
  2005. | #define PACKAGE_TARNAME "curl"
  2006. | #define PACKAGE_VERSION "-"
  2007. | #define PACKAGE_STRING "curl -"
  2008. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  2009. | #define PACKAGE_URL ""
  2010. | #define PACKAGE "curl"
  2011. | #define VERSION "-"
  2012. | #define OS "x86_64-unknown-linux-gnu"
  2013. | #define HAVE_SYS_TYPES_H 1
  2014. | #define HAVE_STDINT_H 1
  2015. | #define HAVE_INTTYPES_H 1
  2016. | #define STDC_HEADERS 1
  2017. | #define HAVE_SYS_TYPES_H 1
  2018. | #define HAVE_SYS_STAT_H 1
  2019. | #define HAVE_STDLIB_H 1
  2020. | #define HAVE_STRING_H 1
  2021. | #define HAVE_MEMORY_H 1
  2022. | #define HAVE_STRINGS_H 1
  2023. | #define HAVE_INTTYPES_H 1
  2024. | #define HAVE_STDINT_H 1
  2025. | #define HAVE_UNISTD_H 1
  2026. | #define SIZEOF_LONG 8
  2027. | #define SIZEOF_VOIDP 8
  2028. | #define CURL_TYPEOF_CURL_OFF_T long
  2029. | #define CURL_FORMAT_CURL_OFF_T "ld"
  2030. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  2031. | #define CURL_FORMAT_OFF_T "%ld"
  2032. | #define CURL_SIZEOF_CURL_OFF_T 8
  2033. | #define CURL_SUFFIX_CURL_OFF_T L
  2034. | #define CURL_SUFFIX_CURL_OFF_TU UL
  2035. | #define HAVE_DLFCN_H 1
  2036. | #define LT_OBJDIR ".libs/"
  2037. | #define HAVE_LDAP_SSL 1
  2038. | #define TIME_WITH_SYS_TIME 1
  2039. | #define HAVE_SYS_TYPES_H 1
  2040. | #define HAVE_SYS_TIME_H 1
  2041. | #define HAVE_TIME_H 1
  2042. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  2043. | /* end confdefs.h. */
  2044. |
  2045. |
  2046. | #undef inline
  2047. | #ifdef HAVE_WINDOWS_H
  2048. | #ifndef WIN32_LEAN_AND_MEAN
  2049. | #define WIN32_LEAN_AND_MEAN
  2050. | #endif
  2051. | #include <windows.h>
  2052. | #else
  2053. | #ifdef HAVE_SYS_TYPES_H
  2054. | #include <sys/types.h>
  2055. | #endif
  2056. | #endif
  2057. | #ifndef NULL
  2058. | #define NULL (void *)0
  2059. | #endif
  2060. | #ifndef LDAP_DEPRECATED
  2061. | #define LDAP_DEPRECATED 1
  2062. | #endif
  2063. | #ifdef NEED_LBER_H
  2064. | #include <lber.h>
  2065. | #endif
  2066. | #ifdef HAVE_LDAP_H
  2067. | #include <ldap.h>
  2068. | #endif
  2069. |
  2070. | int main (void)
  2071. | {
  2072. |
  2073. | BerValue *bvp = NULL;
  2074. | BerElement *bep = ber_init(bvp);
  2075. | LDAP *ldp = ldap_init("dummy", LDAP_PORT);
  2076. | int res = ldap_unbind(ldp);
  2077. | ber_free(bep, 1);
  2078. |
  2079. | ;
  2080. | return 0;
  2081. | }
  2082. |
  2083. configure:19621: result: cannot find LDAP libraries
  2084. configure:19642: WARNING: Cannot find libraries for LDAP support: LDAP disabled
  2085. configure:19763: checking whether to enable ipv6
  2086. configure:19799: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  2087. conftest.c: In function 'main':
  2088. conftest.c:50:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
  2089. configure:19799: $? = 0
  2090. configure:19799: ./conftest
  2091. configure:19799: $? = 0
  2092. configure:19800: result: yes
  2093. configure:19821: checking if struct sockaddr_in6 has sin6_scope_id member
  2094. configure:19835: gcc -c -fPIC -g0 -O2 -Wno-system-headers conftest.c >&5
  2095. configure:19835: $? = 0
  2096. configure:19840: result: yes
  2097. configure:19852: checking if argv can be written to
  2098. configure:19870: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lrt >&5
  2099. configure:19870: $? = 0
  2100. configure:19870: ./conftest
  2101. configure:19870: $? = 0
  2102. configure:19888: result: yes
  2103. configure:19946: checking if Kerberos4 support is requested
  2104. configure:20157: result: no
  2105. configure:20174: checking if SPNEGO support is requested
  2106. configure:20197: result: no
  2107. configure:20238: checking if GSSAPI support is requested
  2108. configure:20368: result: no
  2109. configure:20416: checking whether to enable Windows native SSL/TLS (Windows native builds only)
  2110. configure:20438: result: no
  2111. configure:20454: checking whether to enable iOS/Mac OS X native SSL/TLS
  2112. configure:20470: result: no
  2113. configure:20581: checking for pkg-config
  2114. configure:20613: result: no
  2115. configure:20713: checking for CRYPTO_lock in -lcrypto
  2116. configure:20735: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers conftest.c -lcrypto -lrt >&5
  2117. /usr/bin/ld: cannot find -lcrypto
  2118. collect2: error: ld returned 1 exit status
  2119. configure:20735: $? = 1
  2120. configure: failed program was:
  2121. | /* confdefs.h */
  2122. | #define PACKAGE_NAME "curl"
  2123. | #define PACKAGE_TARNAME "curl"
  2124. | #define PACKAGE_VERSION "-"
  2125. | #define PACKAGE_STRING "curl -"
  2126. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  2127. | #define PACKAGE_URL ""
  2128. | #define PACKAGE "curl"
  2129. | #define VERSION "-"
  2130. | #define OS "x86_64-unknown-linux-gnu"
  2131. | #define HAVE_SYS_TYPES_H 1
  2132. | #define HAVE_STDINT_H 1
  2133. | #define HAVE_INTTYPES_H 1
  2134. | #define STDC_HEADERS 1
  2135. | #define HAVE_SYS_TYPES_H 1
  2136. | #define HAVE_SYS_STAT_H 1
  2137. | #define HAVE_STDLIB_H 1
  2138. | #define HAVE_STRING_H 1
  2139. | #define HAVE_MEMORY_H 1
  2140. | #define HAVE_STRINGS_H 1
  2141. | #define HAVE_INTTYPES_H 1
  2142. | #define HAVE_STDINT_H 1
  2143. | #define HAVE_UNISTD_H 1
  2144. | #define SIZEOF_LONG 8
  2145. | #define SIZEOF_VOIDP 8
  2146. | #define CURL_TYPEOF_CURL_OFF_T long
  2147. | #define CURL_FORMAT_CURL_OFF_T "ld"
  2148. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  2149. | #define CURL_FORMAT_OFF_T "%ld"
  2150. | #define CURL_SIZEOF_CURL_OFF_T 8
  2151. | #define CURL_SUFFIX_CURL_OFF_T L
  2152. | #define CURL_SUFFIX_CURL_OFF_TU UL
  2153. | #define HAVE_DLFCN_H 1
  2154. | #define LT_OBJDIR ".libs/"
  2155. | #define HAVE_LDAP_SSL 1
  2156. | #define TIME_WITH_SYS_TIME 1
  2157. | #define HAVE_SYS_TYPES_H 1
  2158. | #define HAVE_SYS_TIME_H 1
  2159. | #define HAVE_TIME_H 1
  2160. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  2161. | #define CURL_DISABLE_LDAP 1
  2162. | #define CURL_DISABLE_LDAPS 1
  2163. | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  2164. | #define HAVE_WRITABLE_ARGV 1
  2165. | /* end confdefs.h. */
  2166. |
  2167. |
  2168. | #ifdef __cplusplus
  2169. | extern "C"
  2170. | #endif
  2171. | char CRYPTO_lock ();
  2172. | int main (void)
  2173. | {
  2174. | return CRYPTO_lock ();
  2175. | ;
  2176. | return 0;
  2177. | }
  2178. configure:20744: result: no
  2179. configure:20755: checking for CRYPTO_add_lock in -lcrypto
  2180. configure:20777: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lrt >&5
  2181. configure:20777: $? = 0
  2182. configure:20786: result: yes
  2183. configure:20807: checking for SSL_connect in -lssl
  2184. configure:20829: gcc -o conftest -fPIC -g0 -O2 -Wno-system-headers -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lssl -lcrypto -lrt >&5
  2185. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':
  2186. dso_dlfcn.c:(.text+0x19): undefined reference to `dlopen'
  2187. dso_dlfcn.c:(.text+0x2c): undefined reference to `dlsym'
  2188. dso_dlfcn.c:(.text+0x37): undefined reference to `dlclose'
  2189. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
  2190. dso_dlfcn.c:(.text+0x364): undefined reference to `dlsym'
  2191. dso_dlfcn.c:(.text+0x422): undefined reference to `dlerror'
  2192. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
  2193. dso_dlfcn.c:(.text+0x494): undefined reference to `dlsym'
  2194. dso_dlfcn.c:(.text+0x552): undefined reference to `dlerror'
  2195. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
  2196. dso_dlfcn.c:(.text+0x5c2): undefined reference to `dlopen'
  2197. dso_dlfcn.c:(.text+0x62d): undefined reference to `dlclose'
  2198. dso_dlfcn.c:(.text+0x65a): undefined reference to `dlerror'
  2199. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr':
  2200. dso_dlfcn.c:(.text+0x6ef): undefined reference to `dladdr'
  2201. dso_dlfcn.c:(.text+0x749): undefined reference to `dlerror'
  2202. /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
  2203. dso_dlfcn.c:(.text+0x7aa): undefined reference to `dlclose'
  2204. collect2: error: ld returned 1 exit status
  2205. configure:20829: $? = 1
  2206. configure: failed program was:
  2207. | /* confdefs.h */
  2208. | #define PACKAGE_NAME "curl"
  2209. | #define PACKAGE_TARNAME "curl"
  2210. | #define PACKAGE_VERSION "-"
  2211. | #define PACKAGE_STRING "curl -"
  2212. | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  2213. | #define PACKAGE_URL ""
  2214. | #define PACKAGE "curl"
  2215. | #define VERSION "-"
  2216. | #define OS "x86_64-unknown-linux-gnu"
  2217. | #define HAVE_SYS_TYPES_H 1
  2218. | #define HAVE_STDINT_H 1
  2219. | #define HAVE_INTTYPES_H 1
  2220. | #define STDC_HEADERS 1
  2221. | #define HAVE_SYS_TYPES_H 1
  2222. | #define HAVE_SYS_STAT_H 1
  2223. | #define HAVE_STDLIB_H 1
  2224. | #define HAVE_STRING_H 1
  2225. | #define HAVE_MEMORY_H 1
  2226. | #define HAVE_STRINGS_H 1
  2227. | #define HAVE_INTTYPES_H 1
  2228. | #define HAVE_STDINT_H 1
  2229. | #define HAVE_UNISTD_H 1
  2230. | #define SIZEOF_LONG 8
  2231. | #define SIZEOF_VOIDP 8
  2232. | #define CURL_TYPEOF_CURL_OFF_T long
  2233. | #define CURL_FORMAT_CURL_OFF_T "ld"
  2234. | #define CURL_FORMAT_CURL_OFF_TU "lu"
  2235. | #define CURL_FORMAT_OFF_T "%ld"
  2236. | #define CURL_SIZEOF_CURL_OFF_T 8
  2237. | #define CURL_SUFFIX_CURL_OFF_T L
  2238. | #define CURL_SUFFIX_CURL_OFF_TU UL
  2239. | #define HAVE_DLFCN_H 1
  2240. | #define LT_OBJDIR ".libs/"
  2241. | #define HAVE_LDAP_SSL 1
  2242. | #define TIME_WITH_SYS_TIME 1
  2243. | #define HAVE_SYS_TYPES_H 1
  2244. | #define HAVE_SYS_TIME_H 1
  2245. | #define HAVE_TIME_H 1
  2246. | #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  2247. | #define CURL_DISABLE_LDAP 1
  2248. | #define CURL_DISABLE_LDAPS 1
  2249. | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  2250. | #define HAVE_WRITABLE_ARGV 1
  2251. | /* end confdefs.h. */
  2252. |
  2253. |
  2254. | #ifdef __cplusplus
  2255. | extern "C"
  2256. | #endif
  2257. | char SSL_connect ();
  2258. | int main (void)
  2259. | {
  2260. | return SSL_connect ();
  2261. | ;
  2262. | return 0;
  2263. | }
  2264. configure:20838: result: no
  2265. configure:20851: checking for ssl with RSAglue/rsaref libs in use
  2266. configure:20855: checking for SSL_connect in -lssl
  2267. configure:20886: result: no
  2268. configure:20898: result: no
  2269. configure:20978: error: OpenSSL libs and/or directories were not found where specified!
  2270.  
  2271. ## ---------------- ##
  2272. ## Cache variables. ##
  2273. ## ---------------- ##
  2274.  
  2275. ac_cv_build=x86_64-unknown-linux-gnu
  2276. ac_cv_c_compiler_gnu=yes
  2277. ac_cv_c_inline=inline
  2278. ac_cv_env_CC_set=
  2279. ac_cv_env_CC_value=
  2280. ac_cv_env_CFLAGS_set=set
  2281. ac_cv_env_CFLAGS_value=-fPIC
  2282. ac_cv_env_CPPFLAGS_set=
  2283. ac_cv_env_CPPFLAGS_value=
  2284. ac_cv_env_CPP_set=
  2285. ac_cv_env_CPP_value=
  2286. ac_cv_env_LDFLAGS_set=
  2287. ac_cv_env_LDFLAGS_value=
  2288. ac_cv_env_LIBS_set=
  2289. ac_cv_env_LIBS_value=
  2290. ac_cv_env_build_alias_set=
  2291. ac_cv_env_build_alias_value=
  2292. ac_cv_env_host_alias_set=
  2293. ac_cv_env_host_alias_value=
  2294. ac_cv_env_target_alias_set=
  2295. ac_cv_env_target_alias_value=
  2296. ac_cv_func_clock_gettime=yes
  2297. ac_cv_func_gethostbyname=yes
  2298. ac_cv_func_strcasecmp=no
  2299. ac_cv_header_dlfcn_h=yes
  2300. ac_cv_header_inttypes_h=yes
  2301. ac_cv_header_lber_h=no
  2302. ac_cv_header_ldap_h=no
  2303. ac_cv_header_ldap_ssl_h=no
  2304. ac_cv_header_ldapssl_h=no
  2305. ac_cv_header_memory_h=yes
  2306. ac_cv_header_stdc=yes
  2307. ac_cv_header_stdint_h=yes
  2308. ac_cv_header_stdlib_h=yes
  2309. ac_cv_header_string_h=yes
  2310. ac_cv_header_strings_h=yes
  2311. ac_cv_header_sys_stat_h=yes
  2312. ac_cv_header_sys_time_h=yes
  2313. ac_cv_header_sys_types_h=yes
  2314. ac_cv_header_time=yes
  2315. ac_cv_header_time_h=yes
  2316. ac_cv_header_unistd_h=yes
  2317. ac_cv_header_winber_h=no
  2318. ac_cv_header_windows_h=no
  2319. ac_cv_header_winldap_h=no
  2320. ac_cv_header_winsock2_h=no
  2321. ac_cv_header_winsock_h=no
  2322. ac_cv_header_ws2tcpip_h=no
  2323. ac_cv_host=x86_64-unknown-linux-gnu
  2324. ac_cv_lib_crypto_CRYPTO_add_lock=yes
  2325. ac_cv_lib_crypto_CRYPTO_lock=no
  2326. ac_cv_lib_ssl_SSL_connect=no
  2327. ac_cv_native_windows=no
  2328. ac_cv_objext=o
  2329. ac_cv_path_EGREP='/bin/grep -E'
  2330. ac_cv_path_FGREP='/bin/grep -F'
  2331. ac_cv_path_GREP=/bin/grep
  2332. ac_cv_path_PKGCONFIG=no
  2333. ac_cv_path_SED=/bin/sed
  2334. ac_cv_path_ac_pt_AR=/usr/bin/ar
  2335. ac_cv_path_install='/usr/bin/install -c'
  2336. ac_cv_prog_AWK=mawk
  2337. ac_cv_prog_CPP='gcc -E'
  2338. ac_cv_prog_ac_ct_CC=gcc
  2339. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  2340. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  2341. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2342. ac_cv_prog_ac_ct_RANLIB=ranlib
  2343. ac_cv_prog_ac_ct_STRIP=strip
  2344. ac_cv_prog_cc_c89=
  2345. ac_cv_prog_cc_g=yes
  2346. ac_cv_prog_make_make_set=yes
  2347. ac_cv_sizeof_long=8
  2348. ac_cv_sizeof_voidp=8
  2349. ac_cv_sys_file_offset_bits=no
  2350. ac_cv_sys_largefile_CC=no
  2351. am_cv_CC_dependencies_compiler_type=gcc3
  2352. curl_cv_PATH_SEPARATOR=:
  2353. curl_cv_def___GNUC__=4
  2354. curl_cv_gclk_LIBS=-lrt
  2355. curl_cv_have_def__COMPILER_VERSION=no
  2356. curl_cv_have_def__SGI_COMPILER_VERSION=no
  2357. curl_cv_have_def__WIN32=no
  2358. curl_cv_have_def___DECC=no
  2359. curl_cv_have_def___DECC_VER=no
  2360. curl_cv_have_def___GNUC__=yes
  2361. curl_cv_have_def___HP_cc=no
  2362. curl_cv_have_def___IBMC__=no
  2363. curl_cv_have_def___INTEL_COMPILER=no
  2364. curl_cv_have_def___LCC__=no
  2365. curl_cv_have_def___SUNPRO_C=no
  2366. curl_cv_have_def___TINYC__=no
  2367. curl_cv_have_def___WATCOMC__=no
  2368. curl_cv_have_def___clang__=no
  2369. curl_cv_have_def___sgi=no
  2370. curl_cv_ldap_LIBS=unknown
  2371. curl_cv_save_LIBS=-lrt
  2372. curl_cv_writable_argv=yes
  2373. lt_cv_ar_at_file=@
  2374. lt_cv_archive_cmds_need_lc=no
  2375. lt_cv_deplibs_check_method=pass_all
  2376. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2377. lt_cv_file_magic_test_file=
  2378. lt_cv_ld_reload_flag=-r
  2379. lt_cv_nm_interface='BSD nm'
  2380. lt_cv_objdir=.libs
  2381. lt_cv_path_LD=/usr/bin/ld
  2382. lt_cv_path_NM='/usr/bin/nm -B'
  2383. lt_cv_path_mainfest_tool=no
  2384. lt_cv_prog_compiler_c_o=yes
  2385. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2386. lt_cv_prog_compiler_pic_works=yes
  2387. lt_cv_prog_compiler_rtti_exceptions=no
  2388. lt_cv_prog_compiler_static_works=yes
  2389. lt_cv_prog_gnu_ld=yes
  2390. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2391. lt_cv_shlibpath_overrides_runpath=no
  2392. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  2393. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2394. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  2395. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2396. lt_cv_sys_max_cmd_len=1572864
  2397. lt_cv_to_host_file_cmd=func_convert_file_noop
  2398. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2399.  
  2400. ## ----------------- ##
  2401. ## Output variables. ##
  2402. ## ----------------- ##
  2403.  
  2404. ACLOCAL='${SHELL} "/home/openssl/curl-7.27.0/missing" --run aclocal-1.9'
  2405. AMDEPBACKSLASH='\'
  2406. AMDEP_FALSE='#'
  2407. AMDEP_TRUE=''
  2408. AMTAR='${SHELL} "/home/openssl/curl-7.27.0/missing" --run tar'
  2409. AR='/usr/bin/ar'
  2410. AS='as'
  2411. AUTOCONF='${SHELL} "/home/openssl/curl-7.27.0/missing" --run autoconf'
  2412. AUTOHEADER='${SHELL} "/home/openssl/curl-7.27.0/missing" --run autoheader'
  2413. AUTOMAKE='${SHELL} "/home/openssl/curl-7.27.0/missing" --run automake-1.9'
  2414. AWK='mawk'
  2415. BUILD_LIBHOSTNAME_FALSE=''
  2416. BUILD_LIBHOSTNAME_TRUE=''
  2417. BUILD_UNITTESTS_FALSE=''
  2418. BUILD_UNITTESTS_TRUE='#'
  2419. CC='gcc'
  2420. CCDEPMODE='depmode=gcc3'
  2421. CFLAGS='-fPIC -g0 -O2 -Wno-system-headers'
  2422. CFLAG_CURL_SYMBOL_HIDING=''
  2423. CONFIGURE_OPTIONS='" '\''--with-ssl'\'' '\''CFLAGS=-fPIC'\''"'
  2424. CPP='gcc -E'
  2425. CPPFLAGS=' -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include'
  2426. CPPFLAG_CURL_STATICLIB=''
  2427. CROSSCOMPILING_FALSE=''
  2428. CROSSCOMPILING_TRUE=''
  2429. CURLDEBUG_FALSE=''
  2430. CURLDEBUG_TRUE='#'
  2431. CURLVERSION='7.27.0'
  2432. CURL_CA_BUNDLE=''
  2433. CURL_CFLAG_EXTRAS=''
  2434. CURL_DISABLE_DICT=''
  2435. CURL_DISABLE_FILE=''
  2436. CURL_DISABLE_FTP=''
  2437. CURL_DISABLE_GOPHER=''
  2438. CURL_DISABLE_HTTP=''
  2439. CURL_DISABLE_IMAP=''
  2440. CURL_DISABLE_LDAP='1'
  2441. CURL_DISABLE_LDAPS='1'
  2442. CURL_DISABLE_POP3=''
  2443. CURL_DISABLE_PROXY=''
  2444. CURL_DISABLE_RTSP=''
  2445. CURL_DISABLE_SMTP=''
  2446. CURL_DISABLE_TELNET=''
  2447. CURL_DISABLE_TFTP=''
  2448. CURL_LIBS=' -lrt'
  2449. CURL_NETWORK_LIBS=''
  2450. CYGPATH_W='echo'
  2451. DEFS=''
  2452. DEPDIR='.deps'
  2453. DLLTOOL='dlltool'
  2454. DOING_CURL_SYMBOL_HIDING_FALSE=''
  2455. DOING_CURL_SYMBOL_HIDING_TRUE=''
  2456. DOING_NATIVE_WINDOWS_FALSE=''
  2457. DOING_NATIVE_WINDOWS_TRUE='#'
  2458. DSYMUTIL=''
  2459. DUMPBIN=''
  2460. ECHO_C=''
  2461. ECHO_N='-n'
  2462. ECHO_T=''
  2463. EGREP='/bin/grep -E'
  2464. ENABLE_SHARED=''
  2465. EXEEXT=''
  2466. FGREP='/bin/grep -F'
  2467. GREP='/bin/grep'
  2468. HAVE_GNUTLS_SRP=''
  2469. HAVE_LDAP_SSL='1'
  2470. HAVE_LIBZ=''
  2471. HAVE_LIBZ_FALSE=''
  2472. HAVE_LIBZ_TRUE=''
  2473. HAVE_NSS_INITCONTEXT=''
  2474. HAVE_SSLEAY_SRP=''
  2475. IDN_ENABLED=''
  2476. INSTALL_DATA='${INSTALL} -m 644'
  2477. INSTALL_PROGRAM='${INSTALL}'
  2478. INSTALL_SCRIPT='${INSTALL}'
  2479. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  2480. IPV6_ENABLED=''
  2481. KRB4_ENABLED=''
  2482. LD='/usr/bin/ld -m elf_x86_64'
  2483. LDFLAGS=' -L/usr/local/ssl/lib'
  2484. LIBCURL_LIBS=''
  2485. LIBMETALINK_CFLAGS=''
  2486. LIBMETALINK_LDFLAGS=''
  2487. LIBMETALINK_LIBS=''
  2488. LIBOBJS=''
  2489. LIBS='-lrt'
  2490. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2491. LIPO=''
  2492. LN_S='ln -s'
  2493. LTLIBOBJS=''
  2494. MAINT='#'
  2495. MAINTAINER_MODE_FALSE=''
  2496. MAINTAINER_MODE_TRUE='#'
  2497. MAKEINFO='${SHELL} "/home/openssl/curl-7.27.0/missing" --run makeinfo'
  2498. MANIFEST_TOOL=':'
  2499. MANOPT=''
  2500. MIMPURE_FALSE=''
  2501. MIMPURE_TRUE='#'
  2502. NM='/usr/bin/nm -B'
  2503. NMEDIT=''
  2504. NO_UNDEFINED_FALSE=''
  2505. NO_UNDEFINED_TRUE='#'
  2506. NROFF=''
  2507. OBJDUMP='objdump'
  2508. OBJEXT='o'
  2509. OTOOL64=''
  2510. OTOOL=''
  2511. PACKAGE='curl'
  2512. PACKAGE_BUGREPORT='a suitable curl mailing list: http://curl.haxx.se/mail/'
  2513. PACKAGE_NAME='curl'
  2514. PACKAGE_STRING='curl -'
  2515. PACKAGE_TARNAME='curl'
  2516. PACKAGE_URL=''
  2517. PACKAGE_VERSION='-'
  2518. PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/vesta/bin:/usr/local/vesta/bin:/usr/local/vesta/bin:/usr/local/vesta/bin:/usr/local/vesta/bin:/usr/local/vesta/bin'
  2519. PATH_SEPARATOR=':'
  2520. PERL=''
  2521. PKGADD_NAME='cURL - a client that groks URLs'
  2522. PKGADD_PKG='HAXXcurl'
  2523. PKGADD_VENDOR='curl.haxx.se'
  2524. PKGCONFIG='no'
  2525. RANDOM_FILE=''
  2526. RANLIB='ranlib'
  2527. REQUIRE_LIB_DEPS='no'
  2528. SED='/bin/sed'
  2529. SET_MAKE=''
  2530. SHELL='/bin/sh'
  2531. SONAME_BUMP_FALSE=''
  2532. SONAME_BUMP_TRUE=''
  2533. SSL_ENABLED=''
  2534. STRIP='strip'
  2535. SUPPORT_FEATURES=''
  2536. SUPPORT_PROTOCOLS=''
  2537. TEST_SERVER_LIBS='-lrt'
  2538. USE_ARES=''
  2539. USE_AXTLS=''
  2540. USE_CPPFLAG_BUILDING_LIBCURL_FALSE=''
  2541. USE_CPPFLAG_BUILDING_LIBCURL_TRUE='#'
  2542. USE_CPPFLAG_CURL_STATICLIB_FALSE=''
  2543. USE_CPPFLAG_CURL_STATICLIB_TRUE='#'
  2544. USE_CYASSL=''
  2545. USE_DARWINSSL=''
  2546. USE_EMBEDDED_ARES_FALSE=''
  2547. USE_EMBEDDED_ARES_TRUE=''
  2548. USE_GNUTLS=''
  2549. USE_GNUTLS_NETTLE=''
  2550. USE_LIBRTMP=''
  2551. USE_LIBSSH2=''
  2552. USE_MANUAL_FALSE=''
  2553. USE_MANUAL_TRUE=''
  2554. USE_NSS=''
  2555. USE_OPENLDAP=''
  2556. USE_POLARSSL=''
  2557. USE_SCHANNEL=''
  2558. USE_SSLEAY=''
  2559. USE_WINDOWS_SSPI=''
  2560. VERSION='-'
  2561. VERSIONED_FLAVOUR=''
  2562. VERSIONED_SYMBOLS_FALSE=''
  2563. VERSIONED_SYMBOLS_TRUE=''
  2564. VERSIONNUM='071b00'
  2565. ac_ct_AR=''
  2566. ac_ct_CC='gcc'
  2567. ac_ct_DUMPBIN=''
  2568. am__fastdepCC_FALSE='#'
  2569. am__fastdepCC_TRUE=''
  2570. am__include='include'
  2571. am__leading_dot='.'
  2572. am__quote=''
  2573. am__tar='${AMTAR} chof - "$$tardir"'
  2574. am__untar='${AMTAR} xf -'
  2575. bindir='${exec_prefix}/bin'
  2576. build='x86_64-unknown-linux-gnu'
  2577. build_alias=''
  2578. build_cpu='x86_64'
  2579. build_os='linux-gnu'
  2580. build_vendor='unknown'
  2581. datadir='${datarootdir}'
  2582. datarootdir='${prefix}/share'
  2583. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2584. dvidir='${docdir}'
  2585. exec_prefix='NONE'
  2586. host='x86_64-unknown-linux-gnu'
  2587. host_alias=''
  2588. host_cpu='x86_64'
  2589. host_os='linux-gnu'
  2590. host_vendor='unknown'
  2591. htmldir='${docdir}'
  2592. includedir='${prefix}/include'
  2593. infodir='${datarootdir}/info'
  2594. install_sh='/home/openssl/curl-7.27.0/install-sh'
  2595. libdir='${exec_prefix}/lib'
  2596. libexecdir='${exec_prefix}/libexec'
  2597. libext='a'
  2598. localedir='${datarootdir}/locale'
  2599. localstatedir='${prefix}/var'
  2600. mandir='${datarootdir}/man'
  2601. mkdir_p='mkdir -p --'
  2602. oldincludedir='/usr/include'
  2603. pdfdir='${docdir}'
  2604. prefix='NONE'
  2605. program_transform_name='s,x,x,'
  2606. psdir='${docdir}'
  2607. sbindir='${exec_prefix}/sbin'
  2608. sharedstatedir='${prefix}/com'
  2609. subdirs=''
  2610. sysconfdir='${prefix}/etc'
  2611. target_alias=''
  2612.  
  2613. ## ----------- ##
  2614. ## confdefs.h. ##
  2615. ## ----------- ##
  2616.  
  2617. /* confdefs.h */
  2618. #define PACKAGE_NAME "curl"
  2619. #define PACKAGE_TARNAME "curl"
  2620. #define PACKAGE_VERSION "-"
  2621. #define PACKAGE_STRING "curl -"
  2622. #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
  2623. #define PACKAGE_URL ""
  2624. #define PACKAGE "curl"
  2625. #define VERSION "-"
  2626. #define OS "x86_64-unknown-linux-gnu"
  2627. #define HAVE_SYS_TYPES_H 1
  2628. #define HAVE_STDINT_H 1
  2629. #define HAVE_INTTYPES_H 1
  2630. #define STDC_HEADERS 1
  2631. #define HAVE_SYS_TYPES_H 1
  2632. #define HAVE_SYS_STAT_H 1
  2633. #define HAVE_STDLIB_H 1
  2634. #define HAVE_STRING_H 1
  2635. #define HAVE_MEMORY_H 1
  2636. #define HAVE_STRINGS_H 1
  2637. #define HAVE_INTTYPES_H 1
  2638. #define HAVE_STDINT_H 1
  2639. #define HAVE_UNISTD_H 1
  2640. #define SIZEOF_LONG 8
  2641. #define SIZEOF_VOIDP 8
  2642. #define CURL_TYPEOF_CURL_OFF_T long
  2643. #define CURL_FORMAT_CURL_OFF_T "ld"
  2644. #define CURL_FORMAT_CURL_OFF_TU "lu"
  2645. #define CURL_FORMAT_OFF_T "%ld"
  2646. #define CURL_SIZEOF_CURL_OFF_T 8
  2647. #define CURL_SUFFIX_CURL_OFF_T L
  2648. #define CURL_SUFFIX_CURL_OFF_TU UL
  2649. #define HAVE_DLFCN_H 1
  2650. #define LT_OBJDIR ".libs/"
  2651. #define HAVE_LDAP_SSL 1
  2652. #define TIME_WITH_SYS_TIME 1
  2653. #define HAVE_SYS_TYPES_H 1
  2654. #define HAVE_SYS_TIME_H 1
  2655. #define HAVE_TIME_H 1
  2656. #define HAVE_CLOCK_GETTIME_MONOTONIC 1
  2657. #define CURL_DISABLE_LDAP 1
  2658. #define CURL_DISABLE_LDAPS 1
  2659. #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  2660. #define HAVE_WRITABLE_ARGV 1
  2661.  
  2662. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement