Advertisement
Guest User

config.log arch arm libtorrent 1.16.12

a guest
Oct 30th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.27 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-rasterbar configure 0.16.12, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = rpi
  14. uname -m = armv6l
  15. uname -r = 3.6.11-18-ARCH+
  16. uname -s = Linux
  17. uname -v = #1 PREEMPT Mon Oct 21 01:15:42 CDT 2013
  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/bin
  33. PATH: /usr/bin/core_perl
  34.  
  35.  
  36. ## ----------- ##
  37. ## Core tests. ##
  38. ## ----------- ##
  39.  
  40. configure:2524: checking whether make supports nested variables
  41. configure:2541: result: yes
  42. configure:2626: checking for gcc
  43. configure:2642: found /usr/bin/gcc
  44. configure:2653: result: gcc
  45. configure:2882: checking for C compiler version
  46. configure:2891: gcc --version >&5
  47. gcc (GCC) 4.7.2
  48. Copyright (C) 2012 Free Software Foundation, Inc.
  49. This is free software; see the source for copying conditions. There is NO
  50. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52. configure:2902: $? = 0
  53. configure:2891: gcc -v >&5
  54. Using built-in specs.
  55. COLLECT_GCC=gcc
  56. COLLECT_LTO_WRAPPER=/usr/lib/gcc/armv6l-unknown-linux-gnueabihf/4.7.2/lto-wrapper
  57. Target: armv6l-unknown-linux-gnueabihf
  58. Configured with: /build/src/gcc-4.7.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release --host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --with-arch=armv6 --with-float=hard --with-fpu=vfp
  59. Thread model: posix
  60. gcc version 4.7.2 (GCC)
  61. configure:2902: $? = 0
  62. configure:2891: gcc -V >&5
  63. gcc: error: unrecognized command line option '-V'
  64. gcc: fatal error: no input files
  65. compilation terminated.
  66. configure:2902: $? = 1
  67. configure:2891: gcc -qversion >&5
  68. gcc: error: unrecognized command line option '-qversion'
  69. gcc: fatal error: no input files
  70. compilation terminated.
  71. configure:2902: $? = 1
  72. configure:2922: checking whether the C compiler works
  73. configure:2944: gcc conftest.c >&5
  74. configure:2948: $? = 0
  75. configure:2996: result: yes
  76. configure:2999: checking for C compiler default output file name
  77. configure:3001: result: a.out
  78. configure:3007: checking for suffix of executables
  79. configure:3014: gcc -o conftest conftest.c >&5
  80. configure:3018: $? = 0
  81. configure:3040: result:
  82. configure:3062: checking whether we are cross compiling
  83. configure:3070: gcc -o conftest conftest.c >&5
  84. configure:3074: $? = 0
  85. configure:3081: ./conftest
  86. configure:3085: $? = 0
  87. configure:3100: result: no
  88. configure:3105: checking for suffix of object files
  89. configure:3127: gcc -c conftest.c >&5
  90. configure:3131: $? = 0
  91. configure:3152: result: o
  92. configure:3156: checking whether we are using the GNU C compiler
  93. configure:3175: gcc -c conftest.c >&5
  94. configure:3175: $? = 0
  95. configure:3184: result: yes
  96. configure:3193: checking whether gcc accepts -g
  97. configure:3213: gcc -c -g conftest.c >&5
  98. configure:3213: $? = 0
  99. configure:3254: result: yes
  100. configure:3271: checking for gcc option to accept ISO C89
  101. configure:3334: gcc -c -g -O2 conftest.c >&5
  102. configure:3334: $? = 0
  103. configure:3347: result: none needed
  104. configure:3375: checking whether gcc understands -c and -o together
  105. configure:3397: gcc -c conftest.c -o conftest2.o
  106. configure:3400: $? = 0
  107. configure:3397: gcc -c conftest.c -o conftest2.o
  108. configure:3400: $? = 0
  109. configure:3412: result: yes
  110. configure:3434: checking how to run the C preprocessor
  111. configure:3465: gcc -E conftest.c
  112. configure:3465: $? = 0
  113. configure:3479: gcc -E conftest.c
  114. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  115. compilation terminated.
  116. configure:3479: $? = 1
  117. configure: failed program was:
  118. | /* confdefs.h */
  119. | #define PACKAGE_NAME "libtorrent-rasterbar"
  120. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  121. | #define PACKAGE_VERSION "0.16.12"
  122. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  123. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  124. | #define PACKAGE_URL "http://www.libtorrent.org"
  125. | /* end confdefs.h. */
  126. | #include <ac_nonexistent.h>
  127. configure:3504: result: gcc -E
  128. configure:3524: gcc -E conftest.c
  129. configure:3524: $? = 0
  130. configure:3538: gcc -E conftest.c
  131. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  132. compilation terminated.
  133. configure:3538: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h */
  136. | #define PACKAGE_NAME "libtorrent-rasterbar"
  137. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  138. | #define PACKAGE_VERSION "0.16.12"
  139. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  140. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  141. | #define PACKAGE_URL "http://www.libtorrent.org"
  142. | /* end confdefs.h. */
  143. | #include <ac_nonexistent.h>
  144. configure:3567: checking whether gcc and cc understand -c and -o together
  145. configure:3598: gcc -c conftest.c -o conftest2.o >&5
  146. configure:3602: $? = 0
  147. configure:3608: gcc -c conftest.c -o conftest2.o >&5
  148. configure:3612: $? = 0
  149. configure:3623: cc -c conftest.c >&5
  150. configure:3627: $? = 0
  151. configure:3635: cc -c conftest.c -o conftest2.o >&5
  152. configure:3639: $? = 0
  153. configure:3645: cc -c conftest.c -o conftest2.o >&5
  154. configure:3649: $? = 0
  155. configure:3667: result: yes
  156. configure:3735: checking for g++
  157. configure:3751: found /usr/bin/g++
  158. configure:3762: result: g++
  159. configure:3789: checking for C++ compiler version
  160. configure:3798: g++ --version >&5
  161. g++ (GCC) 4.7.2
  162. Copyright (C) 2012 Free Software Foundation, Inc.
  163. This is free software; see the source for copying conditions. There is NO
  164. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  165.  
  166. configure:3809: $? = 0
  167. configure:3798: g++ -v >&5
  168. Using built-in specs.
  169. COLLECT_GCC=g++
  170. COLLECT_LTO_WRAPPER=/usr/lib/gcc/armv6l-unknown-linux-gnueabihf/4.7.2/lto-wrapper
  171. Target: armv6l-unknown-linux-gnueabihf
  172. Configured with: /build/src/gcc-4.7.2/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release --host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf --with-arch=armv6 --with-float=hard --with-fpu=vfp
  173. Thread model: posix
  174. gcc version 4.7.2 (GCC)
  175. configure:3809: $? = 0
  176. configure:3798: g++ -V >&5
  177. g++: error: unrecognized command line option '-V'
  178. g++: fatal error: no input files
  179. compilation terminated.
  180. configure:3809: $? = 1
  181. configure:3798: g++ -qversion >&5
  182. g++: error: unrecognized command line option '-qversion'
  183. g++: fatal error: no input files
  184. compilation terminated.
  185. configure:3809: $? = 1
  186. configure:3813: checking whether we are using the GNU C++ compiler
  187. configure:3832: g++ -c conftest.cpp >&5
  188. configure:3832: $? = 0
  189. configure:3841: result: yes
  190. configure:3850: checking whether g++ accepts -g
  191. configure:3870: g++ -c -g conftest.cpp >&5
  192. configure:3870: $? = 0
  193. configure:3911: result: yes
  194. configure:3939: checking how to run the C++ preprocessor
  195. configure:3966: g++ -E conftest.cpp
  196. configure:3966: $? = 0
  197. configure:3980: g++ -E conftest.cpp
  198. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  199. compilation terminated.
  200. configure:3980: $? = 1
  201. configure: failed program was:
  202. | /* confdefs.h */
  203. | #define PACKAGE_NAME "libtorrent-rasterbar"
  204. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  205. | #define PACKAGE_VERSION "0.16.12"
  206. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  207. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  208. | #define PACKAGE_URL "http://www.libtorrent.org"
  209. | /* end confdefs.h. */
  210. | #include <ac_nonexistent.h>
  211. configure:4005: result: g++ -E
  212. configure:4025: g++ -E conftest.cpp
  213. configure:4025: $? = 0
  214. configure:4039: g++ -E conftest.cpp
  215. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  216. compilation terminated.
  217. configure:4039: $? = 1
  218. configure: failed program was:
  219. | /* confdefs.h */
  220. | #define PACKAGE_NAME "libtorrent-rasterbar"
  221. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  222. | #define PACKAGE_VERSION "0.16.12"
  223. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  224. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  225. | #define PACKAGE_URL "http://www.libtorrent.org"
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:4072: checking whether g++ understands -c and -o together
  229. configure:4096: g++ -g -O2 -c conftest.cpp -o conftest2.o >&5
  230. configure:4100: $? = 0
  231. configure:4107: g++ -g -O2 -c conftest.cpp -o conftest2.o >&5
  232. configure:4111: $? = 0
  233. configure:4119: result: yes
  234. configure:4139: checking build system type
  235. configure:4153: result: armv6l-unknown-linux-gnueabihf
  236. configure:4173: checking host system type
  237. configure:4186: result: armv6l-unknown-linux-gnueabihf
  238. configure:4206: checking target system type
  239. configure:4219: result: armv6l-unknown-linux-gnueabihf
  240. configure:4264: checking for a BSD-compatible install
  241. configure:4332: result: /usr/bin/install -c
  242. configure:4343: checking whether build environment is sane
  243. configure:4398: result: yes
  244. configure:4546: checking for a thread-safe mkdir -p
  245. configure:4585: result: /usr/bin/mkdir -p
  246. configure:4592: checking for gawk
  247. configure:4608: found /usr/bin/gawk
  248. configure:4619: result: gawk
  249. configure:4630: checking whether make sets $(MAKE)
  250. configure:4652: result: yes
  251. configure:4682: checking for style of include used by make
  252. configure:4710: result: GNU
  253. configure:4807: checking dependency style of gcc
  254. configure:4918: result: gcc3
  255. configure:4935: checking dependency style of g++
  256. configure:5046: result: gcc3
  257. configure:5154: checking how to print strings
  258. configure:5181: result: printf
  259. configure:5202: checking for a sed that does not truncate output
  260. configure:5266: result: /usr/bin/sed
  261. configure:5284: checking for grep that handles long lines and -e
  262. configure:5342: result: /usr/bin/grep
  263. configure:5347: checking for egrep
  264. configure:5409: result: /usr/bin/grep -E
  265. configure:5414: checking for fgrep
  266. configure:5476: result: /usr/bin/grep -F
  267. configure:5511: checking for ld used by gcc
  268. configure:5578: result: /usr/bin/ld
  269. configure:5585: checking if the linker (/usr/bin/ld) is GNU ld
  270. configure:5600: result: yes
  271. configure:5612: checking for BSD- or MS-compatible name lister (nm)
  272. configure:5661: result: /usr/bin/nm -B
  273. configure:5791: checking the name lister (/usr/bin/nm -B) interface
  274. configure:5798: gcc -c -g -O2 conftest.c >&5
  275. configure:5801: /usr/bin/nm -B "conftest.o"
  276. configure:5804: output
  277. 00000000 B some_variable
  278. configure:5811: result: BSD nm
  279. configure:5814: checking whether ln -s works
  280. configure:5818: result: yes
  281. configure:5826: checking the maximum length of command line arguments
  282. configure:5956: result: 1572864
  283. configure:5973: checking whether the shell understands some XSI constructs
  284. configure:5983: result: yes
  285. configure:5987: checking whether the shell understands "+="
  286. configure:5993: result: yes
  287. configure:6028: checking how to convert armv6l-unknown-linux-gnueabihf file names to armv6l-unknown-linux-gnueabihf format
  288. configure:6068: result: func_convert_file_noop
  289. configure:6075: checking how to convert armv6l-unknown-linux-gnueabihf file names to toolchain format
  290. configure:6095: result: func_convert_file_noop
  291. configure:6102: checking for /usr/bin/ld option to reload object files
  292. configure:6109: result: -r
  293. configure:6183: checking for objdump
  294. configure:6199: found /usr/bin/objdump
  295. configure:6210: result: objdump
  296. configure:6242: checking how to recognize dependent libraries
  297. configure:6444: result: pass_all
  298. configure:6529: checking for dlltool
  299. configure:6559: result: no
  300. configure:6589: checking how to associate runtime and link libraries
  301. configure:6616: result: printf %s\n
  302. configure:6677: checking for ar
  303. configure:6693: found /usr/bin/ar
  304. configure:6704: result: ar
  305. configure:6741: checking for archiver @FILE support
  306. configure:6758: gcc -c -g -O2 conftest.c >&5
  307. configure:6758: $? = 0
  308. configure:6761: ar cru libconftest.a @conftest.lst >&5
  309. configure:6764: $? = 0
  310. configure:6769: ar cru libconftest.a @conftest.lst >&5
  311. ar: conftest.o: No such file or directory
  312. configure:6772: $? = 1
  313. configure:6784: result: @
  314. configure:6842: checking for strip
  315. configure:6858: found /usr/bin/strip
  316. configure:6869: result: strip
  317. configure:6941: checking for ranlib
  318. configure:6957: found /usr/bin/ranlib
  319. configure:6968: result: ranlib
  320. configure:7070: checking command to parse /usr/bin/nm -B output from gcc object
  321. configure:7190: gcc -c -g -O2 conftest.c >&5
  322. configure:7193: $? = 0
  323. configure:7197: /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
  324. configure:7200: $? = 0
  325. configure:7266: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  326. configure:7269: $? = 0
  327. configure:7307: result: ok
  328. configure:7344: checking for sysroot
  329. configure:7374: result: no
  330. configure:7630: checking for mt
  331. configure:7660: result: no
  332. configure:7680: checking if : is a manifest tool
  333. configure:7686: : '-?'
  334. configure:7694: result: no
  335. configure:8332: checking for ANSI C header files
  336. configure:8352: gcc -c -g -O2 conftest.c >&5
  337. configure:8352: $? = 0
  338. configure:8425: gcc -o conftest -g -O2 conftest.c >&5
  339. configure:8425: $? = 0
  340. configure:8425: ./conftest
  341. configure:8425: $? = 0
  342. configure:8436: result: yes
  343. configure:8449: checking for sys/types.h
  344. configure:8449: gcc -c -g -O2 conftest.c >&5
  345. configure:8449: $? = 0
  346. configure:8449: result: yes
  347. configure:8449: checking for sys/stat.h
  348. configure:8449: gcc -c -g -O2 conftest.c >&5
  349. configure:8449: $? = 0
  350. configure:8449: result: yes
  351. configure:8449: checking for stdlib.h
  352. configure:8449: gcc -c -g -O2 conftest.c >&5
  353. configure:8449: $? = 0
  354. configure:8449: result: yes
  355. configure:8449: checking for string.h
  356. configure:8449: gcc -c -g -O2 conftest.c >&5
  357. configure:8449: $? = 0
  358. configure:8449: result: yes
  359. configure:8449: checking for memory.h
  360. configure:8449: gcc -c -g -O2 conftest.c >&5
  361. configure:8449: $? = 0
  362. configure:8449: result: yes
  363. configure:8449: checking for strings.h
  364. configure:8449: gcc -c -g -O2 conftest.c >&5
  365. configure:8449: $? = 0
  366. configure:8449: result: yes
  367. configure:8449: checking for inttypes.h
  368. configure:8449: gcc -c -g -O2 conftest.c >&5
  369. configure:8449: $? = 0
  370. configure:8449: result: yes
  371. configure:8449: checking for stdint.h
  372. configure:8449: gcc -c -g -O2 conftest.c >&5
  373. configure:8449: $? = 0
  374. configure:8449: result: yes
  375. configure:8449: checking for unistd.h
  376. configure:8449: gcc -c -g -O2 conftest.c >&5
  377. configure:8449: $? = 0
  378. configure:8449: result: yes
  379. configure:8463: checking for dlfcn.h
  380. configure:8463: gcc -c -g -O2 conftest.c >&5
  381. configure:8463: $? = 0
  382. configure:8463: result: yes
  383. configure:8680: checking for objdir
  384. configure:8695: result: .libs
  385. configure:8966: checking if gcc supports -fno-rtti -fno-exceptions
  386. configure:8984: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  387. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  388. configure:8988: $? = 0
  389. configure:9001: result: no
  390. configure:9328: checking for gcc option to produce PIC
  391. configure:9335: result: -fPIC -DPIC
  392. configure:9343: checking if gcc PIC flag -fPIC -DPIC works
  393. configure:9361: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  394. configure:9365: $? = 0
  395. configure:9378: result: yes
  396. configure:9407: checking if gcc static flag -static works
  397. configure:9435: result: yes
  398. configure:9450: checking if gcc supports -c -o file.o
  399. configure:9471: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  400. configure:9475: $? = 0
  401. configure:9497: result: yes
  402. configure:9505: checking if gcc supports -c -o file.o
  403. configure:9552: result: yes
  404. configure:9585: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  405. configure:10738: result: yes
  406. configure:10775: checking whether -lc should be explicitly linked in
  407. configure:10783: gcc -c -g -O2 conftest.c >&5
  408. configure:10786: $? = 0
  409. configure:10801: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  410. configure:10804: $? = 0
  411. configure:10818: result: no
  412. configure:10978: checking dynamic linker characteristics
  413. configure:11489: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  414. configure:11489: $? = 0
  415. configure:11711: result: GNU/Linux ld.so
  416. configure:11818: checking how to hardcode library paths into programs
  417. configure:11843: result: immediate
  418. configure:12383: checking whether stripping libraries is possible
  419. configure:12388: result: yes
  420. configure:12423: checking if libtool supports shared libraries
  421. configure:12425: result: yes
  422. configure:12428: checking whether to build shared libraries
  423. configure:12449: result: yes
  424. configure:12452: checking whether to build static libraries
  425. configure:12456: result: yes
  426. configure:12479: checking how to run the C++ preprocessor
  427. configure:12545: result: g++ -E
  428. configure:12565: g++ -E conftest.cpp
  429. configure:12565: $? = 0
  430. configure:12579: g++ -E conftest.cpp
  431. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  432. compilation terminated.
  433. configure:12579: $? = 1
  434. configure: failed program was:
  435. | /* confdefs.h */
  436. | #define PACKAGE_NAME "libtorrent-rasterbar"
  437. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  438. | #define PACKAGE_VERSION "0.16.12"
  439. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  440. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  441. | #define PACKAGE_URL "http://www.libtorrent.org"
  442. | #define PACKAGE "libtorrent-rasterbar"
  443. | #define VERSION "0.16.12"
  444. | #define STDC_HEADERS 1
  445. | #define HAVE_SYS_TYPES_H 1
  446. | #define HAVE_SYS_STAT_H 1
  447. | #define HAVE_STDLIB_H 1
  448. | #define HAVE_STRING_H 1
  449. | #define HAVE_MEMORY_H 1
  450. | #define HAVE_STRINGS_H 1
  451. | #define HAVE_INTTYPES_H 1
  452. | #define HAVE_STDINT_H 1
  453. | #define HAVE_UNISTD_H 1
  454. | #define HAVE_DLFCN_H 1
  455. | #define LT_OBJDIR ".libs/"
  456. | /* end confdefs.h. */
  457. | #include <ac_nonexistent.h>
  458. configure:12748: checking for ld used by g++
  459. configure:12815: result: /usr/bin/ld
  460. configure:12822: checking if the linker (/usr/bin/ld) is GNU ld
  461. configure:12837: result: yes
  462. configure:12892: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  463. configure:13897: result: yes
  464. configure:13933: g++ -c -g -O2 conftest.cpp >&5
  465. configure:13936: $? = 0
  466. configure:14456: checking for g++ option to produce PIC
  467. configure:14463: result: -fPIC -DPIC
  468. configure:14471: checking if g++ PIC flag -fPIC -DPIC works
  469. configure:14489: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  470. configure:14493: $? = 0
  471. configure:14506: result: yes
  472. configure:14529: checking if g++ static flag -static works
  473. configure:14557: result: yes
  474. configure:14569: checking if g++ supports -c -o file.o
  475. configure:14590: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  476. configure:14594: $? = 0
  477. configure:14616: result: yes
  478. configure:14621: checking if g++ supports -c -o file.o
  479. configure:14668: result: yes
  480. configure:14698: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  481. configure:14734: result: yes
  482. configure:14875: checking dynamic linker characteristics
  483. configure:15542: result: GNU/Linux ld.so
  484. configure:15595: checking how to hardcode library paths into programs
  485. configure:15620: result: immediate
  486. configure:15855: checking for the pthreads library -lpthreads
  487. configure:15888: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  488. /usr/bin/ld: cannot find -lpthreads
  489. collect2: error: ld returned 1 exit status
  490. configure:15888: $? = 1
  491. configure: failed program was:
  492. | /* confdefs.h */
  493. | #define PACKAGE_NAME "libtorrent-rasterbar"
  494. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  495. | #define PACKAGE_VERSION "0.16.12"
  496. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  497. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  498. | #define PACKAGE_URL "http://www.libtorrent.org"
  499. | #define PACKAGE "libtorrent-rasterbar"
  500. | #define VERSION "0.16.12"
  501. | #define STDC_HEADERS 1
  502. | #define HAVE_SYS_TYPES_H 1
  503. | #define HAVE_SYS_STAT_H 1
  504. | #define HAVE_STDLIB_H 1
  505. | #define HAVE_STRING_H 1
  506. | #define HAVE_MEMORY_H 1
  507. | #define HAVE_STRINGS_H 1
  508. | #define HAVE_INTTYPES_H 1
  509. | #define HAVE_STDINT_H 1
  510. | #define HAVE_UNISTD_H 1
  511. | #define HAVE_DLFCN_H 1
  512. | #define LT_OBJDIR ".libs/"
  513. | /* end confdefs.h. */
  514. | #include <pthread.h>
  515. | int
  516. | main ()
  517. | {
  518. | pthread_t th; pthread_join(th, 0);
  519. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  520. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  521. | ;
  522. | return 0;
  523. | }
  524. configure:15897: result: no
  525. configure:15800: checking whether pthreads work without any flags
  526. configure:15888: gcc -o conftest -g -O2 conftest.c >&5
  527. /tmp/ccXVN5ad.o: In function `main':
  528. /home/me/libtorrent-rasterbar-0.16.12/conftest.c:27: undefined reference to `pthread_join'
  529. /home/me/libtorrent-rasterbar-0.16.12/conftest.c:28: undefined reference to `__pthread_register_cancel'
  530. /home/me/libtorrent-rasterbar-0.16.12/conftest.c:29: undefined reference to `pthread_create'
  531. /home/me/libtorrent-rasterbar-0.16.12/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
  532. collect2: error: ld returned 1 exit status
  533. configure:15888: $? = 1
  534. configure: failed program was:
  535. | /* confdefs.h */
  536. | #define PACKAGE_NAME "libtorrent-rasterbar"
  537. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  538. | #define PACKAGE_VERSION "0.16.12"
  539. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  540. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  541. | #define PACKAGE_URL "http://www.libtorrent.org"
  542. | #define PACKAGE "libtorrent-rasterbar"
  543. | #define VERSION "0.16.12"
  544. | #define STDC_HEADERS 1
  545. | #define HAVE_SYS_TYPES_H 1
  546. | #define HAVE_SYS_STAT_H 1
  547. | #define HAVE_STDLIB_H 1
  548. | #define HAVE_STRING_H 1
  549. | #define HAVE_MEMORY_H 1
  550. | #define HAVE_STRINGS_H 1
  551. | #define HAVE_INTTYPES_H 1
  552. | #define HAVE_STDINT_H 1
  553. | #define HAVE_UNISTD_H 1
  554. | #define HAVE_DLFCN_H 1
  555. | #define LT_OBJDIR ".libs/"
  556. | /* end confdefs.h. */
  557. | #include <pthread.h>
  558. | int
  559. | main ()
  560. | {
  561. | pthread_t th; pthread_join(th, 0);
  562. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  563. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  564. | ;
  565. | return 0;
  566. | }
  567. configure:15897: result: no
  568. configure:15805: checking whether pthreads work with -Kthread
  569. configure:15888: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  570. gcc: error: unrecognized command line option '-Kthread'
  571. configure:15888: $? = 1
  572. configure: failed program was:
  573. | /* confdefs.h */
  574. | #define PACKAGE_NAME "libtorrent-rasterbar"
  575. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  576. | #define PACKAGE_VERSION "0.16.12"
  577. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  578. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  579. | #define PACKAGE_URL "http://www.libtorrent.org"
  580. | #define PACKAGE "libtorrent-rasterbar"
  581. | #define VERSION "0.16.12"
  582. | #define STDC_HEADERS 1
  583. | #define HAVE_SYS_TYPES_H 1
  584. | #define HAVE_SYS_STAT_H 1
  585. | #define HAVE_STDLIB_H 1
  586. | #define HAVE_STRING_H 1
  587. | #define HAVE_MEMORY_H 1
  588. | #define HAVE_STRINGS_H 1
  589. | #define HAVE_INTTYPES_H 1
  590. | #define HAVE_STDINT_H 1
  591. | #define HAVE_UNISTD_H 1
  592. | #define HAVE_DLFCN_H 1
  593. | #define LT_OBJDIR ".libs/"
  594. | /* end confdefs.h. */
  595. | #include <pthread.h>
  596. | int
  597. | main ()
  598. | {
  599. | pthread_t th; pthread_join(th, 0);
  600. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  601. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  602. | ;
  603. | return 0;
  604. | }
  605. configure:15897: result: no
  606. configure:15805: checking whether pthreads work with -kthread
  607. configure:15888: gcc -o conftest -g -O2 -kthread conftest.c >&5
  608. gcc: error: unrecognized command line option '-kthread'
  609. configure:15888: $? = 1
  610. configure: failed program was:
  611. | /* confdefs.h */
  612. | #define PACKAGE_NAME "libtorrent-rasterbar"
  613. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  614. | #define PACKAGE_VERSION "0.16.12"
  615. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  616. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  617. | #define PACKAGE_URL "http://www.libtorrent.org"
  618. | #define PACKAGE "libtorrent-rasterbar"
  619. | #define VERSION "0.16.12"
  620. | #define STDC_HEADERS 1
  621. | #define HAVE_SYS_TYPES_H 1
  622. | #define HAVE_SYS_STAT_H 1
  623. | #define HAVE_STDLIB_H 1
  624. | #define HAVE_STRING_H 1
  625. | #define HAVE_MEMORY_H 1
  626. | #define HAVE_STRINGS_H 1
  627. | #define HAVE_INTTYPES_H 1
  628. | #define HAVE_STDINT_H 1
  629. | #define HAVE_UNISTD_H 1
  630. | #define HAVE_DLFCN_H 1
  631. | #define LT_OBJDIR ".libs/"
  632. | /* end confdefs.h. */
  633. | #include <pthread.h>
  634. | int
  635. | main ()
  636. | {
  637. | pthread_t th; pthread_join(th, 0);
  638. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  639. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  640. | ;
  641. | return 0;
  642. | }
  643. configure:15897: result: no
  644. configure:15855: checking for the pthreads library -llthread
  645. configure:15888: gcc -o conftest -g -O2 conftest.c -llthread >&5
  646. /usr/bin/ld: cannot find -llthread
  647. collect2: error: ld returned 1 exit status
  648. configure:15888: $? = 1
  649. configure: failed program was:
  650. | /* confdefs.h */
  651. | #define PACKAGE_NAME "libtorrent-rasterbar"
  652. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  653. | #define PACKAGE_VERSION "0.16.12"
  654. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  655. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  656. | #define PACKAGE_URL "http://www.libtorrent.org"
  657. | #define PACKAGE "libtorrent-rasterbar"
  658. | #define VERSION "0.16.12"
  659. | #define STDC_HEADERS 1
  660. | #define HAVE_SYS_TYPES_H 1
  661. | #define HAVE_SYS_STAT_H 1
  662. | #define HAVE_STDLIB_H 1
  663. | #define HAVE_STRING_H 1
  664. | #define HAVE_MEMORY_H 1
  665. | #define HAVE_STRINGS_H 1
  666. | #define HAVE_INTTYPES_H 1
  667. | #define HAVE_STDINT_H 1
  668. | #define HAVE_UNISTD_H 1
  669. | #define HAVE_DLFCN_H 1
  670. | #define LT_OBJDIR ".libs/"
  671. | /* end confdefs.h. */
  672. | #include <pthread.h>
  673. | int
  674. | main ()
  675. | {
  676. | pthread_t th; pthread_join(th, 0);
  677. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  678. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  679. | ;
  680. | return 0;
  681. | }
  682. configure:15897: result: no
  683. configure:15805: checking whether pthreads work with -lpthread
  684. configure:15888: gcc -o conftest -g -O2 -lpthread conftest.c >&5
  685. configure:15888: $? = 0
  686. configure:15897: result: yes
  687. configure:15916: checking for joinable pthread attribute
  688. configure:15931: gcc -o conftest -g -O2 -lpthread conftest.c >&5
  689. configure:15931: $? = 0
  690. configure:15937: result: PTHREAD_CREATE_JOINABLE
  691. configure:15947: checking if more special flags are required for pthreads
  692. configure:15954: result: no
  693. configure:16045: checking whether to check for GCC pthread/shared inconsistencies
  694. configure:16058: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -lpthread conftest.c >&5
  695. configure:16058: $? = 0
  696. configure:16070: result: yes
  697. configure:16112: checking whether -lpthread fixes that
  698. configure:16128: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -lpthread conftest.c -lpthread >&5
  699. configure:16128: $? = 0
  700. configure:16135: result: yes
  701. configure:16222: checking for __attribute__((visibility("hidden")))
  702. configure:16231: gcc -fvisibility=hidden -S visibility_conftest.c -o visibility_conftest.s 1>&5
  703. configure:16234: $? = 0
  704. configure:16245: result: yes
  705. configure:16299: checking for boostlib >= 1.36
  706. configure:16354: g++ -c -g -O2 -fvisibility-inlines-hidden conftest.cpp >&5
  707. conftest.cpp:25:30: fatal error: boost/version.hpp: No such file or directory
  708. compilation terminated.
  709. configure:16354: $? = 1
  710. configure: failed program was:
  711. | /* confdefs.h */
  712. | #define PACKAGE_NAME "libtorrent-rasterbar"
  713. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  714. | #define PACKAGE_VERSION "0.16.12"
  715. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  716. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  717. | #define PACKAGE_URL "http://www.libtorrent.org"
  718. | #define PACKAGE "libtorrent-rasterbar"
  719. | #define VERSION "0.16.12"
  720. | #define STDC_HEADERS 1
  721. | #define HAVE_SYS_TYPES_H 1
  722. | #define HAVE_SYS_STAT_H 1
  723. | #define HAVE_STDLIB_H 1
  724. | #define HAVE_STRING_H 1
  725. | #define HAVE_MEMORY_H 1
  726. | #define HAVE_STRINGS_H 1
  727. | #define HAVE_INTTYPES_H 1
  728. | #define HAVE_STDINT_H 1
  729. | #define HAVE_UNISTD_H 1
  730. | #define HAVE_DLFCN_H 1
  731. | #define LT_OBJDIR ".libs/"
  732. | #define HAVE_PTHREAD 1
  733. | /* end confdefs.h. */
  734. |
  735. | #include <boost/version.hpp>
  736. |
  737. | int
  738. | main ()
  739. | {
  740. |
  741. | #if BOOST_VERSION >= 103600
  742. | // Everything is okay
  743. | #else
  744. | # error Boost version is too old
  745. | #endif
  746. |
  747. | ;
  748. | return 0;
  749. | }
  750. configure:16453: g++ -c -g -O2 -fvisibility-inlines-hidden -I/include/boost-0 conftest.cpp >&5
  751. conftest.cpp:25:31: fatal error: boost/version.hpp: No such file or directory
  752. compilation terminated.
  753. configure:16453: $? = 1
  754. configure: failed program was:
  755. | /* confdefs.h */
  756. | #define PACKAGE_NAME "libtorrent-rasterbar"
  757. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  758. | #define PACKAGE_VERSION "0.16.12"
  759. | #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  760. | #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  761. | #define PACKAGE_URL "http://www.libtorrent.org"
  762. | #define PACKAGE "libtorrent-rasterbar"
  763. | #define VERSION "0.16.12"
  764. | #define STDC_HEADERS 1
  765. | #define HAVE_SYS_TYPES_H 1
  766. | #define HAVE_SYS_STAT_H 1
  767. | #define HAVE_STDLIB_H 1
  768. | #define HAVE_STRING_H 1
  769. | #define HAVE_MEMORY_H 1
  770. | #define HAVE_STRINGS_H 1
  771. | #define HAVE_INTTYPES_H 1
  772. | #define HAVE_STDINT_H 1
  773. | #define HAVE_UNISTD_H 1
  774. | #define HAVE_DLFCN_H 1
  775. | #define LT_OBJDIR ".libs/"
  776. | #define HAVE_PTHREAD 1
  777. | /* end confdefs.h. */
  778. |
  779. | #include <boost/version.hpp>
  780. |
  781. | int
  782. | main ()
  783. | {
  784. |
  785. | #if BOOST_VERSION >= 103600
  786. | // Everything is okay
  787. | #else
  788. | # error Boost version is too old
  789. | #endif
  790. |
  791. | ;
  792. | return 0;
  793. | }
  794. configure:16472: error: We could not detect the boost libraries (version 1.36 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
  795.  
  796. ## ---------------- ##
  797. ## Cache variables. ##
  798. ## ---------------- ##
  799.  
  800. ac_cv_build=armv6l-unknown-linux-gnueabihf
  801. ac_cv_c_compiler_gnu=yes
  802. ac_cv_cxx_compiler_gnu=yes
  803. ac_cv_env_CCC_set=
  804. ac_cv_env_CCC_value=
  805. ac_cv_env_CC_set=
  806. ac_cv_env_CC_value=
  807. ac_cv_env_CFLAGS_set=
  808. ac_cv_env_CFLAGS_value=
  809. ac_cv_env_CPPFLAGS_set=
  810. ac_cv_env_CPPFLAGS_value=
  811. ac_cv_env_CPP_set=
  812. ac_cv_env_CPP_value=
  813. ac_cv_env_CXXCPP_set=
  814. ac_cv_env_CXXCPP_value=
  815. ac_cv_env_CXXFLAGS_set=
  816. ac_cv_env_CXXFLAGS_value=
  817. ac_cv_env_CXX_set=
  818. ac_cv_env_CXX_value=
  819. ac_cv_env_GEOIP_CFLAGS_set=
  820. ac_cv_env_GEOIP_CFLAGS_value=
  821. ac_cv_env_GEOIP_LIBS_set=
  822. ac_cv_env_GEOIP_LIBS_value=
  823. ac_cv_env_LDFLAGS_set=
  824. ac_cv_env_LDFLAGS_value=
  825. ac_cv_env_LIBS_set=
  826. ac_cv_env_LIBS_value=
  827. ac_cv_env_PKG_CONFIG_set=
  828. ac_cv_env_PKG_CONFIG_value=
  829. ac_cv_env_PYTHON_INSTALL_PARAMS_set=
  830. ac_cv_env_PYTHON_INSTALL_PARAMS_value=
  831. ac_cv_env_PYTHON_VERSION_set=
  832. ac_cv_env_PYTHON_VERSION_value=
  833. ac_cv_env_PYTHON_set=
  834. ac_cv_env_PYTHON_value=
  835. ac_cv_env_build_alias_set=
  836. ac_cv_env_build_alias_value=
  837. ac_cv_env_host_alias_set=
  838. ac_cv_env_host_alias_value=
  839. ac_cv_env_target_alias_set=
  840. ac_cv_env_target_alias_value=
  841. ac_cv_header_dlfcn_h=yes
  842. ac_cv_header_inttypes_h=yes
  843. ac_cv_header_memory_h=yes
  844. ac_cv_header_stdc=yes
  845. ac_cv_header_stdint_h=yes
  846. ac_cv_header_stdlib_h=yes
  847. ac_cv_header_string_h=yes
  848. ac_cv_header_strings_h=yes
  849. ac_cv_header_sys_stat_h=yes
  850. ac_cv_header_sys_types_h=yes
  851. ac_cv_header_unistd_h=yes
  852. ac_cv_hidden_visibility_attribute=yes
  853. ac_cv_host=armv6l-unknown-linux-gnueabihf
  854. ac_cv_objext=o
  855. ac_cv_path_EGREP='/usr/bin/grep -E'
  856. ac_cv_path_FGREP='/usr/bin/grep -F'
  857. ac_cv_path_GREP=/usr/bin/grep
  858. ac_cv_path_SED=/usr/bin/sed
  859. ac_cv_path_install='/usr/bin/install -c'
  860. ac_cv_path_mkdir=/usr/bin/mkdir
  861. ac_cv_prog_AWK=gawk
  862. ac_cv_prog_CPP='gcc -E'
  863. ac_cv_prog_CXXCPP='g++ -E'
  864. ac_cv_prog_ac_ct_AR=ar
  865. ac_cv_prog_ac_ct_CC=gcc
  866. ac_cv_prog_ac_ct_CXX=g++
  867. ac_cv_prog_ac_ct_OBJDUMP=objdump
  868. ac_cv_prog_ac_ct_RANLIB=ranlib
  869. ac_cv_prog_ac_ct_STRIP=strip
  870. ac_cv_prog_cc_c89=
  871. ac_cv_prog_cc_g=yes
  872. ac_cv_prog_cc_gcc_c_o=yes
  873. ac_cv_prog_cxx_c_o=yes
  874. ac_cv_prog_cxx_g=yes
  875. ac_cv_prog_make_make_set=yes
  876. ac_cv_target=armv6l-unknown-linux-gnueabihf
  877. am_cv_CC_dependencies_compiler_type=gcc3
  878. am_cv_CXX_dependencies_compiler_type=gcc3
  879. am_cv_make_support_nested_variables=yes
  880. am_cv_prog_cc_c_o=yes
  881. lt_cv_ar_at_file=@
  882. lt_cv_archive_cmds_need_lc=no
  883. lt_cv_deplibs_check_method=pass_all
  884. lt_cv_file_magic_cmd='$MAGIC_CMD'
  885. lt_cv_file_magic_test_file=
  886. lt_cv_ld_reload_flag=-r
  887. lt_cv_nm_interface='BSD nm'
  888. lt_cv_objdir=.libs
  889. lt_cv_path_LD=/usr/bin/ld
  890. lt_cv_path_LDCXX=/usr/bin/ld
  891. lt_cv_path_NM='/usr/bin/nm -B'
  892. lt_cv_path_mainfest_tool=no
  893. lt_cv_prog_compiler_c_o=yes
  894. lt_cv_prog_compiler_c_o_CXX=yes
  895. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  896. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  897. lt_cv_prog_compiler_pic_works=yes
  898. lt_cv_prog_compiler_pic_works_CXX=yes
  899. lt_cv_prog_compiler_rtti_exceptions=no
  900. lt_cv_prog_compiler_static_works=yes
  901. lt_cv_prog_compiler_static_works_CXX=yes
  902. lt_cv_prog_gnu_ld=yes
  903. lt_cv_prog_gnu_ldcxx=yes
  904. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  905. lt_cv_shlibpath_overrides_runpath=no
  906. 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'\'''
  907. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  908. 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'\'''
  909. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  910. lt_cv_sys_max_cmd_len=1572864
  911. lt_cv_to_host_file_cmd=func_convert_file_noop
  912. lt_cv_to_tool_file_cmd=func_convert_file_noop
  913.  
  914. ## ----------------- ##
  915. ## Output variables. ##
  916. ## ----------------- ##
  917.  
  918. ACLOCAL='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/missing aclocal-1.14'
  919. AMDEPBACKSLASH='\'
  920. AMDEP_FALSE='#'
  921. AMDEP_TRUE=''
  922. AMTAR='$${TAR-tar}'
  923. AM_BACKSLASH='\'
  924. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  925. AM_DEFAULT_VERBOSITY='0'
  926. AM_V='$(V)'
  927. AR='ar'
  928. AUTOCONF='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/missing autoconf'
  929. AUTOHEADER='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/missing autoheader'
  930. AUTOMAKE='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/missing automake-1.14'
  931. AWK='gawk'
  932. BOOST_CPPFLAGS='-I/include/boost-0'
  933. BOOST_LDFLAGS='-L/lib'
  934. BOOST_PYTHON_LIB=''
  935. BOOST_SYSTEM_LIB=''
  936. BOOST_VERSION=''
  937. CC='gcc'
  938. CCDEPMODE='depmode=gcc3'
  939. CFLAGS='-lpthread -g -O2 -fvisibility=hidden'
  940. COMPILETIME_OPTIONS=''
  941. CPP='gcc -E'
  942. CPPFLAGS=' -I/include/boost-0'
  943. CXX='g++'
  944. CXXCPP='g++ -E'
  945. CXXDEPMODE='depmode=gcc3'
  946. CXXFLAGS='-g -O2 -fvisibility-inlines-hidden'
  947. CYGPATH_W='echo'
  948. DEBUGFLAGS=''
  949. DEFS=''
  950. DEPDIR='.deps'
  951. DLLTOOL='false'
  952. DSYMUTIL=''
  953. DUMPBIN=''
  954. ECHO_C=''
  955. ECHO_N='-n'
  956. ECHO_T=''
  957. EGREP='/usr/bin/grep -E'
  958. ENABLE_DHT_FALSE=''
  959. ENABLE_DHT_TRUE=''
  960. ENABLE_EXAMPLES_FALSE=''
  961. ENABLE_EXAMPLES_TRUE=''
  962. ENABLE_PYTHON_BINDING_FALSE=''
  963. ENABLE_PYTHON_BINDING_TRUE=''
  964. ENABLE_TESTS_FALSE=''
  965. ENABLE_TESTS_TRUE=''
  966. EXEEXT=''
  967. FGREP='/usr/bin/grep -F'
  968. GEOIP_CFLAGS=''
  969. GEOIP_LIBS=''
  970. GREP='/usr/bin/grep'
  971. ICONV_LIBS=''
  972. INSTALL_DATA='${INSTALL} -m 644'
  973. INSTALL_PROGRAM='${INSTALL}'
  974. INSTALL_SCRIPT='${INSTALL}'
  975. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  976. INTERFACE_VERSION_INFO='7:0:0'
  977. LD='/usr/bin/ld'
  978. LDFLAGS=' -L/lib'
  979. LIBICONV=''
  980. LIBOBJS=''
  981. LIBS='-lpthread '
  982. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  983. LIPO=''
  984. LN_S='ln -s'
  985. LTLIBICONV=''
  986. LTLIBOBJS=''
  987. MAKEINFO='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/missing makeinfo'
  988. MANIFEST_TOOL=':'
  989. MKDIR_P='/usr/bin/mkdir -p'
  990. NM='/usr/bin/nm -B'
  991. NMEDIT=''
  992. OBJDUMP='objdump'
  993. OBJEXT='o'
  994. OPENSSL_INCLUDES=''
  995. OPENSSL_LDFLAGS=''
  996. OPENSSL_LIBS=''
  997. OTOOL64=''
  998. OTOOL=''
  999. PACKAGE='libtorrent-rasterbar'
  1000. PACKAGE_BUGREPORT='arvid@rasterbar.com'
  1001. PACKAGE_NAME='libtorrent-rasterbar'
  1002. PACKAGE_STRING='libtorrent-rasterbar 0.16.12'
  1003. PACKAGE_TARNAME='libtorrent-rasterbar'
  1004. PACKAGE_URL='http://www.libtorrent.org'
  1005. PACKAGE_VERSION='0.16.12'
  1006. PATH_SEPARATOR=':'
  1007. PKG_CONFIG=''
  1008. PTHREAD_CC='gcc'
  1009. PTHREAD_CFLAGS='-lpthread'
  1010. PTHREAD_LIBS='-lpthread '
  1011. PYTHON=''
  1012. PYTHON_CPPFLAGS=''
  1013. PYTHON_EXEC_PREFIX=''
  1014. PYTHON_EXTRA_LDFLAGS=''
  1015. PYTHON_EXTRA_LIBS=''
  1016. PYTHON_INSTALL_PARAMS=''
  1017. PYTHON_LDFLAGS=''
  1018. PYTHON_PLATFORM=''
  1019. PYTHON_PREFIX=''
  1020. PYTHON_SITE_PKG=''
  1021. PYTHON_VERSION=''
  1022. RANLIB='ranlib'
  1023. SED='/usr/bin/sed'
  1024. SET_MAKE=''
  1025. SHELL='/bin/sh'
  1026. STRIP='strip'
  1027. VERSION='0.16.12'
  1028. WITH_OPENSSL_FALSE=''
  1029. WITH_OPENSSL_TRUE=''
  1030. WITH_SHIPPED_GEOIP_FALSE=''
  1031. WITH_SHIPPED_GEOIP_TRUE=''
  1032. ac_ct_AR='ar'
  1033. ac_ct_CC='gcc'
  1034. ac_ct_CXX='g++'
  1035. ac_ct_DUMPBIN=''
  1036. am__EXEEXT_FALSE=''
  1037. am__EXEEXT_TRUE=''
  1038. am__fastdepCC_FALSE='#'
  1039. am__fastdepCC_TRUE=''
  1040. am__fastdepCXX_FALSE='#'
  1041. am__fastdepCXX_TRUE=''
  1042. am__include='include'
  1043. am__isrc=''
  1044. am__leading_dot='.'
  1045. am__nodep='_no'
  1046. am__quote=''
  1047. am__tar='$${TAR-tar} chof - "$$tardir"'
  1048. am__untar='$${TAR-tar} xf -'
  1049. ax_pthread_config=''
  1050. bindir='${exec_prefix}/bin'
  1051. build='armv6l-unknown-linux-gnueabihf'
  1052. build_alias=''
  1053. build_cpu='armv6l'
  1054. build_os='linux-gnueabihf'
  1055. build_vendor='unknown'
  1056. datadir='${datarootdir}'
  1057. datarootdir='${prefix}/share'
  1058. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1059. dvidir='${docdir}'
  1060. exec_prefix='NONE'
  1061. host='armv6l-unknown-linux-gnueabihf'
  1062. host_alias=''
  1063. host_cpu='armv6l'
  1064. host_os='linux-gnueabihf'
  1065. host_vendor='unknown'
  1066. htmldir='${docdir}'
  1067. includedir='${prefix}/include'
  1068. infodir='${datarootdir}/info'
  1069. install_sh='${SHELL} /home/me/libtorrent-rasterbar-0.16.12/build-aux/install-sh'
  1070. libdir='${exec_prefix}/lib'
  1071. libexecdir='${exec_prefix}/libexec'
  1072. localedir='${datarootdir}/locale'
  1073. localstatedir='${prefix}/var'
  1074. mandir='${datarootdir}/man'
  1075. mkdir_p='$(MKDIR_P)'
  1076. oldincludedir='/usr/include'
  1077. pdfdir='${docdir}'
  1078. pkgpyexecdir=''
  1079. pkgpythondir=''
  1080. prefix='NONE'
  1081. program_transform_name='s,x,x,'
  1082. psdir='${docdir}'
  1083. pyexecdir=''
  1084. pythondir=''
  1085. sbindir='${exec_prefix}/sbin'
  1086. sharedstatedir='${prefix}/com'
  1087. sysconfdir='${prefix}/etc'
  1088. target='armv6l-unknown-linux-gnueabihf'
  1089. target_alias=''
  1090. target_cpu='armv6l'
  1091. target_os='linux-gnueabihf'
  1092. target_vendor='unknown'
  1093.  
  1094. ## ----------- ##
  1095. ## confdefs.h. ##
  1096. ## ----------- ##
  1097.  
  1098. /* confdefs.h */
  1099. #define PACKAGE_NAME "libtorrent-rasterbar"
  1100. #define PACKAGE_TARNAME "libtorrent-rasterbar"
  1101. #define PACKAGE_VERSION "0.16.12"
  1102. #define PACKAGE_STRING "libtorrent-rasterbar 0.16.12"
  1103. #define PACKAGE_BUGREPORT "arvid@rasterbar.com"
  1104. #define PACKAGE_URL "http://www.libtorrent.org"
  1105. #define PACKAGE "libtorrent-rasterbar"
  1106. #define VERSION "0.16.12"
  1107. #define STDC_HEADERS 1
  1108. #define HAVE_SYS_TYPES_H 1
  1109. #define HAVE_SYS_STAT_H 1
  1110. #define HAVE_STDLIB_H 1
  1111. #define HAVE_STRING_H 1
  1112. #define HAVE_MEMORY_H 1
  1113. #define HAVE_STRINGS_H 1
  1114. #define HAVE_INTTYPES_H 1
  1115. #define HAVE_STDINT_H 1
  1116. #define HAVE_UNISTD_H 1
  1117. #define HAVE_DLFCN_H 1
  1118. #define LT_OBJDIR ".libs/"
  1119. #define HAVE_PTHREAD 1
  1120.  
  1121. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement