Guest User

Untitled

a guest
Jun 1st, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.19 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 rtorrent configure 0.9.6, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/opt/lsw/stack/tools/rtorrent-0.9.6
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dev1
  14. uname -m = i86pc
  15. uname -r = 5.11
  16. uname -s = SunOS
  17. uname -v = 11.3
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = System = SunOS
  21. Node = dev1
  22. Release = 5.11
  23. KernelID = 11.3
  24. Machine = i86pc
  25. BusType = <unknown>
  26. Serial = <unknown>
  27. Users = <unknown>
  28. OEM# = 0
  29. Origin# = 1
  30. NumCPU = 24
  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: /opt/lsw/stack/tools/gcc/bin
  41. PATH: /opt/lsw/bin
  42. PATH: /usr/bin
  43. PATH: /usr/sbin
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2419: checking for a BSD-compatible install
  51. configure:2487: result: /usr/bin/ginstall -c
  52. configure:2498: checking whether build environment is sane
  53. configure:2548: result: yes
  54. configure:2689: checking for a thread-safe mkdir -p
  55. configure:2728: result: /usr/bin/gmkdir -p
  56. configure:2741: checking for gawk
  57. configure:2757: found /opt/lsw/bin/gawk
  58. configure:2768: result: gawk
  59. configure:2779: checking whether make sets $(MAKE)
  60. configure:2801: result: yes
  61. configure:2943: checking for g++
  62. configure:2959: found /opt/lsw/stack/tools/gcc/bin/g++
  63. configure:2970: result: g++
  64. configure:2997: checking for C++ compiler version
  65. configure:3006: g++ --version >&5
  66. g++ (GCC) 7.2.0
  67. Copyright (C) 2017 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3017: $? = 0
  72. configure:3006: g++ -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=g++
  75. COLLECT_LTO_WRAPPER=/opt/lsw/stack/tools/gcc-7.2.0/libexec/gcc/x86_64-pc-solaris2.11/7.2.0/lto-wrapper
  76. Target: x86_64-pc-solaris2.11
  77. Configured with: /export/software/install/gcc-7.2.0//configure --prefix=/opt/lsw/stack/tools/gcc-7.2.0 --with-ld=/usr/bin/ld --without-gnu-ld --with-gnu-as --with-as=/usr/gnu/bin/as --disable-rpath --with-system-zlib --enable-languages=c,c++,fortran,objc,lto --with-gmp-include=/usr/include/gmp --with-mpfr-include=/usr/include/mpfr --enable-shared --enable-initfini-array x86_64-pc-solaris2.11
  78. Thread model: posix
  79. gcc version 7.2.0 (GCC)
  80. configure:3017: $? = 0
  81. configure:3006: g++ -V >&5
  82. g++: error: unrecognized command line option '-V'
  83. g++: fatal error: no input files
  84. compilation terminated.
  85. configure:3017: $? = 1
  86. configure:3006: g++ -qversion >&5
  87. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  88. g++: fatal error: no input files
  89. compilation terminated.
  90. configure:3017: $? = 1
  91. configure:3037: checking whether the C++ compiler works
  92. configure:3059: g++ -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.cpp >&5
  93. configure:3063: $? = 0
  94. configure:3111: result: yes
  95. configure:3114: checking for C++ compiler default output file name
  96. configure:3116: result: a.out
  97. configure:3122: checking for suffix of executables
  98. configure:3129: g++ -o conftest -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.cpp >&5
  99. configure:3133: $? = 0
  100. configure:3155: result:
  101. configure:3177: checking whether we are cross compiling
  102. configure:3185: g++ -o conftest -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.cpp >&5
  103. configure:3189: $? = 0
  104. configure:3196: ./conftest
  105. configure:3200: $? = 0
  106. configure:3215: result: no
  107. configure:3220: checking for suffix of object files
  108. configure:3242: g++ -c -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  109. configure:3246: $? = 0
  110. configure:3267: result: o
  111. configure:3271: checking whether we are using the GNU C++ compiler
  112. configure:3290: g++ -c -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  113. configure:3290: $? = 0
  114. configure:3299: result: yes
  115. configure:3308: checking whether g++ accepts -g
  116. configure:3328: g++ -c -g -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  117. configure:3328: $? = 0
  118. configure:3369: result: yes
  119. configure:3403: checking for style of include used by make
  120. configure:3431: result: GNU
  121. configure:3457: checking dependency style of g++
  122. configure:3568: result: gcc3
  123. configure:3612: checking build system type
  124. configure:3626: result: x86_64-pc-solaris2.11
  125. configure:3646: checking host system type
  126. configure:3659: result: x86_64-pc-solaris2.11
  127. configure:3700: checking how to print strings
  128. configure:3729: result: print -r
  129. configure:3796: checking for gcc
  130. configure:3812: found /opt/lsw/stack/tools/gcc/bin/gcc
  131. configure:3823: result: gcc
  132. configure:4052: checking for C compiler version
  133. configure:4061: gcc --version >&5
  134. gcc (GCC) 7.2.0
  135. Copyright (C) 2017 Free Software Foundation, Inc.
  136. This is free software; see the source for copying conditions. There is NO
  137. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  138.  
  139. configure:4072: $? = 0
  140. configure:4061: gcc -v >&5
  141. Using built-in specs.
  142. COLLECT_GCC=gcc
  143. COLLECT_LTO_WRAPPER=/opt/lsw/stack/tools/gcc-7.2.0/libexec/gcc/x86_64-pc-solaris2.11/7.2.0/lto-wrapper
  144. Target: x86_64-pc-solaris2.11
  145. Configured with: /export/software/install/gcc-7.2.0//configure --prefix=/opt/lsw/stack/tools/gcc-7.2.0 --with-ld=/usr/bin/ld --without-gnu-ld --with-gnu-as --with-as=/usr/gnu/bin/as --disable-rpath --with-system-zlib --enable-languages=c,c++,fortran,objc,lto --with-gmp-include=/usr/include/gmp --with-mpfr-include=/usr/include/mpfr --enable-shared --enable-initfini-array x86_64-pc-solaris2.11
  146. Thread model: posix
  147. gcc version 7.2.0 (GCC)
  148. configure:4072: $? = 0
  149. configure:4061: gcc -V >&5
  150. gcc: error: unrecognized command line option '-V'
  151. gcc: fatal error: no input files
  152. compilation terminated.
  153. configure:4072: $? = 1
  154. configure:4061: gcc -qversion >&5
  155. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  156. gcc: fatal error: no input files
  157. compilation terminated.
  158. configure:4072: $? = 1
  159. configure:4076: checking whether we are using the GNU C compiler
  160. configure:4095: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  161. configure:4095: $? = 0
  162. configure:4104: result: yes
  163. configure:4113: checking whether gcc accepts -g
  164. configure:4133: gcc -c -g -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  165. configure:4133: $? = 0
  166. configure:4174: result: yes
  167. configure:4191: checking for gcc option to accept ISO C89
  168. configure:4255: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  169. configure:4255: $? = 0
  170. configure:4268: result: none needed
  171. configure:4290: checking dependency style of gcc
  172. configure:4401: result: gcc3
  173. configure:4416: checking for a sed that does not truncate output
  174. configure:4480: result: /usr/bin/gsed
  175. configure:4498: checking for grep that handles long lines and -e
  176. configure:4556: result: /usr/bin/ggrep
  177. configure:4561: checking for egrep
  178. configure:4623: result: /usr/bin/ggrep -E
  179. configure:4628: checking for fgrep
  180. configure:4690: result: /usr/bin/ggrep -F
  181. configure:4725: checking for ld used by gcc
  182. configure:4792: result: /usr/bin/ld
  183. configure:4799: checking if the linker (/usr/bin/ld) is GNU ld
  184. configure:4814: result: no
  185. configure:4826: checking for BSD- or MS-compatible name lister (nm)
  186. configure:4875: result: /usr/bin/nm -p
  187. configure:5005: checking the name lister (/usr/bin/nm -p) interface
  188. configure:5012: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  189. configure:5015: /usr/bin/nm -p "conftest.o"
  190. configure:5018: output
  191.  
  192.  
  193. conftest.o:
  194. 00000000000000000000 s
  195. 00000000000000000000 s
  196. 00000000000000000000 s
  197. 00000000000000000000 b
  198. 00000000000000000000 f conftest.c
  199. 00000000000000000000 B some_variable
  200. configure:5025: result: BSD nm
  201. configure:5028: checking whether ln -s works
  202. configure:5032: result: yes
  203. configure:5040: checking the maximum length of command line arguments
  204. configure:5170: result: 786240
  205. configure:5187: checking whether the shell understands some XSI constructs
  206. configure:5197: result: yes
  207. configure:5201: checking whether the shell understands "+="
  208. configure:5207: result: yes
  209. configure:5242: checking how to convert x86_64-pc-solaris2.11 file names to x86_64-pc-solaris2.11 format
  210. configure:5282: result: func_convert_file_noop
  211. configure:5289: checking how to convert x86_64-pc-solaris2.11 file names to toolchain format
  212. configure:5309: result: func_convert_file_noop
  213. configure:5316: checking for /usr/bin/ld option to reload object files
  214. configure:5323: result: -r
  215. configure:5397: checking for objdump
  216. configure:5427: result: no
  217. configure:5456: checking how to recognize dependent libraries
  218. configure:5658: result: pass_all
  219. configure:5743: checking for dlltool
  220. configure:5773: result: no
  221. configure:5803: checking how to associate runtime and link libraries
  222. configure:5830: result: print -r --
  223. configure:5891: checking for ar
  224. configure:5907: found /usr/bin/ar
  225. configure:5918: result: ar
  226. configure:5955: checking for archiver @FILE support
  227. configure:5972: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  228. configure:5972: $? = 0
  229. configure:5975: ar cru libconftest.a @conftest.lst >&5
  230. ar: cannot open @conftest.lst: No such file or directory
  231. ar: @conftest.lst not found
  232. configure:5978: $? = 1
  233. configure:5998: result: no
  234. configure:6056: checking for strip
  235. configure:6072: found /usr/bin/strip
  236. configure:6083: result: strip
  237. configure:6155: checking for ranlib
  238. configure:6171: found /usr/bin/ranlib
  239. configure:6182: result: ranlib
  240. configure:6284: checking command to parse /usr/bin/nm -p output from gcc object
  241. configure:6404: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  242. configure:6407: $? = 0
  243. configure:6411: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  244. configure:6414: $? = 0
  245. cannot find nm_test_var in conftest.nm
  246. configure:6404: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  247. configure:6407: $? = 0
  248. configure:6411: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  249. configure:6414: $? = 0
  250. cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d'
  251. configure:6518: result: failed
  252. configure:6558: checking for sysroot
  253. configure:6588: result: no
  254. configure:6764: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  255. configure:6767: $? = 0
  256. configure:6844: checking for mt
  257. configure:6860: found /usr/bin/mt
  258. configure:6871: result: mt
  259. configure:6894: checking if mt is a manifest tool
  260. configure:6900: mt '-?'
  261. mt: unknown command: -?
  262. configure:6908: result: no
  263. configure:7550: checking how to run the C preprocessor
  264. configure:7581: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  265. configure:7581: $? = 0
  266. configure:7595: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  267. conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
  268. #include <ac_nonexistent.h>
  269. ^~~~~~~~~~~~~~~~~~
  270. compilation terminated.
  271. configure:7595: $? = 1
  272. configure: failed program was:
  273. | /* confdefs.h */
  274. | #define PACKAGE_NAME "rtorrent"
  275. | #define PACKAGE_TARNAME "rtorrent"
  276. | #define PACKAGE_VERSION "0.9.6"
  277. | #define PACKAGE_STRING "rtorrent 0.9.6"
  278. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  279. | #define PACKAGE_URL ""
  280. | #define API_VERSION 9
  281. | #define PACKAGE "rtorrent"
  282. | #define VERSION "0.9.6"
  283. | /* end confdefs.h. */
  284. | #include <ac_nonexistent.h>
  285. configure:7620: result: gcc -E
  286. configure:7640: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  287. configure:7640: $? = 0
  288. configure:7654: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  289. conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
  290. #include <ac_nonexistent.h>
  291. ^~~~~~~~~~~~~~~~~~
  292. compilation terminated.
  293. configure:7654: $? = 1
  294. configure: failed program was:
  295. | /* confdefs.h */
  296. | #define PACKAGE_NAME "rtorrent"
  297. | #define PACKAGE_TARNAME "rtorrent"
  298. | #define PACKAGE_VERSION "0.9.6"
  299. | #define PACKAGE_STRING "rtorrent 0.9.6"
  300. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  301. | #define PACKAGE_URL ""
  302. | #define API_VERSION 9
  303. | #define PACKAGE "rtorrent"
  304. | #define VERSION "0.9.6"
  305. | /* end confdefs.h. */
  306. | #include <ac_nonexistent.h>
  307. configure:7683: checking for ANSI C header files
  308. configure:7703: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  309. configure:7703: $? = 0
  310. configure:7776: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  311. configure:7776: $? = 0
  312. configure:7776: ./conftest
  313. configure:7776: $? = 0
  314. configure:7787: result: yes
  315. configure:7800: checking for sys/types.h
  316. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  317. configure:7800: $? = 0
  318. configure:7800: result: yes
  319. configure:7800: checking for sys/stat.h
  320. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  321. configure:7800: $? = 0
  322. configure:7800: result: yes
  323. configure:7800: checking for stdlib.h
  324. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  325. configure:7800: $? = 0
  326. configure:7800: result: yes
  327. configure:7800: checking for string.h
  328. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  329. configure:7800: $? = 0
  330. configure:7800: result: yes
  331. configure:7800: checking for memory.h
  332. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  333. configure:7800: $? = 0
  334. configure:7800: result: yes
  335. configure:7800: checking for strings.h
  336. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  337. configure:7800: $? = 0
  338. configure:7800: result: yes
  339. configure:7800: checking for inttypes.h
  340. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  341. configure:7800: $? = 0
  342. configure:7800: result: yes
  343. configure:7800: checking for stdint.h
  344. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  345. configure:7800: $? = 0
  346. configure:7800: result: yes
  347. configure:7800: checking for unistd.h
  348. configure:7800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  349. configure:7800: $? = 0
  350. configure:7800: result: yes
  351. configure:7814: checking for dlfcn.h
  352. configure:7814: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  353. configure:7814: $? = 0
  354. configure:7814: result: yes
  355. configure:8031: checking for objdir
  356. configure:8046: result: .libs
  357. configure:8313: checking if gcc supports -fno-rtti -fno-exceptions
  358. configure:8331: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -fno-rtti -fno-exceptions conftest.c >&5
  359. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  360. configure:8335: $? = 0
  361. configure:8348: result: no
  362. configure:8675: checking for gcc option to produce PIC
  363. configure:8682: result: -fPIC -DPIC
  364. configure:8690: checking if gcc PIC flag -fPIC -DPIC works
  365. configure:8708: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -fPIC -DPIC -DPIC conftest.c >&5
  366. configure:8712: $? = 0
  367. configure:8725: result: yes
  368. configure:8754: checking if gcc static flag -static works
  369. configure:8782: result: no
  370. configure:8797: checking if gcc supports -c -o file.o
  371. configure:8818: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -o out/conftest2.o conftest.c >&5
  372. configure:8822: $? = 0
  373. configure:8844: result: yes
  374. configure:8852: checking if gcc supports -c -o file.o
  375. configure:8899: result: yes
  376. configure:8932: checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries
  377. configure:10085: result: yes
  378. configure:10122: checking whether -lc should be explicitly linked in
  379. configure:10130: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  380. configure:10133: $? = 0
  381. configure:10148: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| /usr/bin/ggrep -lc \>/dev/null 2\>\&1
  382. configure:10151: $? = 0
  383. configure:10165: result: no
  384. configure:10325: checking dynamic linker characteristics
  385. configure:11058: result: solaris2.11 ld.so
  386. configure:11165: checking how to hardcode library paths into programs
  387. configure:11190: result: immediate
  388. configure:11730: checking whether stripping libraries is possible
  389. configure:11752: result: no
  390. configure:11770: checking if libtool supports shared libraries
  391. configure:11772: result: yes
  392. configure:11775: checking whether to build shared libraries
  393. configure:11796: result: yes
  394. configure:11799: checking whether to build static libraries
  395. configure:11803: result: yes
  396. configure:11826: checking how to run the C++ preprocessor
  397. configure:11853: g++ -E -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp
  398. configure:11853: $? = 0
  399. configure:11867: g++ -E -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp
  400. conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
  401. #include <ac_nonexistent.h>
  402. ^~~~~~~~~~~~~~~~~~
  403. compilation terminated.
  404. configure:11867: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h */
  407. | #define PACKAGE_NAME "rtorrent"
  408. | #define PACKAGE_TARNAME "rtorrent"
  409. | #define PACKAGE_VERSION "0.9.6"
  410. | #define PACKAGE_STRING "rtorrent 0.9.6"
  411. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  412. | #define PACKAGE_URL ""
  413. | #define API_VERSION 9
  414. | #define PACKAGE "rtorrent"
  415. | #define VERSION "0.9.6"
  416. | #define STDC_HEADERS 1
  417. | #define HAVE_SYS_TYPES_H 1
  418. | #define HAVE_SYS_STAT_H 1
  419. | #define HAVE_STDLIB_H 1
  420. | #define HAVE_STRING_H 1
  421. | #define HAVE_MEMORY_H 1
  422. | #define HAVE_STRINGS_H 1
  423. | #define HAVE_INTTYPES_H 1
  424. | #define HAVE_STDINT_H 1
  425. | #define HAVE_UNISTD_H 1
  426. | #define HAVE_DLFCN_H 1
  427. | #define LT_OBJDIR ".libs/"
  428. | /* end confdefs.h. */
  429. | #include <ac_nonexistent.h>
  430. configure:11892: result: g++ -E
  431. configure:11912: g++ -E -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp
  432. configure:11912: $? = 0
  433. configure:11926: g++ -E -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp
  434. conftest.cpp:24:10: fatal error: ac_nonexistent.h: No such file or directory
  435. #include <ac_nonexistent.h>
  436. ^~~~~~~~~~~~~~~~~~
  437. compilation terminated.
  438. configure:11926: $? = 1
  439. configure: failed program was:
  440. | /* confdefs.h */
  441. | #define PACKAGE_NAME "rtorrent"
  442. | #define PACKAGE_TARNAME "rtorrent"
  443. | #define PACKAGE_VERSION "0.9.6"
  444. | #define PACKAGE_STRING "rtorrent 0.9.6"
  445. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  446. | #define PACKAGE_URL ""
  447. | #define API_VERSION 9
  448. | #define PACKAGE "rtorrent"
  449. | #define VERSION "0.9.6"
  450. | #define STDC_HEADERS 1
  451. | #define HAVE_SYS_TYPES_H 1
  452. | #define HAVE_SYS_STAT_H 1
  453. | #define HAVE_STDLIB_H 1
  454. | #define HAVE_STRING_H 1
  455. | #define HAVE_MEMORY_H 1
  456. | #define HAVE_STRINGS_H 1
  457. | #define HAVE_INTTYPES_H 1
  458. | #define HAVE_STDINT_H 1
  459. | #define HAVE_UNISTD_H 1
  460. | #define HAVE_DLFCN_H 1
  461. | #define LT_OBJDIR ".libs/"
  462. | /* end confdefs.h. */
  463. | #include <ac_nonexistent.h>
  464. configure:12095: checking for ld used by g++
  465. configure:12162: result: /usr/bin/ld -64
  466. configure:12169: checking if the linker (/usr/bin/ld -64) is GNU ld
  467. configure:12184: result: no
  468. configure:12239: checking whether the g++ linker (/usr/bin/ld -64) supports shared libraries
  469. configure:13244: result: yes
  470. configure:13280: g++ -c -g -O2 -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  471. configure:13283: $? = 0
  472. configure:13803: checking for g++ option to produce PIC
  473. configure:13810: result: -fPIC -DPIC
  474. configure:13818: checking if g++ PIC flag -fPIC -DPIC works
  475. configure:13836: g++ -c -g -O2 -I/opt/lsw/include -I/usr/include/ncurses -fPIC -DPIC -DPIC conftest.cpp >&5
  476. configure:13840: $? = 0
  477. configure:13853: result: yes
  478. configure:13876: checking if g++ static flag -static works
  479. configure:13904: result: no
  480. configure:13916: checking if g++ supports -c -o file.o
  481. configure:13937: g++ -c -g -O2 -I/opt/lsw/include -I/usr/include/ncurses -o out/conftest2.o conftest.cpp >&5
  482. configure:13941: $? = 0
  483. configure:13963: result: yes
  484. configure:13968: checking if g++ supports -c -o file.o
  485. configure:14015: result: yes
  486. configure:14045: checking whether the g++ linker (/usr/bin/ld -64) supports shared libraries
  487. configure:14081: result: yes
  488. configure:14222: checking dynamic linker characteristics
  489. configure:14889: result: solaris2.11 ld.so
  490. configure:14942: checking how to hardcode library paths into programs
  491. configure:14967: result: immediate
  492. configure:15031: checking for user-defined CXXFLAGS
  493. configure:15035: result: user-defined "-g -O2"
  494. configure:15147: checking for TR1 support
  495. configure:15158: g++ -c -g -O2 -g -DDEBUG -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  496. configure:15158: $? = 0
  497. configure:15160: result: yes
  498. configure:15252: checking for C++11 support
  499. configure:15266: g++ -c -g -O2 -g -DDEBUG -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  500. configure:15266: $? = 0
  501. configure:15268: result: yes
  502. configure:15317: checking for special C compiler options needed for large files
  503. configure:15362: result: no
  504. configure:15368: checking for _FILE_OFFSET_BITS value needed for large files
  505. configure:15393: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  506. configure:15393: $? = 0
  507. configure:15425: result: no
  508. configure:15510: checking for execinfo.h
  509. configure:15526: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  510. conftest.c: In function 'main':
  511. conftest.c:28:63: warning: passing argument 1 of 'backtrace_symbols' from incompatible pointer type [-Wincompatible-pointer-types]
  512. int main() { backtrace((void**)0, 0); backtrace_symbols((char**)0, 0); return 0;}
  513. ^
  514. In file included from conftest.c:27:0:
  515. /usr/include/execinfo.h:19:15: note: expected 'void * const*' but argument is of type 'char **'
  516. extern char **backtrace_symbols(void *const *, int);
  517. ^~~~~~~~~~~~~~~~~
  518. configure:15526: $? = 0
  519. configure:15526: ./conftest
  520. configure:15526: $? = 0
  521. configure:15528: result: yes
  522. configure:15552: checking for proper overloaded template function disambiguation
  523. configure:15563: g++ -c -g -O2 -g -DDEBUG -I/opt/lsw/include -I/usr/include/ncurses conftest.cpp >&5
  524. configure:15563: $? = 0
  525. configure:15565: result: yes
  526. configure:15618: checking for sysroot
  527. configure:15622: result: no
  528. configure:15754: checking sys/vfs.h usability
  529. configure:15754: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  530. configure:15754: $? = 0
  531. configure:15754: result: yes
  532. configure:15754: checking sys/vfs.h presence
  533. configure:15754: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  534. configure:15754: $? = 0
  535. configure:15754: result: yes
  536. configure:15754: checking for sys/vfs.h
  537. configure:15754: result: yes
  538. configure:15754: checking sys/statvfs.h usability
  539. configure:15754: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  540. configure:15754: $? = 0
  541. configure:15754: result: yes
  542. configure:15754: checking sys/statvfs.h presence
  543. configure:15754: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  544. configure:15754: $? = 0
  545. configure:15754: result: yes
  546. configure:15754: checking for sys/statvfs.h
  547. configure:15754: result: yes
  548. configure:15754: checking sys/statfs.h usability
  549. configure:15754: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  550. configure:15754: $? = 0
  551. configure:15754: result: yes
  552. configure:15754: checking sys/statfs.h presence
  553. configure:15754: gcc -E -I/opt/lsw/include -I/usr/include/ncurses conftest.c
  554. configure:15754: $? = 0
  555. configure:15754: result: yes
  556. configure:15754: checking for sys/statfs.h
  557. configure:15754: result: yes
  558. configure:15765: checking for statvfs
  559. configure:15793: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  560. configure:15793: $? = 0
  561. configure:15813: result: ok
  562. configure:16169: checking whether pthreads work with -pthreads
  563. configure:16257: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -pthreads -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  564. configure:16257: $? = 0
  565. configure:16266: result: yes
  566. configure:16285: checking for joinable pthread attribute
  567. configure:16300: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -pthreads -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  568. configure:16300: $? = 0
  569. configure:16306: result: PTHREAD_CREATE_JOINABLE
  570. configure:16316: checking if more special flags are required for pthreads
  571. configure:16330: result: -D_REENTRANT
  572. configure:16336: checking for PTHREAD_PRIO_INHERIT
  573. configure:16354: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -pthreads -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c >&5
  574. configure:16354: $? = 0
  575. configure:16363: result: yes
  576. configure:16481: checking for NcursesW wide-character library
  577. configure:16505: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c -lncursesw >&5
  578. ld: fatal: library -lncursesw: not found
  579. collect2: error: ld returned 1 exit status
  580. configure:16505: $? = 1
  581. configure: failed program was:
  582. | /* confdefs.h */
  583. | #define PACKAGE_NAME "rtorrent"
  584. | #define PACKAGE_TARNAME "rtorrent"
  585. | #define PACKAGE_VERSION "0.9.6"
  586. | #define PACKAGE_STRING "rtorrent 0.9.6"
  587. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  588. | #define PACKAGE_URL ""
  589. | #define API_VERSION 9
  590. | #define PACKAGE "rtorrent"
  591. | #define VERSION "0.9.6"
  592. | #define STDC_HEADERS 1
  593. | #define HAVE_SYS_TYPES_H 1
  594. | #define HAVE_SYS_STAT_H 1
  595. | #define HAVE_STDLIB_H 1
  596. | #define HAVE_STRING_H 1
  597. | #define HAVE_MEMORY_H 1
  598. | #define HAVE_STRINGS_H 1
  599. | #define HAVE_INTTYPES_H 1
  600. | #define HAVE_STDINT_H 1
  601. | #define HAVE_UNISTD_H 1
  602. | #define HAVE_DLFCN_H 1
  603. | #define LT_OBJDIR ".libs/"
  604. | #define HAVE_TR1 1
  605. | #define HAVE_CXX11 1
  606. | #define USE_EXECINFO 1
  607. | #define USE_VARIABLE_FDSET 1
  608. | #define HAVE_SYS_VFS_H 1
  609. | #define HAVE_SYS_STATVFS_H 1
  610. | #define HAVE_SYS_STATFS_H 1
  611. | #define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
  612. | #define FS_STAT_FN statvfs(fn, &m_stat) == 0
  613. | #define FS_STAT_STRUCT struct statvfs
  614. | #define FS_STAT_SIZE_TYPE unsigned long
  615. | #define FS_STAT_COUNT_TYPE fsblkcnt_t
  616. | #define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
  617. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  618. | #define HAVE_PTHREAD 1
  619. | /* end confdefs.h. */
  620. |
  621. | /* Override any GCC internal prototype to avoid an error.
  622. | Use char because int might match the return type of a GCC
  623. | builtin and then its argument prototype would still apply. */
  624. | #ifdef __cplusplus
  625. | extern "C"
  626. | #endif
  627. | char initscr ();
  628. | int
  629. | main ()
  630. | {
  631. | return initscr ();
  632. | ;
  633. | return 0;
  634. | }
  635. configure:16514: result: no
  636. configure:16858: checking for Ncurses library
  637. configure:16882: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c -lncurses >&5
  638. configure:16882: $? = 0
  639. configure:16891: result: yes
  640. configure:16911: checking for working ncurses/curses.h
  641. configure:16938: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c -lncurses >&5
  642. configure:16938: $? = 0
  643. configure:16947: result: yes
  644. configure:16965: checking for working ncurses.h
  645. configure:16992: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c -lncurses >&5
  646. configure:16992: $? = 0
  647. configure:17001: result: yes
  648. configure:17377: checking for pkg-config
  649. configure:17395: found /usr/bin/pkg-config
  650. configure:17407: result: /usr/bin/pkg-config
  651. configure:17432: checking pkg-config is at least version 0.9.0
  652. configure:17435: result: yes
  653. configure:17446: checking for libcurl
  654. configure:17453: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.4"
  655. configure:17456: $? = 0
  656. configure:17469: $PKG_CONFIG --exists --print-errors "libcurl >= 7.15.4"
  657. configure:17472: $? = 0
  658. configure:17526: result: yes
  659. configure:17534: checking for libtorrent
  660. configure:17614: result: yes
  661. configure:17627: checking for XMLRPC-C
  662. configure:17690: result: ignored
  663. configure:17712: checking for posix_memalign
  664. configure:17712: gcc -o conftest -I/opt/lsw/include -I/usr/include/ncurses -m64 -D_REENTRANT -pthreads -I/opt/lsw/include -I/usr/include/ncurses -lsocket -lnsl conftest.c -lncurses -lcurl -L/opt/lsw/lib -ltorrent >&5
  665. conftest.c:72:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch]
  666. char posix_memalign ();
  667. ^~~~~~~~~~~~~~
  668. configure:17712: $? = 0
  669. configure:17712: result: yes
  670. configure:17722: checking for cacheline
  671. configure:17734: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -D_REENTRANT -pthreads -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  672. conftest.c:52:20: fatal error: linux/cache.h: No such file or directory
  673. #include <linux/cache.h>
  674. ^~~~~~~~~~~~~~~
  675. compilation terminated.
  676. configure:17734: $? = 1
  677. configure: failed program was:
  678. | /* confdefs.h */
  679. | #define PACKAGE_NAME "rtorrent"
  680. | #define PACKAGE_TARNAME "rtorrent"
  681. | #define PACKAGE_VERSION "0.9.6"
  682. | #define PACKAGE_STRING "rtorrent 0.9.6"
  683. | #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  684. | #define PACKAGE_URL ""
  685. | #define API_VERSION 9
  686. | #define PACKAGE "rtorrent"
  687. | #define VERSION "0.9.6"
  688. | #define STDC_HEADERS 1
  689. | #define HAVE_SYS_TYPES_H 1
  690. | #define HAVE_SYS_STAT_H 1
  691. | #define HAVE_STDLIB_H 1
  692. | #define HAVE_STRING_H 1
  693. | #define HAVE_MEMORY_H 1
  694. | #define HAVE_STRINGS_H 1
  695. | #define HAVE_INTTYPES_H 1
  696. | #define HAVE_STDINT_H 1
  697. | #define HAVE_UNISTD_H 1
  698. | #define HAVE_DLFCN_H 1
  699. | #define LT_OBJDIR ".libs/"
  700. | #define HAVE_TR1 1
  701. | #define HAVE_CXX11 1
  702. | #define USE_EXECINFO 1
  703. | #define USE_VARIABLE_FDSET 1
  704. | #define HAVE_SYS_VFS_H 1
  705. | #define HAVE_SYS_STATVFS_H 1
  706. | #define HAVE_SYS_STATFS_H 1
  707. | #define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
  708. | #define FS_STAT_FN statvfs(fn, &m_stat) == 0
  709. | #define FS_STAT_STRUCT struct statvfs
  710. | #define FS_STAT_SIZE_TYPE unsigned long
  711. | #define FS_STAT_COUNT_TYPE fsblkcnt_t
  712. | #define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
  713. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  714. | #define HAVE_PTHREAD 1
  715. | #define HAVE_NCURSES 1
  716. | #define HAVE_CURSES 1
  717. | #define HAVE_CURSES_COLOR 1
  718. | #define HAVE_CURSES_OBSOLETE 1
  719. | #define HAVE_NCURSES_CURSES_H 1
  720. | #define HAVE_CURSES_COLOR 1
  721. | #define HAVE_CURSES_OBSOLETE 1
  722. | #define HAVE_NCURSES_H 1
  723. | #define HAVE_CONFIG_H 1
  724. | #define USER_AGENT std::string(PACKAGE "/" VERSION "/") + torrent::version()
  725. | #define HAVE_POSIX_MEMALIGN 1
  726. | /* end confdefs.h. */
  727. |
  728. | #include <stdlib.h>
  729. | #include <linux/cache.h>
  730. | void* vptr __cacheline_aligned;
  731. | void f() { posix_memalign(&vptr, SMP_CACHE_BYTES, 42); }
  732. |
  733. configure:17749: result: using default 128 bytes
  734. configure:17762: checking for __builtin_popcount
  735. configure:17771: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -D_REENTRANT -pthreads -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  736. configure:17771: $? = 0
  737. configure:17773: result: yes
  738. configure:17789: checking if compiler supports __attribute__((unused))
  739. configure:17800: gcc -c -I/opt/lsw/include -I/usr/include/ncurses -m64 -D_REENTRANT -pthreads -I/opt/lsw/include -I/usr/include/ncurses conftest.c >&5
  740. configure:17800: $? = 0
  741. configure:17808: result: yes
  742. configure:17963: creating ./config.status
  743.  
  744. ## ---------------------- ##
  745. ## Running config.status. ##
  746. ## ---------------------- ##
  747.  
  748. This file was extended by rtorrent config.status 0.9.6, which was
  749. generated by GNU Autoconf 2.68. Invocation command line was
  750.  
  751. CONFIG_FILES =
  752. CONFIG_HEADERS =
  753. CONFIG_LINKS =
  754. CONFIG_COMMANDS =
  755. $ ./config.status
  756.  
  757. on dev1
  758.  
  759. config.status:1201: creating Makefile
  760. config.status:1201: creating doc/Makefile
  761. config.status:1201: creating src/Makefile
  762. config.status:1201: creating src/core/Makefile
  763. config.status:1201: creating src/display/Makefile
  764. config.status:1201: creating src/input/Makefile
  765. config.status:1201: creating src/rpc/Makefile
  766. config.status:1201: creating src/ui/Makefile
  767. config.status:1201: creating src/utils/Makefile
  768. config.status:1201: creating test/Makefile
  769. config.status:1201: creating config.h
  770. config.status:1430: executing depfiles commands
  771. config.status:1430: executing libtool commands
  772.  
  773. ## ---------------- ##
  774. ## Cache variables. ##
  775. ## ---------------- ##
  776.  
  777. ac_cv_build=x86_64-pc-solaris2.11
  778. ac_cv_c_compiler_gnu=yes
  779. ac_cv_cxx_compiler_gnu=yes
  780. ac_cv_env_CCC_set=''
  781. ac_cv_env_CCC_value=''
  782. ac_cv_env_CC_set=''
  783. ac_cv_env_CC_value=''
  784. ac_cv_env_CFLAGS_set=set
  785. ac_cv_env_CFLAGS_value='-I/opt/lsw/include -I/usr/include/ncurses -m64'
  786. ac_cv_env_CPPFLAGS_set=set
  787. ac_cv_env_CPPFLAGS_value='-I/opt/lsw/include -I/usr/include/ncurses'
  788. ac_cv_env_CPP_set=''
  789. ac_cv_env_CPP_value=''
  790. ac_cv_env_CURSES_LIB_set=''
  791. ac_cv_env_CURSES_LIB_value=''
  792. ac_cv_env_CXXCPP_set=''
  793. ac_cv_env_CXXCPP_value=''
  794. ac_cv_env_CXXFLAGS_set=''
  795. ac_cv_env_CXXFLAGS_value=''
  796. ac_cv_env_CXX_set=''
  797. ac_cv_env_CXX_value=''
  798. ac_cv_env_LDFLAGS_set=set
  799. ac_cv_env_LDFLAGS_value='-lsocket -lnsl'
  800. ac_cv_env_LIBS_set=''
  801. ac_cv_env_LIBS_value=''
  802. ac_cv_env_PKG_CONFIG_set=''
  803. ac_cv_env_PKG_CONFIG_value=''
  804. ac_cv_env_build_alias_set=''
  805. ac_cv_env_build_alias_value=''
  806. ac_cv_env_host_alias_set=''
  807. ac_cv_env_host_alias_value=''
  808. ac_cv_env_libcurl_CFLAGS_set=''
  809. ac_cv_env_libcurl_CFLAGS_value=''
  810. ac_cv_env_libcurl_LIBS_set=''
  811. ac_cv_env_libcurl_LIBS_value=''
  812. ac_cv_env_libtorrent_CFLAGS_set=set
  813. ac_cv_env_libtorrent_CFLAGS_value=-I/opt/lsw/include
  814. ac_cv_env_libtorrent_LIBS_set=set
  815. ac_cv_env_libtorrent_LIBS_value='-L/opt/lsw/lib -ltorrent'
  816. ac_cv_env_target_alias_set=''
  817. ac_cv_env_target_alias_value=''
  818. ac_cv_func_posix_memalign=yes
  819. ac_cv_header_dlfcn_h=yes
  820. ac_cv_header_inttypes_h=yes
  821. ac_cv_header_memory_h=yes
  822. ac_cv_header_stdc=yes
  823. ac_cv_header_stdint_h=yes
  824. ac_cv_header_stdlib_h=yes
  825. ac_cv_header_string_h=yes
  826. ac_cv_header_strings_h=yes
  827. ac_cv_header_sys_stat_h=yes
  828. ac_cv_header_sys_statfs_h=yes
  829. ac_cv_header_sys_statvfs_h=yes
  830. ac_cv_header_sys_types_h=yes
  831. ac_cv_header_sys_vfs_h=yes
  832. ac_cv_header_unistd_h=yes
  833. ac_cv_host=x86_64-pc-solaris2.11
  834. ac_cv_objext=o
  835. ac_cv_path_EGREP='/usr/bin/ggrep -E'
  836. ac_cv_path_FGREP='/usr/bin/ggrep -F'
  837. ac_cv_path_GREP=/usr/bin/ggrep
  838. ac_cv_path_SED=/usr/bin/gsed
  839. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  840. ac_cv_path_install='/usr/bin/ginstall -c'
  841. ac_cv_path_mkdir=/usr/bin/gmkdir
  842. ac_cv_prog_AWK=gawk
  843. ac_cv_prog_CPP='gcc -E'
  844. ac_cv_prog_CXXCPP='g++ -E'
  845. ac_cv_prog_ac_ct_AR=ar
  846. ac_cv_prog_ac_ct_CC=gcc
  847. ac_cv_prog_ac_ct_CXX=g++
  848. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  849. ac_cv_prog_ac_ct_RANLIB=ranlib
  850. ac_cv_prog_ac_ct_STRIP=strip
  851. ac_cv_prog_cc_c89=''
  852. ac_cv_prog_cc_g=yes
  853. ac_cv_prog_cxx_g=yes
  854. ac_cv_prog_make_make_set=yes
  855. ac_cv_sys_file_offset_bits=no
  856. ac_cv_sys_largefile_CC=no
  857. am_cv_CC_dependencies_compiler_type=gcc3
  858. am_cv_CXX_dependencies_compiler_type=gcc3
  859. ax_cv_PTHREAD_PRIO_INHERIT=yes
  860. ax_cv_curses=yes
  861. ax_cv_curses_color=yes
  862. ax_cv_curses_enhanced=no
  863. ax_cv_curses_obsolete=yes
  864. ax_cv_curses_which=ncurses
  865. ax_cv_header_ncurses_curses_h=yes
  866. ax_cv_header_ncurses_h=yes
  867. ax_cv_ncurses=yes
  868. ax_cv_ncursesw=no
  869. cc_cv_attribute_unused=yes
  870. lt_cv_ar_at_file=no
  871. lt_cv_archive_cmds_need_lc=no
  872. lt_cv_deplibs_check_method=pass_all
  873. lt_cv_file_magic_cmd='$MAGIC_CMD'
  874. lt_cv_file_magic_test_file=''
  875. lt_cv_ld_reload_flag=-r
  876. lt_cv_nm_interface='BSD nm'
  877. lt_cv_objdir=.libs
  878. lt_cv_path_LD=/usr/bin/ld
  879. lt_cv_path_LDCXX='/usr/bin/ld -64'
  880. lt_cv_path_NM='/usr/bin/nm -p'
  881. lt_cv_path_mainfest_tool=no
  882. lt_cv_prog_compiler_c_o=yes
  883. lt_cv_prog_compiler_c_o_CXX=yes
  884. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  885. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  886. lt_cv_prog_compiler_pic_works=yes
  887. lt_cv_prog_compiler_pic_works_CXX=yes
  888. lt_cv_prog_compiler_rtti_exceptions=no
  889. lt_cv_prog_compiler_static_works=no
  890. lt_cv_prog_compiler_static_works_CXX=no
  891. lt_cv_prog_gnu_ld=no
  892. lt_cv_prog_gnu_ldcxx=no
  893. lt_cv_sharedlib_from_linklib_cmd='print -r --'
  894. lt_cv_sys_global_symbol_pipe=''
  895. lt_cv_sys_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\)[ ]*$/ {\\"\\1\\", (void *) 0},/p\' -e \'s/^[BDRT]* \\([^ ]*\\) \\([^ ]*\\)$/ {"\\2", (void *) \\&\\2},/p\''
  896. 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\''
  897. lt_cv_sys_global_symbol_to_cdecl=''
  898. lt_cv_sys_max_cmd_len=786240
  899. lt_cv_to_host_file_cmd=func_convert_file_noop
  900. lt_cv_to_tool_file_cmd=func_convert_file_noop
  901. pkg_cv_libcurl_CFLAGS='-I/usr/include/curl '
  902. pkg_cv_libcurl_LIBS='-lcurl '
  903. pkg_cv_libtorrent_CFLAGS=-I/opt/lsw/include
  904. pkg_cv_libtorrent_LIBS='-L/opt/lsw/lib -ltorrent'
  905.  
  906. ## ----------------- ##
  907. ## Output variables. ##
  908. ## ----------------- ##
  909.  
  910. ACLOCAL='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run aclocal-1.11'
  911. AMDEPBACKSLASH='\'
  912. AMDEP_FALSE='#'
  913. AMDEP_TRUE=''
  914. AMTAR='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run tar'
  915. AR='ar'
  916. AUTOCONF='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run autoconf'
  917. AUTOHEADER='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run autoheader'
  918. AUTOMAKE='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run automake-1.11'
  919. AWK='gawk'
  920. CC='gcc'
  921. CCDEPMODE='depmode=gcc3'
  922. CFLAGS='-I/opt/lsw/include -I/usr/include/ncurses -m64 -D_REENTRANT -pthreads '
  923. CPP='gcc -E'
  924. CPPFLAGS='-I/opt/lsw/include -I/usr/include/ncurses'
  925. CURSES_LIB='-lncurses'
  926. CXX='g++'
  927. CXXCPP='g++ -E'
  928. CXXDEPMODE='depmode=gcc3'
  929. CXXFLAGS='-g -O2 -g -DDEBUG -D_REENTRANT -pthreads -I/usr/include/curl -I/opt/lsw/include'
  930. CYGPATH_W='echo'
  931. DEFS='-DHAVE_CONFIG_H'
  932. DEPDIR='.deps'
  933. DLLTOOL='false'
  934. DSYMUTIL=''
  935. DUMPBIN=''
  936. ECHO_C='\c'
  937. ECHO_N=''
  938. ECHO_T=''
  939. EGREP='/usr/bin/ggrep -E'
  940. EXEEXT=''
  941. FGREP='/usr/bin/ggrep -F'
  942. GREP='/usr/bin/ggrep'
  943. INSTALL_DATA='${INSTALL} -m 644'
  944. INSTALL_PROGRAM='${INSTALL}'
  945. INSTALL_SCRIPT='${INSTALL}'
  946. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  947. LD='/usr/bin/ld -64'
  948. LDFLAGS='-lsocket -lnsl'
  949. LIBOBJS=''
  950. LIBS=' -lncurses -lcurl -L/opt/lsw/lib -ltorrent'
  951. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  952. LIPO=''
  953. LN_S='ln -s'
  954. LTLIBOBJS=''
  955. MAKEINFO='${SHELL} /export/software/install/rtorrent-0.9.6/missing --run makeinfo'
  956. MANIFEST_TOOL=':'
  957. MKDIR_P='/usr/bin/gmkdir -p'
  958. NM='/usr/bin/nm -p'
  959. NMEDIT=''
  960. OBJDUMP='false'
  961. OBJEXT='o'
  962. OTOOL64=''
  963. OTOOL=''
  964. PACKAGE='rtorrent'
  965. PACKAGE_BUGREPORT='sundell.software@gmail.com'
  966. PACKAGE_NAME='rtorrent'
  967. PACKAGE_STRING='rtorrent 0.9.6'
  968. PACKAGE_TARNAME='rtorrent'
  969. PACKAGE_URL=''
  970. PACKAGE_VERSION='0.9.6'
  971. PATH_SEPARATOR=':'
  972. PKG_CONFIG='/usr/bin/pkg-config'
  973. PTHREAD_CC='gcc'
  974. PTHREAD_CFLAGS='-D_REENTRANT -pthreads'
  975. PTHREAD_LIBS=''
  976. RANLIB='ranlib'
  977. SED='/usr/bin/gsed'
  978. SET_MAKE=''
  979. SHELL='/bin/sh'
  980. STRIP='strip'
  981. VERSION='0.9.6'
  982. ac_ct_AR='ar'
  983. ac_ct_CC='gcc'
  984. ac_ct_CXX='g++'
  985. ac_ct_DUMPBIN=''
  986. am__EXEEXT_FALSE=''
  987. am__EXEEXT_TRUE='#'
  988. am__fastdepCC_FALSE='#'
  989. am__fastdepCC_TRUE=''
  990. am__fastdepCXX_FALSE='#'
  991. am__fastdepCXX_TRUE=''
  992. am__include='include'
  993. am__isrc=''
  994. am__leading_dot='.'
  995. am__nodep='_no'
  996. am__quote=''
  997. am__tar='${AMTAR} chof - "$$tardir"'
  998. am__untar='${AMTAR} xf -'
  999. ax_pthread_config=''
  1000. bindir='${exec_prefix}/bin'
  1001. build='x86_64-pc-solaris2.11'
  1002. build_alias=''
  1003. build_cpu='x86_64'
  1004. build_os='solaris2.11'
  1005. build_vendor='pc'
  1006. datadir='${datarootdir}'
  1007. datarootdir='${prefix}/share'
  1008. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1009. dvidir='${docdir}'
  1010. exec_prefix='${prefix}'
  1011. host='x86_64-pc-solaris2.11'
  1012. host_alias=''
  1013. host_cpu='x86_64'
  1014. host_os='solaris2.11'
  1015. host_vendor='pc'
  1016. htmldir='${docdir}'
  1017. includedir='${prefix}/include'
  1018. infodir='${datarootdir}/info'
  1019. install_sh='${SHELL} /export/software/install/rtorrent-0.9.6/install-sh'
  1020. libcurl_CFLAGS='-I/usr/include/curl '
  1021. libcurl_LIBS='-lcurl '
  1022. libdir='${exec_prefix}/lib'
  1023. libexecdir='${exec_prefix}/libexec'
  1024. libtorrent_CFLAGS='-I/opt/lsw/include'
  1025. libtorrent_LIBS='-L/opt/lsw/lib -ltorrent'
  1026. localedir='${datarootdir}/locale'
  1027. localstatedir='${prefix}/var'
  1028. mandir='${datarootdir}/man'
  1029. mkdir_p='/usr/bin/gmkdir -p'
  1030. oldincludedir='/usr/include'
  1031. pdfdir='${docdir}'
  1032. prefix='/opt/lsw/stack/tools/rtorrent-0.9.6'
  1033. program_transform_name='s,x,x,'
  1034. psdir='${docdir}'
  1035. sbindir='${exec_prefix}/sbin'
  1036. sharedstatedir='${prefix}/com'
  1037. sysconfdir='${prefix}/etc'
  1038. target_alias=''
  1039.  
  1040. ## ----------- ##
  1041. ## confdefs.h. ##
  1042. ## ----------- ##
  1043.  
  1044. /* confdefs.h */
  1045. #define PACKAGE_NAME "rtorrent"
  1046. #define PACKAGE_TARNAME "rtorrent"
  1047. #define PACKAGE_VERSION "0.9.6"
  1048. #define PACKAGE_STRING "rtorrent 0.9.6"
  1049. #define PACKAGE_BUGREPORT "sundell.software@gmail.com"
  1050. #define PACKAGE_URL ""
  1051. #define API_VERSION 9
  1052. #define PACKAGE "rtorrent"
  1053. #define VERSION "0.9.6"
  1054. #define STDC_HEADERS 1
  1055. #define HAVE_SYS_TYPES_H 1
  1056. #define HAVE_SYS_STAT_H 1
  1057. #define HAVE_STDLIB_H 1
  1058. #define HAVE_STRING_H 1
  1059. #define HAVE_MEMORY_H 1
  1060. #define HAVE_STRINGS_H 1
  1061. #define HAVE_INTTYPES_H 1
  1062. #define HAVE_STDINT_H 1
  1063. #define HAVE_UNISTD_H 1
  1064. #define HAVE_DLFCN_H 1
  1065. #define LT_OBJDIR ".libs/"
  1066. #define HAVE_TR1 1
  1067. #define HAVE_CXX11 1
  1068. #define USE_EXECINFO 1
  1069. #define USE_VARIABLE_FDSET 1
  1070. #define HAVE_SYS_VFS_H 1
  1071. #define HAVE_SYS_STATVFS_H 1
  1072. #define HAVE_SYS_STATFS_H 1
  1073. #define FS_STAT_FD fstatvfs(fd, &m_stat) == 0
  1074. #define FS_STAT_FN statvfs(fn, &m_stat) == 0
  1075. #define FS_STAT_STRUCT struct statvfs
  1076. #define FS_STAT_SIZE_TYPE unsigned long
  1077. #define FS_STAT_COUNT_TYPE fsblkcnt_t
  1078. #define FS_STAT_BLOCK_SIZE (m_stat.f_frsize)
  1079. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1080. #define HAVE_PTHREAD 1
  1081. #define HAVE_NCURSES 1
  1082. #define HAVE_CURSES 1
  1083. #define HAVE_CURSES_COLOR 1
  1084. #define HAVE_CURSES_OBSOLETE 1
  1085. #define HAVE_NCURSES_CURSES_H 1
  1086. #define HAVE_CURSES_COLOR 1
  1087. #define HAVE_CURSES_OBSOLETE 1
  1088. #define HAVE_NCURSES_H 1
  1089. #define HAVE_CONFIG_H 1
  1090. #define USER_AGENT std::string(PACKAGE "/" VERSION "/") + torrent::version()
  1091. #define HAVE_POSIX_MEMALIGN 1
  1092. #define LT_SMP_CACHE_BYTES 128
  1093. #define lt_cacheline_aligned __attribute__((__aligned__(LT_SMP_CACHE_BYTES)))
  1094. #define USE_BUILTIN_POPCOUNT 1
  1095. #define SUPPORT_ATTRIBUTE_UNUSED 1
  1096. #define __UNUSED __attribute__((unused))
  1097.  
  1098. configure: exit 0
Add Comment
Please, Sign In to add comment