Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.35 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 1.1.5, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-python-binding --with-libiconv
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = raspberrypi
  14. uname -m = armv7l
  15. uname -r = 4.9.59-v7+
  16. uname -s = Linux
  17. uname -v = #1047 SMP Sun Oct 29 12:19:23 GMT 2017
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/local/games
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2444: checking whether make supports nested variables
  45. configure:2461: result: yes
  46. configure:2546: checking for gcc
  47. configure:2562: found /usr/bin/gcc
  48. configure:2573: result: gcc
  49. configure:2802: checking for C compiler version
  50. configure:2811: gcc --version >&5
  51. gcc (Raspbian 6.3.0-18+rpi1) 6.3.0 20170516
  52. Copyright (C) 2016 Free Software Foundation, Inc.
  53. This is free software; see the source for copying conditions. There is NO
  54. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  55.  
  56. configure:2822: $? = 0
  57. configure:2811: gcc -v >&5
  58. Using built-in specs.
  59. COLLECT_GCC=gcc
  60. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper
  61. Target: arm-linux-gnueabihf
  62. Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  63. Thread model: posix
  64. gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1)
  65. configure:2822: $? = 0
  66. configure:2811: gcc -V >&5
  67. gcc: error: unrecognized command line option '-V'
  68. gcc: fatal error: no input files
  69. compilation terminated.
  70. configure:2822: $? = 1
  71. configure:2811: gcc -qversion >&5
  72. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:2822: $? = 1
  76. configure:2842: checking whether the C compiler works
  77. configure:2864: gcc conftest.c >&5
  78. configure:2868: $? = 0
  79. configure:2916: result: yes
  80. configure:2919: checking for C compiler default output file name
  81. configure:2921: result: a.out
  82. configure:2927: checking for suffix of executables
  83. configure:2934: gcc -o conftest conftest.c >&5
  84. configure:2938: $? = 0
  85. configure:2960: result:
  86. configure:2982: checking whether we are cross compiling
  87. configure:2990: gcc -o conftest conftest.c >&5
  88. configure:2994: $? = 0
  89. configure:3001: ./conftest
  90. configure:3005: $? = 0
  91. configure:3020: result: no
  92. configure:3025: checking for suffix of object files
  93. configure:3047: gcc -c conftest.c >&5
  94. configure:3051: $? = 0
  95. configure:3072: result: o
  96. configure:3076: checking whether we are using the GNU C compiler
  97. configure:3095: gcc -c conftest.c >&5
  98. configure:3095: $? = 0
  99. configure:3104: result: yes
  100. configure:3113: checking whether gcc accepts -g
  101. configure:3133: gcc -c -g conftest.c >&5
  102. configure:3133: $? = 0
  103. configure:3174: result: yes
  104. configure:3191: checking for gcc option to accept ISO C89
  105. configure:3254: gcc -c -g -O2 conftest.c >&5
  106. configure:3254: $? = 0
  107. configure:3267: result: none needed
  108. configure:3295: checking whether gcc understands -c and -o together
  109. configure:3317: gcc -c conftest.c -o conftest2.o
  110. configure:3320: $? = 0
  111. configure:3317: gcc -c conftest.c -o conftest2.o
  112. configure:3320: $? = 0
  113. configure:3332: result: yes
  114. configure:3354: checking how to run the C preprocessor
  115. configure:3385: gcc -E conftest.c
  116. configure:3385: $? = 0
  117. configure:3399: gcc -E conftest.c
  118. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  119. #include <ac_nonexistent.h>
  120. ^
  121. compilation terminated.
  122. configure:3399: $? = 1
  123. configure: failed program was:
  124. | /* confdefs.h */
  125. | #define PACKAGE_NAME "libtorrent-rasterbar"
  126. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  127. | #define PACKAGE_VERSION "1.1.5"
  128. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  129. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  130. | #define PACKAGE_URL "http://www.libtorrent.org"
  131. | /* end confdefs.h. */
  132. | #include <ac_nonexistent.h>
  133. configure:3424: result: gcc -E
  134. configure:3444: gcc -E conftest.c
  135. configure:3444: $? = 0
  136. configure:3458: gcc -E conftest.c
  137. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  138. #include <ac_nonexistent.h>
  139. ^
  140. compilation terminated.
  141. configure:3458: $? = 1
  142. configure: failed program was:
  143. | /* confdefs.h */
  144. | #define PACKAGE_NAME "libtorrent-rasterbar"
  145. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  146. | #define PACKAGE_VERSION "1.1.5"
  147. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  148. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  149. | #define PACKAGE_URL "http://www.libtorrent.org"
  150. | /* end confdefs.h. */
  151. | #include <ac_nonexistent.h>
  152. configure:3487: checking whether gcc and cc understand -c and -o together
  153. configure:3518: gcc -c conftest.c -o conftest2.o >&5
  154. configure:3522: $? = 0
  155. configure:3528: gcc -c conftest.c -o conftest2.o >&5
  156. configure:3532: $? = 0
  157. configure:3543: cc -c conftest.c >&5
  158. configure:3547: $? = 0
  159. configure:3555: cc -c conftest.c -o conftest2.o >&5
  160. configure:3559: $? = 0
  161. configure:3565: cc -c conftest.c -o conftest2.o >&5
  162. configure:3569: $? = 0
  163. configure:3587: result: yes
  164. configure:3655: checking for g++
  165. configure:3671: found /usr/bin/g++
  166. configure:3682: result: g++
  167. configure:3709: checking for C++ compiler version
  168. configure:3718: g++ --version >&5
  169. g++ (Raspbian 6.3.0-18+rpi1) 6.3.0 20170516
  170. Copyright (C) 2016 Free Software Foundation, Inc.
  171. This is free software; see the source for copying conditions. There is NO
  172. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  173.  
  174. configure:3729: $? = 0
  175. configure:3718: g++ -v >&5
  176. Using built-in specs.
  177. COLLECT_GCC=g++
  178. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/6/lto-wrapper
  179. Target: arm-linux-gnueabihf
  180. Configured with: ../src/configure -v --with-pkgversion='Raspbian 6.3.0-18+rpi1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=arm-linux-gnueabihf- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-sjlj-exceptions --with-arch=armv6 --with-fpu=vfp --with-float=hard --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  181. Thread model: posix
  182. gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1)
  183. configure:3729: $? = 0
  184. configure:3718: g++ -V >&5
  185. g++: error: unrecognized command line option '-V'
  186. g++: fatal error: no input files
  187. compilation terminated.
  188. configure:3729: $? = 1
  189. configure:3718: g++ -qversion >&5
  190. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  191. g++: fatal error: no input files
  192. compilation terminated.
  193. configure:3729: $? = 1
  194. configure:3733: checking whether we are using the GNU C++ compiler
  195. configure:3752: g++ -c conftest.cpp >&5
  196. configure:3752: $? = 0
  197. configure:3761: result: yes
  198. configure:3770: checking whether g++ accepts -g
  199. configure:3790: g++ -c -g conftest.cpp >&5
  200. configure:3790: $? = 0
  201. configure:3831: result: yes
  202. configure:3859: checking how to run the C++ preprocessor
  203. configure:3886: g++ -E conftest.cpp
  204. configure:3886: $? = 0
  205. configure:3900: g++ -E conftest.cpp
  206. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  207. #include <ac_nonexistent.h>
  208. ^
  209. compilation terminated.
  210. configure:3900: $? = 1
  211. configure: failed program was:
  212. | /* confdefs.h */
  213. | #define PACKAGE_NAME "libtorrent-rasterbar"
  214. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  215. | #define PACKAGE_VERSION "1.1.5"
  216. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  217. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  218. | #define PACKAGE_URL "http://www.libtorrent.org"
  219. | /* end confdefs.h. */
  220. | #include <ac_nonexistent.h>
  221. configure:3925: result: g++ -E
  222. configure:3945: g++ -E conftest.cpp
  223. configure:3945: $? = 0
  224. configure:3959: g++ -E conftest.cpp
  225. conftest.cpp:9:28: fatal error: ac_nonexistent.h: No such file or directory
  226. #include <ac_nonexistent.h>
  227. ^
  228. compilation terminated.
  229. configure:3959: $? = 1
  230. configure: failed program was:
  231. | /* confdefs.h */
  232. | #define PACKAGE_NAME "libtorrent-rasterbar"
  233. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  234. | #define PACKAGE_VERSION "1.1.5"
  235. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  236. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  237. | #define PACKAGE_URL "http://www.libtorrent.org"
  238. | /* end confdefs.h. */
  239. | #include <ac_nonexistent.h>
  240. configure:3992: checking whether g++ understands -c and -o together
  241. configure:4016: g++ -g -O2 -c conftest.cpp -o conftest2.o >&5
  242. configure:4020: $? = 0
  243. configure:4027: g++ -g -O2 -c conftest.cpp -o conftest2.o >&5
  244. configure:4031: $? = 0
  245. configure:4039: result: yes
  246. configure:4059: checking build system type
  247. configure:4073: result: armv7l-unknown-linux-gnueabihf
  248. configure:4093: checking host system type
  249. configure:4106: result: armv7l-unknown-linux-gnueabihf
  250. configure:4126: checking target system type
  251. configure:4139: result: armv7l-unknown-linux-gnueabihf
  252. configure:4184: checking for a BSD-compatible install
  253. configure:4252: result: /usr/bin/install -c
  254. configure:4263: checking whether build environment is sane
  255. configure:4318: result: yes
  256. configure:4466: checking for a thread-safe mkdir -p
  257. configure:4505: result: /bin/mkdir -p
  258. configure:4512: checking for gawk
  259. configure:4542: result: no
  260. configure:4512: checking for mawk
  261. configure:4528: found /usr/bin/mawk
  262. configure:4539: result: mawk
  263. configure:4550: checking whether make sets $(MAKE)
  264. configure:4572: result: yes
  265. configure:4602: checking for style of include used by make
  266. configure:4630: result: GNU
  267. configure:4727: checking dependency style of gcc
  268. configure:4838: result: gcc3
  269. configure:4855: checking dependency style of g++
  270. configure:4966: result: gcc3
  271. configure:5025: checking whether to enable maintainer-specific portions of Makefiles
  272. configure:5034: result: yes
  273. configure:5097: checking how to print strings
  274. configure:5124: result: printf
  275. configure:5145: checking for a sed that does not truncate output
  276. configure:5209: result: /bin/sed
  277. configure:5227: checking for grep that handles long lines and -e
  278. configure:5285: result: /bin/grep
  279. configure:5290: checking for egrep
  280. configure:5352: result: /bin/grep -E
  281. configure:5357: checking for fgrep
  282. configure:5419: result: /bin/grep -F
  283. configure:5454: checking for ld used by gcc
  284. configure:5521: result: /usr/bin/ld
  285. configure:5528: checking if the linker (/usr/bin/ld) is GNU ld
  286. configure:5543: result: yes
  287. configure:5555: checking for BSD- or MS-compatible name lister (nm)
  288. configure:5609: result: /usr/bin/nm -B
  289. configure:5739: checking the name lister (/usr/bin/nm -B) interface
  290. configure:5746: gcc -c -g -O2 conftest.c >&5
  291. configure:5749: /usr/bin/nm -B "conftest.o"
  292. configure:5752: output
  293. 00000000 B some_variable
  294. configure:5759: result: BSD nm
  295. configure:5762: checking whether ln -s works
  296. configure:5766: result: yes
  297. configure:5774: checking the maximum length of command line arguments
  298. configure:5905: result: 1572864
  299. configure:5953: checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format
  300. configure:5993: result: func_convert_file_noop
  301. configure:6000: checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format
  302. configure:6020: result: func_convert_file_noop
  303. configure:6027: checking for /usr/bin/ld option to reload object files
  304. configure:6034: result: -r
  305. configure:6108: checking for objdump
  306. configure:6124: found /usr/bin/objdump
  307. configure:6135: result: objdump
  308. configure:6167: checking how to recognize dependent libraries
  309. configure:6367: result: pass_all
  310. configure:6452: checking for dlltool
  311. configure:6482: result: no
  312. configure:6512: checking how to associate runtime and link libraries
  313. configure:6539: result: printf %s\n
  314. configure:6600: checking for ar
  315. configure:6616: found /usr/bin/ar
  316. configure:6627: result: ar
  317. configure:6664: checking for archiver @FILE support
  318. configure:6681: gcc -c -g -O2 conftest.c >&5
  319. configure:6681: $? = 0
  320. configure:6684: ar cru libconftest.a @conftest.lst >&5
  321. ar: `u' modifier ignored since `D' is the default (see `U')
  322. configure:6687: $? = 0
  323. configure:6692: ar cru libconftest.a @conftest.lst >&5
  324. ar: `u' modifier ignored since `D' is the default (see `U')
  325. ar: conftest.o: No such file or directory
  326. configure:6695: $? = 1
  327. configure:6707: result: @
  328. configure:6765: checking for strip
  329. configure:6781: found /usr/bin/strip
  330. configure:6792: result: strip
  331. configure:6864: checking for ranlib
  332. configure:6880: found /usr/bin/ranlib
  333. configure:6891: result: ranlib
  334. configure:6993: checking command to parse /usr/bin/nm -B output from gcc object
  335. configure:7146: gcc -c -g -O2 conftest.c >&5
  336. configure:7149: $? = 0
  337. configure:7153: /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
  338. configure:7156: $? = 0
  339. configure:7222: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  340. configure:7225: $? = 0
  341. configure:7263: result: ok
  342. configure:7310: checking for sysroot
  343. configure:7340: result: no
  344. configure:7347: checking for a working dd
  345. configure:7385: result: /bin/dd
  346. configure:7389: checking how to truncate binary pipes
  347. configure:7404: result: /bin/dd bs=4096 count=1
  348. configure:7733: checking for mt
  349. configure:7749: found /bin/mt
  350. configure:7760: result: mt
  351. configure:7783: checking if mt is a manifest tool
  352. configure:7789: mt '-?'
  353. configure:7797: result: no
  354. configure:8470: checking for ANSI C header files
  355. configure:8490: gcc -c -g -O2 conftest.c >&5
  356. configure:8490: $? = 0
  357. configure:8563: gcc -o conftest -g -O2 conftest.c >&5
  358. configure:8563: $? = 0
  359. configure:8563: ./conftest
  360. configure:8563: $? = 0
  361. configure:8574: result: yes
  362. configure:8587: checking for sys/types.h
  363. configure:8587: gcc -c -g -O2 conftest.c >&5
  364. configure:8587: $? = 0
  365. configure:8587: result: yes
  366. configure:8587: checking for sys/stat.h
  367. configure:8587: gcc -c -g -O2 conftest.c >&5
  368. configure:8587: $? = 0
  369. configure:8587: result: yes
  370. configure:8587: checking for stdlib.h
  371. configure:8587: gcc -c -g -O2 conftest.c >&5
  372. configure:8587: $? = 0
  373. configure:8587: result: yes
  374. configure:8587: checking for string.h
  375. configure:8587: gcc -c -g -O2 conftest.c >&5
  376. configure:8587: $? = 0
  377. configure:8587: result: yes
  378. configure:8587: checking for memory.h
  379. configure:8587: gcc -c -g -O2 conftest.c >&5
  380. configure:8587: $? = 0
  381. configure:8587: result: yes
  382. configure:8587: checking for strings.h
  383. configure:8587: gcc -c -g -O2 conftest.c >&5
  384. configure:8587: $? = 0
  385. configure:8587: result: yes
  386. configure:8587: checking for inttypes.h
  387. configure:8587: gcc -c -g -O2 conftest.c >&5
  388. configure:8587: $? = 0
  389. configure:8587: result: yes
  390. configure:8587: checking for stdint.h
  391. configure:8587: gcc -c -g -O2 conftest.c >&5
  392. configure:8587: $? = 0
  393. configure:8587: result: yes
  394. configure:8587: checking for unistd.h
  395. configure:8587: gcc -c -g -O2 conftest.c >&5
  396. configure:8587: $? = 0
  397. configure:8587: result: yes
  398. configure:8601: checking for dlfcn.h
  399. configure:8601: gcc -c -g -O2 conftest.c >&5
  400. configure:8601: $? = 0
  401. configure:8601: result: yes
  402. configure:8868: checking for objdir
  403. configure:8883: result: .libs
  404. configure:9147: checking if gcc supports -fno-rtti -fno-exceptions
  405. configure:9165: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  406. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  407. configure:9169: $? = 0
  408. configure:9182: result: no
  409. configure:9540: checking for gcc option to produce PIC
  410. configure:9547: result: -fPIC -DPIC
  411. configure:9555: checking if gcc PIC flag -fPIC -DPIC works
  412. configure:9573: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  413. configure:9577: $? = 0
  414. configure:9590: result: yes
  415. configure:9619: checking if gcc static flag -static works
  416. configure:9647: result: yes
  417. configure:9662: checking if gcc supports -c -o file.o
  418. configure:9683: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  419. configure:9687: $? = 0
  420. configure:9709: result: yes
  421. configure:9717: checking if gcc supports -c -o file.o
  422. configure:9764: result: yes
  423. configure:9797: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  424. configure:11056: result: yes
  425. configure:11093: checking whether -lc should be explicitly linked in
  426. configure:11101: gcc -c -g -O2 conftest.c >&5
  427. configure:11104: $? = 0
  428. configure:11119: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  429. configure:11122: $? = 0
  430. configure:11136: result: no
  431. configure:11296: checking dynamic linker characteristics
  432. configure:11877: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  433. configure:11877: $? = 0
  434. configure:12114: result: GNU/Linux ld.so
  435. configure:12236: checking how to hardcode library paths into programs
  436. configure:12261: result: immediate
  437. configure:12809: checking whether stripping libraries is possible
  438. configure:12814: result: yes
  439. configure:12849: checking if libtool supports shared libraries
  440. configure:12851: result: yes
  441. configure:12854: checking whether to build shared libraries
  442. configure:12879: result: yes
  443. configure:12882: checking whether to build static libraries
  444. configure:12886: result: yes
  445. configure:12909: checking how to run the C++ preprocessor
  446. configure:12975: result: g++ -E
  447. configure:12995: g++ -E conftest.cpp
  448. configure:12995: $? = 0
  449. configure:13009: g++ -E conftest.cpp
  450. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  451. #include <ac_nonexistent.h>
  452. ^
  453. compilation terminated.
  454. configure:13009: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h */
  457. | #define PACKAGE_NAME "libtorrent-rasterbar"
  458. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  459. | #define PACKAGE_VERSION "1.1.5"
  460. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  461. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  462. | #define PACKAGE_URL "http://www.libtorrent.org"
  463. | #define PACKAGE "libtorrent-rasterbar"
  464. | #define VERSION "1.1.5"
  465. | #define STDC_HEADERS 1
  466. | #define HAVE_SYS_TYPES_H 1
  467. | #define HAVE_SYS_STAT_H 1
  468. | #define HAVE_STDLIB_H 1
  469. | #define HAVE_STRING_H 1
  470. | #define HAVE_MEMORY_H 1
  471. | #define HAVE_STRINGS_H 1
  472. | #define HAVE_INTTYPES_H 1
  473. | #define HAVE_STDINT_H 1
  474. | #define HAVE_UNISTD_H 1
  475. | #define HAVE_DLFCN_H 1
  476. | #define LT_OBJDIR ".libs/"
  477. | /* end confdefs.h. */
  478. | #include <ac_nonexistent.h>
  479. configure:13171: checking for ld used by g++
  480. configure:13238: result: /usr/bin/ld
  481. configure:13245: checking if the linker (/usr/bin/ld) is GNU ld
  482. configure:13260: result: yes
  483. configure:13315: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  484. configure:14388: result: yes
  485. configure:14424: g++ -c -g -O2 conftest.cpp >&5
  486. configure:14427: $? = 0
  487. configure:14908: checking for g++ option to produce PIC
  488. configure:14915: result: -fPIC -DPIC
  489. configure:14923: checking if g++ PIC flag -fPIC -DPIC works
  490. configure:14941: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  491. configure:14945: $? = 0
  492. configure:14958: result: yes
  493. configure:14981: checking if g++ static flag -static works
  494. configure:15009: result: yes
  495. configure:15021: checking if g++ supports -c -o file.o
  496. configure:15042: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  497. configure:15046: $? = 0
  498. configure:15068: result: yes
  499. configure:15073: checking if g++ supports -c -o file.o
  500. configure:15120: result: yes
  501. configure:15150: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  502. configure:15190: result: yes
  503. configure:15331: checking dynamic linker characteristics
  504. configure:16076: result: GNU/Linux ld.so
  505. configure:16141: checking how to hardcode library paths into programs
  506. configure:16166: result: immediate
  507. configure:16401: checking for the pthreads library -lpthreads
  508. configure:16434: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  509. /usr/bin/ld: cannot find -lpthreads
  510. collect2: error: ld returned 1 exit status
  511. configure:16434: $? = 1
  512. configure: failed program was:
  513. | /* confdefs.h */
  514. | #define PACKAGE_NAME "libtorrent-rasterbar"
  515. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  516. | #define PACKAGE_VERSION "1.1.5"
  517. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  518. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  519. | #define PACKAGE_URL "http://www.libtorrent.org"
  520. | #define PACKAGE "libtorrent-rasterbar"
  521. | #define VERSION "1.1.5"
  522. | #define STDC_HEADERS 1
  523. | #define HAVE_SYS_TYPES_H 1
  524. | #define HAVE_SYS_STAT_H 1
  525. | #define HAVE_STDLIB_H 1
  526. | #define HAVE_STRING_H 1
  527. | #define HAVE_MEMORY_H 1
  528. | #define HAVE_STRINGS_H 1
  529. | #define HAVE_INTTYPES_H 1
  530. | #define HAVE_STDINT_H 1
  531. | #define HAVE_UNISTD_H 1
  532. | #define HAVE_DLFCN_H 1
  533. | #define LT_OBJDIR ".libs/"
  534. | /* end confdefs.h. */
  535. | #include <pthread.h>
  536. | int
  537. | main ()
  538. | {
  539. | pthread_t th; pthread_join(th, 0);
  540. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  541. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  542. | ;
  543. | return 0;
  544. | }
  545. configure:16443: result: no
  546. configure:16346: checking whether pthreads work without any flags
  547. configure:16434: gcc -o conftest -g -O2 conftest.c >&5
  548. /tmp/ccUUlr8c.o: In function `main':
  549. /home/pi/libtorrent-rasterbar-1.1.5/conftest.c:27: undefined reference to `pthread_join'
  550. /home/pi/libtorrent-rasterbar-1.1.5/conftest.c:28: undefined reference to `__pthread_register_cancel'
  551. /home/pi/libtorrent-rasterbar-1.1.5/conftest.c:29: undefined reference to `pthread_create'
  552. /home/pi/libtorrent-rasterbar-1.1.5/conftest.c:29: undefined reference to `__pthread_unregister_cancel'
  553. collect2: error: ld returned 1 exit status
  554. configure:16434: $? = 1
  555. configure: failed program was:
  556. | /* confdefs.h */
  557. | #define PACKAGE_NAME "libtorrent-rasterbar"
  558. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  559. | #define PACKAGE_VERSION "1.1.5"
  560. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  561. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  562. | #define PACKAGE_URL "http://www.libtorrent.org"
  563. | #define PACKAGE "libtorrent-rasterbar"
  564. | #define VERSION "1.1.5"
  565. | #define STDC_HEADERS 1
  566. | #define HAVE_SYS_TYPES_H 1
  567. | #define HAVE_SYS_STAT_H 1
  568. | #define HAVE_STDLIB_H 1
  569. | #define HAVE_STRING_H 1
  570. | #define HAVE_MEMORY_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_INTTYPES_H 1
  573. | #define HAVE_STDINT_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define HAVE_DLFCN_H 1
  576. | #define LT_OBJDIR ".libs/"
  577. | /* end confdefs.h. */
  578. | #include <pthread.h>
  579. | int
  580. | main ()
  581. | {
  582. | pthread_t th; pthread_join(th, 0);
  583. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  584. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  585. | ;
  586. | return 0;
  587. | }
  588. configure:16443: result: no
  589. configure:16351: checking whether pthreads work with -Kthread
  590. configure:16434: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  591. gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
  592. configure:16434: $? = 1
  593. configure: failed program was:
  594. | /* confdefs.h */
  595. | #define PACKAGE_NAME "libtorrent-rasterbar"
  596. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  597. | #define PACKAGE_VERSION "1.1.5"
  598. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  599. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  600. | #define PACKAGE_URL "http://www.libtorrent.org"
  601. | #define PACKAGE "libtorrent-rasterbar"
  602. | #define VERSION "1.1.5"
  603. | #define STDC_HEADERS 1
  604. | #define HAVE_SYS_TYPES_H 1
  605. | #define HAVE_SYS_STAT_H 1
  606. | #define HAVE_STDLIB_H 1
  607. | #define HAVE_STRING_H 1
  608. | #define HAVE_MEMORY_H 1
  609. | #define HAVE_STRINGS_H 1
  610. | #define HAVE_INTTYPES_H 1
  611. | #define HAVE_STDINT_H 1
  612. | #define HAVE_UNISTD_H 1
  613. | #define HAVE_DLFCN_H 1
  614. | #define LT_OBJDIR ".libs/"
  615. | /* end confdefs.h. */
  616. | #include <pthread.h>
  617. | int
  618. | main ()
  619. | {
  620. | pthread_t th; pthread_join(th, 0);
  621. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  622. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  623. | ;
  624. | return 0;
  625. | }
  626. configure:16443: result: no
  627. configure:16351: checking whether pthreads work with -kthread
  628. configure:16434: gcc -o conftest -g -O2 -kthread conftest.c >&5
  629. gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
  630. configure:16434: $? = 1
  631. configure: failed program was:
  632. | /* confdefs.h */
  633. | #define PACKAGE_NAME "libtorrent-rasterbar"
  634. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  635. | #define PACKAGE_VERSION "1.1.5"
  636. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  637. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  638. | #define PACKAGE_URL "http://www.libtorrent.org"
  639. | #define PACKAGE "libtorrent-rasterbar"
  640. | #define VERSION "1.1.5"
  641. | #define STDC_HEADERS 1
  642. | #define HAVE_SYS_TYPES_H 1
  643. | #define HAVE_SYS_STAT_H 1
  644. | #define HAVE_STDLIB_H 1
  645. | #define HAVE_STRING_H 1
  646. | #define HAVE_MEMORY_H 1
  647. | #define HAVE_STRINGS_H 1
  648. | #define HAVE_INTTYPES_H 1
  649. | #define HAVE_STDINT_H 1
  650. | #define HAVE_UNISTD_H 1
  651. | #define HAVE_DLFCN_H 1
  652. | #define LT_OBJDIR ".libs/"
  653. | /* end confdefs.h. */
  654. | #include <pthread.h>
  655. | int
  656. | main ()
  657. | {
  658. | pthread_t th; pthread_join(th, 0);
  659. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  660. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  661. | ;
  662. | return 0;
  663. | }
  664. configure:16443: result: no
  665. configure:16401: checking for the pthreads library -llthread
  666. configure:16434: gcc -o conftest -g -O2 conftest.c -llthread >&5
  667. /usr/bin/ld: cannot find -llthread
  668. collect2: error: ld returned 1 exit status
  669. configure:16434: $? = 1
  670. configure: failed program was:
  671. | /* confdefs.h */
  672. | #define PACKAGE_NAME "libtorrent-rasterbar"
  673. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  674. | #define PACKAGE_VERSION "1.1.5"
  675. | #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  676. | #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  677. | #define PACKAGE_URL "http://www.libtorrent.org"
  678. | #define PACKAGE "libtorrent-rasterbar"
  679. | #define VERSION "1.1.5"
  680. | #define STDC_HEADERS 1
  681. | #define HAVE_SYS_TYPES_H 1
  682. | #define HAVE_SYS_STAT_H 1
  683. | #define HAVE_STDLIB_H 1
  684. | #define HAVE_STRING_H 1
  685. | #define HAVE_MEMORY_H 1
  686. | #define HAVE_STRINGS_H 1
  687. | #define HAVE_INTTYPES_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_UNISTD_H 1
  690. | #define HAVE_DLFCN_H 1
  691. | #define LT_OBJDIR ".libs/"
  692. | /* end confdefs.h. */
  693. | #include <pthread.h>
  694. | int
  695. | main ()
  696. | {
  697. | pthread_t th; pthread_join(th, 0);
  698. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  699. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  700. | ;
  701. | return 0;
  702. | }
  703. configure:16443: result: no
  704. configure:16351: checking whether pthreads work with -lpthread
  705. configure:16434: gcc -o conftest -g -O2 -lpthread conftest.c >&5
  706. configure:16434: $? = 0
  707. configure:16443: result: yes
  708. configure:16462: checking for joinable pthread attribute
  709. configure:16477: gcc -o conftest -g -O2 -lpthread conftest.c >&5
  710. configure:16477: $? = 0
  711. configure:16483: result: PTHREAD_CREATE_JOINABLE
  712. configure:16493: checking if more special flags are required for pthreads
  713. configure:16500: result: no
  714. configure:16591: checking whether to check for GCC pthread/shared inconsistencies
  715. configure:16604: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -lpthread conftest.c >&5
  716. configure:16604: $? = 0
  717. configure:16616: result: yes
  718. configure:16658: checking whether -lpthread fixes that
  719. configure:16674: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -lpthread conftest.c -lpthread >&5
  720. configure:16674: $? = 0
  721. configure:16681: result: yes
  722. configure:16769: checking for __attribute__((visibility("hidden")))
  723. configure:16778: gcc -fvisibility=hidden -S visibility_conftest.c -o visibility_conftest.s 1>&5
  724. configure:16781: $? = 0
  725. configure:16790: result: yes
  726. configure:16844: checking for boostlib >= 1.53
  727. configure:16927: g++ -c -g -O2 -ftemplate-depth=120 -Wno-format-zero-length -I/usr/include conftest.cpp >&5
  728. configure:16927: $? = 0
  729. configure:16929: result: yes
  730. configure:17117: checking whether the Boost::System library is available
  731. configure:17142: g++ -c -I/usr/include conftest.cpp >&5
  732. configure:17142: $? = 0
  733. configure:17157: result: yes
  734. configure:17316: error: Could not find a version of the library!
  735.  
  736. ## ---------------- ##
  737. ## Cache variables. ##
  738. ## ---------------- ##
  739.  
  740. ac_cv_build=armv7l-unknown-linux-gnueabihf
  741. ac_cv_c_compiler_gnu=yes
  742. ac_cv_cxx_compiler_gnu=yes
  743. ac_cv_env_CCC_set=
  744. ac_cv_env_CCC_value=
  745. ac_cv_env_CC_set=
  746. ac_cv_env_CC_value=
  747. ac_cv_env_CFLAGS_set=
  748. ac_cv_env_CFLAGS_value=
  749. ac_cv_env_CPPFLAGS_set=
  750. ac_cv_env_CPPFLAGS_value=
  751. ac_cv_env_CPP_set=
  752. ac_cv_env_CPP_value=
  753. ac_cv_env_CXXCPP_set=
  754. ac_cv_env_CXXCPP_value=
  755. ac_cv_env_CXXFLAGS_set=
  756. ac_cv_env_CXXFLAGS_value=
  757. ac_cv_env_CXX_set=
  758. ac_cv_env_CXX_value=
  759. ac_cv_env_LDFLAGS_set=
  760. ac_cv_env_LDFLAGS_value=
  761. ac_cv_env_LIBS_set=
  762. ac_cv_env_LIBS_value=
  763. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  764. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  765. ac_cv_env_PKG_CONFIG_set=
  766. ac_cv_env_PKG_CONFIG_value=
  767. ac_cv_env_PYTHON_INSTALL_PARAMS_set=
  768. ac_cv_env_PYTHON_INSTALL_PARAMS_value=
  769. ac_cv_env_PYTHON_VERSION_set=
  770. ac_cv_env_PYTHON_VERSION_value=
  771. ac_cv_env_PYTHON_set=
  772. ac_cv_env_PYTHON_value=
  773. ac_cv_env_build_alias_set=
  774. ac_cv_env_build_alias_value=
  775. ac_cv_env_host_alias_set=
  776. ac_cv_env_host_alias_value=
  777. ac_cv_env_target_alias_set=
  778. ac_cv_env_target_alias_value=
  779. ac_cv_header_dlfcn_h=yes
  780. ac_cv_header_inttypes_h=yes
  781. ac_cv_header_memory_h=yes
  782. ac_cv_header_stdc=yes
  783. ac_cv_header_stdint_h=yes
  784. ac_cv_header_stdlib_h=yes
  785. ac_cv_header_string_h=yes
  786. ac_cv_header_strings_h=yes
  787. ac_cv_header_sys_stat_h=yes
  788. ac_cv_header_sys_types_h=yes
  789. ac_cv_header_unistd_h=yes
  790. ac_cv_hidden_visibility_attribute=yes
  791. ac_cv_host=armv7l-unknown-linux-gnueabihf
  792. ac_cv_objext=o
  793. ac_cv_path_EGREP='/bin/grep -E'
  794. ac_cv_path_FGREP='/bin/grep -F'
  795. ac_cv_path_GREP=/bin/grep
  796. ac_cv_path_SED=/bin/sed
  797. ac_cv_path_install='/usr/bin/install -c'
  798. ac_cv_path_lt_DD=/bin/dd
  799. ac_cv_path_mkdir=/bin/mkdir
  800. ac_cv_prog_AWK=mawk
  801. ac_cv_prog_CPP='gcc -E'
  802. ac_cv_prog_CXXCPP='g++ -E'
  803. ac_cv_prog_ac_ct_AR=ar
  804. ac_cv_prog_ac_ct_CC=gcc
  805. ac_cv_prog_ac_ct_CXX=g++
  806. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  807. ac_cv_prog_ac_ct_OBJDUMP=objdump
  808. ac_cv_prog_ac_ct_RANLIB=ranlib
  809. ac_cv_prog_ac_ct_STRIP=strip
  810. ac_cv_prog_cc_c89=
  811. ac_cv_prog_cc_g=yes
  812. ac_cv_prog_cc_gcc_c_o=yes
  813. ac_cv_prog_cxx_c_o=yes
  814. ac_cv_prog_cxx_g=yes
  815. ac_cv_prog_make_make_set=yes
  816. ac_cv_target=armv7l-unknown-linux-gnueabihf
  817. am_cv_CC_dependencies_compiler_type=gcc3
  818. am_cv_CXX_dependencies_compiler_type=gcc3
  819. am_cv_make_support_nested_variables=yes
  820. am_cv_prog_cc_c_o=yes
  821. ax_cv_boost_system=yes
  822. lt_cv_ar_at_file=@
  823. lt_cv_archive_cmds_need_lc=no
  824. lt_cv_deplibs_check_method=pass_all
  825. lt_cv_file_magic_cmd='$MAGIC_CMD'
  826. lt_cv_file_magic_test_file=
  827. lt_cv_ld_reload_flag=-r
  828. lt_cv_nm_interface='BSD nm'
  829. lt_cv_objdir=.libs
  830. lt_cv_path_LD=/usr/bin/ld
  831. lt_cv_path_LDCXX=/usr/bin/ld
  832. lt_cv_path_NM='/usr/bin/nm -B'
  833. lt_cv_path_mainfest_tool=no
  834. lt_cv_prog_compiler_c_o=yes
  835. lt_cv_prog_compiler_c_o_CXX=yes
  836. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  837. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  838. lt_cv_prog_compiler_pic_works=yes
  839. lt_cv_prog_compiler_pic_works_CXX=yes
  840. lt_cv_prog_compiler_rtti_exceptions=no
  841. lt_cv_prog_compiler_static_works=yes
  842. lt_cv_prog_compiler_static_works_CXX=yes
  843. lt_cv_prog_gnu_ld=yes
  844. lt_cv_prog_gnu_ldcxx=yes
  845. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  846. lt_cv_shlibpath_overrides_runpath=no
  847. 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'\'''
  848. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  849. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  850. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  851. lt_cv_sys_global_symbol_to_import=
  852. lt_cv_sys_max_cmd_len=1572864
  853. lt_cv_to_host_file_cmd=func_convert_file_noop
  854. lt_cv_to_tool_file_cmd=func_convert_file_noop
  855. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  856.  
  857. ## ----------------- ##
  858. ## Output variables. ##
  859. ## ----------------- ##
  860.  
  861. ACLOCAL='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/missing aclocal-1.15'
  862. AMDEPBACKSLASH='\'
  863. AMDEP_FALSE='#'
  864. AMDEP_TRUE=''
  865. AMTAR='$${TAR-tar}'
  866. AM_BACKSLASH='\'
  867. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  868. AM_DEFAULT_VERBOSITY='0'
  869. AM_V='$(V)'
  870. AR='ar'
  871. AUTOCONF='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/missing autoconf'
  872. AUTOHEADER='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/missing autoheader'
  873. AUTOMAKE='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/missing automake-1.15'
  874. AWK='mawk'
  875. BOOST_CHRONO_LIB=''
  876. BOOST_CPPFLAGS='-I/usr/include'
  877. BOOST_LDFLAGS='-L/usr/lib'
  878. BOOST_PYTHON_LIB=''
  879. BOOST_RANDOM_LIB=''
  880. BOOST_SYSTEM_LIB=''
  881. CC='gcc'
  882. CCDEPMODE='depmode=gcc3'
  883. CFLAGS='-lpthread -g -O2'
  884. COMPILETIME_OPTIONS=''
  885. CPP='gcc -E'
  886. CPPFLAGS=' -I/usr/include'
  887. CXX='g++'
  888. CXXCPP='g++ -E'
  889. CXXDEPMODE='depmode=gcc3'
  890. CXXFLAGS='-g -O2 -ftemplate-depth=120 -Wno-format-zero-length'
  891. CYGPATH_W='echo'
  892. DEBUGFLAGS=''
  893. DEFS=''
  894. DEPDIR='.deps'
  895. DLLTOOL='false'
  896. DSYMUTIL=''
  897. DUMPBIN=''
  898. ECHO_C=''
  899. ECHO_N='-n'
  900. ECHO_T=''
  901. EGREP='/bin/grep -E'
  902. ENABLE_DHT_FALSE=''
  903. ENABLE_DHT_TRUE=''
  904. ENABLE_EXAMPLES_FALSE=''
  905. ENABLE_EXAMPLES_TRUE=''
  906. ENABLE_PYTHON_BINDING_FALSE=''
  907. ENABLE_PYTHON_BINDING_TRUE=''
  908. ENABLE_TESTS_FALSE=''
  909. ENABLE_TESTS_TRUE=''
  910. EXEEXT=''
  911. FGREP='/bin/grep -F'
  912. GREP='/bin/grep'
  913. ICONV_LIBS=''
  914. INSTALL_DATA='${INSTALL} -m 644'
  915. INSTALL_PROGRAM='${INSTALL}'
  916. INSTALL_SCRIPT='${INSTALL}'
  917. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  918. INTERFACE_VERSION_INFO='9:0:0'
  919. LD='/usr/bin/ld'
  920. LDFLAGS=' -L/usr/lib'
  921. LIBICONV=''
  922. LIBOBJS=''
  923. LIBS='-lpthread '
  924. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  925. LIPO=''
  926. LN_S='ln -s'
  927. LTLIBICONV=''
  928. LTLIBOBJS=''
  929. LT_SYS_LIBRARY_PATH=''
  930. MAINT=''
  931. MAINTAINER_MODE_FALSE='#'
  932. MAINTAINER_MODE_TRUE=''
  933. MAKEINFO='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/missing makeinfo'
  934. MANIFEST_TOOL=':'
  935. MKDIR_P='/bin/mkdir -p'
  936. NM='/usr/bin/nm -B'
  937. NMEDIT=''
  938. OBJDUMP='objdump'
  939. OBJEXT='o'
  940. OPENSSL_INCLUDES=''
  941. OPENSSL_LDFLAGS=''
  942. OPENSSL_LIBS=''
  943. OTOOL64=''
  944. OTOOL=''
  945. PACKAGE='libtorrent-rasterbar'
  946. PACKAGE_BUGREPORT='arvid@libtorrent.org'
  947. PACKAGE_NAME='libtorrent-rasterbar'
  948. PACKAGE_STRING='libtorrent-rasterbar 1.1.5'
  949. PACKAGE_TARNAME='libtorrent-rasterbar'
  950. PACKAGE_URL='http://www.libtorrent.org'
  951. PACKAGE_VERSION='1.1.5'
  952. PATH_SEPARATOR=':'
  953. PKG_CONFIG=''
  954. PTHREAD_CC='gcc'
  955. PTHREAD_CFLAGS='-lpthread'
  956. PTHREAD_LIBS='-lpthread '
  957. PYTHON=''
  958. PYTHON_CPPFLAGS=''
  959. PYTHON_CXXFLAGS=''
  960. PYTHON_EXEC_PREFIX=''
  961. PYTHON_EXTRA_LDFLAGS=''
  962. PYTHON_EXTRA_LIBS=''
  963. PYTHON_INSTALL_PARAMS=''
  964. PYTHON_LIBS=''
  965. PYTHON_PLATFORM=''
  966. PYTHON_PREFIX=''
  967. PYTHON_SITE_PKG=''
  968. PYTHON_VERSION=''
  969. RANLIB='ranlib'
  970. SED='/bin/sed'
  971. SET_MAKE=''
  972. SHELL='/bin/bash'
  973. STRIP='strip'
  974. VERSION='1.1.5'
  975. WITH_OPENSSL_FALSE=''
  976. WITH_OPENSSL_TRUE=''
  977. ac_ct_AR='ar'
  978. ac_ct_CC='gcc'
  979. ac_ct_CXX='g++'
  980. ac_ct_DUMPBIN=''
  981. am__EXEEXT_FALSE=''
  982. am__EXEEXT_TRUE=''
  983. am__fastdepCC_FALSE='#'
  984. am__fastdepCC_TRUE=''
  985. am__fastdepCXX_FALSE='#'
  986. am__fastdepCXX_TRUE=''
  987. am__include='include'
  988. am__isrc=''
  989. am__leading_dot='.'
  990. am__nodep='_no'
  991. am__quote=''
  992. am__tar='$${TAR-tar} chof - "$$tardir"'
  993. am__untar='$${TAR-tar} xf -'
  994. ax_pthread_config=''
  995. bindir='${exec_prefix}/bin'
  996. build='armv7l-unknown-linux-gnueabihf'
  997. build_alias=''
  998. build_cpu='armv7l'
  999. build_os='linux-gnueabihf'
  1000. build_vendor='unknown'
  1001. datadir='${datarootdir}'
  1002. datarootdir='${prefix}/share'
  1003. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1004. dvidir='${docdir}'
  1005. exec_prefix='NONE'
  1006. host='armv7l-unknown-linux-gnueabihf'
  1007. host_alias=''
  1008. host_cpu='armv7l'
  1009. host_os='linux-gnueabihf'
  1010. host_vendor='unknown'
  1011. htmldir='${docdir}'
  1012. includedir='${prefix}/include'
  1013. infodir='${datarootdir}/info'
  1014. install_sh='${SHELL} /home/pi/libtorrent-rasterbar-1.1.5/build-aux/install-sh'
  1015. libdir='${exec_prefix}/lib'
  1016. libexecdir='${exec_prefix}/libexec'
  1017. localedir='${datarootdir}/locale'
  1018. localstatedir='${prefix}/var'
  1019. mandir='${datarootdir}/man'
  1020. mkdir_p='$(MKDIR_P)'
  1021. oldincludedir='/usr/include'
  1022. pdfdir='${docdir}'
  1023. pkgpyexecdir=''
  1024. pkgpythondir=''
  1025. prefix='NONE'
  1026. program_transform_name='s,x,x,'
  1027. psdir='${docdir}'
  1028. pyexecdir=''
  1029. pythondir=''
  1030. sbindir='${exec_prefix}/sbin'
  1031. sharedstatedir='${prefix}/com'
  1032. sysconfdir='${prefix}/etc'
  1033. target='armv7l-unknown-linux-gnueabihf'
  1034. target_alias=''
  1035. target_cpu='armv7l'
  1036. target_os='linux-gnueabihf'
  1037. target_vendor='unknown'
  1038.  
  1039. ## ----------- ##
  1040. ## confdefs.h. ##
  1041. ## ----------- ##
  1042.  
  1043. /* confdefs.h */
  1044. #define PACKAGE_NAME "libtorrent-rasterbar"
  1045. #define PACKAGE_TARNAME "libtorrent-rasterbar"
  1046. #define PACKAGE_VERSION "1.1.5"
  1047. #define PACKAGE_STRING "libtorrent-rasterbar 1.1.5"
  1048. #define PACKAGE_BUGREPORT "arvid@libtorrent.org"
  1049. #define PACKAGE_URL "http://www.libtorrent.org"
  1050. #define PACKAGE "libtorrent-rasterbar"
  1051. #define VERSION "1.1.5"
  1052. #define STDC_HEADERS 1
  1053. #define HAVE_SYS_TYPES_H 1
  1054. #define HAVE_SYS_STAT_H 1
  1055. #define HAVE_STDLIB_H 1
  1056. #define HAVE_STRING_H 1
  1057. #define HAVE_MEMORY_H 1
  1058. #define HAVE_STRINGS_H 1
  1059. #define HAVE_INTTYPES_H 1
  1060. #define HAVE_STDINT_H 1
  1061. #define HAVE_UNISTD_H 1
  1062. #define HAVE_DLFCN_H 1
  1063. #define LT_OBJDIR ".libs/"
  1064. #define HAVE_PTHREAD 1
  1065. #define HAVE_BOOST /**/
  1066. #define HAVE_BOOST_SYSTEM /**/
  1067.  
  1068. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement