Advertisement
Guest User

Untitled

a guest
May 13th, 2017
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.14 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by libtorrent-rasterbar configure 0.14.9, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure --with-asio=shipped
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = terpestorage
  14. uname -m = i86pc
  15. uname -r = 5.11
  16. uname -s = SunOS
  17. uname -v = snv_134
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = System = SunOS
  21. Node = terpestorage
  22. Release = 5.11
  23. KernelID = snv_134
  24. Machine = i86pc
  25. BusType = <unknown>
  26. Serial = <unknown>
  27. Users = <unknown>
  28. OEM# = 0
  29. Origin# = 1
  30. NumCPU = 3
  31.  
  32. /bin/arch = i86pc
  33. /usr/bin/arch -k = i86pc
  34. /usr/convex/getsysinfo = unknown
  35. /usr/bin/hostinfo = unknown
  36. /bin/machine = unknown
  37. /usr/bin/oslevel = unknown
  38. /bin/universe = unknown
  39.  
  40. PATH: /usr/gnu/bin
  41. PATH: /usr/bin
  42. PATH: /usr/sbin
  43. PATH: /sbin
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2625: checking for a BSD-compatible install
  51. configure:2693: result: /usr/bin/ginstall -c
  52. configure:2704: checking whether build environment is sane
  53. configure:2754: result: yes
  54. configure:2895: checking for a thread-safe mkdir -p
  55. configure:2934: result: /usr/gnu/bin/mkdir -p
  56. configure:2947: checking for gawk
  57. configure:2963: found /usr/bin/gawk
  58. configure:2974: result: gawk
  59. configure:2985: checking whether make sets $(MAKE)
  60. configure:3007: result: yes
  61. configure:3146: checking for gcc
  62. configure:3176: result: no
  63. configure:3239: checking for cc
  64. configure:3260: found /usr/bin/cc
  65. configure:3283: result: cc
  66. configure:3402: checking for C compiler version
  67. configure:3411: cc --version >&5
  68. cc: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
  69. usage: cc [ options] files. Use 'cc -flags' for details
  70. configure:3422: $? = 0
  71. configure:3411: cc -v >&5
  72. usage: cc [ options] files. Use 'cc -flags' for details
  73. configure:3422: $? = 0
  74. configure:3411: cc -V >&5
  75. cc: Sun C 5.10 SunOS_i386 2009/06/03
  76. usage: cc [ options] files. Use 'cc -flags' for details
  77. configure:3422: $? = 0
  78. configure:3411: cc -qversion >&5
  79. cc: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise
  80. usage: cc [ options] files. Use 'cc -flags' for details
  81. configure:3422: $? = 0
  82. configure:3442: checking whether the C compiler works
  83. configure:3464: cc conftest.c >&5
  84. configure:3468: $? = 0
  85. configure:3517: result: yes
  86. configure:3520: checking for C compiler default output file name
  87. configure:3522: result: a.out
  88. configure:3528: checking for suffix of executables
  89. configure:3535: cc -o conftest conftest.c >&5
  90. configure:3539: $? = 0
  91. configure:3561: result:
  92. configure:3583: checking whether we are cross compiling
  93. configure:3591: cc -o conftest conftest.c >&5
  94. "conftest.c", line 19: warning: statement not reached
  95. configure:3595: $? = 0
  96. configure:3602: ./conftest
  97. configure:3606: $? = 0
  98. configure:3621: result: no
  99. configure:3626: checking for suffix of object files
  100. configure:3648: cc -c conftest.c >&5
  101. configure:3652: $? = 0
  102. configure:3673: result: o
  103. configure:3677: checking whether we are using the GNU C compiler
  104. configure:3696: cc -c conftest.c >&5
  105. "conftest.c", line 16: undefined symbol: choke
  106. "conftest.c", line 16: syntax error before or at: me
  107. cc: acomp failed for conftest.c
  108. configure:3696: $? = 1
  109. configure: failed program was:
  110. | /* confdefs.h */
  111. | #define PACKAGE_NAME "libtorrent-rasterbar"
  112. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  113. | #define PACKAGE_VERSION "0.14.9"
  114. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  115. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  116. | #define PACKAGE_URL ""
  117. | #define PACKAGE "libtorrent-rasterbar"
  118. | #define VERSION "0.14.9"
  119. | /* end confdefs.h. */
  120. |
  121. | int
  122. | main ()
  123. | {
  124. | #ifndef __GNUC__
  125. | choke me
  126. | #endif
  127. |
  128. | ;
  129. | return 0;
  130. | }
  131. configure:3705: result: no
  132. configure:3714: checking whether cc accepts -g
  133. configure:3734: cc -c -g conftest.c >&5
  134. configure:3734: $? = 0
  135. configure:3775: result: yes
  136. configure:3792: checking for cc option to accept ISO C89
  137. configure:3856: cc -c -g conftest.c >&5
  138. "conftest.c", line 59: warning: statement not reached
  139. configure:3856: $? = 0
  140. configure:3869: result: none needed
  141. configure:3900: checking for style of include used by make
  142. configure:3928: result: GNU
  143. configure:3953: checking dependency style of cc
  144. configure:4063: result: none
  145. configure:4088: checking how to run the C preprocessor
  146. configure:4119: cc -E conftest.c
  147. configure:4119: $? = 0
  148. configure:4133: cc -E conftest.c
  149. "conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
  150. cc: acomp failed for conftest.c
  151. configure:4133: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "libtorrent-rasterbar"
  155. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  156. | #define PACKAGE_VERSION "0.14.9"
  157. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  158. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  159. | #define PACKAGE_URL ""
  160. | #define PACKAGE "libtorrent-rasterbar"
  161. | #define VERSION "0.14.9"
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:4158: result: cc -E
  165. configure:4178: cc -E conftest.c
  166. configure:4178: $? = 0
  167. configure:4192: cc -E conftest.c
  168. "conftest.c", line 11: cannot find include file: <ac_nonexistent.h>
  169. cc: acomp failed for conftest.c
  170. configure:4192: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h */
  173. | #define PACKAGE_NAME "libtorrent-rasterbar"
  174. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  175. | #define PACKAGE_VERSION "0.14.9"
  176. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  177. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  178. | #define PACKAGE_URL ""
  179. | #define PACKAGE "libtorrent-rasterbar"
  180. | #define VERSION "0.14.9"
  181. | /* end confdefs.h. */
  182. | #include <ac_nonexistent.h>
  183. configure:4278: checking for g++
  184. configure:4308: result: no
  185. configure:4278: checking for c++
  186. configure:4308: result: no
  187. configure:4278: checking for gpp
  188. configure:4308: result: no
  189. configure:4278: checking for aCC
  190. configure:4308: result: no
  191. configure:4278: checking for CC
  192. configure:4294: found /usr/bin/CC
  193. configure:4305: result: CC
  194. configure:4332: checking for C++ compiler version
  195. configure:4341: CC --version >&5
  196. CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
  197. Usage: CC [ options ] files. Use 'CC -flags' for details
  198. configure:4352: $? = 0
  199. configure:4341: CC -v >&5
  200. ### command line files and options (expanded):
  201. ### -v
  202. Usage: CC [ options ] files. Use 'CC -flags' for details
  203. configure:4352: $? = 0
  204. configure:4341: CC -V >&5
  205. CC: Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
  206. Usage: CC [ options ] files. Use 'CC -flags' for details
  207. configure:4352: $? = 0
  208. configure:4341: CC -qversion >&5
  209. CC: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise
  210. Usage: CC [ options ] files. Use 'CC -flags' for details
  211. configure:4352: $? = 0
  212. configure:4356: checking whether we are using the GNU C++ compiler
  213. configure:4375: CC -c conftest.cpp >&5
  214. "conftest.cpp", line 16: Error: choke is not defined.
  215. 1 Error(s) detected.
  216. configure:4375: $? = 1
  217. configure: failed program was:
  218. | /* confdefs.h */
  219. | #define PACKAGE_NAME "libtorrent-rasterbar"
  220. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  221. | #define PACKAGE_VERSION "0.14.9"
  222. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  223. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  224. | #define PACKAGE_URL ""
  225. | #define PACKAGE "libtorrent-rasterbar"
  226. | #define VERSION "0.14.9"
  227. | /* end confdefs.h. */
  228. |
  229. | int
  230. | main ()
  231. | {
  232. | #ifndef __GNUC__
  233. | choke me
  234. | #endif
  235. |
  236. | ;
  237. | return 0;
  238. | }
  239. configure:4384: result: no
  240. configure:4393: checking whether CC accepts -g
  241. configure:4413: CC -c -g conftest.cpp >&5
  242. configure:4413: $? = 0
  243. configure:4454: result: yes
  244. configure:4479: checking dependency style of CC
  245. configure:4589: result: none
  246. configure:4684: checking whether make sets $(MAKE)
  247. configure:4706: result: yes
  248. configure:4744: checking build system type
  249. configure:4758: result: i386-pc-solaris2.11
  250. configure:4778: checking host system type
  251. configure:4791: result: i386-pc-solaris2.11
  252. configure:4811: checking for a sed that does not truncate output
  253. configure:4875: result: /usr/gnu/bin/sed
  254. configure:4893: checking for grep that handles long lines and -e
  255. configure:4951: result: /usr/gnu/bin/grep
  256. configure:4956: checking for egrep
  257. configure:5018: result: /usr/gnu/bin/grep -E
  258. configure:5023: checking for fgrep
  259. configure:5085: result: /usr/gnu/bin/grep -F
  260. configure:5153: checking for non-GNU ld
  261. configure:5187: result: /usr/bin/ld
  262. configure:5194: checking if the linker (/usr/bin/ld) is GNU ld
  263. configure:5209: result: no
  264. configure:5221: checking for BSD- or MS-compatible name lister (nm)
  265. configure:5270: result: /usr/bin/nm -p
  266. configure:5388: checking the name lister (/usr/bin/nm -p) interface
  267. configure:5395: cc -c -g conftest.c >&5
  268. configure:5398: /usr/bin/nm -p "conftest.o"
  269. configure:5401: output
  270.  
  271.  
  272. conftest.o:
  273. 0000000000 s
  274. 0000000000 s
  275. 0000000000 b
  276. 0000000000 s
  277. 0000000000 s
  278. 0000000000 s
  279. 0000000000 s
  280. 0000000000 s
  281. 0000000000 s
  282. 0000000000 s
  283. 0000000000 b Bbss.bss
  284. 0000000000 n Ddata.data
  285. 0000000000 n Drodata.rodata
  286. 0000000000 f conftest.c
  287. 0000000000 D some_variable
  288. configure:5408: result: BSD nm
  289. configure:5411: checking whether ln -s works
  290. configure:5415: result: yes
  291. configure:5423: checking the maximum length of command line arguments
  292. configure:5543: result: 786240
  293. configure:5560: checking whether the shell understands some XSI constructs
  294. configure:5570: result: yes
  295. configure:5574: checking whether the shell understands "+="
  296. configure:5580: result: yes
  297. configure:5615: checking for /usr/bin/ld option to reload object files
  298. configure:5622: result: -r
  299. configure:5691: checking for objdump
  300. configure:5721: result: no
  301. configure:5750: checking how to recognize dependent libraries
  302. configure:5946: result: pass_all
  303. configure:6006: checking for ar
  304. configure:6022: found /usr/bin/ar
  305. configure:6033: result: ar
  306. configure:6111: checking for strip
  307. configure:6127: found /usr/bin/strip
  308. configure:6138: result: strip
  309. configure:6210: checking for ranlib
  310. configure:6226: found /usr/bin/ranlib
  311. configure:6237: result: ranlib
  312. configure:6327: checking command to parse /usr/bin/nm -p output from cc object
  313. configure:6445: cc -c -g conftest.c >&5
  314. configure:6448: $? = 0
  315. configure:6452: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  316. configure:6455: $? = 0
  317. configure:6509: cc -o conftest -g conftest.c conftstm.o >&5
  318. configure:6512: $? = 0
  319. configure:6550: result: ok
  320. configure:7355: checking for ANSI C header files
  321. configure:7375: cc -c -g conftest.c >&5
  322. configure:7375: $? = 0
  323. configure:7448: cc -o conftest -g conftest.c >&5
  324. configure:7448: $? = 0
  325. configure:7448: ./conftest
  326. configure:7448: $? = 0
  327. configure:7459: result: yes
  328. configure:7472: checking for sys/types.h
  329. configure:7472: cc -c -g conftest.c >&5
  330. configure:7472: $? = 0
  331. configure:7472: result: yes
  332. configure:7472: checking for sys/stat.h
  333. configure:7472: cc -c -g conftest.c >&5
  334. configure:7472: $? = 0
  335. configure:7472: result: yes
  336. configure:7472: checking for stdlib.h
  337. configure:7472: cc -c -g conftest.c >&5
  338. configure:7472: $? = 0
  339. configure:7472: result: yes
  340. configure:7472: checking for string.h
  341. configure:7472: cc -c -g conftest.c >&5
  342. configure:7472: $? = 0
  343. configure:7472: result: yes
  344. configure:7472: checking for memory.h
  345. configure:7472: cc -c -g conftest.c >&5
  346. configure:7472: $? = 0
  347. configure:7472: result: yes
  348. configure:7472: checking for strings.h
  349. configure:7472: cc -c -g conftest.c >&5
  350. configure:7472: $? = 0
  351. configure:7472: result: yes
  352. configure:7472: checking for inttypes.h
  353. configure:7472: cc -c -g conftest.c >&5
  354. configure:7472: $? = 0
  355. configure:7472: result: yes
  356. configure:7472: checking for stdint.h
  357. configure:7472: cc -c -g conftest.c >&5
  358. configure:7472: $? = 0
  359. configure:7472: result: yes
  360. configure:7472: checking for unistd.h
  361. configure:7472: cc -c -g conftest.c >&5
  362. configure:7472: $? = 0
  363. configure:7472: result: yes
  364. configure:7487: checking for dlfcn.h
  365. configure:7487: cc -c -g conftest.c >&5
  366. configure:7487: $? = 0
  367. configure:7487: result: yes
  368. configure:7612: checking for C++ compiler version
  369. configure:7621: CC --version >&5
  370. CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
  371. Usage: CC [ options ] files. Use 'CC -flags' for details
  372. configure:7632: $? = 0
  373. configure:7621: CC -v >&5
  374. ### command line files and options (expanded):
  375. ### -v
  376. Usage: CC [ options ] files. Use 'CC -flags' for details
  377. configure:7632: $? = 0
  378. configure:7621: CC -V >&5
  379. CC: Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
  380. Usage: CC [ options ] files. Use 'CC -flags' for details
  381. configure:7632: $? = 0
  382. configure:7621: CC -qversion >&5
  383. CC: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise
  384. Usage: CC [ options ] files. Use 'CC -flags' for details
  385. configure:7632: $? = 0
  386. configure:7636: checking whether we are using the GNU C++ compiler
  387. configure:7664: result: no
  388. configure:7673: checking whether CC accepts -g
  389. configure:7734: result: yes
  390. configure:7759: checking dependency style of CC
  391. configure:7869: result: none
  392. configure:7892: checking how to run the C++ preprocessor
  393. configure:7919: CC -E conftest.cpp
  394. configure:7919: $? = 0
  395. configure:7933: CC -E conftest.cpp
  396. "conftest.cpp", line 22: Error: Could not open include file<ac_nonexistent.h>.
  397. 1 Error(s) detected.
  398. configure:7933: $? = 1
  399. configure: failed program was:
  400. | /* confdefs.h */
  401. | #define PACKAGE_NAME "libtorrent-rasterbar"
  402. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  403. | #define PACKAGE_VERSION "0.14.9"
  404. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  405. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  406. | #define PACKAGE_URL ""
  407. | #define PACKAGE "libtorrent-rasterbar"
  408. | #define VERSION "0.14.9"
  409. | #define STDC_HEADERS 1
  410. | #define HAVE_SYS_TYPES_H 1
  411. | #define HAVE_SYS_STAT_H 1
  412. | #define HAVE_STDLIB_H 1
  413. | #define HAVE_STRING_H 1
  414. | #define HAVE_MEMORY_H 1
  415. | #define HAVE_STRINGS_H 1
  416. | #define HAVE_INTTYPES_H 1
  417. | #define HAVE_STDINT_H 1
  418. | #define HAVE_UNISTD_H 1
  419. | #define HAVE_DLFCN_H 1
  420. | /* end confdefs.h. */
  421. | #include <ac_nonexistent.h>
  422. configure:7958: result: CC -E
  423. configure:7978: CC -E conftest.cpp
  424. configure:7978: $? = 0
  425. configure:7992: CC -E conftest.cpp
  426. "conftest.cpp", line 22: Error: Could not open include file<ac_nonexistent.h>.
  427. 1 Error(s) detected.
  428. configure:7992: $? = 1
  429. configure: failed program was:
  430. | /* confdefs.h */
  431. | #define PACKAGE_NAME "libtorrent-rasterbar"
  432. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  433. | #define PACKAGE_VERSION "0.14.9"
  434. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  435. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  436. | #define PACKAGE_URL ""
  437. | #define PACKAGE "libtorrent-rasterbar"
  438. | #define VERSION "0.14.9"
  439. | #define STDC_HEADERS 1
  440. | #define HAVE_SYS_TYPES_H 1
  441. | #define HAVE_SYS_STAT_H 1
  442. | #define HAVE_STDLIB_H 1
  443. | #define HAVE_STRING_H 1
  444. | #define HAVE_MEMORY_H 1
  445. | #define HAVE_STRINGS_H 1
  446. | #define HAVE_INTTYPES_H 1
  447. | #define HAVE_STDINT_H 1
  448. | #define HAVE_UNISTD_H 1
  449. | #define HAVE_DLFCN_H 1
  450. | /* end confdefs.h. */
  451. | #include <ac_nonexistent.h>
  452. configure:8198: checking for objdir
  453. configure:8213: result: .libs
  454. configure:8560: checking for cc option to produce PIC
  455. configure:8832: result: -KPIC -DPIC
  456. configure:8844: checking if cc PIC flag -KPIC -DPIC works
  457. configure:8862: cc -c -g -KPIC -DPIC -DPIC conftest.c >&5
  458. configure:8866: $? = 0
  459. configure:8879: result: yes
  460. configure:8903: checking if cc static flag -Bstatic works
  461. configure:8931: result: yes
  462. configure:8946: checking if cc supports -c -o file.o
  463. configure:8967: cc -c -g -o out/conftest2.o conftest.c >&5
  464. configure:8971: $? = 0
  465. configure:8993: result: yes
  466. configure:9001: checking if cc supports -c -o file.o
  467. configure:9048: result: yes
  468. configure:9081: checking whether the cc linker (/usr/bin/ld) supports shared libraries
  469. configure:10067: result: yes
  470. configure:10306: checking dynamic linker characteristics
  471. configure:10957: result: solaris2.11 ld.so
  472. configure:11059: checking how to hardcode library paths into programs
  473. configure:11084: result: immediate
  474. configure:11604: checking whether stripping libraries is possible
  475. configure:11626: result: no
  476. configure:11644: checking if libtool supports shared libraries
  477. configure:11646: result: yes
  478. configure:11649: checking whether to build shared libraries
  479. configure:11670: result: yes
  480. configure:11673: checking whether to build static libraries
  481. configure:11677: result: yes
  482. configure:11971: checking whether the CC linker (/usr/bin/ld) supports shared libraries
  483. configure:12884: result: yes
  484. configure:12912: CC -c -g conftest.cpp >&5
  485. configure:12915: $? = 0
  486. configure:13097: checking for CC option to produce PIC
  487. configure:13414: result: -KPIC -DPIC
  488. configure:13423: checking if CC PIC flag -KPIC -DPIC works
  489. configure:13441: CC -c -g -KPIC -DPIC -DPIC conftest.cpp >&5
  490. configure:13445: $? = 0
  491. configure:13458: result: yes
  492. configure:13479: checking if CC static flag -Bstatic works
  493. configure:13507: result: no
  494. configure:13519: checking if CC supports -c -o file.o
  495. configure:13540: CC -c -g -o out/conftest2.o conftest.cpp >&5
  496. configure:13544: $? = 0
  497. configure:13566: result: yes
  498. configure:13571: checking if CC supports -c -o file.o
  499. configure:13618: result: yes
  500. configure:13648: checking whether the CC linker (/usr/bin/ld) supports shared libraries
  501. configure:13674: result: yes
  502. configure:13811: checking dynamic linker characteristics
  503. configure:14410: result: solaris2.11 ld.so
  504. configure:14461: checking how to hardcode library paths into programs
  505. configure:14486: result: immediate
  506. configure:14553: checking for special C compiler options needed for large files
  507. configure:14583: cc -c -g conftest.c >&5
  508. "conftest.c", line 29: warning: shift count negative or too big: << 62
  509. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  510. "conftest.c", line 29: warning: shift count negative or too big: << 62
  511. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  512. "conftest.c", line 31: zero or negative subscript
  513. cc: acomp failed for conftest.c
  514. configure:14583: $? = 1
  515. configure: failed program was:
  516. | /* confdefs.h */
  517. | #define PACKAGE_NAME "libtorrent-rasterbar"
  518. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  519. | #define PACKAGE_VERSION "0.14.9"
  520. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  521. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  522. | #define PACKAGE_URL ""
  523. | #define PACKAGE "libtorrent-rasterbar"
  524. | #define VERSION "0.14.9"
  525. | #define STDC_HEADERS 1
  526. | #define HAVE_SYS_TYPES_H 1
  527. | #define HAVE_SYS_STAT_H 1
  528. | #define HAVE_STDLIB_H 1
  529. | #define HAVE_STRING_H 1
  530. | #define HAVE_MEMORY_H 1
  531. | #define HAVE_STRINGS_H 1
  532. | #define HAVE_INTTYPES_H 1
  533. | #define HAVE_STDINT_H 1
  534. | #define HAVE_UNISTD_H 1
  535. | #define HAVE_DLFCN_H 1
  536. | #define LT_OBJDIR ".libs/"
  537. | /* end confdefs.h. */
  538. | #include <sys/types.h>
  539. | /* Check that off_t can represent 2**63 - 1 correctly.
  540. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  541. | since some C++ compilers masquerading as C compilers
  542. | incorrectly reject 9223372036854775807. */
  543. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  544. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  545. | && LARGE_OFF_T % 2147483647 == 1)
  546. | ? 1 : -1];
  547. | int
  548. | main ()
  549. | {
  550. |
  551. | ;
  552. | return 0;
  553. | }
  554. configure:14588: cc -n32 -c -g conftest.c >&5
  555. cc: Warning: Option -n32 passed to ld, if ld is invoked, ignored otherwise
  556. "conftest.c", line 29: warning: shift count negative or too big: << 62
  557. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  558. "conftest.c", line 29: warning: shift count negative or too big: << 62
  559. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  560. "conftest.c", line 31: zero or negative subscript
  561. cc: acomp failed for conftest.c
  562. configure:14588: $? = 1
  563. configure: failed program was:
  564. | /* confdefs.h */
  565. | #define PACKAGE_NAME "libtorrent-rasterbar"
  566. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  567. | #define PACKAGE_VERSION "0.14.9"
  568. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  569. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  570. | #define PACKAGE_URL ""
  571. | #define PACKAGE "libtorrent-rasterbar"
  572. | #define VERSION "0.14.9"
  573. | #define STDC_HEADERS 1
  574. | #define HAVE_SYS_TYPES_H 1
  575. | #define HAVE_SYS_STAT_H 1
  576. | #define HAVE_STDLIB_H 1
  577. | #define HAVE_STRING_H 1
  578. | #define HAVE_MEMORY_H 1
  579. | #define HAVE_STRINGS_H 1
  580. | #define HAVE_INTTYPES_H 1
  581. | #define HAVE_STDINT_H 1
  582. | #define HAVE_UNISTD_H 1
  583. | #define HAVE_DLFCN_H 1
  584. | #define LT_OBJDIR ".libs/"
  585. | /* end confdefs.h. */
  586. | #include <sys/types.h>
  587. | /* Check that off_t can represent 2**63 - 1 correctly.
  588. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  589. | since some C++ compilers masquerading as C compilers
  590. | incorrectly reject 9223372036854775807. */
  591. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  592. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  593. | && LARGE_OFF_T % 2147483647 == 1)
  594. | ? 1 : -1];
  595. | int
  596. | main ()
  597. | {
  598. |
  599. | ;
  600. | return 0;
  601. | }
  602. configure:14598: result: no
  603. configure:14604: checking for _FILE_OFFSET_BITS value needed for large files
  604. configure:14629: cc -c -g conftest.c >&5
  605. "conftest.c", line 29: warning: shift count negative or too big: << 62
  606. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  607. "conftest.c", line 29: warning: shift count negative or too big: << 62
  608. "conftest.c", line 29: warning: integer overflow detected: op "<<"
  609. "conftest.c", line 31: zero or negative subscript
  610. cc: acomp failed for conftest.c
  611. configure:14629: $? = 1
  612. configure: failed program was:
  613. | /* confdefs.h */
  614. | #define PACKAGE_NAME "libtorrent-rasterbar"
  615. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  616. | #define PACKAGE_VERSION "0.14.9"
  617. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  618. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  619. | #define PACKAGE_URL ""
  620. | #define PACKAGE "libtorrent-rasterbar"
  621. | #define VERSION "0.14.9"
  622. | #define STDC_HEADERS 1
  623. | #define HAVE_SYS_TYPES_H 1
  624. | #define HAVE_SYS_STAT_H 1
  625. | #define HAVE_STDLIB_H 1
  626. | #define HAVE_STRING_H 1
  627. | #define HAVE_MEMORY_H 1
  628. | #define HAVE_STRINGS_H 1
  629. | #define HAVE_INTTYPES_H 1
  630. | #define HAVE_STDINT_H 1
  631. | #define HAVE_UNISTD_H 1
  632. | #define HAVE_DLFCN_H 1
  633. | #define LT_OBJDIR ".libs/"
  634. | /* end confdefs.h. */
  635. | #include <sys/types.h>
  636. | /* Check that off_t can represent 2**63 - 1 correctly.
  637. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  638. | since some C++ compilers masquerading as C compilers
  639. | incorrectly reject 9223372036854775807. */
  640. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  641. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  642. | && LARGE_OFF_T % 2147483647 == 1)
  643. | ? 1 : -1];
  644. | int
  645. | main ()
  646. | {
  647. |
  648. | ;
  649. | return 0;
  650. | }
  651. configure:14653: cc -c -g conftest.c >&5
  652. configure:14653: $? = 0
  653. configure:14661: result: 64
  654. configure:14859: checking whether pthreads work with -pthread
  655. configure:14942: cc -o conftest -g -pthread conftest.c >&5
  656. ld: fatal: soname option (-h, --soname) is incompatible with building a dynamic executable
  657. ld: fatal: flags processing errors
  658. configure:14942: $? = 1
  659. configure: failed program was:
  660. | /* confdefs.h */
  661. | #define PACKAGE_NAME "libtorrent-rasterbar"
  662. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  663. | #define PACKAGE_VERSION "0.14.9"
  664. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  665. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  666. | #define PACKAGE_URL ""
  667. | #define PACKAGE "libtorrent-rasterbar"
  668. | #define VERSION "0.14.9"
  669. | #define STDC_HEADERS 1
  670. | #define HAVE_SYS_TYPES_H 1
  671. | #define HAVE_SYS_STAT_H 1
  672. | #define HAVE_STDLIB_H 1
  673. | #define HAVE_STRING_H 1
  674. | #define HAVE_MEMORY_H 1
  675. | #define HAVE_STRINGS_H 1
  676. | #define HAVE_INTTYPES_H 1
  677. | #define HAVE_STDINT_H 1
  678. | #define HAVE_UNISTD_H 1
  679. | #define HAVE_DLFCN_H 1
  680. | #define LT_OBJDIR ".libs/"
  681. | #define _FILE_OFFSET_BITS 64
  682. | /* end confdefs.h. */
  683. | #include <pthread.h>
  684. | int
  685. | main ()
  686. | {
  687. | pthread_t th; pthread_join(th, 0);
  688. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  689. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  690. | ;
  691. | return 0;
  692. | }
  693. configure:14951: result: no
  694. configure:14859: checking whether pthreads work with -pthreads
  695. configure:14942: cc -o conftest -g -pthreads conftest.c >&5
  696. ld: fatal: soname option (-h, --soname) is incompatible with building a dynamic executable
  697. ld: fatal: flags processing errors
  698. configure:14942: $? = 1
  699. configure: failed program was:
  700. | /* confdefs.h */
  701. | #define PACKAGE_NAME "libtorrent-rasterbar"
  702. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  703. | #define PACKAGE_VERSION "0.14.9"
  704. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  705. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  706. | #define PACKAGE_URL ""
  707. | #define PACKAGE "libtorrent-rasterbar"
  708. | #define VERSION "0.14.9"
  709. | #define STDC_HEADERS 1
  710. | #define HAVE_SYS_TYPES_H 1
  711. | #define HAVE_SYS_STAT_H 1
  712. | #define HAVE_STDLIB_H 1
  713. | #define HAVE_STRING_H 1
  714. | #define HAVE_MEMORY_H 1
  715. | #define HAVE_STRINGS_H 1
  716. | #define HAVE_INTTYPES_H 1
  717. | #define HAVE_STDINT_H 1
  718. | #define HAVE_UNISTD_H 1
  719. | #define HAVE_DLFCN_H 1
  720. | #define LT_OBJDIR ".libs/"
  721. | #define _FILE_OFFSET_BITS 64
  722. | /* end confdefs.h. */
  723. | #include <pthread.h>
  724. | int
  725. | main ()
  726. | {
  727. | pthread_t th; pthread_join(th, 0);
  728. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  729. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  730. | ;
  731. | return 0;
  732. | }
  733. configure:14951: result: no
  734. configure:14909: checking for the pthreads library -lpthread
  735. configure:14942: cc -o conftest -g conftest.c -lpthread >&5
  736. configure:14942: $? = 0
  737. configure:14951: result: yes
  738. configure:14971: checking for joinable pthread attribute
  739. configure:14984: cc -o conftest -g conftest.c -lpthread >&5
  740. configure:14984: $? = 0
  741. configure:15016: result: PTHREAD_CREATE_JOINABLE
  742. configure:15023: checking if more special flags are required for pthreads
  743. configure:15030: result: -D_REENTRANT
  744. configure:15042: checking for cc_r
  745. configure:15070: result: cc
  746. configure:15163: checking for boostlib >= 1.35
  747. configure:15217: CC -c -g -I/usr/local/include conftest.cpp >&5
  748. configure:15217: $? = 0
  749. configure:15219: result: yes
  750. configure:15917: checking whether the Boost::System library is available
  751. configure:15941: CC -c -g -I/usr/local/include conftest.cpp >&5
  752. configure:15941: $? = 0
  753. configure:15956: result: yes
  754. configure:15971: checking for exit in -lboost_system
  755. configure:15996: cc -o conftest -g -I/usr/local/include -L/usr/local/lib conftest.c -lboost_system >&5
  756. "conftest.c", line 39: warning: statement not reached
  757. configure:15996: $? = 0
  758. configure:16006: result: yes
  759. configure:16161: checking whether the Boost::ASIO library is available
  760. configure:16192: CC -c -g -I/usr/local/include conftest.cpp >&5
  761. "/usr/local/include/boost/array.hpp", line 83: Error: Too few arguments for template std::reverse_iterator<boost::T*>.
  762. "/usr/local/include/boost/array.hpp", line 298: Where: While specializing "boost::array<boost::T, boost::N>".
  763. "/usr/local/include/boost/array.hpp", line 298: Where: Specialized in non-template code.
  764. "/usr/local/include/boost/array.hpp", line 84: Error: Too few arguments for template std::reverse_iterator<const boost::T*>.
  765. "/usr/local/include/boost/array.hpp", line 298: Where: While specializing "boost::array<boost::T, boost::N>".
  766. "/usr/local/include/boost/array.hpp", line 298: Where: Specialized in non-template code.
  767. 2 Error(s) detected.
  768. configure:16192: $? = 2
  769. configure: failed program was:
  770. | /* confdefs.h */
  771. | #define PACKAGE_NAME "libtorrent-rasterbar"
  772. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  773. | #define PACKAGE_VERSION "0.14.9"
  774. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  775. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  776. | #define PACKAGE_URL ""
  777. | #define PACKAGE "libtorrent-rasterbar"
  778. | #define VERSION "0.14.9"
  779. | #define STDC_HEADERS 1
  780. | #define HAVE_SYS_TYPES_H 1
  781. | #define HAVE_SYS_STAT_H 1
  782. | #define HAVE_STDLIB_H 1
  783. | #define HAVE_STRING_H 1
  784. | #define HAVE_MEMORY_H 1
  785. | #define HAVE_STRINGS_H 1
  786. | #define HAVE_INTTYPES_H 1
  787. | #define HAVE_STDINT_H 1
  788. | #define HAVE_UNISTD_H 1
  789. | #define HAVE_DLFCN_H 1
  790. | #define LT_OBJDIR ".libs/"
  791. | #define _FILE_OFFSET_BITS 64
  792. | #define HAVE_PTHREAD 1
  793. | #define HAVE_BOOST_SYSTEM /**/
  794. | /* end confdefs.h. */
  795. | #include <boost/asio.hpp>
  796. |
  797. | int
  798. | main ()
  799. | {
  800. |
  801. |
  802. | boost::asio::io_service io;
  803. | boost::system::error_code timer_result;
  804. | boost::asio::deadline_timer t(io);
  805. | t.cancel();
  806. | io.run_one();
  807. | return 0;
  808. |
  809. | ;
  810. | return 0;
  811. | }
  812. configure:16206: result: no
  813. configure:16312: error: Unable to find Boost.Asio library, currently this is required.
  814.  
  815. ## ---------------- ##
  816. ## Cache variables. ##
  817. ## ---------------- ##
  818.  
  819. ac_cv_build=i386-pc-solaris2.11
  820. ac_cv_c_compiler_gnu=no
  821. ac_cv_cxx_compiler_gnu=no
  822. ac_cv_env_CCC_set=''
  823. ac_cv_env_CCC_value=''
  824. ac_cv_env_CC_set=''
  825. ac_cv_env_CC_value=''
  826. ac_cv_env_CFLAGS_set=''
  827. ac_cv_env_CFLAGS_value=''
  828. ac_cv_env_CPPFLAGS_set=''
  829. ac_cv_env_CPPFLAGS_value=''
  830. ac_cv_env_CPP_set=''
  831. ac_cv_env_CPP_value=''
  832. ac_cv_env_CXXCPP_set=''
  833. ac_cv_env_CXXCPP_value=''
  834. ac_cv_env_CXXFLAGS_set=''
  835. ac_cv_env_CXXFLAGS_value=''
  836. ac_cv_env_CXX_set=''
  837. ac_cv_env_CXX_value=''
  838. ac_cv_env_GEOIP_CFLAGS_set=''
  839. ac_cv_env_GEOIP_CFLAGS_value=''
  840. ac_cv_env_GEOIP_LIBS_set=''
  841. ac_cv_env_GEOIP_LIBS_value=''
  842. ac_cv_env_LDFLAGS_set=''
  843. ac_cv_env_LDFLAGS_value=''
  844. ac_cv_env_LIBS_set=''
  845. ac_cv_env_LIBS_value=''
  846. ac_cv_env_PKG_CONFIG_set=''
  847. ac_cv_env_PKG_CONFIG_value=''
  848. ac_cv_env_build_alias_set=''
  849. ac_cv_env_build_alias_value=''
  850. ac_cv_env_host_alias_set=''
  851. ac_cv_env_host_alias_value=''
  852. ac_cv_env_target_alias_set=''
  853. ac_cv_env_target_alias_value=''
  854. ac_cv_header_dlfcn_h=yes
  855. ac_cv_header_inttypes_h=yes
  856. ac_cv_header_memory_h=yes
  857. ac_cv_header_stdc=yes
  858. ac_cv_header_stdint_h=yes
  859. ac_cv_header_stdlib_h=yes
  860. ac_cv_header_string_h=yes
  861. ac_cv_header_strings_h=yes
  862. ac_cv_header_sys_stat_h=yes
  863. ac_cv_header_sys_types_h=yes
  864. ac_cv_header_unistd_h=yes
  865. ac_cv_host=i386-pc-solaris2.11
  866. ac_cv_lib_boost_system___exit=yes
  867. ac_cv_objext=o
  868. ac_cv_path_EGREP='/usr/gnu/bin/grep -E'
  869. ac_cv_path_FGREP='/usr/gnu/bin/grep -F'
  870. ac_cv_path_GREP=/usr/gnu/bin/grep
  871. ac_cv_path_SED=/usr/gnu/bin/sed
  872. ac_cv_path_install='/usr/bin/ginstall -c'
  873. ac_cv_path_mkdir=/usr/gnu/bin/mkdir
  874. ac_cv_prog_AWK=gawk
  875. ac_cv_prog_CC=cc
  876. ac_cv_prog_CPP='cc -E'
  877. ac_cv_prog_CXXCPP='CC -E'
  878. ac_cv_prog_PTHREAD_CC=cc
  879. ac_cv_prog_ac_ct_AR=ar
  880. ac_cv_prog_ac_ct_CXX=CC
  881. ac_cv_prog_ac_ct_RANLIB=ranlib
  882. ac_cv_prog_ac_ct_STRIP=strip
  883. ac_cv_prog_cc_c89=''
  884. ac_cv_prog_cc_g=yes
  885. ac_cv_prog_cxx_g=yes
  886. ac_cv_prog_make_make_set=yes
  887. ac_cv_sys_file_offset_bits=64
  888. ac_cv_sys_largefile_CC=no
  889. am_cv_CC_dependencies_compiler_type=none
  890. am_cv_CXX_dependencies_compiler_type=none
  891. ax_cv_boost_asio=no
  892. ax_cv_boost_system=yes
  893. lt_cv_deplibs_check_method=pass_all
  894. lt_cv_file_magic_cmd='$MAGIC_CMD'
  895. lt_cv_file_magic_test_file=''
  896. lt_cv_ld_reload_flag=-r
  897. lt_cv_nm_interface='BSD nm'
  898. lt_cv_objdir=.libs
  899. lt_cv_path_LD=/usr/bin/ld
  900. lt_cv_path_LDCXX=''
  901. lt_cv_path_NM='/usr/bin/nm -p'
  902. lt_cv_prog_compiler_c_o=yes
  903. lt_cv_prog_compiler_c_o_CXX=yes
  904. lt_cv_prog_compiler_pic_works=yes
  905. lt_cv_prog_compiler_pic_works_CXX=yes
  906. lt_cv_prog_compiler_static_works=yes
  907. lt_cv_prog_compiler_static_works_CXX=no
  908. lt_cv_prog_gnu_ld=no
  909. lt_cv_prog_gnu_ldcxx=''
  910. lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[\t ]\\([BDRT][BDRT]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\''
  911. lt_cv_sys_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\) $/ {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/ {"\\2", (void *) \\&\\2},/p\''
  912. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=$'sed -n -e \'s/^: \\([^ ]*\\) $/ {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\(lib[^ ]*\\)$/ {"\\2", (void *) \\&\\2},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/ {"lib\\2", (void *) \\&\\2},/p\''
  913. lt_cv_sys_global_symbol_to_cdecl=$'sed -n -e \'s/^T .* \\(.*\\)$/extern int \\1();/p\' -e \'s/^[BDRT]* .* \\(.*\\)$/extern char \\1;/p\''
  914. lt_cv_sys_max_cmd_len=786240
  915.  
  916. ## ----------------- ##
  917. ## Output variables. ##
  918. ## ----------------- ##
  919.  
  920. ACLOCAL='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run aclocal-1.11'
  921. AMDEPBACKSLASH='\'
  922. AMDEP_FALSE='#'
  923. AMDEP_TRUE=''
  924. AMTAR='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run tar'
  925. AR='ar'
  926. AUTOCONF='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run autoconf'
  927. AUTOHEADER='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run autoheader'
  928. AUTOMAKE='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run automake-1.11'
  929. AWK='gawk'
  930. BOOST_ASIO_LIB=''
  931. BOOST_CPPFLAGS='-I/usr/local/include'
  932. BOOST_FILESYSTEM_LIB=''
  933. BOOST_LDFLAGS='-L/usr/local/lib'
  934. BOOST_PROGRAM_OPTIONS_LIB=''
  935. BOOST_PYTHON_LIB=''
  936. BOOST_REGEX_LIB=''
  937. BOOST_SYSTEM_LIB='-lboost_system'
  938. BOOST_THREAD_LIB=''
  939. CC='cc'
  940. CCDEPMODE='depmode=none'
  941. CFLAGS='-g'
  942. CLIENT_TEST_BIN=''
  943. COMPILETIME_OPTIONS=''
  944. CPP='cc -E'
  945. CPPFLAGS=''
  946. CXX='CC'
  947. CXXCPP='CC -E'
  948. CXXDEPMODE='depmode=none'
  949. CXXFLAGS='-g'
  950. CYGPATH_W='echo'
  951. DEBUGFLAGS=''
  952. DEFS=''
  953. DEPDIR='.deps'
  954. DSYMUTIL=''
  955. DUMPBIN=''
  956. ECHO_C='\c'
  957. ECHO_N=''
  958. ECHO_T=''
  959. EGREP='/usr/gnu/bin/grep -E'
  960. ENABLE_EXAMPLES_FALSE=''
  961. ENABLE_EXAMPLES_TRUE=''
  962. ENABLE_PYTHON_BINDING_FALSE=''
  963. ENABLE_PYTHON_BINDING_TRUE=''
  964. ENABLE_SHIPPED_ASIO_FALSE=''
  965. ENABLE_SHIPPED_ASIO_TRUE='#'
  966. ENABLE_SHIPPED_ZLIB_FALSE=''
  967. ENABLE_SHIPPED_ZLIB_TRUE=''
  968. ENABLE_TESTS_FALSE=''
  969. ENABLE_TESTS_TRUE=''
  970. EXEEXT=''
  971. FGREP='/usr/gnu/bin/grep -F'
  972. GEOIP_CFLAGS=''
  973. GEOIP_LIBS=''
  974. GREP='/usr/gnu/bin/grep'
  975. HAVE_SSL=''
  976. INSTALL_DATA='${INSTALL} -m 644'
  977. INSTALL_PROGRAM='${INSTALL}'
  978. INSTALL_SCRIPT='${INSTALL}'
  979. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  980. INTERFACE_VERSION_INFO='5:0:0'
  981. LD='/usr/bin/ld'
  982. LDFLAGS=''
  983. LIBOBJS=''
  984. LIBS=''
  985. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  986. LIPO=''
  987. LN_S='ln -s'
  988. LTLIBOBJS=''
  989. MAKEINFO='${SHELL} /root/libtorrent-rasterbar-0.14.9/missing --run makeinfo'
  990. MKDIR_P='/usr/gnu/bin/mkdir -p'
  991. NM='/usr/bin/nm -p'
  992. NMEDIT=''
  993. OBJDUMP='false'
  994. OBJEXT='o'
  995. OTOOL64=''
  996. OTOOL=''
  997. PACKAGE='libtorrent-rasterbar'
  998. PACKAGE_BUGREPORT='arvid@cs.umu.se'
  999. PACKAGE_NAME='libtorrent-rasterbar'
  1000. PACKAGE_STRING='libtorrent-rasterbar 0.14.9'
  1001. PACKAGE_TARNAME='libtorrent-rasterbar'
  1002. PACKAGE_URL=''
  1003. PACKAGE_VERSION='0.14.9'
  1004. PATH_SEPARATOR=':'
  1005. PKG_CONFIG=''
  1006. PTHREAD_CC='cc'
  1007. PTHREAD_CFLAGS='-D_REENTRANT '
  1008. PTHREAD_LIBS='-lpthread'
  1009. PYTHON=''
  1010. PYTHON_EXEC_PREFIX=''
  1011. PYTHON_INCLUDE_DIR=''
  1012. PYTHON_INSTALL_PARAMS=''
  1013. PYTHON_LIB=''
  1014. PYTHON_PLATFORM=''
  1015. PYTHON_PREFIX=''
  1016. PYTHON_VERSION=''
  1017. RANLIB='ranlib'
  1018. SED='/usr/gnu/bin/sed'
  1019. SET_MAKE=''
  1020. SHELL='/bin/sh'
  1021. SSL_CFLAGS=''
  1022. SSL_CXXFLAGS=''
  1023. SSL_LDFLAGS=''
  1024. SSL_LIBS=''
  1025. STRIP='strip'
  1026. USE_DHT_FALSE=''
  1027. USE_DHT_TRUE=''
  1028. USE_ENCRYPTION_FALSE=''
  1029. USE_ENCRYPTION_TRUE=''
  1030. VERSION='0.14.9'
  1031. WITH_SHIPPED_GEOIP_FALSE=''
  1032. WITH_SHIPPED_GEOIP_TRUE=''
  1033. ZLIB=''
  1034. ZLIBINCL=''
  1035. ac_ct_CC=''
  1036. ac_ct_CXX='CC'
  1037. ac_ct_DUMPBIN=''
  1038. acx_pthread_config=''
  1039. am__EXEEXT_FALSE=''
  1040. am__EXEEXT_TRUE=''
  1041. am__fastdepCC_FALSE=''
  1042. am__fastdepCC_TRUE='#'
  1043. am__fastdepCXX_FALSE=''
  1044. am__fastdepCXX_TRUE='#'
  1045. am__include='include'
  1046. am__isrc=''
  1047. am__leading_dot='.'
  1048. am__quote=''
  1049. am__tar='${AMTAR} chof - "$$tardir"'
  1050. am__untar='${AMTAR} xf -'
  1051. bindir='${exec_prefix}/bin'
  1052. build='i386-pc-solaris2.11'
  1053. build_alias=''
  1054. build_cpu='i386'
  1055. build_os='solaris2.11'
  1056. build_vendor='pc'
  1057. datadir='${datarootdir}'
  1058. datarootdir='${prefix}/share'
  1059. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1060. dvidir='${docdir}'
  1061. exec_prefix='NONE'
  1062. host='i386-pc-solaris2.11'
  1063. host_alias=''
  1064. host_cpu='i386'
  1065. host_os='solaris2.11'
  1066. host_vendor='pc'
  1067. htmldir='${docdir}'
  1068. includedir='${prefix}/include'
  1069. infodir='${datarootdir}/info'
  1070. install_sh='${SHELL} /root/libtorrent-rasterbar-0.14.9/install-sh'
  1071. libdir='${exec_prefix}/lib'
  1072. libexecdir='${exec_prefix}/libexec'
  1073. localedir='${datarootdir}/locale'
  1074. localstatedir='${prefix}/var'
  1075. lt_ECHO='/usr/gnu/bin/echo'
  1076. mandir='${datarootdir}/man'
  1077. mkdir_p='/usr/gnu/bin/mkdir -p'
  1078. oldincludedir='/usr/include'
  1079. pdfdir='${docdir}'
  1080. pkgpyexecdir=''
  1081. pkgpythondir=''
  1082. prefix='NONE'
  1083. program_transform_name='s,x,x,'
  1084. psdir='${docdir}'
  1085. pyexecdir=''
  1086. pythondir=''
  1087. sbindir='${exec_prefix}/sbin'
  1088. sharedstatedir='${prefix}/com'
  1089. sysconfdir='${prefix}/etc'
  1090. target_alias=''
  1091.  
  1092. ## ----------- ##
  1093. ## confdefs.h. ##
  1094. ## ----------- ##
  1095.  
  1096. /* confdefs.h */
  1097. #define PACKAGE_NAME "libtorrent-rasterbar"
  1098. #define PACKAGE_TARNAME "libtorrent-rasterbar"
  1099. #define PACKAGE_VERSION "0.14.9"
  1100. #define PACKAGE_STRING "libtorrent-rasterbar 0.14.9"
  1101. #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  1102. #define PACKAGE_URL ""
  1103. #define PACKAGE "libtorrent-rasterbar"
  1104. #define VERSION "0.14.9"
  1105. #define STDC_HEADERS 1
  1106. #define HAVE_SYS_TYPES_H 1
  1107. #define HAVE_SYS_STAT_H 1
  1108. #define HAVE_STDLIB_H 1
  1109. #define HAVE_STRING_H 1
  1110. #define HAVE_MEMORY_H 1
  1111. #define HAVE_STRINGS_H 1
  1112. #define HAVE_INTTYPES_H 1
  1113. #define HAVE_STDINT_H 1
  1114. #define HAVE_UNISTD_H 1
  1115. #define HAVE_DLFCN_H 1
  1116. #define LT_OBJDIR ".libs/"
  1117. #define _FILE_OFFSET_BITS 64
  1118. #define HAVE_PTHREAD 1
  1119. #define HAVE_BOOST_SYSTEM /**/
  1120.  
  1121. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement