Advertisement
Guest User

mldonkey config.log

a guest
Jul 5th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.26 KB | None | 0 0
  1. config.log file
  2.  
  3. This file contains any messages produced by compilers while
  4. running configure, to aid debugging if configure makes a mistake.
  5.  
  6. It was created by configure, which was
  7. generated by GNU Autoconf 2.68. Invocation command line was
  8.  
  9. $ ./configure --enable-option-checking=fatal --enable-gui=newgui2
  10.  
  11. ## --------- ##
  12. ## Platform. ##
  13. ## --------- ##
  14.  
  15. hostname = linaro-sata
  16. uname -m = armv7l
  17. uname -r = 3.4.24-a10-aufs+
  18. uname -s = Linux
  19. uname -v = #33 PREEMPT Sun Feb 24 21:17:26 CET 2013
  20.  
  21. /usr/bin/uname -p = unknown
  22. /bin/uname -X = unknown
  23.  
  24. /bin/arch = unknown
  25. /usr/bin/arch -k = unknown
  26. /usr/convex/getsysinfo = unknown
  27. /usr/bin/hostinfo = unknown
  28. /bin/machine = unknown
  29. /usr/bin/oslevel = unknown
  30. /bin/universe = unknown
  31.  
  32. PATH: /home/linaro/bin
  33. PATH: /usr/lib/lightdm/lightdm
  34. PATH: /usr/local/sbin
  35. PATH: /usr/local/bin
  36. PATH: /usr/sbin
  37. PATH: /usr/bin
  38. PATH: /sbin
  39. PATH: /bin
  40. PATH: /usr/games
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2414: checking for gcc
  48. configure:2430: found /usr/bin/gcc
  49. configure:2441: result: gcc
  50. configure:2670: checking for C compiler version
  51. configure:2679: gcc --version >&5
  52. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  53. Copyright (C) 2011 Free Software Foundation, Inc.
  54. This is free software; see the source for copying conditions. There is NO
  55. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  56.  
  57. configure:2690: $? = 0
  58. configure:2679: gcc -v >&5
  59. Using built-in specs.
  60. COLLECT_GCC=gcc
  61. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  62. Target: arm-linux-gnueabihf
  63. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  64. Thread model: posix
  65. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  66. configure:2690: $? = 0
  67. configure:2679: gcc -V >&5
  68. gcc: fatal error: no input files
  69. compilation terminated.
  70. configure:2690: $? = 4
  71. configure:2679: gcc -qversion >&5
  72. gcc: fatal error: no input files
  73. compilation terminated.
  74. configure:2690: $? = 4
  75. configure:2710: checking whether the C compiler works
  76. configure:2732: gcc conftest.c >&5
  77. configure:2736: $? = 0
  78. configure:2784: result: yes
  79. configure:2787: checking for C compiler default output file name
  80. configure:2789: result: a.out
  81. configure:2795: checking for suffix of executables
  82. configure:2802: gcc -o conftest conftest.c >&5
  83. configure:2806: $? = 0
  84. configure:2828: result:
  85. configure:2850: checking whether we are cross compiling
  86. configure:2858: gcc -o conftest conftest.c >&5
  87. configure:2862: $? = 0
  88. configure:2869: ./conftest
  89. configure:2873: $? = 0
  90. configure:2888: result: no
  91. configure:2893: checking for suffix of object files
  92. configure:2915: gcc -c conftest.c >&5
  93. configure:2919: $? = 0
  94. configure:2940: result: o
  95. configure:2944: checking whether we are using the GNU C compiler
  96. configure:2963: gcc -c conftest.c >&5
  97. configure:2963: $? = 0
  98. configure:2972: result: yes
  99. configure:2981: checking whether gcc accepts -g
  100. configure:3001: gcc -c -g conftest.c >&5
  101. configure:3001: $? = 0
  102. configure:3042: result: yes
  103. configure:3059: checking for gcc option to accept ISO C89
  104. configure:3123: gcc -c -g -O2 conftest.c >&5
  105. configure:3123: $? = 0
  106. configure:3136: result: none needed
  107. configure:3163: checking how to run the C preprocessor
  108. configure:3194: gcc -E conftest.c
  109. configure:3194: $? = 0
  110. configure:3208: gcc -E conftest.c
  111. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  112. compilation terminated.
  113. configure:3208: $? = 1
  114. configure: failed program was:
  115. | /* confdefs.h */
  116. | #define PACKAGE_NAME ""
  117. | #define PACKAGE_TARNAME ""
  118. | #define PACKAGE_VERSION ""
  119. | #define PACKAGE_STRING ""
  120. | #define PACKAGE_BUGREPORT ""
  121. | #define PACKAGE_URL ""
  122. | /* end confdefs.h. */
  123. | #include <ac_nonexistent.h>
  124. configure:3233: result: gcc -E
  125. configure:3253: gcc -E conftest.c
  126. configure:3253: $? = 0
  127. configure:3267: gcc -E conftest.c
  128. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  129. compilation terminated.
  130. configure:3267: $? = 1
  131. configure: failed program was:
  132. | /* confdefs.h */
  133. | #define PACKAGE_NAME ""
  134. | #define PACKAGE_TARNAME ""
  135. | #define PACKAGE_VERSION ""
  136. | #define PACKAGE_STRING ""
  137. | #define PACKAGE_BUGREPORT ""
  138. | #define PACKAGE_URL ""
  139. | /* end confdefs.h. */
  140. | #include <ac_nonexistent.h>
  141. configure:3333: checking build system type
  142. configure:3347: result: armv7l-unknown-linux-gnueabihf
  143. configure:3367: checking host system type
  144. configure:3380: result: armv7l-unknown-linux-gnueabihf
  145. configure:3706: checking CVS checkout date
  146. configure:3712: checking for stat
  147. configure:3728: found /usr/bin/stat
  148. configure:3739: result: stat
  149. configure:3754: checking for sed
  150. configure:3770: found /bin/sed
  151. configure:3781: result: sed
  152. configure:3792: checking for cut
  153. configure:3808: found /usr/bin/cut
  154. configure:3819: result: cut
  155. configure:4252: checking for ranlib
  156. configure:4268: found /usr/bin/ranlib
  157. configure:4279: result: ranlib
  158. configure:4303: checking for gmake
  159. configure:4333: result: no
  160. configure:4340: checking for make
  161. configure:4356: found /usr/bin/make
  162. configure:4367: result: make
  163. configure:4377: checking if make is GNU make
  164. configure:4385: result: yes
  165. configure:4394: checking for bzip2
  166. configure:4410: found /bin/bzip2
  167. configure:4421: result: bzip2
  168. configure:4431: checking for gzip
  169. configure:4458: result: bzip2
  170. configure:4475: checking for perl
  171. configure:4493: found /usr/bin/perl
  172. configure:4506: result: /usr/bin/perl
  173. configure:4516: checking for rpmbuild
  174. configure:4546: result: no
  175. configure:4553: checking for rpm
  176. configure:4583: result: no
  177. configure:4591: checking for wget
  178. configure:4607: found /usr/bin/wget
  179. configure:4618: result: wget
  180. configure:4696: checking for ocamlc.opt
  181. configure:4715: found /usr/bin/ocamlc.opt
  182. configure:4728: result: /usr/bin/ocamlc.opt
  183. configure:4779: checking for ocamlc
  184. configure:4806: result: /usr/bin/ocamlc.opt
  185. configure:4830: checking for camlp4
  186. configure:4849: found /usr/local/bin/camlp4
  187. configure:4862: result: /usr/local/bin/camlp4
  188. configure:5021: checking for ocamlopt.opt
  189. configure:5037: found /usr/bin/ocamlopt.opt
  190. configure:5048: result: ocamlopt.opt
  191. configure:5058: checking for ocamlopt
  192. configure:5086: result: ocamlopt.opt
  193. configure:5096: checking for ocamldep
  194. configure:5112: found /usr/local/bin/ocamldep
  195. configure:5123: result: ocamldep
  196. configure:5133: checking for ocamllex.opt
  197. configure:5149: found /usr/bin/ocamllex.opt
  198. configure:5160: result: ocamllex.opt
  199. configure:5170: checking for ocamllex
  200. configure:5197: result: ocamllex.opt
  201. configure:5207: checking for ocamlyacc
  202. configure:5223: found /usr/local/bin/ocamlyacc
  203. configure:5234: result: ocamlyacc
  204. configure:5244: checking for ocamldoc
  205. configure:5260: found /usr/local/bin/ocamldoc
  206. configure:5271: result: ocamldoc
  207. configure:5281: checking for ocamlmktop
  208. configure:5297: found /usr/local/bin/ocamlmktop
  209. configure:5308: result: ocamlmktop
  210. configure:5318: checking for camlp4
  211. configure:5345: result: /usr/local/bin/camlp4
  212. configure:5355: checking for camlp4of
  213. configure:5371: found /usr/local/bin/camlp4of
  214. configure:5383: result: camlp4of
  215. configure:5467: checking for special C compiler options needed for large files
  216. configure:5512: result: no
  217. configure:5518: checking for _FILE_OFFSET_BITS value needed for large files
  218. configure:5543: gcc -c -g -O2 conftest.c >&5
  219. conftest.c:15:3: warning: left shift count >= width of type [enabled by default]
  220. conftest.c:15:3: warning: left shift count >= width of type [enabled by default]
  221. conftest.c:16:10: warning: left shift count >= width of type [enabled by default]
  222. conftest.c:16:10: warning: left shift count >= width of type [enabled by default]
  223. conftest.c:15:7: error: size of array 'off_t_is_large' is negative
  224. conftest.c:17:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
  225. configure:5543: $? = 1
  226. configure: failed program was:
  227. | /* confdefs.h */
  228. | #define PACKAGE_NAME ""
  229. | #define PACKAGE_TARNAME ""
  230. | #define PACKAGE_VERSION ""
  231. | #define PACKAGE_STRING ""
  232. | #define PACKAGE_BUGREPORT ""
  233. | #define PACKAGE_URL ""
  234. | /* end confdefs.h. */
  235. | #include <sys/types.h>
  236. | /* Check that off_t can represent 2**63 - 1 correctly.
  237. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  238. | since some C++ compilers masquerading as C compilers
  239. | incorrectly reject 9223372036854775807. */
  240. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  241. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  242. | && LARGE_OFF_T % 2147483647 == 1)
  243. | ? 1 : -1];
  244. | int
  245. | main ()
  246. | {
  247. |
  248. | ;
  249. | return 0;
  250. | }
  251. configure:5567: gcc -c -g -O2 conftest.c >&5
  252. configure:5567: $? = 0
  253. configure:5575: result: 64
  254. configure:5662: checking for grep that handles long lines and -e
  255. configure:5720: result: /bin/grep
  256. configure:5725: checking for egrep
  257. configure:5787: result: /bin/grep -E
  258. configure:5792: checking for ANSI C header files
  259. configure:5812: gcc -c -g -O2 conftest.c >&5
  260. configure:5812: $? = 0
  261. configure:5885: gcc -o conftest -g -O2 conftest.c >&5
  262. configure:5885: $? = 0
  263. configure:5885: ./conftest
  264. configure:5885: $? = 0
  265. configure:5896: result: yes
  266. configure:5909: checking for sys/types.h
  267. configure:5909: gcc -c -g -O2 conftest.c >&5
  268. configure:5909: $? = 0
  269. configure:5909: result: yes
  270. configure:5909: checking for sys/stat.h
  271. configure:5909: gcc -c -g -O2 conftest.c >&5
  272. configure:5909: $? = 0
  273. configure:5909: result: yes
  274. configure:5909: checking for stdlib.h
  275. configure:5909: gcc -c -g -O2 conftest.c >&5
  276. configure:5909: $? = 0
  277. configure:5909: result: yes
  278. configure:5909: checking for string.h
  279. configure:5909: gcc -c -g -O2 conftest.c >&5
  280. configure:5909: $? = 0
  281. configure:5909: result: yes
  282. configure:5909: checking for memory.h
  283. configure:5909: gcc -c -g -O2 conftest.c >&5
  284. configure:5909: $? = 0
  285. configure:5909: result: yes
  286. configure:5909: checking for strings.h
  287. configure:5909: gcc -c -g -O2 conftest.c >&5
  288. configure:5909: $? = 0
  289. configure:5909: result: yes
  290. configure:5909: checking for inttypes.h
  291. configure:5909: gcc -c -g -O2 conftest.c >&5
  292. configure:5909: $? = 0
  293. configure:5909: result: yes
  294. configure:5909: checking for stdint.h
  295. configure:5909: gcc -c -g -O2 conftest.c >&5
  296. configure:5909: $? = 0
  297. configure:5909: result: yes
  298. configure:5909: checking for unistd.h
  299. configure:5909: gcc -c -g -O2 conftest.c >&5
  300. configure:5909: $? = 0
  301. configure:5909: result: yes
  302. configure:5921: checking whether byte ordering is bigendian
  303. configure:5936: gcc -c -g -O2 conftest.c >&5
  304. conftest.c:21:9: error: unknown type name 'not'
  305. conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  306. conftest.c:21:15: error: unknown type name 'universal'
  307. configure:5936: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h */
  310. | #define PACKAGE_NAME ""
  311. | #define PACKAGE_TARNAME ""
  312. | #define PACKAGE_VERSION ""
  313. | #define PACKAGE_STRING ""
  314. | #define PACKAGE_BUGREPORT ""
  315. | #define PACKAGE_URL ""
  316. | #define _FILE_OFFSET_BITS 64
  317. | #define STDC_HEADERS 1
  318. | #define HAVE_SYS_TYPES_H 1
  319. | #define HAVE_SYS_STAT_H 1
  320. | #define HAVE_STDLIB_H 1
  321. | #define HAVE_STRING_H 1
  322. | #define HAVE_MEMORY_H 1
  323. | #define HAVE_STRINGS_H 1
  324. | #define HAVE_INTTYPES_H 1
  325. | #define HAVE_STDINT_H 1
  326. | #define HAVE_UNISTD_H 1
  327. | /* end confdefs.h. */
  328. | #ifndef __APPLE_CC__
  329. | not a universal capable compiler
  330. | #endif
  331. | typedef int dummy;
  332. |
  333. configure:5981: gcc -c -g -O2 conftest.c >&5
  334. configure:5981: $? = 0
  335. configure:5999: gcc -c -g -O2 conftest.c >&5
  336. conftest.c: In function 'main':
  337. conftest.c:27:4: error: unknown type name 'not'
  338. conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  339. configure:5999: $? = 1
  340. configure: failed program was:
  341. | /* confdefs.h */
  342. | #define PACKAGE_NAME ""
  343. | #define PACKAGE_TARNAME ""
  344. | #define PACKAGE_VERSION ""
  345. | #define PACKAGE_STRING ""
  346. | #define PACKAGE_BUGREPORT ""
  347. | #define PACKAGE_URL ""
  348. | #define _FILE_OFFSET_BITS 64
  349. | #define STDC_HEADERS 1
  350. | #define HAVE_SYS_TYPES_H 1
  351. | #define HAVE_SYS_STAT_H 1
  352. | #define HAVE_STDLIB_H 1
  353. | #define HAVE_STRING_H 1
  354. | #define HAVE_MEMORY_H 1
  355. | #define HAVE_STRINGS_H 1
  356. | #define HAVE_INTTYPES_H 1
  357. | #define HAVE_STDINT_H 1
  358. | #define HAVE_UNISTD_H 1
  359. | /* end confdefs.h. */
  360. | #include <sys/types.h>
  361. | #include <sys/param.h>
  362. |
  363. | int
  364. | main ()
  365. | {
  366. | #if BYTE_ORDER != BIG_ENDIAN
  367. | not big endian
  368. | #endif
  369. |
  370. | ;
  371. | return 0;
  372. | }
  373. configure:6127: result: no
  374. configure:6156: checking for setrlimit
  375. configure:6156: gcc -o conftest -g -O2 conftest.c >&5
  376. configure:6156: $? = 0
  377. configure:6156: result: yes
  378. configure:6156: checking for getrlimit
  379. configure:6156: gcc -o conftest -g -O2 conftest.c >&5
  380. configure:6156: $? = 0
  381. configure:6156: result: yes
  382. configure:6156: checking for strerror_r
  383. configure:6156: gcc -o conftest -g -O2 conftest.c >&5
  384. configure:6156: $? = 0
  385. configure:6156: result: yes
  386. configure:6156: checking for strerror
  387. configure:6156: gcc -o conftest -g -O2 conftest.c >&5
  388. configure:6156: $? = 0
  389. configure:6156: result: yes
  390. configure:6156: checking for posix_fallocate
  391. configure:6156: gcc -o conftest -g -O2 conftest.c >&5
  392. configure:6156: $? = 0
  393. configure:6156: result: yes
  394. configure:6167: checking byteswap.h usability
  395. configure:6167: gcc -c -g -O2 conftest.c >&5
  396. configure:6167: $? = 0
  397. configure:6167: result: yes
  398. configure:6167: checking byteswap.h presence
  399. configure:6167: gcc -E conftest.c
  400. configure:6167: $? = 0
  401. configure:6167: result: yes
  402. configure:6167: checking for byteswap.h
  403. configure:6167: result: yes
  404. configure:6179: checking sys/utsname.h usability
  405. configure:6179: gcc -c -g -O2 conftest.c >&5
  406. configure:6179: $? = 0
  407. configure:6179: result: yes
  408. configure:6179: checking sys/utsname.h presence
  409. configure:6179: gcc -E conftest.c
  410. configure:6179: $? = 0
  411. configure:6179: result: yes
  412. configure:6179: checking for sys/utsname.h
  413. configure:6179: result: yes
  414. configure:6191: checking arpa/inet.h usability
  415. configure:6191: gcc -c -g -O2 conftest.c >&5
  416. configure:6191: $? = 0
  417. configure:6191: result: yes
  418. configure:6191: checking arpa/inet.h presence
  419. configure:6191: gcc -E conftest.c
  420. configure:6191: $? = 0
  421. configure:6191: result: yes
  422. configure:6191: checking for arpa/inet.h
  423. configure:6191: result: yes
  424. configure:6204: checking for sys/types.h
  425. configure:6204: result: yes
  426. configure:6204: checking for sys/time.h
  427. configure:6204: gcc -c -g -O2 conftest.c >&5
  428. configure:6204: $? = 0
  429. configure:6204: result: yes
  430. configure:6204: checking for sys/resource.h
  431. configure:6204: gcc -c -g -O2 conftest.c >&5
  432. configure:6204: $? = 0
  433. configure:6204: result: yes
  434. configure:6204: checking for netinet/in_systm.h
  435. configure:6204: gcc -c -g -O2 conftest.c >&5
  436. configure:6204: $? = 0
  437. configure:6204: result: yes
  438. configure:6204: checking for netinet/in.h
  439. configure:6204: gcc -c -g -O2 conftest.c >&5
  440. configure:6204: $? = 0
  441. configure:6204: result: yes
  442. configure:6204: checking for netinet/ip.h
  443. configure:6204: gcc -c -g -O2 conftest.c >&5
  444. configure:6204: $? = 0
  445. configure:6204: result: yes
  446. configure:6231: checking sys/poll.h usability
  447. configure:6231: gcc -c -g -O2 conftest.c >&5
  448. configure:6231: $? = 0
  449. configure:6231: result: yes
  450. configure:6231: checking sys/poll.h presence
  451. configure:6231: gcc -E conftest.c
  452. configure:6231: $? = 0
  453. configure:6231: result: yes
  454. configure:6231: checking for sys/poll.h
  455. configure:6231: result: yes
  456. configure:6243: checking for poll
  457. configure:6243: gcc -o conftest -g -O2 conftest.c >&5
  458. configure:6243: $? = 0
  459. configure:6243: result: yes
  460. configure:6255: checking sys/vfs.h usability
  461. configure:6255: gcc -c -g -O2 conftest.c >&5
  462. configure:6255: $? = 0
  463. configure:6255: result: yes
  464. configure:6255: checking sys/vfs.h presence
  465. configure:6255: gcc -E conftest.c
  466. configure:6255: $? = 0
  467. configure:6255: result: yes
  468. configure:6255: checking for sys/vfs.h
  469. configure:6255: result: yes
  470. configure:6267: checking sys/statvfs.h usability
  471. configure:6267: gcc -c -g -O2 conftest.c >&5
  472. configure:6267: $? = 0
  473. configure:6267: result: yes
  474. configure:6267: checking sys/statvfs.h presence
  475. configure:6267: gcc -E conftest.c
  476. configure:6267: $? = 0
  477. configure:6267: result: yes
  478. configure:6267: checking for sys/statvfs.h
  479. configure:6267: result: yes
  480. configure:6280: checking for sys/param.h
  481. configure:6280: gcc -c -g -O2 conftest.c >&5
  482. configure:6280: $? = 0
  483. configure:6280: result: yes
  484. configure:6280: checking for sys/mount.h
  485. configure:6280: gcc -c -g -O2 conftest.c >&5
  486. configure:6280: $? = 0
  487. configure:6280: result: yes
  488. configure:6302: checking for inflate in -lz
  489. configure:6327: gcc -o conftest -g -O2 conftest.c -lz >&5
  490. configure:6327: $? = 0
  491. configure:6336: result: yes
  492. configure:6351: checking zlib.h usability
  493. configure:6351: gcc -c -g -O2 conftest.c >&5
  494. configure:6351: $? = 0
  495. configure:6351: result: yes
  496. configure:6351: checking zlib.h presence
  497. configure:6351: gcc -E conftest.c
  498. configure:6351: $? = 0
  499. configure:6351: result: yes
  500. configure:6351: checking for zlib.h
  501. configure:6351: result: yes
  502. configure:6363: checking for zlibVersion in -lz
  503. configure:6388: gcc -o conftest -g -O2 conftest.c -lz -lz >&5
  504. configure:6388: $? = 0
  505. configure:6397: result: yes
  506. configure:6409: checking bzlib.h usability
  507. configure:6409: gcc -c -g -O2 conftest.c >&5
  508. configure:6409: $? = 0
  509. configure:6409: result: yes
  510. configure:6409: checking bzlib.h presence
  511. configure:6409: gcc -E conftest.c
  512. configure:6409: $? = 0
  513. configure:6409: result: yes
  514. configure:6409: checking for bzlib.h
  515. configure:6409: result: yes
  516. configure:6414: checking for BZ2_bzReadOpen in -lbz2
  517. configure:6439: gcc -o conftest -g -O2 conftest.c -lbz2 -lz >&5
  518. configure:6439: $? = 0
  519. configure:6448: result: yes
  520. configure:6465: checking for BZ2_bzlibVersion in -lbz2
  521. configure:6490: gcc -o conftest -g -O2 conftest.c -lbz2 -lz >&5
  522. configure:6490: $? = 0
  523. configure:6499: result: yes
  524. configure:6664: checking magic.h usability
  525. configure:6664: gcc -c -g -O2 conftest.c >&5
  526. configure:6664: $? = 0
  527. configure:6664: result: yes
  528. configure:6664: checking magic.h presence
  529. configure:6664: gcc -E conftest.c
  530. configure:6664: $? = 0
  531. configure:6664: result: yes
  532. configure:6664: checking for magic.h
  533. configure:6664: result: yes
  534. configure:6669: checking for magic_file in -lmagic
  535. configure:6694: gcc -o conftest -g -O2 conftest.c -lmagic -lz >&5
  536. configure:6694: $? = 0
  537. configure:6703: result: yes
  538. configure:6706: checking whether MAGIC_ERROR is declared
  539. configure:6706: gcc -c -g -O2 conftest.c >&5
  540. configure:6706: $? = 0
  541. configure:6706: result: yes
  542. configure:6745: checking for gdlib-config
  543. configure:6775: result: no
  544. configure:6814: checking gd.h usability
  545. configure:6814: gcc -c -g -O2 conftest.c >&5
  546. conftest.c:80:16: fatal error: gd.h: No such file or directory
  547. compilation terminated.
  548. configure:6814: $? = 1
  549. configure: failed program was:
  550. | /* confdefs.h */
  551. | #define PACKAGE_NAME ""
  552. | #define PACKAGE_TARNAME ""
  553. | #define PACKAGE_VERSION ""
  554. | #define PACKAGE_STRING ""
  555. | #define PACKAGE_BUGREPORT ""
  556. | #define PACKAGE_URL ""
  557. | #define _FILE_OFFSET_BITS 64
  558. | #define STDC_HEADERS 1
  559. | #define HAVE_SYS_TYPES_H 1
  560. | #define HAVE_SYS_STAT_H 1
  561. | #define HAVE_STDLIB_H 1
  562. | #define HAVE_STRING_H 1
  563. | #define HAVE_MEMORY_H 1
  564. | #define HAVE_STRINGS_H 1
  565. | #define HAVE_INTTYPES_H 1
  566. | #define HAVE_STDINT_H 1
  567. | #define HAVE_UNISTD_H 1
  568. | #define HAVE_SETRLIMIT 1
  569. | #define HAVE_GETRLIMIT 1
  570. | #define HAVE_STRERROR_R 1
  571. | #define HAVE_STRERROR 1
  572. | #define HAVE_POSIX_FALLOCATE 1
  573. | #define HAVE_BYTESWAP_H 1
  574. | #define HAVE_SYS_UTSNAME_H 1
  575. | #define HAVE_ARPA_INET_H 1
  576. | #define HAVE_SYS_TYPES_H 1
  577. | #define HAVE_SYS_TIME_H 1
  578. | #define HAVE_SYS_RESOURCE_H 1
  579. | #define HAVE_NETINET_IN_SYSTM_H 1
  580. | #define HAVE_NETINET_IN_H 1
  581. | #define HAVE_NETINET_IP_H 1
  582. | #define HAVE_SYS_POLL_H 1
  583. | #define HAVE_POLL 1
  584. | #define HAVE_SYS_VFS_H 1
  585. | #define HAVE_SYS_STATVFS_H 1
  586. | #define HAVE_SYS_PARAM_H 1
  587. | #define HAVE_SYS_MOUNT_H 1
  588. | #define HAVE_LIBZ 1
  589. | #define HAVE_ZLIB_H 1
  590. | #define HAVE_ZLIBVERSION 1
  591. | #define HAVE_BZLIB_H 1
  592. | #define HAVE_BZLIBVERSION 1
  593. | #define USE_BZIP2 1
  594. | #define HAVE_MAGIC_H 1
  595. | /* end confdefs.h. */
  596. | #include <stdio.h>
  597. | #ifdef HAVE_SYS_TYPES_H
  598. | # include <sys/types.h>
  599. | #endif
  600. | #ifdef HAVE_SYS_STAT_H
  601. | # include <sys/stat.h>
  602. | #endif
  603. | #ifdef STDC_HEADERS
  604. | # include <stdlib.h>
  605. | # include <stddef.h>
  606. | #else
  607. | # ifdef HAVE_STDLIB_H
  608. | # include <stdlib.h>
  609. | # endif
  610. | #endif
  611. | #ifdef HAVE_STRING_H
  612. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  613. | # include <memory.h>
  614. | # endif
  615. | # include <string.h>
  616. | #endif
  617. | #ifdef HAVE_STRINGS_H
  618. | # include <strings.h>
  619. | #endif
  620. | #ifdef HAVE_INTTYPES_H
  621. | # include <inttypes.h>
  622. | #endif
  623. | #ifdef HAVE_STDINT_H
  624. | # include <stdint.h>
  625. | #endif
  626. | #ifdef HAVE_UNISTD_H
  627. | # include <unistd.h>
  628. | #endif
  629. | #include <gd.h>
  630. configure:6814: result: no
  631. configure:6814: checking gd.h presence
  632. configure:6814: gcc -E conftest.c
  633. conftest.c:47:16: fatal error: gd.h: No such file or directory
  634. compilation terminated.
  635. configure:6814: $? = 1
  636. configure: failed program was:
  637. | /* confdefs.h */
  638. | #define PACKAGE_NAME ""
  639. | #define PACKAGE_TARNAME ""
  640. | #define PACKAGE_VERSION ""
  641. | #define PACKAGE_STRING ""
  642. | #define PACKAGE_BUGREPORT ""
  643. | #define PACKAGE_URL ""
  644. | #define _FILE_OFFSET_BITS 64
  645. | #define STDC_HEADERS 1
  646. | #define HAVE_SYS_TYPES_H 1
  647. | #define HAVE_SYS_STAT_H 1
  648. | #define HAVE_STDLIB_H 1
  649. | #define HAVE_STRING_H 1
  650. | #define HAVE_MEMORY_H 1
  651. | #define HAVE_STRINGS_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_UNISTD_H 1
  655. | #define HAVE_SETRLIMIT 1
  656. | #define HAVE_GETRLIMIT 1
  657. | #define HAVE_STRERROR_R 1
  658. | #define HAVE_STRERROR 1
  659. | #define HAVE_POSIX_FALLOCATE 1
  660. | #define HAVE_BYTESWAP_H 1
  661. | #define HAVE_SYS_UTSNAME_H 1
  662. | #define HAVE_ARPA_INET_H 1
  663. | #define HAVE_SYS_TYPES_H 1
  664. | #define HAVE_SYS_TIME_H 1
  665. | #define HAVE_SYS_RESOURCE_H 1
  666. | #define HAVE_NETINET_IN_SYSTM_H 1
  667. | #define HAVE_NETINET_IN_H 1
  668. | #define HAVE_NETINET_IP_H 1
  669. | #define HAVE_SYS_POLL_H 1
  670. | #define HAVE_POLL 1
  671. | #define HAVE_SYS_VFS_H 1
  672. | #define HAVE_SYS_STATVFS_H 1
  673. | #define HAVE_SYS_PARAM_H 1
  674. | #define HAVE_SYS_MOUNT_H 1
  675. | #define HAVE_LIBZ 1
  676. | #define HAVE_ZLIB_H 1
  677. | #define HAVE_ZLIBVERSION 1
  678. | #define HAVE_BZLIB_H 1
  679. | #define HAVE_BZLIBVERSION 1
  680. | #define USE_BZIP2 1
  681. | #define HAVE_MAGIC_H 1
  682. | /* end confdefs.h. */
  683. | #include <gd.h>
  684. configure:6814: result: no
  685. configure:6814: checking for gd.h
  686. configure:6814: result: no
  687. configure:7267: libgd not available
  688. configure:7323: checking for ld used by GCC
  689. configure:7387: result: /usr/bin/ld
  690. configure:7394: checking if the linker (/usr/bin/ld) is GNU ld
  691. configure:7407: result: yes
  692. configure:7414: checking for shared library run path origin
  693. configure:7427: result: done
  694. configure:7857: checking for iconv
  695. configure:7879: gcc -o conftest -g -O2 conftest.c -lz >&5
  696. configure:7879: $? = 0
  697. configure:7911: result: yes
  698. configure:7932: checking for iconv declaration
  699. configure:7961: gcc -c -g -O2 conftest.c >&5
  700. configure:7961: $? = 0
  701. configure:7972: result:
  702. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  703. configure:7991: checking for locale_charset
  704. configure:7991: gcc -o conftest -g -O2 conftest.c -lz >&5
  705. /tmp/ccSj4hjJ.o: In function `main':
  706. /home/linaro/Downloads/mldonkey/config/conftest.c:83: undefined reference to `locale_charset'
  707. collect2: ld returned 1 exit status
  708. configure:7991: $? = 1
  709. configure: failed program was:
  710. | /* confdefs.h */
  711. | #define PACKAGE_NAME ""
  712. | #define PACKAGE_TARNAME ""
  713. | #define PACKAGE_VERSION ""
  714. | #define PACKAGE_STRING ""
  715. | #define PACKAGE_BUGREPORT ""
  716. | #define PACKAGE_URL ""
  717. | #define _FILE_OFFSET_BITS 64
  718. | #define STDC_HEADERS 1
  719. | #define HAVE_SYS_TYPES_H 1
  720. | #define HAVE_SYS_STAT_H 1
  721. | #define HAVE_STDLIB_H 1
  722. | #define HAVE_STRING_H 1
  723. | #define HAVE_MEMORY_H 1
  724. | #define HAVE_STRINGS_H 1
  725. | #define HAVE_INTTYPES_H 1
  726. | #define HAVE_STDINT_H 1
  727. | #define HAVE_UNISTD_H 1
  728. | #define HAVE_SETRLIMIT 1
  729. | #define HAVE_GETRLIMIT 1
  730. | #define HAVE_STRERROR_R 1
  731. | #define HAVE_STRERROR 1
  732. | #define HAVE_POSIX_FALLOCATE 1
  733. | #define HAVE_BYTESWAP_H 1
  734. | #define HAVE_SYS_UTSNAME_H 1
  735. | #define HAVE_ARPA_INET_H 1
  736. | #define HAVE_SYS_TYPES_H 1
  737. | #define HAVE_SYS_TIME_H 1
  738. | #define HAVE_SYS_RESOURCE_H 1
  739. | #define HAVE_NETINET_IN_SYSTM_H 1
  740. | #define HAVE_NETINET_IN_H 1
  741. | #define HAVE_NETINET_IP_H 1
  742. | #define HAVE_SYS_POLL_H 1
  743. | #define HAVE_POLL 1
  744. | #define HAVE_SYS_VFS_H 1
  745. | #define HAVE_SYS_STATVFS_H 1
  746. | #define HAVE_SYS_PARAM_H 1
  747. | #define HAVE_SYS_MOUNT_H 1
  748. | #define HAVE_LIBZ 1
  749. | #define HAVE_ZLIB_H 1
  750. | #define HAVE_ZLIBVERSION 1
  751. | #define HAVE_BZLIB_H 1
  752. | #define HAVE_BZLIBVERSION 1
  753. | #define USE_BZIP2 1
  754. | #define HAVE_MAGIC_H 1
  755. | #define HAVE_ICONV 1
  756. | #define ICONV_CONST
  757. | /* end confdefs.h. */
  758. | /* Define locale_charset to an innocuous variant, in case <limits.h> declares locale_charset.
  759. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  760. | #define locale_charset innocuous_locale_charset
  761. |
  762. | /* System header to define __stub macros and hopefully few prototypes,
  763. | which can conflict with char locale_charset (); below.
  764. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  765. | <limits.h> exists even on freestanding compilers. */
  766. |
  767. | #ifdef __STDC__
  768. | # include <limits.h>
  769. | #else
  770. | # include <assert.h>
  771. | #endif
  772. |
  773. | #undef locale_charset
  774. |
  775. | /* Override any GCC internal prototype to avoid an error.
  776. | Use char because int might match the return type of a GCC
  777. | builtin and then its argument prototype would still apply. */
  778. | #ifdef __cplusplus
  779. | extern "C"
  780. | #endif
  781. | char locale_charset ();
  782. | /* The GNU C library defines this for functions which it implements
  783. | to always fail with ENOSYS. Some functions are actually named
  784. | something starting with __ and the normal name is an alias. */
  785. | #if defined __stub_locale_charset || defined __stub___locale_charset
  786. | choke me
  787. | #endif
  788. |
  789. | int
  790. | main ()
  791. | {
  792. | return locale_charset ();
  793. | ;
  794. | return 0;
  795. | }
  796. configure:7991: result: no
  797. configure:8009: gcc -o conftest -g -O2 conftest.c -lz >&5
  798. configure:8009: $? = 0
  799. configure:8010: found nl_langinfo(CODESET)
  800. configure:8020: checking for locale_charset in -lcharset
  801. configure:8045: gcc -o conftest -g -O2 conftest.c -lcharset -lz >&5
  802. /usr/bin/ld: cannot find -lcharset
  803. collect2: ld returned 1 exit status
  804. configure:8045: $? = 1
  805. configure: failed program was:
  806. | /* confdefs.h */
  807. | #define PACKAGE_NAME ""
  808. | #define PACKAGE_TARNAME ""
  809. | #define PACKAGE_VERSION ""
  810. | #define PACKAGE_STRING ""
  811. | #define PACKAGE_BUGREPORT ""
  812. | #define PACKAGE_URL ""
  813. | #define _FILE_OFFSET_BITS 64
  814. | #define STDC_HEADERS 1
  815. | #define HAVE_SYS_TYPES_H 1
  816. | #define HAVE_SYS_STAT_H 1
  817. | #define HAVE_STDLIB_H 1
  818. | #define HAVE_STRING_H 1
  819. | #define HAVE_MEMORY_H 1
  820. | #define HAVE_STRINGS_H 1
  821. | #define HAVE_INTTYPES_H 1
  822. | #define HAVE_STDINT_H 1
  823. | #define HAVE_UNISTD_H 1
  824. | #define HAVE_SETRLIMIT 1
  825. | #define HAVE_GETRLIMIT 1
  826. | #define HAVE_STRERROR_R 1
  827. | #define HAVE_STRERROR 1
  828. | #define HAVE_POSIX_FALLOCATE 1
  829. | #define HAVE_BYTESWAP_H 1
  830. | #define HAVE_SYS_UTSNAME_H 1
  831. | #define HAVE_ARPA_INET_H 1
  832. | #define HAVE_SYS_TYPES_H 1
  833. | #define HAVE_SYS_TIME_H 1
  834. | #define HAVE_SYS_RESOURCE_H 1
  835. | #define HAVE_NETINET_IN_SYSTM_H 1
  836. | #define HAVE_NETINET_IN_H 1
  837. | #define HAVE_NETINET_IP_H 1
  838. | #define HAVE_SYS_POLL_H 1
  839. | #define HAVE_POLL 1
  840. | #define HAVE_SYS_VFS_H 1
  841. | #define HAVE_SYS_STATVFS_H 1
  842. | #define HAVE_SYS_PARAM_H 1
  843. | #define HAVE_SYS_MOUNT_H 1
  844. | #define HAVE_LIBZ 1
  845. | #define HAVE_ZLIB_H 1
  846. | #define HAVE_ZLIBVERSION 1
  847. | #define HAVE_BZLIB_H 1
  848. | #define HAVE_BZLIBVERSION 1
  849. | #define USE_BZIP2 1
  850. | #define HAVE_MAGIC_H 1
  851. | #define HAVE_ICONV 1
  852. | #define ICONV_CONST
  853. | /* end confdefs.h. */
  854. |
  855. | /* Override any GCC internal prototype to avoid an error.
  856. | Use char because int might match the return type of a GCC
  857. | builtin and then its argument prototype would still apply. */
  858. | #ifdef __cplusplus
  859. | extern "C"
  860. | #endif
  861. | char locale_charset ();
  862. | int
  863. | main ()
  864. | {
  865. | return locale_charset ();
  866. | ;
  867. | return 0;
  868. | }
  869. configure:8054: result: no
  870. configure:8067: checking libcharset.h usability
  871. configure:8067: gcc -c -g -O2 conftest.c >&5
  872. conftest.c:82:24: fatal error: libcharset.h: No such file or directory
  873. compilation terminated.
  874. configure:8067: $? = 1
  875. configure: failed program was:
  876. | /* confdefs.h */
  877. | #define PACKAGE_NAME ""
  878. | #define PACKAGE_TARNAME ""
  879. | #define PACKAGE_VERSION ""
  880. | #define PACKAGE_STRING ""
  881. | #define PACKAGE_BUGREPORT ""
  882. | #define PACKAGE_URL ""
  883. | #define _FILE_OFFSET_BITS 64
  884. | #define STDC_HEADERS 1
  885. | #define HAVE_SYS_TYPES_H 1
  886. | #define HAVE_SYS_STAT_H 1
  887. | #define HAVE_STDLIB_H 1
  888. | #define HAVE_STRING_H 1
  889. | #define HAVE_MEMORY_H 1
  890. | #define HAVE_STRINGS_H 1
  891. | #define HAVE_INTTYPES_H 1
  892. | #define HAVE_STDINT_H 1
  893. | #define HAVE_UNISTD_H 1
  894. | #define HAVE_SETRLIMIT 1
  895. | #define HAVE_GETRLIMIT 1
  896. | #define HAVE_STRERROR_R 1
  897. | #define HAVE_STRERROR 1
  898. | #define HAVE_POSIX_FALLOCATE 1
  899. | #define HAVE_BYTESWAP_H 1
  900. | #define HAVE_SYS_UTSNAME_H 1
  901. | #define HAVE_ARPA_INET_H 1
  902. | #define HAVE_SYS_TYPES_H 1
  903. | #define HAVE_SYS_TIME_H 1
  904. | #define HAVE_SYS_RESOURCE_H 1
  905. | #define HAVE_NETINET_IN_SYSTM_H 1
  906. | #define HAVE_NETINET_IN_H 1
  907. | #define HAVE_NETINET_IP_H 1
  908. | #define HAVE_SYS_POLL_H 1
  909. | #define HAVE_POLL 1
  910. | #define HAVE_SYS_VFS_H 1
  911. | #define HAVE_SYS_STATVFS_H 1
  912. | #define HAVE_SYS_PARAM_H 1
  913. | #define HAVE_SYS_MOUNT_H 1
  914. | #define HAVE_LIBZ 1
  915. | #define HAVE_ZLIB_H 1
  916. | #define HAVE_ZLIBVERSION 1
  917. | #define HAVE_BZLIB_H 1
  918. | #define HAVE_BZLIBVERSION 1
  919. | #define USE_BZIP2 1
  920. | #define HAVE_MAGIC_H 1
  921. | #define HAVE_ICONV 1
  922. | #define ICONV_CONST
  923. | /* end confdefs.h. */
  924. | #include <stdio.h>
  925. | #ifdef HAVE_SYS_TYPES_H
  926. | # include <sys/types.h>
  927. | #endif
  928. | #ifdef HAVE_SYS_STAT_H
  929. | # include <sys/stat.h>
  930. | #endif
  931. | #ifdef STDC_HEADERS
  932. | # include <stdlib.h>
  933. | # include <stddef.h>
  934. | #else
  935. | # ifdef HAVE_STDLIB_H
  936. | # include <stdlib.h>
  937. | # endif
  938. | #endif
  939. | #ifdef HAVE_STRING_H
  940. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  941. | # include <memory.h>
  942. | # endif
  943. | # include <string.h>
  944. | #endif
  945. | #ifdef HAVE_STRINGS_H
  946. | # include <strings.h>
  947. | #endif
  948. | #ifdef HAVE_INTTYPES_H
  949. | # include <inttypes.h>
  950. | #endif
  951. | #ifdef HAVE_STDINT_H
  952. | # include <stdint.h>
  953. | #endif
  954. | #ifdef HAVE_UNISTD_H
  955. | # include <unistd.h>
  956. | #endif
  957. | #include <libcharset.h>
  958. configure:8067: result: no
  959. configure:8067: checking libcharset.h presence
  960. configure:8067: gcc -E conftest.c
  961. conftest.c:49:24: fatal error: libcharset.h: No such file or directory
  962. compilation terminated.
  963. configure:8067: $? = 1
  964. configure: failed program was:
  965. | /* confdefs.h */
  966. | #define PACKAGE_NAME ""
  967. | #define PACKAGE_TARNAME ""
  968. | #define PACKAGE_VERSION ""
  969. | #define PACKAGE_STRING ""
  970. | #define PACKAGE_BUGREPORT ""
  971. | #define PACKAGE_URL ""
  972. | #define _FILE_OFFSET_BITS 64
  973. | #define STDC_HEADERS 1
  974. | #define HAVE_SYS_TYPES_H 1
  975. | #define HAVE_SYS_STAT_H 1
  976. | #define HAVE_STDLIB_H 1
  977. | #define HAVE_STRING_H 1
  978. | #define HAVE_MEMORY_H 1
  979. | #define HAVE_STRINGS_H 1
  980. | #define HAVE_INTTYPES_H 1
  981. | #define HAVE_STDINT_H 1
  982. | #define HAVE_UNISTD_H 1
  983. | #define HAVE_SETRLIMIT 1
  984. | #define HAVE_GETRLIMIT 1
  985. | #define HAVE_STRERROR_R 1
  986. | #define HAVE_STRERROR 1
  987. | #define HAVE_POSIX_FALLOCATE 1
  988. | #define HAVE_BYTESWAP_H 1
  989. | #define HAVE_SYS_UTSNAME_H 1
  990. | #define HAVE_ARPA_INET_H 1
  991. | #define HAVE_SYS_TYPES_H 1
  992. | #define HAVE_SYS_TIME_H 1
  993. | #define HAVE_SYS_RESOURCE_H 1
  994. | #define HAVE_NETINET_IN_SYSTM_H 1
  995. | #define HAVE_NETINET_IN_H 1
  996. | #define HAVE_NETINET_IP_H 1
  997. | #define HAVE_SYS_POLL_H 1
  998. | #define HAVE_POLL 1
  999. | #define HAVE_SYS_VFS_H 1
  1000. | #define HAVE_SYS_STATVFS_H 1
  1001. | #define HAVE_SYS_PARAM_H 1
  1002. | #define HAVE_SYS_MOUNT_H 1
  1003. | #define HAVE_LIBZ 1
  1004. | #define HAVE_ZLIB_H 1
  1005. | #define HAVE_ZLIBVERSION 1
  1006. | #define HAVE_BZLIB_H 1
  1007. | #define HAVE_BZLIBVERSION 1
  1008. | #define USE_BZIP2 1
  1009. | #define HAVE_MAGIC_H 1
  1010. | #define HAVE_ICONV 1
  1011. | #define ICONV_CONST
  1012. | /* end confdefs.h. */
  1013. | #include <libcharset.h>
  1014. configure:8067: result: no
  1015. configure:8067: checking for libcharset.h
  1016. configure:8067: result: no
  1017. configure:8079: checking langinfo.h usability
  1018. configure:8079: gcc -c -g -O2 conftest.c >&5
  1019. configure:8079: $? = 0
  1020. configure:8079: result: yes
  1021. configure:8079: checking langinfo.h presence
  1022. configure:8079: gcc -E conftest.c
  1023. configure:8079: $? = 0
  1024. configure:8079: result: yes
  1025. configure:8079: checking for langinfo.h
  1026. configure:8079: result: yes
  1027. configure:8091: checking locale.h usability
  1028. configure:8091: gcc -c -g -O2 conftest.c >&5
  1029. configure:8091: $? = 0
  1030. configure:8091: result: yes
  1031. configure:8091: checking locale.h presence
  1032. configure:8091: gcc -E conftest.c
  1033. configure:8091: $? = 0
  1034. configure:8091: result: yes
  1035. configure:8091: checking for locale.h
  1036. configure:8091: result: yes
  1037. configure:8278: checking for the pthreads library -lpthreads
  1038. configure:8311: gcc -o conftest -g -O2 conftest.c -lpthreads -lz >&5
  1039. /usr/bin/ld: cannot find -lpthreads
  1040. collect2: ld returned 1 exit status
  1041. configure:8311: $? = 1
  1042. configure: failed program was:
  1043. | /* confdefs.h */
  1044. | #define PACKAGE_NAME ""
  1045. | #define PACKAGE_TARNAME ""
  1046. | #define PACKAGE_VERSION ""
  1047. | #define PACKAGE_STRING ""
  1048. | #define PACKAGE_BUGREPORT ""
  1049. | #define PACKAGE_URL ""
  1050. | #define _FILE_OFFSET_BITS 64
  1051. | #define STDC_HEADERS 1
  1052. | #define HAVE_SYS_TYPES_H 1
  1053. | #define HAVE_SYS_STAT_H 1
  1054. | #define HAVE_STDLIB_H 1
  1055. | #define HAVE_STRING_H 1
  1056. | #define HAVE_MEMORY_H 1
  1057. | #define HAVE_STRINGS_H 1
  1058. | #define HAVE_INTTYPES_H 1
  1059. | #define HAVE_STDINT_H 1
  1060. | #define HAVE_UNISTD_H 1
  1061. | #define HAVE_SETRLIMIT 1
  1062. | #define HAVE_GETRLIMIT 1
  1063. | #define HAVE_STRERROR_R 1
  1064. | #define HAVE_STRERROR 1
  1065. | #define HAVE_POSIX_FALLOCATE 1
  1066. | #define HAVE_BYTESWAP_H 1
  1067. | #define HAVE_SYS_UTSNAME_H 1
  1068. | #define HAVE_ARPA_INET_H 1
  1069. | #define HAVE_SYS_TYPES_H 1
  1070. | #define HAVE_SYS_TIME_H 1
  1071. | #define HAVE_SYS_RESOURCE_H 1
  1072. | #define HAVE_NETINET_IN_SYSTM_H 1
  1073. | #define HAVE_NETINET_IN_H 1
  1074. | #define HAVE_NETINET_IP_H 1
  1075. | #define HAVE_SYS_POLL_H 1
  1076. | #define HAVE_POLL 1
  1077. | #define HAVE_SYS_VFS_H 1
  1078. | #define HAVE_SYS_STATVFS_H 1
  1079. | #define HAVE_SYS_PARAM_H 1
  1080. | #define HAVE_SYS_MOUNT_H 1
  1081. | #define HAVE_LIBZ 1
  1082. | #define HAVE_ZLIB_H 1
  1083. | #define HAVE_ZLIBVERSION 1
  1084. | #define HAVE_BZLIB_H 1
  1085. | #define HAVE_BZLIBVERSION 1
  1086. | #define USE_BZIP2 1
  1087. | #define HAVE_MAGIC_H 1
  1088. | #define HAVE_ICONV 1
  1089. | #define ICONV_CONST
  1090. | #define HAVE_LANGINFO_H 1
  1091. | #define HAVE_LOCALE_H 1
  1092. | /* end confdefs.h. */
  1093. | #include <pthread.h>
  1094. | int
  1095. | main ()
  1096. | {
  1097. | pthread_t th; pthread_join(th, 0);
  1098. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1099. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1100. | ;
  1101. | return 0;
  1102. | }
  1103. configure:8320: result: no
  1104. configure:8223: checking whether pthreads work without any flags
  1105. configure:8311: gcc -o conftest -g -O2 conftest.c -lz >&5
  1106. /tmp/ccOZTPta.o: In function `main':
  1107. /home/linaro/Downloads/mldonkey/config/conftest.c:55: undefined reference to `pthread_join'
  1108. /home/linaro/Downloads/mldonkey/config/conftest.c:56: undefined reference to `__pthread_register_cancel'
  1109. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `pthread_create'
  1110. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `__pthread_unregister_cancel'
  1111. collect2: ld returned 1 exit status
  1112. configure:8311: $? = 1
  1113. configure: failed program was:
  1114. | /* confdefs.h */
  1115. | #define PACKAGE_NAME ""
  1116. | #define PACKAGE_TARNAME ""
  1117. | #define PACKAGE_VERSION ""
  1118. | #define PACKAGE_STRING ""
  1119. | #define PACKAGE_BUGREPORT ""
  1120. | #define PACKAGE_URL ""
  1121. | #define _FILE_OFFSET_BITS 64
  1122. | #define STDC_HEADERS 1
  1123. | #define HAVE_SYS_TYPES_H 1
  1124. | #define HAVE_SYS_STAT_H 1
  1125. | #define HAVE_STDLIB_H 1
  1126. | #define HAVE_STRING_H 1
  1127. | #define HAVE_MEMORY_H 1
  1128. | #define HAVE_STRINGS_H 1
  1129. | #define HAVE_INTTYPES_H 1
  1130. | #define HAVE_STDINT_H 1
  1131. | #define HAVE_UNISTD_H 1
  1132. | #define HAVE_SETRLIMIT 1
  1133. | #define HAVE_GETRLIMIT 1
  1134. | #define HAVE_STRERROR_R 1
  1135. | #define HAVE_STRERROR 1
  1136. | #define HAVE_POSIX_FALLOCATE 1
  1137. | #define HAVE_BYTESWAP_H 1
  1138. | #define HAVE_SYS_UTSNAME_H 1
  1139. | #define HAVE_ARPA_INET_H 1
  1140. | #define HAVE_SYS_TYPES_H 1
  1141. | #define HAVE_SYS_TIME_H 1
  1142. | #define HAVE_SYS_RESOURCE_H 1
  1143. | #define HAVE_NETINET_IN_SYSTM_H 1
  1144. | #define HAVE_NETINET_IN_H 1
  1145. | #define HAVE_NETINET_IP_H 1
  1146. | #define HAVE_SYS_POLL_H 1
  1147. | #define HAVE_POLL 1
  1148. | #define HAVE_SYS_VFS_H 1
  1149. | #define HAVE_SYS_STATVFS_H 1
  1150. | #define HAVE_SYS_PARAM_H 1
  1151. | #define HAVE_SYS_MOUNT_H 1
  1152. | #define HAVE_LIBZ 1
  1153. | #define HAVE_ZLIB_H 1
  1154. | #define HAVE_ZLIBVERSION 1
  1155. | #define HAVE_BZLIB_H 1
  1156. | #define HAVE_BZLIBVERSION 1
  1157. | #define USE_BZIP2 1
  1158. | #define HAVE_MAGIC_H 1
  1159. | #define HAVE_ICONV 1
  1160. | #define ICONV_CONST
  1161. | #define HAVE_LANGINFO_H 1
  1162. | #define HAVE_LOCALE_H 1
  1163. | /* end confdefs.h. */
  1164. | #include <pthread.h>
  1165. | int
  1166. | main ()
  1167. | {
  1168. | pthread_t th; pthread_join(th, 0);
  1169. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1170. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1171. | ;
  1172. | return 0;
  1173. | }
  1174. configure:8320: result: no
  1175. configure:8228: checking whether pthreads work with -Kthread
  1176. configure:8311: gcc -o conftest -g -O2 -Kthread conftest.c -lz >&5
  1177. /tmp/ccEcK3Dx.o: In function `main':
  1178. /home/linaro/Downloads/mldonkey/config/conftest.c:55: undefined reference to `pthread_join'
  1179. /home/linaro/Downloads/mldonkey/config/conftest.c:56: undefined reference to `__pthread_register_cancel'
  1180. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `pthread_create'
  1181. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `__pthread_unregister_cancel'
  1182. collect2: ld returned 1 exit status
  1183. configure:8311: $? = 1
  1184. configure: failed program was:
  1185. | /* confdefs.h */
  1186. | #define PACKAGE_NAME ""
  1187. | #define PACKAGE_TARNAME ""
  1188. | #define PACKAGE_VERSION ""
  1189. | #define PACKAGE_STRING ""
  1190. | #define PACKAGE_BUGREPORT ""
  1191. | #define PACKAGE_URL ""
  1192. | #define _FILE_OFFSET_BITS 64
  1193. | #define STDC_HEADERS 1
  1194. | #define HAVE_SYS_TYPES_H 1
  1195. | #define HAVE_SYS_STAT_H 1
  1196. | #define HAVE_STDLIB_H 1
  1197. | #define HAVE_STRING_H 1
  1198. | #define HAVE_MEMORY_H 1
  1199. | #define HAVE_STRINGS_H 1
  1200. | #define HAVE_INTTYPES_H 1
  1201. | #define HAVE_STDINT_H 1
  1202. | #define HAVE_UNISTD_H 1
  1203. | #define HAVE_SETRLIMIT 1
  1204. | #define HAVE_GETRLIMIT 1
  1205. | #define HAVE_STRERROR_R 1
  1206. | #define HAVE_STRERROR 1
  1207. | #define HAVE_POSIX_FALLOCATE 1
  1208. | #define HAVE_BYTESWAP_H 1
  1209. | #define HAVE_SYS_UTSNAME_H 1
  1210. | #define HAVE_ARPA_INET_H 1
  1211. | #define HAVE_SYS_TYPES_H 1
  1212. | #define HAVE_SYS_TIME_H 1
  1213. | #define HAVE_SYS_RESOURCE_H 1
  1214. | #define HAVE_NETINET_IN_SYSTM_H 1
  1215. | #define HAVE_NETINET_IN_H 1
  1216. | #define HAVE_NETINET_IP_H 1
  1217. | #define HAVE_SYS_POLL_H 1
  1218. | #define HAVE_POLL 1
  1219. | #define HAVE_SYS_VFS_H 1
  1220. | #define HAVE_SYS_STATVFS_H 1
  1221. | #define HAVE_SYS_PARAM_H 1
  1222. | #define HAVE_SYS_MOUNT_H 1
  1223. | #define HAVE_LIBZ 1
  1224. | #define HAVE_ZLIB_H 1
  1225. | #define HAVE_ZLIBVERSION 1
  1226. | #define HAVE_BZLIB_H 1
  1227. | #define HAVE_BZLIBVERSION 1
  1228. | #define USE_BZIP2 1
  1229. | #define HAVE_MAGIC_H 1
  1230. | #define HAVE_ICONV 1
  1231. | #define ICONV_CONST
  1232. | #define HAVE_LANGINFO_H 1
  1233. | #define HAVE_LOCALE_H 1
  1234. | /* end confdefs.h. */
  1235. | #include <pthread.h>
  1236. | int
  1237. | main ()
  1238. | {
  1239. | pthread_t th; pthread_join(th, 0);
  1240. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1241. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1242. | ;
  1243. | return 0;
  1244. | }
  1245. configure:8320: result: no
  1246. configure:8228: checking whether pthreads work with -kthread
  1247. configure:8311: gcc -o conftest -g -O2 -kthread conftest.c -lz >&5
  1248. /tmp/ccQI03KJ.o: In function `main':
  1249. /home/linaro/Downloads/mldonkey/config/conftest.c:55: undefined reference to `pthread_join'
  1250. /home/linaro/Downloads/mldonkey/config/conftest.c:56: undefined reference to `__pthread_register_cancel'
  1251. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `pthread_create'
  1252. /home/linaro/Downloads/mldonkey/config/conftest.c:57: undefined reference to `__pthread_unregister_cancel'
  1253. collect2: ld returned 1 exit status
  1254. configure:8311: $? = 1
  1255. configure: failed program was:
  1256. | /* confdefs.h */
  1257. | #define PACKAGE_NAME ""
  1258. | #define PACKAGE_TARNAME ""
  1259. | #define PACKAGE_VERSION ""
  1260. | #define PACKAGE_STRING ""
  1261. | #define PACKAGE_BUGREPORT ""
  1262. | #define PACKAGE_URL ""
  1263. | #define _FILE_OFFSET_BITS 64
  1264. | #define STDC_HEADERS 1
  1265. | #define HAVE_SYS_TYPES_H 1
  1266. | #define HAVE_SYS_STAT_H 1
  1267. | #define HAVE_STDLIB_H 1
  1268. | #define HAVE_STRING_H 1
  1269. | #define HAVE_MEMORY_H 1
  1270. | #define HAVE_STRINGS_H 1
  1271. | #define HAVE_INTTYPES_H 1
  1272. | #define HAVE_STDINT_H 1
  1273. | #define HAVE_UNISTD_H 1
  1274. | #define HAVE_SETRLIMIT 1
  1275. | #define HAVE_GETRLIMIT 1
  1276. | #define HAVE_STRERROR_R 1
  1277. | #define HAVE_STRERROR 1
  1278. | #define HAVE_POSIX_FALLOCATE 1
  1279. | #define HAVE_BYTESWAP_H 1
  1280. | #define HAVE_SYS_UTSNAME_H 1
  1281. | #define HAVE_ARPA_INET_H 1
  1282. | #define HAVE_SYS_TYPES_H 1
  1283. | #define HAVE_SYS_TIME_H 1
  1284. | #define HAVE_SYS_RESOURCE_H 1
  1285. | #define HAVE_NETINET_IN_SYSTM_H 1
  1286. | #define HAVE_NETINET_IN_H 1
  1287. | #define HAVE_NETINET_IP_H 1
  1288. | #define HAVE_SYS_POLL_H 1
  1289. | #define HAVE_POLL 1
  1290. | #define HAVE_SYS_VFS_H 1
  1291. | #define HAVE_SYS_STATVFS_H 1
  1292. | #define HAVE_SYS_PARAM_H 1
  1293. | #define HAVE_SYS_MOUNT_H 1
  1294. | #define HAVE_LIBZ 1
  1295. | #define HAVE_ZLIB_H 1
  1296. | #define HAVE_ZLIBVERSION 1
  1297. | #define HAVE_BZLIB_H 1
  1298. | #define HAVE_BZLIBVERSION 1
  1299. | #define USE_BZIP2 1
  1300. | #define HAVE_MAGIC_H 1
  1301. | #define HAVE_ICONV 1
  1302. | #define ICONV_CONST
  1303. | #define HAVE_LANGINFO_H 1
  1304. | #define HAVE_LOCALE_H 1
  1305. | /* end confdefs.h. */
  1306. | #include <pthread.h>
  1307. | int
  1308. | main ()
  1309. | {
  1310. | pthread_t th; pthread_join(th, 0);
  1311. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1312. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1313. | ;
  1314. | return 0;
  1315. | }
  1316. configure:8320: result: no
  1317. configure:8278: checking for the pthreads library -llthread
  1318. configure:8311: gcc -o conftest -g -O2 conftest.c -llthread -lz >&5
  1319. /usr/bin/ld: cannot find -llthread
  1320. collect2: ld returned 1 exit status
  1321. configure:8311: $? = 1
  1322. configure: failed program was:
  1323. | /* confdefs.h */
  1324. | #define PACKAGE_NAME ""
  1325. | #define PACKAGE_TARNAME ""
  1326. | #define PACKAGE_VERSION ""
  1327. | #define PACKAGE_STRING ""
  1328. | #define PACKAGE_BUGREPORT ""
  1329. | #define PACKAGE_URL ""
  1330. | #define _FILE_OFFSET_BITS 64
  1331. | #define STDC_HEADERS 1
  1332. | #define HAVE_SYS_TYPES_H 1
  1333. | #define HAVE_SYS_STAT_H 1
  1334. | #define HAVE_STDLIB_H 1
  1335. | #define HAVE_STRING_H 1
  1336. | #define HAVE_MEMORY_H 1
  1337. | #define HAVE_STRINGS_H 1
  1338. | #define HAVE_INTTYPES_H 1
  1339. | #define HAVE_STDINT_H 1
  1340. | #define HAVE_UNISTD_H 1
  1341. | #define HAVE_SETRLIMIT 1
  1342. | #define HAVE_GETRLIMIT 1
  1343. | #define HAVE_STRERROR_R 1
  1344. | #define HAVE_STRERROR 1
  1345. | #define HAVE_POSIX_FALLOCATE 1
  1346. | #define HAVE_BYTESWAP_H 1
  1347. | #define HAVE_SYS_UTSNAME_H 1
  1348. | #define HAVE_ARPA_INET_H 1
  1349. | #define HAVE_SYS_TYPES_H 1
  1350. | #define HAVE_SYS_TIME_H 1
  1351. | #define HAVE_SYS_RESOURCE_H 1
  1352. | #define HAVE_NETINET_IN_SYSTM_H 1
  1353. | #define HAVE_NETINET_IN_H 1
  1354. | #define HAVE_NETINET_IP_H 1
  1355. | #define HAVE_SYS_POLL_H 1
  1356. | #define HAVE_POLL 1
  1357. | #define HAVE_SYS_VFS_H 1
  1358. | #define HAVE_SYS_STATVFS_H 1
  1359. | #define HAVE_SYS_PARAM_H 1
  1360. | #define HAVE_SYS_MOUNT_H 1
  1361. | #define HAVE_LIBZ 1
  1362. | #define HAVE_ZLIB_H 1
  1363. | #define HAVE_ZLIBVERSION 1
  1364. | #define HAVE_BZLIB_H 1
  1365. | #define HAVE_BZLIBVERSION 1
  1366. | #define USE_BZIP2 1
  1367. | #define HAVE_MAGIC_H 1
  1368. | #define HAVE_ICONV 1
  1369. | #define ICONV_CONST
  1370. | #define HAVE_LANGINFO_H 1
  1371. | #define HAVE_LOCALE_H 1
  1372. | /* end confdefs.h. */
  1373. | #include <pthread.h>
  1374. | int
  1375. | main ()
  1376. | {
  1377. | pthread_t th; pthread_join(th, 0);
  1378. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  1379. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  1380. | ;
  1381. | return 0;
  1382. | }
  1383. configure:8320: result: no
  1384. configure:8228: checking whether pthreads work with -pthread
  1385. configure:8311: gcc -o conftest -g -O2 -pthread conftest.c -lz >&5
  1386. configure:8311: $? = 0
  1387. configure:8320: result: yes
  1388. configure:8340: checking for joinable pthread attribute
  1389. configure:8353: gcc -o conftest -g -O2 -pthread conftest.c -lz >&5
  1390. configure:8353: $? = 0
  1391. configure:8385: result: PTHREAD_CREATE_JOINABLE
  1392. configure:8392: checking if more special flags are required for pthreads
  1393. configure:8399: result: no
  1394. configure:8411: checking for cc_r
  1395. configure:8439: result: gcc
  1396. configure:8483: checking linux/limits.h usability
  1397. configure:8483: gcc -c -g -O2 conftest.c >&5
  1398. configure:8483: $? = 0
  1399. configure:8483: result: yes
  1400. configure:8483: checking linux/limits.h presence
  1401. configure:8483: gcc -E conftest.c
  1402. configure:8483: $? = 0
  1403. configure:8483: result: yes
  1404. configure:8483: checking for linux/limits.h
  1405. configure:8483: result: yes
  1406. configure:8507: checking gnu/libc-version.h usability
  1407. configure:8507: gcc -c -g -O2 conftest.c >&5
  1408. configure:8507: $? = 0
  1409. configure:8507: result: yes
  1410. configure:8507: checking gnu/libc-version.h presence
  1411. configure:8507: gcc -E conftest.c
  1412. configure:8507: $? = 0
  1413. configure:8507: result: yes
  1414. configure:8507: checking for gnu/libc-version.h
  1415. configure:8507: result: yes
  1416. configure:8512: checking for GNU C Library version
  1417. configure:8544: result: 2.15
  1418. configure:8567: checking eDonkey
  1419. configure:8570: result: yes
  1420. configure:8631: checking for g++
  1421. configure:8647: found /usr/bin/g++
  1422. configure:8658: result: g++
  1423. configure:8685: checking for C++ compiler version
  1424. configure:8694: g++ --version >&5
  1425. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  1426. Copyright (C) 2011 Free Software Foundation, Inc.
  1427. This is free software; see the source for copying conditions. There is NO
  1428. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1429.  
  1430. configure:8705: $? = 0
  1431. configure:8694: g++ -v >&5
  1432. Using built-in specs.
  1433. COLLECT_GCC=g++
  1434. COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper
  1435. Target: arm-linux-gnueabihf
  1436. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
  1437. Thread model: posix
  1438. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  1439. configure:8705: $? = 0
  1440. configure:8694: g++ -V >&5
  1441. g++: fatal error: no input files
  1442. compilation terminated.
  1443. configure:8705: $? = 4
  1444. configure:8694: g++ -qversion >&5
  1445. g++: fatal error: no input files
  1446. compilation terminated.
  1447. configure:8705: $? = 4
  1448. configure:8709: checking whether we are using the GNU C++ compiler
  1449. configure:8728: g++ -c conftest.cpp >&5
  1450. configure:8728: $? = 0
  1451. configure:8737: result: yes
  1452. configure:8746: checking whether g++ accepts -g
  1453. configure:8766: g++ -c -g conftest.cpp >&5
  1454. configure:8766: $? = 0
  1455. configure:8807: result: yes
  1456. configure:8874: checking for g++
  1457. configure:8890: found /usr/bin/g++
  1458. configure:8901: result: g++
  1459. configure:8923: checking eMule SUI
  1460. configure:8932: result: yes
  1461. configure:8936: checking whether g++ accepts -fno-omit-frame-pointer
  1462. configure:8950: result: yes
  1463. configure:8962: checking whether g++ accepts -mno-omit-leaf-frame-pointer
  1464. configure:8976: result: no
  1465. configure:9012: checking BitTorrent
  1466. configure:9015: result: yes
  1467. configure:9025: checking FileTP
  1468. configure:9028: result: yes
  1469. configure:9064: checking Fasttrack
  1470. configure:9067: result: yes
  1471. configure:9077: checking DirectConnect
  1472. configure:9081: result: yes
  1473. configure:9153: checking for GTK+ - version >= 2.4.0
  1474. configure:9175: result: no
  1475. configure:9586: creating ./config.status
  1476.  
  1477. ## ---------------------- ##
  1478. ## Running config.status. ##
  1479. ## ---------------------- ##
  1480.  
  1481. This file was extended by config.status, which was
  1482. generated by GNU Autoconf 2.68. Invocation command line was
  1483.  
  1484. CONFIG_FILES =
  1485. CONFIG_HEADERS =
  1486. CONFIG_LINKS =
  1487. CONFIG_COMMANDS =
  1488. $ ./config.status
  1489.  
  1490. on linaro-sata
  1491.  
  1492. config.status:962: creating Makefile.config
  1493. config.status:962: creating mldonkey.rc
  1494. config.status:962: creating ../src/utils/lib/autoconf.ml.new
  1495. config.status:962: creating ../src/utils/lib/gAutoconf.ml.new
  1496. config.status:962: creating ../src/utils/bitstring/bitstring.ml
  1497. config.status:962: creating ../src/utils/lib/magic.ml
  1498. config.status:962: creating ../src/networks/donkey/donkeySui.ml
  1499. config.status:962: creating ../src/daemon/driver/driverGraphics.ml
  1500. config.status:962: creating ../packages/rpm/mldonkey.spec
  1501. config.status:962: creating ../packages/rpm/Makefile
  1502. config.status:962: creating ../packages/slackware/mldonkey.options
  1503. config.status:962: creating config.h
  1504. config.status:1132: config.h is unchanged
  1505.  
  1506. ## ---------------- ##
  1507. ## Cache variables. ##
  1508. ## ---------------- ##
  1509.  
  1510. ac_cv_build=armv7l-unknown-linux-gnueabihf
  1511. ac_cv_c_bigendian=no
  1512. ac_cv_c_compiler_gnu=yes
  1513. ac_cv_cxx_compiler_gnu=yes
  1514. ac_cv_env_CCC_set=
  1515. ac_cv_env_CCC_value=
  1516. ac_cv_env_CC_set=
  1517. ac_cv_env_CC_value=
  1518. ac_cv_env_CFLAGS_set=
  1519. ac_cv_env_CFLAGS_value=
  1520. ac_cv_env_CPPFLAGS_set=
  1521. ac_cv_env_CPPFLAGS_value=
  1522. ac_cv_env_CPP_set=
  1523. ac_cv_env_CPP_value=
  1524. ac_cv_env_CXXFLAGS_set=
  1525. ac_cv_env_CXXFLAGS_value=
  1526. ac_cv_env_CXX_set=
  1527. ac_cv_env_CXX_value=
  1528. ac_cv_env_LDFLAGS_set=
  1529. ac_cv_env_LDFLAGS_value=
  1530. ac_cv_env_LIBS_set=
  1531. ac_cv_env_LIBS_value=
  1532. ac_cv_env_build_alias_set=
  1533. ac_cv_env_build_alias_value=
  1534. ac_cv_env_host_alias_set=
  1535. ac_cv_env_host_alias_value=
  1536. ac_cv_env_target_alias_set=
  1537. ac_cv_env_target_alias_value=
  1538. ac_cv_func_getrlimit=yes
  1539. ac_cv_func_locale_charset=no
  1540. ac_cv_func_poll=yes
  1541. ac_cv_func_posix_fallocate=yes
  1542. ac_cv_func_setrlimit=yes
  1543. ac_cv_func_strerror=yes
  1544. ac_cv_func_strerror_r=yes
  1545. ac_cv_have_decl_MAGIC_ERROR=yes
  1546. ac_cv_header_arpa_inet_h=yes
  1547. ac_cv_header_byteswap_h=yes
  1548. ac_cv_header_bzlib_h=yes
  1549. ac_cv_header_gd_h=no
  1550. ac_cv_header_gnu_libc_version_h=yes
  1551. ac_cv_header_inttypes_h=yes
  1552. ac_cv_header_langinfo_h=yes
  1553. ac_cv_header_libcharset_h=no
  1554. ac_cv_header_linux_limits_h=yes
  1555. ac_cv_header_locale_h=yes
  1556. ac_cv_header_magic_h=yes
  1557. ac_cv_header_memory_h=yes
  1558. ac_cv_header_netinet_in_h=yes
  1559. ac_cv_header_netinet_in_systm_h=yes
  1560. ac_cv_header_netinet_ip_h=yes
  1561. ac_cv_header_stdc=yes
  1562. ac_cv_header_stdint_h=yes
  1563. ac_cv_header_stdlib_h=yes
  1564. ac_cv_header_string_h=yes
  1565. ac_cv_header_strings_h=yes
  1566. ac_cv_header_sys_mount_h=yes
  1567. ac_cv_header_sys_param_h=yes
  1568. ac_cv_header_sys_poll_h=yes
  1569. ac_cv_header_sys_resource_h=yes
  1570. ac_cv_header_sys_stat_h=yes
  1571. ac_cv_header_sys_statvfs_h=yes
  1572. ac_cv_header_sys_time_h=yes
  1573. ac_cv_header_sys_types_h=yes
  1574. ac_cv_header_sys_utsname_h=yes
  1575. ac_cv_header_sys_vfs_h=yes
  1576. ac_cv_header_unistd_h=yes
  1577. ac_cv_header_zlib_h=yes
  1578. ac_cv_host=armv7l-unknown-linux-gnueabihf
  1579. ac_cv_lib_bz2_BZ2_bzReadOpen=yes
  1580. ac_cv_lib_bz2_BZ2_bzlibVersion=yes
  1581. ac_cv_lib_charset_locale_charset=no
  1582. ac_cv_lib_magic_magic_file=yes
  1583. ac_cv_lib_z_inflate=yes
  1584. ac_cv_lib_z_zlibVersion=yes
  1585. ac_cv_no_omit_frame_pointer=yes
  1586. ac_cv_no_omit_leaf_frame_pointer=no
  1587. ac_cv_objext=o
  1588. ac_cv_path_CAMLP4=/usr/local/bin/camlp4
  1589. ac_cv_path_EGREP='/bin/grep -E'
  1590. ac_cv_path_GREP=/bin/grep
  1591. ac_cv_path_OCAMLC=/usr/bin/ocamlc.opt
  1592. ac_cv_path_PERL=/usr/bin/perl
  1593. ac_cv_prog_CAMLP4=/usr/local/bin/camlp4
  1594. ac_cv_prog_CAMLP4OF=camlp4of
  1595. ac_cv_prog_COMPRESS=bzip2
  1596. ac_cv_prog_CPP='gcc -E'
  1597. ac_cv_prog_CUT=cut
  1598. ac_cv_prog_GNU_MAKE=make
  1599. ac_cv_prog_OCAMLDEP=ocamldep
  1600. ac_cv_prog_OCAMLDOC=ocamldoc
  1601. ac_cv_prog_OCAMLLEX=ocamllex.opt
  1602. ac_cv_prog_OCAMLMKTOP=ocamlmktop
  1603. ac_cv_prog_OCAMLOPT=ocamlopt.opt
  1604. ac_cv_prog_OCAMLYACC=ocamlyacc
  1605. ac_cv_prog_PTHREAD_CC=gcc
  1606. ac_cv_prog_SED=sed
  1607. ac_cv_prog_STAT=stat
  1608. ac_cv_prog_WGET=wget
  1609. ac_cv_prog_ac_ct_CC=gcc
  1610. ac_cv_prog_ac_ct_CXX=g++
  1611. ac_cv_prog_ac_ct_NEWCXX=g++
  1612. ac_cv_prog_ac_ct_OCAMLC=/usr/bin/ocamlc.opt
  1613. ac_cv_prog_ac_ct_RANLIB=ranlib
  1614. ac_cv_prog_cc_c89=
  1615. ac_cv_prog_cc_g=yes
  1616. ac_cv_prog_cxx_g=yes
  1617. ac_cv_sys_file_offset_bits=64
  1618. ac_cv_sys_largefile_CC=no
  1619. acl_cv_hardcode_direct=no
  1620. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1621. acl_cv_hardcode_libdir_separator=
  1622. acl_cv_hardcode_minus_L=no
  1623. acl_cv_libext=a
  1624. acl_cv_path_LD=/usr/bin/ld
  1625. acl_cv_prog_gnu_ld=yes
  1626. acl_cv_rpath=done
  1627. acl_cv_shlibext=so
  1628. acl_cv_wl=-Wl,
  1629. am_cv_func_iconv=yes
  1630. am_cv_lib_iconv=no
  1631. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1632. am_cv_proto_iconv_arg1=
  1633.  
  1634. ## ----------------- ##
  1635. ## Output variables. ##
  1636. ## ----------------- ##
  1637.  
  1638. ARCH='arm'
  1639. BITTORRENT='yes'
  1640. BUILD_SYSTEM='Linux armv7l 3.4.24-a10-aufs+'
  1641. BZIP2='yes'
  1642. CAMLP4='/usr/local/bin/camlp4'
  1643. CAMLP4LIB_BYTE='dynlink.cma camlp4lib.cma'
  1644. CAMLP4LIB_OPT='camlp4lib.cmxa'
  1645. CAMLP4OF='camlp4of'
  1646. CC='gcc'
  1647. CC_VERSION='4.6'
  1648. CFLAGS='-g -O2'
  1649. CHECKBOUNDS='false'
  1650. COMPRESS='bzip2'
  1651. COMPRESS_EXT='bz2'
  1652. CONFIGURE_ARGUMENTS=' '\''--enable-option-checking=fatal'\'' '\''--enable-gui=newgui2'\'''
  1653. CONFIGURE_RUN='yes'
  1654. CONFIG_INCLUDES=''
  1655. CPP='gcc -E'
  1656. CPPFLAGS=''
  1657. CRYPTOPPFLAGS='-fno-omit-frame-pointer'
  1658. CUT='cut'
  1659. CXX='g++'
  1660. CXXFLAGS='-g -O2'
  1661. CXX_VERSION='4.6'
  1662. DEFS='-DHAVE_CONFIG_H'
  1663. DIRECT_CONNECT='yes'
  1664. DONKEY='yes'
  1665. DONKEY_SERVER=''
  1666. DONKEY_SUI='yes'
  1667. DONKEY_SUI_FILE='DonkeySui1'
  1668. ECHO_C=''
  1669. ECHO_N='-n'
  1670. ECHO_T=''
  1671. EGREP='/bin/grep -E'
  1672. EXEEXT=''
  1673. FASTTRACK='yes'
  1674. FILETP='yes'
  1675. FIX_BROKEN_CPP=''
  1676. GD='no'
  1677. GDGRAPHICS='DriverGraphics_nogd'
  1678. GDLIBCONFIG=''
  1679. GD_CFLAGS=''
  1680. GD_JPG='no'
  1681. GD_LDFLAGS=''
  1682. GD_LIBS=''
  1683. GD_PNG='no'
  1684. GD_STATIC_LIBS=''
  1685. GLIBC_VERSION='2.15'
  1686. GNUTELLA2='no'
  1687. GNUTELLA='no'
  1688. GNU_MAKE='make'
  1689. GREP='/bin/grep'
  1690. GTKCFLAGS=''
  1691. GTKLFLAGS=' -lX11'
  1692. GTKLLIBS=''
  1693. GTK_CONFIG='no'
  1694. GTOOLBOX_POPUPMENU=''
  1695. GUI='no'
  1696. ICONV='yes'
  1697. LABLGL_CMA=''
  1698. LABLGL_CMXA=''
  1699. LDFLAGS=''
  1700. LIBICONV=''
  1701. LIBOBJS=''
  1702. LIBS='-lz '
  1703. LTLIBICONV=''
  1704. LTLIBOBJS=''
  1705. MAGIC='yes'
  1706. MAGICLIB='Magic_magic'
  1707. MAJOR_VERSION='3'
  1708. MD4ARCH='arm'
  1709. MD4COMP='cc'
  1710. MINOR_VERSION='1'
  1711. MLDONKEY_VERSION='3.1.3.CVS'
  1712. MORE_SUBDIRS=''
  1713. MORE_TARGETS=''
  1714. NATIVEENDIAN='LittleEndian'
  1715. NEWCXX='g++'
  1716. OBJEXT='o'
  1717. OCAMLC='/usr/bin/ocamlc.opt'
  1718. OCAMLDEP='ocamldep'
  1719. OCAMLDEP_OPTIONS=''
  1720. OCAMLDOC='ocamldoc'
  1721. OCAMLLEX='ocamllex.opt'
  1722. OCAMLLIB='/usr/lib/ocaml'
  1723. OCAMLMKTOP='ocamlmktop'
  1724. OCAMLOPT='ocamlopt.opt'
  1725. OCAMLYACC='ocamlyacc'
  1726. OPENFT='no'
  1727. OPEN_NAPSTER='no'
  1728. OS_FILES2='unix'
  1729. OS_FILES='unix'
  1730. PACKAGE_BUGREPORT=''
  1731. PACKAGE_NAME=''
  1732. PACKAGE_STRING=''
  1733. PACKAGE_TARNAME=''
  1734. PACKAGE_URL=''
  1735. PACKAGE_VERSION=''
  1736. PATH_SEPARATOR=':'
  1737. PERL='/usr/bin/perl'
  1738. PNGLIBCONFIG=''
  1739. PTHREAD_CC='gcc'
  1740. PTHREAD_CFLAGS='-pthread'
  1741. PTHREAD_LIBS=''
  1742. RANLIB='ranlib'
  1743. REQUIRED_LABLGTK='1.2.7'
  1744. REQUIRED_OCAML='3.12.0'
  1745. RPMBUILD=''
  1746. SCM_VERSION='2013-07-05 16:34:45'
  1747. SED='sed'
  1748. SHELL='/bin/bash'
  1749. SOULSEEK='no'
  1750. STAT='stat'
  1751. SUB_VERSION='3'
  1752. SVNVERSION=''
  1753. SYSTEM='linux'
  1754. TARGET_TYPE='opt'
  1755. UPNP_NATPMP='no'
  1756. UPNP_NATPMP_LIBS=''
  1757. UPNP_NATPMP_STATIC_LIBS=''
  1758. WGET='wget'
  1759. ac_ct_CC='gcc'
  1760. ac_ct_CXX='g++'
  1761. acx_pthread_config=''
  1762. bindir='${exec_prefix}/bin'
  1763. build='armv7l-unknown-linux-gnueabihf'
  1764. build_alias=''
  1765. build_cpu='armv7l'
  1766. build_os='linux-gnueabihf'
  1767. build_vendor='unknown'
  1768. datadir='${datarootdir}'
  1769. datarootdir='${prefix}/share'
  1770. docdir='${datarootdir}/doc/${PACKAGE}'
  1771. dvidir='${docdir}'
  1772. exec_prefix='${prefix}'
  1773. host='armv7l-unknown-linux-gnueabihf'
  1774. host_alias=''
  1775. host_cpu='armv7l'
  1776. host_os='linux-gnueabihf'
  1777. host_vendor='unknown'
  1778. htmldir='${docdir}'
  1779. includedir='${prefix}/include'
  1780. infodir='${datarootdir}/info'
  1781. libdir='${exec_prefix}/lib'
  1782. libexecdir='${exec_prefix}/libexec'
  1783. localedir='${datarootdir}/locale'
  1784. localstatedir='${prefix}/var'
  1785. mandir='${datarootdir}/man'
  1786. oldincludedir='/usr/include'
  1787. pdfdir='${docdir}'
  1788. prefix='/usr/local'
  1789. program_transform_name='s,x,x,'
  1790. psdir='${docdir}'
  1791. sbindir='${exec_prefix}/sbin'
  1792. sharedstatedir='${prefix}/com'
  1793. sysconfdir='${prefix}/etc'
  1794. target_alias=''
  1795.  
  1796. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement