Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.64 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 libtorrent configure 0.12.6, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ./configure PKG_CONFIG_PATH=c:/gtk/bin
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = maac-64d900510a
  14. uname -m = i686
  15. uname -r = 1.0.15(0.47/3/2)
  16. uname -s = MINGW32_NT-5.1
  17. uname -v = 2010-07-06 22:04
  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: .
  31. PATH: /usr/local/bin
  32. PATH: /mingw/bin
  33. PATH: /bin
  34. PATH: /c/Program Files/PC Connectivity Solution/
  35. PATH: /c/Program Files/NVIDIA Corporation/PhysX/Common
  36. PATH: /c/Program Files/Autodesk/Maya2008/bin
  37. PATH: /c/WINDOWS/system32
  38. PATH: /c/WINDOWS
  39. PATH: /c/WINDOWS/System32/Wbem
  40. PATH: /c/Program Files/Common Files/Autodesk Shared/
  41. PATH: /c/Program Files/Autodesk/Backburner/
  42. PATH: /c/Program Files/QuickTime/QTSystem/
  43. PATH: /c/gtk/bin/
  44. PATH: .
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2728: checking for a BSD-compatible install
  52. configure:2796: result: /bin/install -c
  53. configure:2807: checking whether build environment is sane
  54. configure:2857: result: yes
  55. configure:2998: checking for a thread-safe mkdir -p
  56. configure:3037: result: /bin/mkdir -p
  57. configure:3050: checking for gawk
  58. configure:3066: found /bin/gawk
  59. configure:3077: result: gawk
  60. configure:3088: checking whether make sets $(MAKE)
  61. configure:3110: result: yes
  62. configure:3281: checking build system type
  63. configure:3295: result: i686-pc-mingw32
  64. configure:3315: checking host system type
  65. configure:3328: result: i686-pc-mingw32
  66. configure:3360: checking for style of include used by make
  67. configure:3388: result: GNU
  68. configure:3458: checking for gcc
  69. configure:3474: found /mingw/bin/gcc
  70. configure:3485: result: gcc
  71. configure:3714: checking for C compiler version
  72. configure:3723: gcc --version >&5
  73. gcc.exe (GCC) 4.5.0
  74. Copyright (C) 2010 Free Software Foundation, Inc.
  75. This is free software; see the source for copying conditions. There is NO
  76. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  77.  
  78. configure:3734: $? = 0
  79. configure:3723: gcc -v >&5
  80. Using built-in specs.
  81. COLLECT_GCC=C:\MinGW\bin\gcc.exe
  82. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  83. Target: mingw32
  84. Configured with: ../gcc-4.5.0/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
  85. Thread model: win32
  86. gcc version 4.5.0 (GCC)
  87. configure:3734: $? = 0
  88. configure:3723: gcc -V >&5
  89. gcc.exe: '-V' option must have argument
  90. configure:3734: $? = 1
  91. configure:3723: gcc -qversion >&5
  92. gcc.exe: unrecognized option '-qversion'
  93. gcc.exe: no input files
  94. configure:3734: $? = 1
  95. configure:3756: checking for C compiler default output file name
  96. configure:3778: gcc conftest.c >&5
  97. configure:3782: $? = 0
  98. configure:3819: result: a.exe
  99. configure:3835: checking whether the C compiler works
  100. configure:3844: ./a.exe
  101. configure:3848: $? = 0
  102. configure:3863: result: yes
  103. configure:3870: checking whether we are cross compiling
  104. configure:3872: result: no
  105. configure:3875: checking for suffix of executables
  106. configure:3882: gcc -o conftest.exe conftest.c >&5
  107. configure:3886: $? = 0
  108. configure:3908: result: .exe
  109. configure:3914: checking for suffix of object files
  110. configure:3936: gcc -c conftest.c >&5
  111. configure:3940: $? = 0
  112. configure:3961: result: o
  113. configure:3965: checking whether we are using the GNU C compiler
  114. configure:3984: gcc -c conftest.c >&5
  115. configure:3984: $? = 0
  116. configure:3993: result: yes
  117. configure:4002: checking whether gcc accepts -g
  118. configure:4022: gcc -c -g conftest.c >&5
  119. configure:4022: $? = 0
  120. configure:4063: result: yes
  121. configure:4080: checking for gcc option to accept ISO C89
  122. configure:4144: gcc -c -g -O2 conftest.c >&5
  123. configure:4144: $? = 0
  124. configure:4157: result: none needed
  125. configure:4179: checking dependency style of gcc
  126. configure:4289: result: gcc3
  127. configure:4304: checking for a sed that does not truncate output
  128. configure:4368: result: /bin/sed
  129. configure:4386: checking for grep that handles long lines and -e
  130. configure:4444: result: /bin/grep
  131. configure:4449: checking for egrep
  132. configure:4511: result: /bin/grep -E
  133. configure:4516: checking for fgrep
  134. configure:4578: result: /bin/grep -F
  135. configure:4613: checking for ld used by gcc
  136. configure:4680: result: c:/mingw/mingw32/bin/ld.exe
  137. configure:4687: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  138. configure:4702: result: yes
  139. configure:4714: checking for BSD- or MS-compatible name lister (nm)
  140. configure:4763: result: /mingw/bin/nm
  141. configure:4881: checking the name lister (/mingw/bin/nm) interface
  142. configure:4888: gcc -c -g -O2 conftest.c >&5
  143. configure:4891: /mingw/bin/nm "conftest.o"
  144. configure:4894: output
  145. 00000000 b .bss
  146. 00000000 d .data
  147. 00000000 N .debug_abbrev
  148. 00000000 N .debug_info
  149. 00000000 N .debug_line
  150. 00000000 N .debug_pubnames
  151. 00000000 t .text
  152. 00000000 B _some_variable
  153. configure:4901: result: BSD nm
  154. configure:4904: checking whether ln -s works
  155. configure:4911: result: no, using cp -p
  156. configure:4916: checking the maximum length of command line arguments
  157. configure:5036: result: 8192
  158. configure:5053: checking whether the shell understands some XSI constructs
  159. configure:5063: result: yes
  160. configure:5067: checking whether the shell understands "+="
  161. configure:5073: result: yes
  162. configure:5108: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
  163. configure:5115: result: -r
  164. configure:5184: checking for objdump
  165. configure:5200: found /mingw/bin/objdump
  166. configure:5211: result: objdump
  167. configure:5243: checking how to recognize dependent libraries
  168. configure:5439: result: file_magic ^x86 archive import|^x86 DLL
  169. configure:5499: checking for ar
  170. configure:5515: found /mingw/bin/ar
  171. configure:5526: result: ar
  172. configure:5604: checking for strip
  173. configure:5620: found /mingw/bin/strip
  174. configure:5631: result: strip
  175. configure:5703: checking for ranlib
  176. configure:5719: found /mingw/bin/ranlib
  177. configure:5730: result: ranlib
  178. configure:5820: checking command to parse /mingw/bin/nm output from gcc object
  179. configure:5938: gcc -c -g -O2 conftest.c >&5
  180. configure:5941: $? = 0
  181. configure:5945: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
  182. configure:5948: $? = 0
  183. cannot find nm_test_var in conftest.nm
  184. configure:5938: gcc -c -g -O2 conftest.c >&5
  185. configure:5941: $? = 0
  186. configure:5945: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
  187. configure:5948: $? = 0
  188. configure:6002: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
  189. configure:6005: $? = 0
  190. configure:6043: result: ok
  191. configure:6852: checking how to run the C preprocessor
  192. configure:6883: gcc -E conftest.c
  193. configure:6883: $? = 0
  194. configure:6897: gcc -E conftest.c
  195. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  196. compilation terminated.
  197. configure:6897: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h */
  200. | #define PACKAGE_NAME "libtorrent"
  201. | #define PACKAGE_TARNAME "libtorrent"
  202. | #define PACKAGE_VERSION "0.12.6"
  203. | #define PACKAGE_STRING "libtorrent 0.12.6"
  204. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  205. | #define PACKAGE_URL ""
  206. | #define PEER_NAME "-lt0C60-"
  207. | #define PEER_VERSION "lt\x0C\x60"
  208. | #define PACKAGE "libtorrent"
  209. | #define VERSION "0.12.6"
  210. | /* end confdefs.h. */
  211. | #include <ac_nonexistent.h>
  212. configure:6922: result: gcc -E
  213. configure:6942: gcc -E conftest.c
  214. configure:6942: $? = 0
  215. configure:6956: gcc -E conftest.c
  216. conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
  217. compilation terminated.
  218. configure:6956: $? = 1
  219. configure: failed program was:
  220. | /* confdefs.h */
  221. | #define PACKAGE_NAME "libtorrent"
  222. | #define PACKAGE_TARNAME "libtorrent"
  223. | #define PACKAGE_VERSION "0.12.6"
  224. | #define PACKAGE_STRING "libtorrent 0.12.6"
  225. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  226. | #define PACKAGE_URL ""
  227. | #define PEER_NAME "-lt0C60-"
  228. | #define PEER_VERSION "lt\x0C\x60"
  229. | #define PACKAGE "libtorrent"
  230. | #define VERSION "0.12.6"
  231. | /* end confdefs.h. */
  232. | #include <ac_nonexistent.h>
  233. configure:6985: checking for ANSI C header files
  234. configure:7005: gcc -c -g -O2 conftest.c >&5
  235. configure:7005: $? = 0
  236. configure:7078: gcc -o conftest.exe -g -O2 conftest.c >&5
  237. configure:7078: $? = 0
  238. configure:7078: ./conftest.exe
  239. configure:7078: $? = 0
  240. configure:7089: result: yes
  241. configure:7102: checking for sys/types.h
  242. configure:7102: gcc -c -g -O2 conftest.c >&5
  243. configure:7102: $? = 0
  244. configure:7102: result: yes
  245. configure:7102: checking for sys/stat.h
  246. configure:7102: gcc -c -g -O2 conftest.c >&5
  247. configure:7102: $? = 0
  248. configure:7102: result: yes
  249. configure:7102: checking for stdlib.h
  250. configure:7102: gcc -c -g -O2 conftest.c >&5
  251. configure:7102: $? = 0
  252. configure:7102: result: yes
  253. configure:7102: checking for string.h
  254. configure:7102: gcc -c -g -O2 conftest.c >&5
  255. configure:7102: $? = 0
  256. configure:7102: result: yes
  257. configure:7102: checking for memory.h
  258. configure:7102: gcc -c -g -O2 conftest.c >&5
  259. configure:7102: $? = 0
  260. configure:7102: result: yes
  261. configure:7102: checking for strings.h
  262. configure:7102: gcc -c -g -O2 conftest.c >&5
  263. configure:7102: $? = 0
  264. configure:7102: result: yes
  265. configure:7102: checking for inttypes.h
  266. configure:7102: gcc -c -g -O2 conftest.c >&5
  267. configure:7102: $? = 0
  268. configure:7102: result: yes
  269. configure:7102: checking for stdint.h
  270. configure:7102: gcc -c -g -O2 conftest.c >&5
  271. configure:7102: $? = 0
  272. configure:7102: result: yes
  273. configure:7102: checking for unistd.h
  274. configure:7102: gcc -c -g -O2 conftest.c >&5
  275. configure:7102: $? = 0
  276. configure:7102: result: yes
  277. configure:7117: checking for dlfcn.h
  278. configure:7117: gcc -c -g -O2 conftest.c >&5
  279. conftest.c:57:19: fatal error: dlfcn.h: No such file or directory
  280. compilation terminated.
  281. configure:7117: $? = 1
  282. configure: failed program was:
  283. | /* confdefs.h */
  284. | #define PACKAGE_NAME "libtorrent"
  285. | #define PACKAGE_TARNAME "libtorrent"
  286. | #define PACKAGE_VERSION "0.12.6"
  287. | #define PACKAGE_STRING "libtorrent 0.12.6"
  288. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  289. | #define PACKAGE_URL ""
  290. | #define PEER_NAME "-lt0C60-"
  291. | #define PEER_VERSION "lt\x0C\x60"
  292. | #define PACKAGE "libtorrent"
  293. | #define VERSION "0.12.6"
  294. | #define STDC_HEADERS 1
  295. | #define HAVE_SYS_TYPES_H 1
  296. | #define HAVE_SYS_STAT_H 1
  297. | #define HAVE_STDLIB_H 1
  298. | #define HAVE_STRING_H 1
  299. | #define HAVE_MEMORY_H 1
  300. | #define HAVE_STRINGS_H 1
  301. | #define HAVE_INTTYPES_H 1
  302. | #define HAVE_STDINT_H 1
  303. | #define HAVE_UNISTD_H 1
  304. | /* end confdefs.h. */
  305. | #include <stdio.h>
  306. | #ifdef HAVE_SYS_TYPES_H
  307. | # include <sys/types.h>
  308. | #endif
  309. | #ifdef HAVE_SYS_STAT_H
  310. | # include <sys/stat.h>
  311. | #endif
  312. | #ifdef STDC_HEADERS
  313. | # include <stdlib.h>
  314. | # include <stddef.h>
  315. | #else
  316. | # ifdef HAVE_STDLIB_H
  317. | # include <stdlib.h>
  318. | # endif
  319. | #endif
  320. | #ifdef HAVE_STRING_H
  321. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  322. | # include <memory.h>
  323. | # endif
  324. | # include <string.h>
  325. | #endif
  326. | #ifdef HAVE_STRINGS_H
  327. | # include <strings.h>
  328. | #endif
  329. | #ifdef HAVE_INTTYPES_H
  330. | # include <inttypes.h>
  331. | #endif
  332. | #ifdef HAVE_STDINT_H
  333. | # include <stdint.h>
  334. | #endif
  335. | #ifdef HAVE_UNISTD_H
  336. | # include <unistd.h>
  337. | #endif
  338. |
  339. | #include <dlfcn.h>
  340. configure:7117: result: no
  341. configure:7271: checking for objdir
  342. configure:7286: result: .libs
  343. configure:7582: checking if gcc supports -fno-rtti -fno-exceptions
  344. configure:7600: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  345. cc1.exe: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  346. configure:7604: $? = 0
  347. configure:7617: result: no
  348. configure:7637: checking for gcc option to produce PIC
  349. configure:7909: result: -DDLL_EXPORT -DPIC
  350. configure:7921: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  351. configure:7939: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  352. configure:7943: $? = 0
  353. configure:7956: result: yes
  354. configure:7980: checking if gcc static flag -static works
  355. configure:8008: result: yes
  356. configure:8023: checking if gcc supports -c -o file.o
  357. configure:8044: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  358. configure:8048: $? = 0
  359. configure:8070: result: yes
  360. configure:8078: checking if gcc supports -c -o file.o
  361. configure:8125: result: yes
  362. configure:8158: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  363. configure:9144: result: yes
  364. configure:9181: checking whether -lc should be explicitly linked in
  365. configure:9186: gcc -c -g -O2 conftest.c >&5
  366. configure:9189: $? = 0
  367. configure:9204: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  368. configure:9207: $? = 1
  369. configure:9219: result: yes
  370. configure:9383: checking dynamic linker characteristics
  371. configure:10034: result: Win32 ld.exe
  372. configure:10136: checking how to hardcode library paths into programs
  373. configure:10161: result: immediate
  374. configure:10681: checking whether stripping libraries is possible
  375. configure:10686: result: yes
  376. configure:10721: checking if libtool supports shared libraries
  377. configure:10723: result: yes
  378. configure:10726: checking whether to build shared libraries
  379. configure:10747: result: yes
  380. configure:10750: checking whether to build static libraries
  381. configure:10754: result: no
  382. configure:10847: checking for g++
  383. configure:10863: found /mingw/bin/g++
  384. configure:10874: result: g++
  385. configure:10901: checking for C++ compiler version
  386. configure:10910: g++ --version >&5
  387. g++.exe (GCC) 4.5.0
  388. Copyright (C) 2010 Free Software Foundation, Inc.
  389. This is free software; see the source for copying conditions. There is NO
  390. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  391.  
  392. configure:10921: $? = 0
  393. configure:10910: g++ -v >&5
  394. Using built-in specs.
  395. COLLECT_GCC=C:\MinGW\bin\g++.exe
  396. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  397. Target: mingw32
  398. Configured with: ../gcc-4.5.0/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
  399. Thread model: win32
  400. gcc version 4.5.0 (GCC)
  401. configure:10921: $? = 0
  402. configure:10910: g++ -V >&5
  403. g++.exe: '-V' option must have argument
  404. configure:10921: $? = 1
  405. configure:10910: g++ -qversion >&5
  406. g++.exe: unrecognized option '-qversion'
  407. g++.exe: no input files
  408. configure:10921: $? = 1
  409. configure:10925: checking whether we are using the GNU C++ compiler
  410. configure:10944: g++ -c conftest.cpp >&5
  411. configure:10944: $? = 0
  412. configure:10953: result: yes
  413. configure:10962: checking whether g++ accepts -g
  414. configure:10982: g++ -c -g conftest.cpp >&5
  415. configure:10982: $? = 0
  416. configure:11023: result: yes
  417. configure:11048: checking dependency style of g++
  418. configure:11158: result: gcc3
  419. configure:11286: checking for C++ compiler version
  420. configure:11295: g++ --version >&5
  421. g++.exe (GCC) 4.5.0
  422. Copyright (C) 2010 Free Software Foundation, Inc.
  423. This is free software; see the source for copying conditions. There is NO
  424. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  425.  
  426. configure:11306: $? = 0
  427. configure:11295: g++ -v >&5
  428. Using built-in specs.
  429. COLLECT_GCC=C:\MinGW\bin\g++.exe
  430. COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
  431. Target: mingw32
  432. Configured with: ../gcc-4.5.0/configure --enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --disable-werror --build=mingw32 --prefix=/mingw
  433. Thread model: win32
  434. gcc version 4.5.0 (GCC)
  435. configure:11306: $? = 0
  436. configure:11295: g++ -V >&5
  437. g++.exe: '-V' option must have argument
  438. configure:11306: $? = 1
  439. configure:11295: g++ -qversion >&5
  440. g++.exe: unrecognized option '-qversion'
  441. g++.exe: no input files
  442. configure:11306: $? = 1
  443. configure:11310: checking whether we are using the GNU C++ compiler
  444. configure:11338: result: yes
  445. configure:11347: checking whether g++ accepts -g
  446. configure:11408: result: yes
  447. configure:11433: checking dependency style of g++
  448. configure:11543: result: gcc3
  449. configure:11566: checking how to run the C++ preprocessor
  450. configure:11593: g++ -E conftest.cpp
  451. configure:11593: $? = 0
  452. configure:11607: g++ -E conftest.cpp
  453. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  454. compilation terminated.
  455. configure:11607: $? = 1
  456. configure: failed program was:
  457. | /* confdefs.h */
  458. | #define PACKAGE_NAME "libtorrent"
  459. | #define PACKAGE_TARNAME "libtorrent"
  460. | #define PACKAGE_VERSION "0.12.6"
  461. | #define PACKAGE_STRING "libtorrent 0.12.6"
  462. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  463. | #define PACKAGE_URL ""
  464. | #define PEER_NAME "-lt0C60-"
  465. | #define PEER_VERSION "lt\x0C\x60"
  466. | #define PACKAGE "libtorrent"
  467. | #define VERSION "0.12.6"
  468. | #define STDC_HEADERS 1
  469. | #define HAVE_SYS_TYPES_H 1
  470. | #define HAVE_SYS_STAT_H 1
  471. | #define HAVE_STDLIB_H 1
  472. | #define HAVE_STRING_H 1
  473. | #define HAVE_MEMORY_H 1
  474. | #define HAVE_STRINGS_H 1
  475. | #define HAVE_INTTYPES_H 1
  476. | #define HAVE_STDINT_H 1
  477. | #define HAVE_UNISTD_H 1
  478. | #define LT_OBJDIR ".libs/"
  479. | /* end confdefs.h. */
  480. | #include <ac_nonexistent.h>
  481. configure:11632: result: g++ -E
  482. configure:11652: g++ -E conftest.cpp
  483. configure:11652: $? = 0
  484. configure:11666: g++ -E conftest.cpp
  485. conftest.cpp:24:28: fatal error: ac_nonexistent.h: No such file or directory
  486. compilation terminated.
  487. configure:11666: $? = 1
  488. configure: failed program was:
  489. | /* confdefs.h */
  490. | #define PACKAGE_NAME "libtorrent"
  491. | #define PACKAGE_TARNAME "libtorrent"
  492. | #define PACKAGE_VERSION "0.12.6"
  493. | #define PACKAGE_STRING "libtorrent 0.12.6"
  494. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  495. | #define PACKAGE_URL ""
  496. | #define PEER_NAME "-lt0C60-"
  497. | #define PEER_VERSION "lt\x0C\x60"
  498. | #define PACKAGE "libtorrent"
  499. | #define VERSION "0.12.6"
  500. | #define STDC_HEADERS 1
  501. | #define HAVE_SYS_TYPES_H 1
  502. | #define HAVE_SYS_STAT_H 1
  503. | #define HAVE_STDLIB_H 1
  504. | #define HAVE_STRING_H 1
  505. | #define HAVE_MEMORY_H 1
  506. | #define HAVE_STRINGS_H 1
  507. | #define HAVE_INTTYPES_H 1
  508. | #define HAVE_STDINT_H 1
  509. | #define HAVE_UNISTD_H 1
  510. | #define LT_OBJDIR ".libs/"
  511. | /* end confdefs.h. */
  512. | #include <ac_nonexistent.h>
  513. configure:11834: checking for ld used by g++
  514. configure:11901: result: c:/mingw/mingw32/bin/ld.exe
  515. configure:11908: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
  516. configure:11923: result: yes
  517. configure:11978: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  518. configure:12891: result: yes
  519. configure:12919: g++ -c -g -O2 conftest.cpp >&5
  520. configure:12922: $? = 0
  521. configure:13104: checking for g++ option to produce PIC
  522. configure:13421: result: -DDLL_EXPORT -DPIC
  523. configure:13430: checking if g++ PIC flag -DDLL_EXPORT -DPIC works
  524. configure:13448: g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
  525. configure:13452: $? = 0
  526. configure:13465: result: yes
  527. configure:13486: checking if g++ static flag -static works
  528. configure:13514: result: yes
  529. configure:13526: checking if g++ supports -c -o file.o
  530. configure:13547: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  531. configure:13551: $? = 0
  532. configure:13573: result: yes
  533. configure:13578: checking if g++ supports -c -o file.o
  534. configure:13625: result: yes
  535. configure:13655: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
  536. configure:13681: result: yes
  537. configure:13818: checking dynamic linker characteristics
  538. configure:14417: result: Win32 ld.exe
  539. configure:14468: checking how to hardcode library paths into programs
  540. configure:14493: result: immediate
  541. configure:14533: checking whether byte ordering is bigendian
  542. configure:14548: gcc -c -g -O2 conftest.c >&5
  543. conftest.c:25:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  544. configure:14548: $? = 1
  545. configure: failed program was:
  546. | /* confdefs.h */
  547. | #define PACKAGE_NAME "libtorrent"
  548. | #define PACKAGE_TARNAME "libtorrent"
  549. | #define PACKAGE_VERSION "0.12.6"
  550. | #define PACKAGE_STRING "libtorrent 0.12.6"
  551. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  552. | #define PACKAGE_URL ""
  553. | #define PEER_NAME "-lt0C60-"
  554. | #define PEER_VERSION "lt\x0C\x60"
  555. | #define PACKAGE "libtorrent"
  556. | #define VERSION "0.12.6"
  557. | #define STDC_HEADERS 1
  558. | #define HAVE_SYS_TYPES_H 1
  559. | #define HAVE_SYS_STAT_H 1
  560. | #define HAVE_STDLIB_H 1
  561. | #define HAVE_STRING_H 1
  562. | #define HAVE_MEMORY_H 1
  563. | #define HAVE_STRINGS_H 1
  564. | #define HAVE_INTTYPES_H 1
  565. | #define HAVE_STDINT_H 1
  566. | #define HAVE_UNISTD_H 1
  567. | #define LT_OBJDIR ".libs/"
  568. | /* end confdefs.h. */
  569. | #ifndef __APPLE_CC__
  570. | not a universal capable compiler
  571. | #endif
  572. | typedef int dummy;
  573. |
  574. configure:14593: gcc -c -g -O2 conftest.c >&5
  575. configure:14593: $? = 0
  576. configure:14611: gcc -c -g -O2 conftest.c >&5
  577. conftest.c: In function 'main':
  578. conftest.c:31:4: error: 'not' undeclared (first use in this function)
  579. conftest.c:31:4: note: each undeclared identifier is reported only once for each function it appears in
  580. conftest.c:31:8: error: expected ';' before 'big'
  581. configure:14611: $? = 1
  582. configure: failed program was:
  583. | /* confdefs.h */
  584. | #define PACKAGE_NAME "libtorrent"
  585. | #define PACKAGE_TARNAME "libtorrent"
  586. | #define PACKAGE_VERSION "0.12.6"
  587. | #define PACKAGE_STRING "libtorrent 0.12.6"
  588. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  589. | #define PACKAGE_URL ""
  590. | #define PEER_NAME "-lt0C60-"
  591. | #define PEER_VERSION "lt\x0C\x60"
  592. | #define PACKAGE "libtorrent"
  593. | #define VERSION "0.12.6"
  594. | #define STDC_HEADERS 1
  595. | #define HAVE_SYS_TYPES_H 1
  596. | #define HAVE_SYS_STAT_H 1
  597. | #define HAVE_STDLIB_H 1
  598. | #define HAVE_STRING_H 1
  599. | #define HAVE_MEMORY_H 1
  600. | #define HAVE_STRINGS_H 1
  601. | #define HAVE_INTTYPES_H 1
  602. | #define HAVE_STDINT_H 1
  603. | #define HAVE_UNISTD_H 1
  604. | #define LT_OBJDIR ".libs/"
  605. | /* end confdefs.h. */
  606. | #include <sys/types.h>
  607. | #include <sys/param.h>
  608. |
  609. | int
  610. | main ()
  611. | {
  612. | #if BYTE_ORDER != BIG_ENDIAN
  613. | not big endian
  614. | #endif
  615. |
  616. | ;
  617. | return 0;
  618. | }
  619. configure:14739: result: no
  620. configure:14774: checking the byte alignment
  621. configure:14795: gcc -o conftest.exe -g -O2 conftest.c >&5
  622. configure:14795: $? = 0
  623. configure:14795: ./conftest.exe
  624. configure:14795: $? = 0
  625. configure:14797: result: none needed
  626. configure:14820: checking for user-defined CXXFLAGS
  627. configure:14824: result: user-defined "-g -O2"
  628. configure:14935: checking for TR1 support
  629. configure:14945: g++ -c -g -O2 -g -DDEBUG conftest.cpp >&5
  630. configure:14945: $? = 0
  631. configure:14947: result: yes
  632. configure:14995: checking for special C compiler options needed for large files
  633. configure:15040: result: no
  634. configure:15046: checking for _FILE_OFFSET_BITS value needed for large files
  635. configure:15071: gcc -c -g -O2 conftest.c >&5
  636. conftest.c:32:3: warning: left shift count >= width of type
  637. conftest.c:32:3: warning: left shift count >= width of type
  638. conftest.c:33:10: warning: left shift count >= width of type
  639. conftest.c:33:10: warning: left shift count >= width of type
  640. conftest.c:32:7: error: size of array 'off_t_is_large' is negative
  641. conftest.c:34:9: warning: variably modified 'off_t_is_large' at file scope
  642. configure:15071: $? = 1
  643. configure: failed program was:
  644. | /* confdefs.h */
  645. | #define PACKAGE_NAME "libtorrent"
  646. | #define PACKAGE_TARNAME "libtorrent"
  647. | #define PACKAGE_VERSION "0.12.6"
  648. | #define PACKAGE_STRING "libtorrent 0.12.6"
  649. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  650. | #define PACKAGE_URL ""
  651. | #define PEER_NAME "-lt0C60-"
  652. | #define PEER_VERSION "lt\x0C\x60"
  653. | #define PACKAGE "libtorrent"
  654. | #define VERSION "0.12.6"
  655. | #define STDC_HEADERS 1
  656. | #define HAVE_SYS_TYPES_H 1
  657. | #define HAVE_SYS_STAT_H 1
  658. | #define HAVE_STDLIB_H 1
  659. | #define HAVE_STRING_H 1
  660. | #define HAVE_MEMORY_H 1
  661. | #define HAVE_STRINGS_H 1
  662. | #define HAVE_INTTYPES_H 1
  663. | #define HAVE_STDINT_H 1
  664. | #define HAVE_UNISTD_H 1
  665. | #define LT_OBJDIR ".libs/"
  666. | #define IS_LITTLE_ENDIAN 1
  667. | #define HAVE_TR1 1
  668. | /* end confdefs.h. */
  669. | #include <sys/types.h>
  670. | /* Check that off_t can represent 2**63 - 1 correctly.
  671. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  672. | since some C++ compilers masquerading as C compilers
  673. | incorrectly reject 9223372036854775807. */
  674. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  675. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  676. | && LARGE_OFF_T % 2147483647 == 1)
  677. | ? 1 : -1];
  678. | int
  679. | main ()
  680. | {
  681. |
  682. | ;
  683. | return 0;
  684. | }
  685. configure:15095: gcc -c -g -O2 conftest.c >&5
  686. conftest.c:33:3: warning: left shift count >= width of type
  687. conftest.c:33:3: warning: left shift count >= width of type
  688. conftest.c:34:10: warning: left shift count >= width of type
  689. conftest.c:34:10: warning: left shift count >= width of type
  690. conftest.c:33:7: error: size of array 'off_t_is_large' is negative
  691. conftest.c:35:9: warning: variably modified 'off_t_is_large' at file scope
  692. configure:15095: $? = 1
  693. configure: failed program was:
  694. | /* confdefs.h */
  695. | #define PACKAGE_NAME "libtorrent"
  696. | #define PACKAGE_TARNAME "libtorrent"
  697. | #define PACKAGE_VERSION "0.12.6"
  698. | #define PACKAGE_STRING "libtorrent 0.12.6"
  699. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  700. | #define PACKAGE_URL ""
  701. | #define PEER_NAME "-lt0C60-"
  702. | #define PEER_VERSION "lt\x0C\x60"
  703. | #define PACKAGE "libtorrent"
  704. | #define VERSION "0.12.6"
  705. | #define STDC_HEADERS 1
  706. | #define HAVE_SYS_TYPES_H 1
  707. | #define HAVE_SYS_STAT_H 1
  708. | #define HAVE_STDLIB_H 1
  709. | #define HAVE_STRING_H 1
  710. | #define HAVE_MEMORY_H 1
  711. | #define HAVE_STRINGS_H 1
  712. | #define HAVE_INTTYPES_H 1
  713. | #define HAVE_STDINT_H 1
  714. | #define HAVE_UNISTD_H 1
  715. | #define LT_OBJDIR ".libs/"
  716. | #define IS_LITTLE_ENDIAN 1
  717. | #define HAVE_TR1 1
  718. | /* end confdefs.h. */
  719. | #define _FILE_OFFSET_BITS 64
  720. | #include <sys/types.h>
  721. | /* Check that off_t can represent 2**63 - 1 correctly.
  722. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  723. | since some C++ compilers masquerading as C compilers
  724. | incorrectly reject 9223372036854775807. */
  725. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  726. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  727. | && LARGE_OFF_T % 2147483647 == 1)
  728. | ? 1 : -1];
  729. | int
  730. | main ()
  731. | {
  732. |
  733. | ;
  734. | return 0;
  735. | }
  736. configure:15103: result: unknown
  737. configure:15115: checking for _LARGE_FILES value needed for large files
  738. configure:15140: gcc -c -g -O2 conftest.c >&5
  739. conftest.c:32:3: warning: left shift count >= width of type
  740. conftest.c:32:3: warning: left shift count >= width of type
  741. conftest.c:33:10: warning: left shift count >= width of type
  742. conftest.c:33:10: warning: left shift count >= width of type
  743. conftest.c:32:7: error: size of array 'off_t_is_large' is negative
  744. conftest.c:34:9: warning: variably modified 'off_t_is_large' at file scope
  745. configure:15140: $? = 1
  746. configure: failed program was:
  747. | /* confdefs.h */
  748. | #define PACKAGE_NAME "libtorrent"
  749. | #define PACKAGE_TARNAME "libtorrent"
  750. | #define PACKAGE_VERSION "0.12.6"
  751. | #define PACKAGE_STRING "libtorrent 0.12.6"
  752. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  753. | #define PACKAGE_URL ""
  754. | #define PEER_NAME "-lt0C60-"
  755. | #define PEER_VERSION "lt\x0C\x60"
  756. | #define PACKAGE "libtorrent"
  757. | #define VERSION "0.12.6"
  758. | #define STDC_HEADERS 1
  759. | #define HAVE_SYS_TYPES_H 1
  760. | #define HAVE_SYS_STAT_H 1
  761. | #define HAVE_STDLIB_H 1
  762. | #define HAVE_STRING_H 1
  763. | #define HAVE_MEMORY_H 1
  764. | #define HAVE_STRINGS_H 1
  765. | #define HAVE_INTTYPES_H 1
  766. | #define HAVE_STDINT_H 1
  767. | #define HAVE_UNISTD_H 1
  768. | #define LT_OBJDIR ".libs/"
  769. | #define IS_LITTLE_ENDIAN 1
  770. | #define HAVE_TR1 1
  771. | /* end confdefs.h. */
  772. | #include <sys/types.h>
  773. | /* Check that off_t can represent 2**63 - 1 correctly.
  774. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  775. | since some C++ compilers masquerading as C compilers
  776. | incorrectly reject 9223372036854775807. */
  777. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  778. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  779. | && LARGE_OFF_T % 2147483647 == 1)
  780. | ? 1 : -1];
  781. | int
  782. | main ()
  783. | {
  784. |
  785. | ;
  786. | return 0;
  787. | }
  788. configure:15164: gcc -c -g -O2 conftest.c >&5
  789. conftest.c:33:3: warning: left shift count >= width of type
  790. conftest.c:33:3: warning: left shift count >= width of type
  791. conftest.c:34:10: warning: left shift count >= width of type
  792. conftest.c:34:10: warning: left shift count >= width of type
  793. conftest.c:33:7: error: size of array 'off_t_is_large' is negative
  794. conftest.c:35:9: warning: variably modified 'off_t_is_large' at file scope
  795. configure:15164: $? = 1
  796. configure: failed program was:
  797. | /* confdefs.h */
  798. | #define PACKAGE_NAME "libtorrent"
  799. | #define PACKAGE_TARNAME "libtorrent"
  800. | #define PACKAGE_VERSION "0.12.6"
  801. | #define PACKAGE_STRING "libtorrent 0.12.6"
  802. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  803. | #define PACKAGE_URL ""
  804. | #define PEER_NAME "-lt0C60-"
  805. | #define PEER_VERSION "lt\x0C\x60"
  806. | #define PACKAGE "libtorrent"
  807. | #define VERSION "0.12.6"
  808. | #define STDC_HEADERS 1
  809. | #define HAVE_SYS_TYPES_H 1
  810. | #define HAVE_SYS_STAT_H 1
  811. | #define HAVE_STDLIB_H 1
  812. | #define HAVE_STRING_H 1
  813. | #define HAVE_MEMORY_H 1
  814. | #define HAVE_STRINGS_H 1
  815. | #define HAVE_INTTYPES_H 1
  816. | #define HAVE_STDINT_H 1
  817. | #define HAVE_UNISTD_H 1
  818. | #define LT_OBJDIR ".libs/"
  819. | #define IS_LITTLE_ENDIAN 1
  820. | #define HAVE_TR1 1
  821. | /* end confdefs.h. */
  822. | #define _LARGE_FILES 1
  823. | #include <sys/types.h>
  824. | /* Check that off_t can represent 2**63 - 1 correctly.
  825. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  826. | since some C++ compilers masquerading as C compilers
  827. | incorrectly reject 9223372036854775807. */
  828. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  829. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  830. | && LARGE_OFF_T % 2147483647 == 1)
  831. | ? 1 : -1];
  832. | int
  833. | main ()
  834. | {
  835. |
  836. | ;
  837. | return 0;
  838. | }
  839. configure:15172: result: unknown
  840. configure:15384: checking for epoll support
  841. configure:15396: gcc -c -g -O2 conftest.c >&5
  842. conftest.c:26:23: fatal error: sys/epoll.h: No such file or directory
  843. compilation terminated.
  844. configure:15396: $? = 1
  845. configure: failed program was:
  846. | /* confdefs.h */
  847. | #define PACKAGE_NAME "libtorrent"
  848. | #define PACKAGE_TARNAME "libtorrent"
  849. | #define PACKAGE_VERSION "0.12.6"
  850. | #define PACKAGE_STRING "libtorrent 0.12.6"
  851. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  852. | #define PACKAGE_URL ""
  853. | #define PEER_NAME "-lt0C60-"
  854. | #define PEER_VERSION "lt\x0C\x60"
  855. | #define PACKAGE "libtorrent"
  856. | #define VERSION "0.12.6"
  857. | #define STDC_HEADERS 1
  858. | #define HAVE_SYS_TYPES_H 1
  859. | #define HAVE_SYS_STAT_H 1
  860. | #define HAVE_STDLIB_H 1
  861. | #define HAVE_STRING_H 1
  862. | #define HAVE_MEMORY_H 1
  863. | #define HAVE_STRINGS_H 1
  864. | #define HAVE_INTTYPES_H 1
  865. | #define HAVE_STDINT_H 1
  866. | #define HAVE_UNISTD_H 1
  867. | #define LT_OBJDIR ".libs/"
  868. | #define IS_LITTLE_ENDIAN 1
  869. | #define HAVE_TR1 1
  870. | /* end confdefs.h. */
  871. | #include <sys/epoll.h>
  872. | int main() {
  873. | int fd = epoll_create(100);
  874. | return 0;
  875. | }
  876. |
  877. configure:15406: result: no
  878. configure:15476: checking size of long
  879. configure:15481: gcc -o conftest.exe -g -O2 conftest.c >&5
  880. configure:15481: $? = 0
  881. configure:15481: ./conftest.exe
  882. configure:15481: $? = 0
  883. configure:15496: result: 4
  884. configure:15615: checking sys/vfs.h usability
  885. configure:15615: gcc -c -g -O2 conftest.c >&5
  886. conftest.c:61:21: fatal error: sys/vfs.h: No such file or directory
  887. compilation terminated.
  888. configure:15615: $? = 1
  889. configure: failed program was:
  890. | /* confdefs.h */
  891. | #define PACKAGE_NAME "libtorrent"
  892. | #define PACKAGE_TARNAME "libtorrent"
  893. | #define PACKAGE_VERSION "0.12.6"
  894. | #define PACKAGE_STRING "libtorrent 0.12.6"
  895. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  896. | #define PACKAGE_URL ""
  897. | #define PEER_NAME "-lt0C60-"
  898. | #define PEER_VERSION "lt\x0C\x60"
  899. | #define PACKAGE "libtorrent"
  900. | #define VERSION "0.12.6"
  901. | #define STDC_HEADERS 1
  902. | #define HAVE_SYS_TYPES_H 1
  903. | #define HAVE_SYS_STAT_H 1
  904. | #define HAVE_STDLIB_H 1
  905. | #define HAVE_STRING_H 1
  906. | #define HAVE_MEMORY_H 1
  907. | #define HAVE_STRINGS_H 1
  908. | #define HAVE_INTTYPES_H 1
  909. | #define HAVE_STDINT_H 1
  910. | #define HAVE_UNISTD_H 1
  911. | #define LT_OBJDIR ".libs/"
  912. | #define IS_LITTLE_ENDIAN 1
  913. | #define HAVE_TR1 1
  914. | #define SIZEOF_LONG 4
  915. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  916. | /* end confdefs.h. */
  917. | #include <stdio.h>
  918. | #ifdef HAVE_SYS_TYPES_H
  919. | # include <sys/types.h>
  920. | #endif
  921. | #ifdef HAVE_SYS_STAT_H
  922. | # include <sys/stat.h>
  923. | #endif
  924. | #ifdef STDC_HEADERS
  925. | # include <stdlib.h>
  926. | # include <stddef.h>
  927. | #else
  928. | # ifdef HAVE_STDLIB_H
  929. | # include <stdlib.h>
  930. | # endif
  931. | #endif
  932. | #ifdef HAVE_STRING_H
  933. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  934. | # include <memory.h>
  935. | # endif
  936. | # include <string.h>
  937. | #endif
  938. | #ifdef HAVE_STRINGS_H
  939. | # include <strings.h>
  940. | #endif
  941. | #ifdef HAVE_INTTYPES_H
  942. | # include <inttypes.h>
  943. | #endif
  944. | #ifdef HAVE_STDINT_H
  945. | # include <stdint.h>
  946. | #endif
  947. | #ifdef HAVE_UNISTD_H
  948. | # include <unistd.h>
  949. | #endif
  950. | #include <sys/vfs.h>
  951. configure:15615: result: no
  952. configure:15615: checking sys/vfs.h presence
  953. configure:15615: gcc -E conftest.c
  954. conftest.c:28:21: fatal error: sys/vfs.h: No such file or directory
  955. compilation terminated.
  956. configure:15615: $? = 1
  957. configure: failed program was:
  958. | /* confdefs.h */
  959. | #define PACKAGE_NAME "libtorrent"
  960. | #define PACKAGE_TARNAME "libtorrent"
  961. | #define PACKAGE_VERSION "0.12.6"
  962. | #define PACKAGE_STRING "libtorrent 0.12.6"
  963. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  964. | #define PACKAGE_URL ""
  965. | #define PEER_NAME "-lt0C60-"
  966. | #define PEER_VERSION "lt\x0C\x60"
  967. | #define PACKAGE "libtorrent"
  968. | #define VERSION "0.12.6"
  969. | #define STDC_HEADERS 1
  970. | #define HAVE_SYS_TYPES_H 1
  971. | #define HAVE_SYS_STAT_H 1
  972. | #define HAVE_STDLIB_H 1
  973. | #define HAVE_STRING_H 1
  974. | #define HAVE_MEMORY_H 1
  975. | #define HAVE_STRINGS_H 1
  976. | #define HAVE_INTTYPES_H 1
  977. | #define HAVE_STDINT_H 1
  978. | #define HAVE_UNISTD_H 1
  979. | #define LT_OBJDIR ".libs/"
  980. | #define IS_LITTLE_ENDIAN 1
  981. | #define HAVE_TR1 1
  982. | #define SIZEOF_LONG 4
  983. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  984. | /* end confdefs.h. */
  985. | #include <sys/vfs.h>
  986. configure:15615: result: no
  987. configure:15615: checking for sys/vfs.h
  988. configure:15615: result: no
  989. configure:15615: checking sys/statvfs.h usability
  990. configure:15615: gcc -c -g -O2 conftest.c >&5
  991. conftest.c:61:25: fatal error: sys/statvfs.h: No such file or directory
  992. compilation terminated.
  993. configure:15615: $? = 1
  994. configure: failed program was:
  995. | /* confdefs.h */
  996. | #define PACKAGE_NAME "libtorrent"
  997. | #define PACKAGE_TARNAME "libtorrent"
  998. | #define PACKAGE_VERSION "0.12.6"
  999. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1000. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1001. | #define PACKAGE_URL ""
  1002. | #define PEER_NAME "-lt0C60-"
  1003. | #define PEER_VERSION "lt\x0C\x60"
  1004. | #define PACKAGE "libtorrent"
  1005. | #define VERSION "0.12.6"
  1006. | #define STDC_HEADERS 1
  1007. | #define HAVE_SYS_TYPES_H 1
  1008. | #define HAVE_SYS_STAT_H 1
  1009. | #define HAVE_STDLIB_H 1
  1010. | #define HAVE_STRING_H 1
  1011. | #define HAVE_MEMORY_H 1
  1012. | #define HAVE_STRINGS_H 1
  1013. | #define HAVE_INTTYPES_H 1
  1014. | #define HAVE_STDINT_H 1
  1015. | #define HAVE_UNISTD_H 1
  1016. | #define LT_OBJDIR ".libs/"
  1017. | #define IS_LITTLE_ENDIAN 1
  1018. | #define HAVE_TR1 1
  1019. | #define SIZEOF_LONG 4
  1020. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1021. | /* end confdefs.h. */
  1022. | #include <stdio.h>
  1023. | #ifdef HAVE_SYS_TYPES_H
  1024. | # include <sys/types.h>
  1025. | #endif
  1026. | #ifdef HAVE_SYS_STAT_H
  1027. | # include <sys/stat.h>
  1028. | #endif
  1029. | #ifdef STDC_HEADERS
  1030. | # include <stdlib.h>
  1031. | # include <stddef.h>
  1032. | #else
  1033. | # ifdef HAVE_STDLIB_H
  1034. | # include <stdlib.h>
  1035. | # endif
  1036. | #endif
  1037. | #ifdef HAVE_STRING_H
  1038. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1039. | # include <memory.h>
  1040. | # endif
  1041. | # include <string.h>
  1042. | #endif
  1043. | #ifdef HAVE_STRINGS_H
  1044. | # include <strings.h>
  1045. | #endif
  1046. | #ifdef HAVE_INTTYPES_H
  1047. | # include <inttypes.h>
  1048. | #endif
  1049. | #ifdef HAVE_STDINT_H
  1050. | # include <stdint.h>
  1051. | #endif
  1052. | #ifdef HAVE_UNISTD_H
  1053. | # include <unistd.h>
  1054. | #endif
  1055. | #include <sys/statvfs.h>
  1056. configure:15615: result: no
  1057. configure:15615: checking sys/statvfs.h presence
  1058. configure:15615: gcc -E conftest.c
  1059. conftest.c:28:25: fatal error: sys/statvfs.h: No such file or directory
  1060. compilation terminated.
  1061. configure:15615: $? = 1
  1062. configure: failed program was:
  1063. | /* confdefs.h */
  1064. | #define PACKAGE_NAME "libtorrent"
  1065. | #define PACKAGE_TARNAME "libtorrent"
  1066. | #define PACKAGE_VERSION "0.12.6"
  1067. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1068. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1069. | #define PACKAGE_URL ""
  1070. | #define PEER_NAME "-lt0C60-"
  1071. | #define PEER_VERSION "lt\x0C\x60"
  1072. | #define PACKAGE "libtorrent"
  1073. | #define VERSION "0.12.6"
  1074. | #define STDC_HEADERS 1
  1075. | #define HAVE_SYS_TYPES_H 1
  1076. | #define HAVE_SYS_STAT_H 1
  1077. | #define HAVE_STDLIB_H 1
  1078. | #define HAVE_STRING_H 1
  1079. | #define HAVE_MEMORY_H 1
  1080. | #define HAVE_STRINGS_H 1
  1081. | #define HAVE_INTTYPES_H 1
  1082. | #define HAVE_STDINT_H 1
  1083. | #define HAVE_UNISTD_H 1
  1084. | #define LT_OBJDIR ".libs/"
  1085. | #define IS_LITTLE_ENDIAN 1
  1086. | #define HAVE_TR1 1
  1087. | #define SIZEOF_LONG 4
  1088. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1089. | /* end confdefs.h. */
  1090. | #include <sys/statvfs.h>
  1091. configure:15615: result: no
  1092. configure:15615: checking for sys/statvfs.h
  1093. configure:15615: result: no
  1094. configure:15615: checking sys/statfs.h usability
  1095. configure:15615: gcc -c -g -O2 conftest.c >&5
  1096. conftest.c:61:24: fatal error: sys/statfs.h: No such file or directory
  1097. compilation terminated.
  1098. configure:15615: $? = 1
  1099. configure: failed program was:
  1100. | /* confdefs.h */
  1101. | #define PACKAGE_NAME "libtorrent"
  1102. | #define PACKAGE_TARNAME "libtorrent"
  1103. | #define PACKAGE_VERSION "0.12.6"
  1104. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1105. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1106. | #define PACKAGE_URL ""
  1107. | #define PEER_NAME "-lt0C60-"
  1108. | #define PEER_VERSION "lt\x0C\x60"
  1109. | #define PACKAGE "libtorrent"
  1110. | #define VERSION "0.12.6"
  1111. | #define STDC_HEADERS 1
  1112. | #define HAVE_SYS_TYPES_H 1
  1113. | #define HAVE_SYS_STAT_H 1
  1114. | #define HAVE_STDLIB_H 1
  1115. | #define HAVE_STRING_H 1
  1116. | #define HAVE_MEMORY_H 1
  1117. | #define HAVE_STRINGS_H 1
  1118. | #define HAVE_INTTYPES_H 1
  1119. | #define HAVE_STDINT_H 1
  1120. | #define HAVE_UNISTD_H 1
  1121. | #define LT_OBJDIR ".libs/"
  1122. | #define IS_LITTLE_ENDIAN 1
  1123. | #define HAVE_TR1 1
  1124. | #define SIZEOF_LONG 4
  1125. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1126. | /* end confdefs.h. */
  1127. | #include <stdio.h>
  1128. | #ifdef HAVE_SYS_TYPES_H
  1129. | # include <sys/types.h>
  1130. | #endif
  1131. | #ifdef HAVE_SYS_STAT_H
  1132. | # include <sys/stat.h>
  1133. | #endif
  1134. | #ifdef STDC_HEADERS
  1135. | # include <stdlib.h>
  1136. | # include <stddef.h>
  1137. | #else
  1138. | # ifdef HAVE_STDLIB_H
  1139. | # include <stdlib.h>
  1140. | # endif
  1141. | #endif
  1142. | #ifdef HAVE_STRING_H
  1143. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1144. | # include <memory.h>
  1145. | # endif
  1146. | # include <string.h>
  1147. | #endif
  1148. | #ifdef HAVE_STRINGS_H
  1149. | # include <strings.h>
  1150. | #endif
  1151. | #ifdef HAVE_INTTYPES_H
  1152. | # include <inttypes.h>
  1153. | #endif
  1154. | #ifdef HAVE_STDINT_H
  1155. | # include <stdint.h>
  1156. | #endif
  1157. | #ifdef HAVE_UNISTD_H
  1158. | # include <unistd.h>
  1159. | #endif
  1160. | #include <sys/statfs.h>
  1161. configure:15615: result: no
  1162. configure:15615: checking sys/statfs.h presence
  1163. configure:15615: gcc -E conftest.c
  1164. conftest.c:28:24: fatal error: sys/statfs.h: No such file or directory
  1165. compilation terminated.
  1166. configure:15615: $? = 1
  1167. configure: failed program was:
  1168. | /* confdefs.h */
  1169. | #define PACKAGE_NAME "libtorrent"
  1170. | #define PACKAGE_TARNAME "libtorrent"
  1171. | #define PACKAGE_VERSION "0.12.6"
  1172. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1173. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1174. | #define PACKAGE_URL ""
  1175. | #define PEER_NAME "-lt0C60-"
  1176. | #define PEER_VERSION "lt\x0C\x60"
  1177. | #define PACKAGE "libtorrent"
  1178. | #define VERSION "0.12.6"
  1179. | #define STDC_HEADERS 1
  1180. | #define HAVE_SYS_TYPES_H 1
  1181. | #define HAVE_SYS_STAT_H 1
  1182. | #define HAVE_STDLIB_H 1
  1183. | #define HAVE_STRING_H 1
  1184. | #define HAVE_MEMORY_H 1
  1185. | #define HAVE_STRINGS_H 1
  1186. | #define HAVE_INTTYPES_H 1
  1187. | #define HAVE_STDINT_H 1
  1188. | #define HAVE_UNISTD_H 1
  1189. | #define LT_OBJDIR ".libs/"
  1190. | #define IS_LITTLE_ENDIAN 1
  1191. | #define HAVE_TR1 1
  1192. | #define SIZEOF_LONG 4
  1193. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1194. | /* end confdefs.h. */
  1195. | #include <sys/statfs.h>
  1196. configure:15615: result: no
  1197. configure:15615: checking for sys/statfs.h
  1198. configure:15615: result: no
  1199. configure:15627: checking for statvfs
  1200. configure:15655: gcc -o conftest.exe -g -O2 conftest.c >&5
  1201. conftest.c: In function 'main':
  1202. conftest.c:43:22: error: storage size of 's' isn't known
  1203. conftest.c:43:25: error: 'fsblkcnt_t' undeclared (first use in this function)
  1204. conftest.c:43:25: note: each undeclared identifier is reported only once for each function it appears in
  1205. conftest.c:43:36: error: expected ';' before 'c'
  1206. configure:15655: $? = 1
  1207. configure: failed program was:
  1208. | /* confdefs.h */
  1209. | #define PACKAGE_NAME "libtorrent"
  1210. | #define PACKAGE_TARNAME "libtorrent"
  1211. | #define PACKAGE_VERSION "0.12.6"
  1212. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1213. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1214. | #define PACKAGE_URL ""
  1215. | #define PEER_NAME "-lt0C60-"
  1216. | #define PEER_VERSION "lt\x0C\x60"
  1217. | #define PACKAGE "libtorrent"
  1218. | #define VERSION "0.12.6"
  1219. | #define STDC_HEADERS 1
  1220. | #define HAVE_SYS_TYPES_H 1
  1221. | #define HAVE_SYS_STAT_H 1
  1222. | #define HAVE_STDLIB_H 1
  1223. | #define HAVE_STRING_H 1
  1224. | #define HAVE_MEMORY_H 1
  1225. | #define HAVE_STRINGS_H 1
  1226. | #define HAVE_INTTYPES_H 1
  1227. | #define HAVE_STDINT_H 1
  1228. | #define HAVE_UNISTD_H 1
  1229. | #define LT_OBJDIR ".libs/"
  1230. | #define IS_LITTLE_ENDIAN 1
  1231. | #define HAVE_TR1 1
  1232. | #define SIZEOF_LONG 4
  1233. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1234. | /* end confdefs.h. */
  1235. |
  1236. | #if HAVE_SYS_VFS_H
  1237. | #include <sys/vfs.h>
  1238. | #endif
  1239. | #if HAVE_SYS_STATVFS_H
  1240. | #include <sys/statvfs.h>
  1241. | #endif
  1242. | #if HAVE_SYS_STATFS_H
  1243. | #include <sys/statfs.h>
  1244. | #endif
  1245. |
  1246. | int
  1247. | main ()
  1248. | {
  1249. |
  1250. | struct statvfs s; fsblkcnt_t c;
  1251. | statvfs("", &s);
  1252. | fstatvfs(0, &s);
  1253. |
  1254. | ;
  1255. | return 0;
  1256. | }
  1257. configure:15681: result: no
  1258. configure:15811: checking for sys/statfs.h
  1259. configure:15811: result: no
  1260. configure:15811: checking sys/param.h usability
  1261. configure:15811: gcc -c -g -O2 conftest.c >&5
  1262. configure:15811: $? = 0
  1263. configure:15811: result: yes
  1264. configure:15811: checking sys/param.h presence
  1265. configure:15811: gcc -E conftest.c
  1266. configure:15811: $? = 0
  1267. configure:15811: result: yes
  1268. configure:15811: checking for sys/param.h
  1269. configure:15811: result: yes
  1270. configure:15811: checking sys/mount.h usability
  1271. configure:15811: gcc -c -g -O2 conftest.c >&5
  1272. conftest.c:62:23: fatal error: sys/mount.h: No such file or directory
  1273. compilation terminated.
  1274. configure:15811: $? = 1
  1275. configure: failed program was:
  1276. | /* confdefs.h */
  1277. | #define PACKAGE_NAME "libtorrent"
  1278. | #define PACKAGE_TARNAME "libtorrent"
  1279. | #define PACKAGE_VERSION "0.12.6"
  1280. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1281. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1282. | #define PACKAGE_URL ""
  1283. | #define PEER_NAME "-lt0C60-"
  1284. | #define PEER_VERSION "lt\x0C\x60"
  1285. | #define PACKAGE "libtorrent"
  1286. | #define VERSION "0.12.6"
  1287. | #define STDC_HEADERS 1
  1288. | #define HAVE_SYS_TYPES_H 1
  1289. | #define HAVE_SYS_STAT_H 1
  1290. | #define HAVE_STDLIB_H 1
  1291. | #define HAVE_STRING_H 1
  1292. | #define HAVE_MEMORY_H 1
  1293. | #define HAVE_STRINGS_H 1
  1294. | #define HAVE_INTTYPES_H 1
  1295. | #define HAVE_STDINT_H 1
  1296. | #define HAVE_UNISTD_H 1
  1297. | #define LT_OBJDIR ".libs/"
  1298. | #define IS_LITTLE_ENDIAN 1
  1299. | #define HAVE_TR1 1
  1300. | #define SIZEOF_LONG 4
  1301. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1302. | #define HAVE_SYS_PARAM_H 1
  1303. | /* end confdefs.h. */
  1304. | #include <stdio.h>
  1305. | #ifdef HAVE_SYS_TYPES_H
  1306. | # include <sys/types.h>
  1307. | #endif
  1308. | #ifdef HAVE_SYS_STAT_H
  1309. | # include <sys/stat.h>
  1310. | #endif
  1311. | #ifdef STDC_HEADERS
  1312. | # include <stdlib.h>
  1313. | # include <stddef.h>
  1314. | #else
  1315. | # ifdef HAVE_STDLIB_H
  1316. | # include <stdlib.h>
  1317. | # endif
  1318. | #endif
  1319. | #ifdef HAVE_STRING_H
  1320. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1321. | # include <memory.h>
  1322. | # endif
  1323. | # include <string.h>
  1324. | #endif
  1325. | #ifdef HAVE_STRINGS_H
  1326. | # include <strings.h>
  1327. | #endif
  1328. | #ifdef HAVE_INTTYPES_H
  1329. | # include <inttypes.h>
  1330. | #endif
  1331. | #ifdef HAVE_STDINT_H
  1332. | # include <stdint.h>
  1333. | #endif
  1334. | #ifdef HAVE_UNISTD_H
  1335. | # include <unistd.h>
  1336. | #endif
  1337. | #include <sys/mount.h>
  1338. configure:15811: result: no
  1339. configure:15811: checking sys/mount.h presence
  1340. configure:15811: gcc -E conftest.c
  1341. conftest.c:29:23: fatal error: sys/mount.h: No such file or directory
  1342. compilation terminated.
  1343. configure:15811: $? = 1
  1344. configure: failed program was:
  1345. | /* confdefs.h */
  1346. | #define PACKAGE_NAME "libtorrent"
  1347. | #define PACKAGE_TARNAME "libtorrent"
  1348. | #define PACKAGE_VERSION "0.12.6"
  1349. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1350. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1351. | #define PACKAGE_URL ""
  1352. | #define PEER_NAME "-lt0C60-"
  1353. | #define PEER_VERSION "lt\x0C\x60"
  1354. | #define PACKAGE "libtorrent"
  1355. | #define VERSION "0.12.6"
  1356. | #define STDC_HEADERS 1
  1357. | #define HAVE_SYS_TYPES_H 1
  1358. | #define HAVE_SYS_STAT_H 1
  1359. | #define HAVE_STDLIB_H 1
  1360. | #define HAVE_STRING_H 1
  1361. | #define HAVE_MEMORY_H 1
  1362. | #define HAVE_STRINGS_H 1
  1363. | #define HAVE_INTTYPES_H 1
  1364. | #define HAVE_STDINT_H 1
  1365. | #define HAVE_UNISTD_H 1
  1366. | #define LT_OBJDIR ".libs/"
  1367. | #define IS_LITTLE_ENDIAN 1
  1368. | #define HAVE_TR1 1
  1369. | #define SIZEOF_LONG 4
  1370. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1371. | #define HAVE_SYS_PARAM_H 1
  1372. | /* end confdefs.h. */
  1373. | #include <sys/mount.h>
  1374. configure:15811: result: no
  1375. configure:15811: checking for sys/mount.h
  1376. configure:15811: result: no
  1377. configure:15823: checking for statfs
  1378. configure:15851: gcc -o conftest.exe -g -O2 conftest.c >&5
  1379. conftest.c: In function 'main':
  1380. conftest.c:44:21: error: storage size of 's' isn't known
  1381. configure:15851: $? = 1
  1382. configure: failed program was:
  1383. | /* confdefs.h */
  1384. | #define PACKAGE_NAME "libtorrent"
  1385. | #define PACKAGE_TARNAME "libtorrent"
  1386. | #define PACKAGE_VERSION "0.12.6"
  1387. | #define PACKAGE_STRING "libtorrent 0.12.6"
  1388. | #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1389. | #define PACKAGE_URL ""
  1390. | #define PEER_NAME "-lt0C60-"
  1391. | #define PEER_VERSION "lt\x0C\x60"
  1392. | #define PACKAGE "libtorrent"
  1393. | #define VERSION "0.12.6"
  1394. | #define STDC_HEADERS 1
  1395. | #define HAVE_SYS_TYPES_H 1
  1396. | #define HAVE_SYS_STAT_H 1
  1397. | #define HAVE_STDLIB_H 1
  1398. | #define HAVE_STRING_H 1
  1399. | #define HAVE_MEMORY_H 1
  1400. | #define HAVE_STRINGS_H 1
  1401. | #define HAVE_INTTYPES_H 1
  1402. | #define HAVE_STDINT_H 1
  1403. | #define HAVE_UNISTD_H 1
  1404. | #define LT_OBJDIR ".libs/"
  1405. | #define IS_LITTLE_ENDIAN 1
  1406. | #define HAVE_TR1 1
  1407. | #define SIZEOF_LONG 4
  1408. | #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1409. | #define HAVE_SYS_PARAM_H 1
  1410. | /* end confdefs.h. */
  1411. |
  1412. | #if HAVE_SYS_STATFS_H
  1413. | #include <sys/statfs.h>
  1414. | #endif
  1415. | #if HAVE_SYS_PARAM_H
  1416. | #include <sys/param.h>
  1417. | #endif
  1418. | #if HAVE_SYS_MOUNT_H
  1419. | #include <sys/mount.h>
  1420. | #endif
  1421. |
  1422. | int
  1423. | main ()
  1424. | {
  1425. |
  1426. | struct statfs s;
  1427. | statfs("", &s);
  1428. | fstatfs(0, &s);
  1429. |
  1430. | ;
  1431. | return 0;
  1432. | }
  1433. configure:15877: result: no
  1434. configure:15905: result: No filesystem stats available
  1435. configure:15926: checking if compiler supports __attribute__((visibility("default")))
  1436. configure:15937: g++ -c -g -O2 -g -DDEBUG -fvisibility=hidden conftest.cpp >&5
  1437. configure:15937: $? = 0
  1438. configure:15945: result: yes
  1439. configure:16018: checking for pkg-config
  1440. configure:16036: found /c/gtk/bin//pkg-config
  1441. configure:16048: result: /c/gtk/bin//pkg-config
  1442. configure:16073: checking pkg-config is at least version 0.9.0
  1443. configure:16076: result: yes
  1444. configure:16193: checking for OPENSSL
  1445. configure:16200: $PKG_CONFIG --exists --print-errors "openssl"
  1446. Package openssl was not found in the pkg-config search path.
  1447. Perhaps you should add the directory containing `openssl.pc'
  1448. to the PKG_CONFIG_PATH environment variable
  1449. No package 'openssl' found
  1450. configure:16203: $? = 1
  1451. configure:16216: $PKG_CONFIG --exists --print-errors "openssl"
  1452. Package openssl was not found in the pkg-config search path.
  1453. Perhaps you should add the directory containing `openssl.pc'
  1454. to the PKG_CONFIG_PATH environment variable
  1455. No package 'openssl' found
  1456. configure:16219: $? = 1
  1457. No package 'openssl' found
  1458. configure:16256: error: Package requirements (openssl) were not met:
  1459.  
  1460. No package 'openssl' found
  1461.  
  1462. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  1463. installed software in a non-standard prefix.
  1464.  
  1465. Alternatively, you may set the environment variables OPENSSL_CFLAGS
  1466. and OPENSSL_LIBS to avoid the need to call pkg-config.
  1467. See the pkg-config man page for more details.
  1468.  
  1469.  
  1470. ## ---------------- ##
  1471. ## Cache variables. ##
  1472. ## ---------------- ##
  1473.  
  1474. ac_cv_build=i686-pc-mingw32
  1475. ac_cv_c_bigendian=no
  1476. ac_cv_c_compiler_gnu=yes
  1477. ac_cv_cxx_compiler_gnu=yes
  1478. ac_cv_env_CCC_set=
  1479. ac_cv_env_CCC_value=
  1480. ac_cv_env_CC_set=
  1481. ac_cv_env_CC_value=
  1482. ac_cv_env_CFLAGS_set=
  1483. ac_cv_env_CFLAGS_value=
  1484. ac_cv_env_CPPFLAGS_set=
  1485. ac_cv_env_CPPFLAGS_value=
  1486. ac_cv_env_CPP_set=
  1487. ac_cv_env_CPP_value=
  1488. ac_cv_env_CXXCPP_set=
  1489. ac_cv_env_CXXCPP_value=
  1490. ac_cv_env_CXXFLAGS_set=
  1491. ac_cv_env_CXXFLAGS_value=
  1492. ac_cv_env_CXX_set=
  1493. ac_cv_env_CXX_value=
  1494. ac_cv_env_LDFLAGS_set=
  1495. ac_cv_env_LDFLAGS_value=
  1496. ac_cv_env_LIBS_set=
  1497. ac_cv_env_LIBS_value=
  1498. ac_cv_env_OPENSSL_CFLAGS_set=
  1499. ac_cv_env_OPENSSL_CFLAGS_value=
  1500. ac_cv_env_OPENSSL_LIBS_set=
  1501. ac_cv_env_OPENSSL_LIBS_value=
  1502. ac_cv_env_PKG_CONFIG_set=
  1503. ac_cv_env_PKG_CONFIG_value=
  1504. ac_cv_env_STUFF_CFLAGS_set=
  1505. ac_cv_env_STUFF_CFLAGS_value=
  1506. ac_cv_env_STUFF_LIBS_set=
  1507. ac_cv_env_STUFF_LIBS_value=
  1508. ac_cv_env_build_alias_set=
  1509. ac_cv_env_build_alias_value=
  1510. ac_cv_env_host_alias_set=
  1511. ac_cv_env_host_alias_value=
  1512. ac_cv_env_target_alias_set=
  1513. ac_cv_env_target_alias_value=
  1514. ac_cv_exeext=.exe
  1515. ac_cv_header_dlfcn_h=no
  1516. ac_cv_header_inttypes_h=yes
  1517. ac_cv_header_memory_h=yes
  1518. ac_cv_header_stdc=yes
  1519. ac_cv_header_stdint_h=yes
  1520. ac_cv_header_stdlib_h=yes
  1521. ac_cv_header_string_h=yes
  1522. ac_cv_header_strings_h=yes
  1523. ac_cv_header_sys_mount_h=no
  1524. ac_cv_header_sys_param_h=yes
  1525. ac_cv_header_sys_stat_h=yes
  1526. ac_cv_header_sys_statfs_h=no
  1527. ac_cv_header_sys_statvfs_h=no
  1528. ac_cv_header_sys_types_h=yes
  1529. ac_cv_header_sys_vfs_h=no
  1530. ac_cv_header_unistd_h=yes
  1531. ac_cv_host=i686-pc-mingw32
  1532. ac_cv_objext=o
  1533. ac_cv_path_EGREP='/bin/grep -E'
  1534. ac_cv_path_FGREP='/bin/grep -F'
  1535. ac_cv_path_GREP=/bin/grep
  1536. ac_cv_path_SED=/bin/sed
  1537. ac_cv_path_ac_pt_PKG_CONFIG=/c/gtk/bin//pkg-config
  1538. ac_cv_path_install='/bin/install -c'
  1539. ac_cv_path_mkdir=/bin/mkdir
  1540. ac_cv_prog_AWK=gawk
  1541. ac_cv_prog_CPP='gcc -E'
  1542. ac_cv_prog_CXXCPP='g++ -E'
  1543. ac_cv_prog_ac_ct_AR=ar
  1544. ac_cv_prog_ac_ct_CC=gcc
  1545. ac_cv_prog_ac_ct_CXX=g++
  1546. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1547. ac_cv_prog_ac_ct_RANLIB=ranlib
  1548. ac_cv_prog_ac_ct_STRIP=strip
  1549. ac_cv_prog_cc_c89=
  1550. ac_cv_prog_cc_g=yes
  1551. ac_cv_prog_cxx_g=yes
  1552. ac_cv_prog_make_make_set=yes
  1553. ac_cv_sizeof_long=4
  1554. ac_cv_sys_file_offset_bits=unknown
  1555. ac_cv_sys_large_files=unknown
  1556. ac_cv_sys_largefile_CC=no
  1557. am_cv_CC_dependencies_compiler_type=gcc3
  1558. am_cv_CXX_dependencies_compiler_type=gcc3
  1559. cc_cv_attribute_visibility=yes
  1560. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1561. lt_cv_file_magic_cmd=func_win32_libid
  1562. lt_cv_file_magic_test_file=
  1563. lt_cv_ld_reload_flag=-r
  1564. lt_cv_nm_interface='BSD nm'
  1565. lt_cv_objdir=.libs
  1566. lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
  1567. lt_cv_path_LDCXX=c:/mingw/mingw32/bin/ld.exe
  1568. lt_cv_path_NM=/mingw/bin/nm
  1569. lt_cv_prog_compiler_c_o=yes
  1570. lt_cv_prog_compiler_c_o_CXX=yes
  1571. lt_cv_prog_compiler_pic_works=yes
  1572. lt_cv_prog_compiler_pic_works_CXX=yes
  1573. lt_cv_prog_compiler_rtti_exceptions=no
  1574. lt_cv_prog_compiler_static_works=yes
  1575. lt_cv_prog_compiler_static_works_CXX=yes
  1576. lt_cv_prog_gnu_ld=yes
  1577. lt_cv_prog_gnu_ldcxx=yes
  1578. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)
  1579. \{0,1\}$/\1 _\2 \2/p'\'''
  1580. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1581. 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'\'''
  1582. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1583. lt_cv_sys_max_cmd_len=8192
  1584.  
  1585. ## ----------------- ##
  1586. ## Output variables. ##
  1587. ## ----------------- ##
  1588.  
  1589. ACLOCAL='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run aclocal-1.11'
  1590. AMDEPBACKSLASH='\'
  1591. AMDEP_FALSE='#'
  1592. AMDEP_TRUE=''
  1593. AMTAR='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run tar'
  1594. AR='ar'
  1595. AUTOCONF='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run autoconf'
  1596. AUTOHEADER='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run autoheader'
  1597. AUTOMAKE='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run automake-1.11'
  1598. AWK='gawk'
  1599. CC='gcc'
  1600. CCDEPMODE='depmode=gcc3'
  1601. CFLAGS='-g -O2'
  1602. CPP='gcc -E'
  1603. CPPFLAGS=''
  1604. CXX='g++'
  1605. CXXCPP='g++ -E'
  1606. CXXDEPMODE='depmode=gcc3'
  1607. CXXFLAGS='-g -O2 -g -DDEBUG -fvisibility=hidden'
  1608. CYGPATH_W='echo'
  1609. DEFS=''
  1610. DEPDIR='.deps'
  1611. DSYMUTIL=''
  1612. DUMPBIN=''
  1613. ECHO_C=''
  1614. ECHO_N='-n'
  1615. ECHO_T=''
  1616. EGREP='/bin/grep -E'
  1617. EXEEXT='.exe'
  1618. FGREP='/bin/grep -F'
  1619. GREP='/bin/grep'
  1620. INSTALL_DATA='${INSTALL} -m 644'
  1621. INSTALL_PROGRAM='${INSTALL}'
  1622. INSTALL_SCRIPT='${INSTALL}'
  1623. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1624. LD='c:/mingw/mingw32/bin/ld.exe'
  1625. LDFLAGS=''
  1626. LIBOBJS=''
  1627. LIBS=''
  1628. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1629. LIBTORRENT_CFLAGS=''
  1630. LIBTORRENT_CURRENT='11'
  1631. LIBTORRENT_INTERFACE_VERSION_INFO='11:6:0'
  1632. LIBTORRENT_INTERFACE_VERSION_NO='11.0.6'
  1633. LIBTORRENT_LIBS=''
  1634. LIPO=''
  1635. LN_S='cp -p'
  1636. LTLIBOBJS=''
  1637. MAKEINFO='${SHELL} /d/cyg/libtorrent-0.12.6/missing --run makeinfo'
  1638. MKDIR_P='/bin/mkdir -p'
  1639. NM='/mingw/bin/nm'
  1640. NMEDIT=''
  1641. OBJDUMP='objdump'
  1642. OBJEXT='o'
  1643. OPENSSL_CFLAGS=''
  1644. OPENSSL_LIBS=''
  1645. OTOOL64=''
  1646. OTOOL=''
  1647. PACKAGE='libtorrent'
  1648. PACKAGE_BUGREPORT='jaris@ifi.uio.no'
  1649. PACKAGE_NAME='libtorrent'
  1650. PACKAGE_STRING='libtorrent 0.12.6'
  1651. PACKAGE_TARNAME='libtorrent'
  1652. PACKAGE_URL=''
  1653. PACKAGE_VERSION='0.12.6'
  1654. PATH_SEPARATOR=':'
  1655. PKG_CONFIG='/c/gtk/bin//pkg-config'
  1656. RANLIB='ranlib'
  1657. SED='/bin/sed'
  1658. SET_MAKE=''
  1659. SHELL='/bin/sh'
  1660. STRIP='strip'
  1661. STUFF_CFLAGS=''
  1662. STUFF_LIBS=''
  1663. VERSION='0.12.6'
  1664. ac_ct_CC='gcc'
  1665. ac_ct_CXX='g++'
  1666. ac_ct_DUMPBIN=''
  1667. am__EXEEXT_FALSE=''
  1668. am__EXEEXT_TRUE=''
  1669. am__fastdepCC_FALSE='#'
  1670. am__fastdepCC_TRUE=''
  1671. am__fastdepCXX_FALSE='#'
  1672. am__fastdepCXX_TRUE=''
  1673. am__include='include'
  1674. am__isrc=''
  1675. am__leading_dot='.'
  1676. am__quote=''
  1677. am__tar='${AMTAR} chof - "$$tardir"'
  1678. am__untar='${AMTAR} xf -'
  1679. bindir='${exec_prefix}/bin'
  1680. build='i686-pc-mingw32'
  1681. build_alias=''
  1682. build_cpu='i686'
  1683. build_os='mingw32'
  1684. build_vendor='pc'
  1685. datadir='${datarootdir}'
  1686. datarootdir='${prefix}/share'
  1687. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1688. dvidir='${docdir}'
  1689. exec_prefix='NONE'
  1690. host='i686-pc-mingw32'
  1691. host_alias=''
  1692. host_cpu='i686'
  1693. host_os='mingw32'
  1694. host_vendor='pc'
  1695. htmldir='${docdir}'
  1696. includedir='${prefix}/include'
  1697. infodir='${datarootdir}/info'
  1698. install_sh='${SHELL} /d/cyg/libtorrent-0.12.6/install-sh'
  1699. libdir='${exec_prefix}/lib'
  1700. libexecdir='${exec_prefix}/libexec'
  1701. localedir='${datarootdir}/locale'
  1702. localstatedir='${prefix}/var'
  1703. lt_ECHO='echo'
  1704. mandir='${datarootdir}/man'
  1705. mkdir_p='/bin/mkdir -p'
  1706. oldincludedir='/usr/include'
  1707. pdfdir='${docdir}'
  1708. prefix='NONE'
  1709. program_transform_name='s,x,x,'
  1710. psdir='${docdir}'
  1711. sbindir='${exec_prefix}/sbin'
  1712. sharedstatedir='${prefix}/com'
  1713. sysconfdir='${prefix}/etc'
  1714. target_alias=''
  1715.  
  1716. ## ----------- ##
  1717. ## confdefs.h. ##
  1718. ## ----------- ##
  1719.  
  1720. /* confdefs.h */
  1721. #define PACKAGE_NAME "libtorrent"
  1722. #define PACKAGE_TARNAME "libtorrent"
  1723. #define PACKAGE_VERSION "0.12.6"
  1724. #define PACKAGE_STRING "libtorrent 0.12.6"
  1725. #define PACKAGE_BUGREPORT "jaris@ifi.uio.no"
  1726. #define PACKAGE_URL ""
  1727. #define PEER_NAME "-lt0C60-"
  1728. #define PEER_VERSION "lt\x0C\x60"
  1729. #define PACKAGE "libtorrent"
  1730. #define VERSION "0.12.6"
  1731. #define STDC_HEADERS 1
  1732. #define HAVE_SYS_TYPES_H 1
  1733. #define HAVE_SYS_STAT_H 1
  1734. #define HAVE_STDLIB_H 1
  1735. #define HAVE_STRING_H 1
  1736. #define HAVE_MEMORY_H 1
  1737. #define HAVE_STRINGS_H 1
  1738. #define HAVE_INTTYPES_H 1
  1739. #define HAVE_STDINT_H 1
  1740. #define HAVE_UNISTD_H 1
  1741. #define LT_OBJDIR ".libs/"
  1742. #define IS_LITTLE_ENDIAN 1
  1743. #define HAVE_TR1 1
  1744. #define SIZEOF_LONG 4
  1745. #define DEFAULT_ADDRESS_SPACE_SIZE 1024
  1746. #define HAVE_SYS_PARAM_H 1
  1747. #define FS_STAT_FD (errno = ENOSYS) == 0
  1748. #define FS_STAT_FN (errno = ENOSYS) == 0
  1749. #define FS_STAT_STRUCT struct {blocksize_type f_bsize; blockcount_type f_bavail;}
  1750. #define FS_STAT_SIZE_TYPE int
  1751. #define FS_STAT_COUNT_TYPE int
  1752. #define FS_STAT_BLOCK_SIZE (4096)
  1753. #define SUPPORT_ATTRIBUTE_VISIBILITY 1
  1754.  
  1755. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement