Advertisement
Guest User

Untitled

a guest
May 8th, 2017
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.91 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.6, which was
  5. generated by GNU Autoconf 2.64. Invocation command line was
  6.  
  7. $ ./configure --enable-python-binding
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = phantomcircuit.mine.nu
  14. uname -m = i386
  15. uname -r = 7.2-RELEASE-p4
  16. uname -s = FreeBSD
  17. uname -v = FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /usr/games
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /usr/libexec
  38. PATH: /home/phantomcircuit/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2622: checking for a BSD-compatible install
  46. configure:2690: result: /usr/bin/install -c
  47. configure:2701: checking whether build environment is sane
  48. configure:2751: result: yes
  49. configure:2892: checking for a thread-safe mkdir -p
  50. configure:2931: result: ./install-sh -c -d
  51. configure:2944: checking for gawk
  52. configure:2974: result: no
  53. configure:2944: checking for mawk
  54. configure:2974: result: no
  55. configure:2944: checking for nawk
  56. configure:2960: found /usr/bin/nawk
  57. configure:2971: result: nawk
  58. configure:2982: checking whether make sets $(MAKE)
  59. configure:3004: result: yes
  60. configure:3143: checking for gcc
  61. configure:3159: found /usr/bin/gcc
  62. configure:3170: result: gcc
  63. configure:3399: checking for C compiler version
  64. configure:3408: gcc --version >&5
  65. gcc (GCC) 4.2.1 20070719 [FreeBSD]
  66. Copyright (C) 2007 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:3419: $? = 0
  71. configure:3408: gcc -v >&5
  72. Using built-in specs.
  73. Target: i386-undermydesk-freebsd
  74. Configured with: FreeBSD/i386 system compiler
  75. Thread model: posix
  76. gcc version 4.2.1 20070719 [FreeBSD]
  77. configure:3419: $? = 0
  78. configure:3408: gcc -V >&5
  79. gcc: '-V' option must have argument
  80. configure:3419: $? = 1
  81. configure:3408: gcc -qversion >&5
  82. gcc: unrecognized option '-qversion'
  83. gcc: No input files specified
  84. configure:3419: $? = 1
  85. configure:3441: checking for C compiler default output file name
  86. configure:3463: gcc conftest.c >&5
  87. configure:3467: $? = 0
  88. configure:3504: result: a.out
  89. configure:3520: checking whether the C compiler works
  90. configure:3529: ./a.out
  91. configure:3533: $? = 0
  92. configure:3548: result: yes
  93. configure:3555: checking whether we are cross compiling
  94. configure:3557: result: no
  95. configure:3560: checking for suffix of executables
  96. configure:3567: gcc -o conftest conftest.c >&5
  97. configure:3571: $? = 0
  98. configure:3593: result:
  99. configure:3599: checking for suffix of object files
  100. configure:3621: gcc -c conftest.c >&5
  101. configure:3625: $? = 0
  102. configure:3646: result: o
  103. configure:3650: checking whether we are using the GNU C compiler
  104. configure:3669: gcc -c conftest.c >&5
  105. configure:3669: $? = 0
  106. configure:3678: result: yes
  107. configure:3687: checking whether gcc accepts -g
  108. configure:3707: gcc -c -g conftest.c >&5
  109. configure:3707: $? = 0
  110. configure:3748: result: yes
  111. configure:3765: checking for gcc option to accept ISO C89
  112. configure:3829: gcc -c -g -O2 conftest.c >&5
  113. configure:3829: $? = 0
  114. configure:3842: result: none needed
  115. configure:3873: checking for style of include used by make
  116. configure:3901: result: GNU
  117. configure:3926: checking dependency style of gcc
  118. configure:4036: result: gcc3
  119. configure:4061: checking how to run the C preprocessor
  120. configure:4092: gcc -E conftest.c
  121. configure:4092: $? = 0
  122. configure:4106: gcc -E conftest.c
  123. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  124. configure:4106: $? = 1
  125. configure: failed program was:
  126. | /* confdefs.h */
  127. | #define PACKAGE_NAME "libtorrent-rasterbar"
  128. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  129. | #define PACKAGE_VERSION "0.14.6"
  130. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  131. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  132. | #define PACKAGE_URL ""
  133. | #define PACKAGE "libtorrent-rasterbar"
  134. | #define VERSION "0.14.6"
  135. | /* end confdefs.h. */
  136. | #include <ac_nonexistent.h>
  137. configure:4131: result: gcc -E
  138. configure:4151: gcc -E conftest.c
  139. configure:4151: $? = 0
  140. configure:4165: gcc -E conftest.c
  141. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  142. configure:4165: $? = 1
  143. configure: failed program was:
  144. | /* confdefs.h */
  145. | #define PACKAGE_NAME "libtorrent-rasterbar"
  146. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  147. | #define PACKAGE_VERSION "0.14.6"
  148. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  149. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  150. | #define PACKAGE_URL ""
  151. | #define PACKAGE "libtorrent-rasterbar"
  152. | #define VERSION "0.14.6"
  153. | /* end confdefs.h. */
  154. | #include <ac_nonexistent.h>
  155. configure:4251: checking for g++
  156. configure:4267: found /usr/bin/g++
  157. configure:4278: result: g++
  158. configure:4305: checking for C++ compiler version
  159. configure:4314: g++ --version >&5
  160. g++ (GCC) 4.2.1 20070719 [FreeBSD]
  161. Copyright (C) 2007 Free Software Foundation, Inc.
  162. This is free software; see the source for copying conditions. There is NO
  163. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  164.  
  165. configure:4325: $? = 0
  166. configure:4314: g++ -v >&5
  167. Using built-in specs.
  168. Target: i386-undermydesk-freebsd
  169. Configured with: FreeBSD/i386 system compiler
  170. Thread model: posix
  171. gcc version 4.2.1 20070719 [FreeBSD]
  172. configure:4325: $? = 0
  173. configure:4314: g++ -V >&5
  174. g++: '-V' option must have argument
  175. configure:4325: $? = 1
  176. configure:4314: g++ -qversion >&5
  177. g++: unrecognized option '-qversion'
  178. g++: No input files specified
  179. configure:4325: $? = 1
  180. configure:4329: checking whether we are using the GNU C++ compiler
  181. configure:4348: g++ -c conftest.cpp >&5
  182. configure:4348: $? = 0
  183. configure:4357: result: yes
  184. configure:4366: checking whether g++ accepts -g
  185. configure:4386: g++ -c -g conftest.cpp >&5
  186. configure:4386: $? = 0
  187. configure:4427: result: yes
  188. configure:4452: checking dependency style of g++
  189. configure:4562: result: gcc3
  190. configure:4657: checking whether make sets $(MAKE)
  191. configure:4679: result: yes
  192. configure:4717: checking build system type
  193. configure:4731: result: i386-unknown-freebsd7.2
  194. configure:4751: checking host system type
  195. configure:4764: result: i386-unknown-freebsd7.2
  196. configure:4784: checking for a sed that does not truncate output
  197. configure:4848: result: /usr/bin/sed
  198. configure:4866: checking for grep that handles long lines and -e
  199. configure:4924: result: /usr/bin/grep
  200. configure:4929: checking for egrep
  201. configure:4991: result: /usr/bin/grep -E
  202. configure:4996: checking for fgrep
  203. configure:5058: result: /usr/bin/grep -F
  204. configure:5093: checking for ld used by gcc
  205. configure:5160: result: /usr/bin/ld
  206. configure:5167: checking if the linker (/usr/bin/ld) is GNU ld
  207. configure:5182: result: yes
  208. configure:5194: checking for BSD- or MS-compatible name lister (nm)
  209. configure:5243: result: /usr/bin/nm -B
  210. configure:5361: checking the name lister (/usr/bin/nm -B) interface
  211. configure:5368: gcc -c -g -O2 conftest.c >&5
  212. configure:5371: /usr/bin/nm -B "conftest.o"
  213. configure:5374: output
  214. 00000000 B some_variable
  215. configure:5381: result: BSD nm
  216. configure:5384: checking whether ln -s works
  217. configure:5388: result: yes
  218. configure:5396: checking the maximum length of command line arguments
  219. configure:5516: result: 196608
  220. configure:5533: checking whether the shell understands some XSI constructs
  221. configure:5543: result: yes
  222. configure:5547: checking whether the shell understands "+="
  223. configure:5553: result: no
  224. configure:5588: checking for /usr/bin/ld option to reload object files
  225. configure:5595: result: -r
  226. configure:5664: checking for objdump
  227. configure:5680: found /usr/bin/objdump
  228. configure:5691: result: objdump
  229. configure:5723: checking how to recognize dependent libraries
  230. configure:5919: result: pass_all
  231. configure:5979: checking for ar
  232. configure:5995: found /usr/bin/ar
  233. configure:6006: result: ar
  234. configure:6084: checking for strip
  235. configure:6100: found /usr/bin/strip
  236. configure:6111: result: strip
  237. configure:6183: checking for ranlib
  238. configure:6199: found /usr/bin/ranlib
  239. configure:6210: result: ranlib
  240. configure:6300: checking command to parse /usr/bin/nm -B output from gcc object
  241. configure:6418: gcc -c -g -O2 conftest.c >&5
  242. configure:6421: $? = 0
  243. configure:6425: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  244. configure:6428: $? = 0
  245. configure:6482: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  246. configure:6485: $? = 0
  247. configure:6523: result: ok
  248. configure:7328: checking for ANSI C header files
  249. configure:7348: gcc -c -g -O2 conftest.c >&5
  250. configure:7348: $? = 0
  251. configure:7421: gcc -o conftest -g -O2 conftest.c >&5
  252. configure:7421: $? = 0
  253. configure:7421: ./conftest
  254. configure:7421: $? = 0
  255. configure:7432: result: yes
  256. configure:7445: checking for sys/types.h
  257. configure:7445: gcc -c -g -O2 conftest.c >&5
  258. configure:7445: $? = 0
  259. configure:7445: result: yes
  260. configure:7445: checking for sys/stat.h
  261. configure:7445: gcc -c -g -O2 conftest.c >&5
  262. configure:7445: $? = 0
  263. configure:7445: result: yes
  264. configure:7445: checking for stdlib.h
  265. configure:7445: gcc -c -g -O2 conftest.c >&5
  266. configure:7445: $? = 0
  267. configure:7445: result: yes
  268. configure:7445: checking for string.h
  269. configure:7445: gcc -c -g -O2 conftest.c >&5
  270. configure:7445: $? = 0
  271. configure:7445: result: yes
  272. configure:7445: checking for memory.h
  273. configure:7445: gcc -c -g -O2 conftest.c >&5
  274. configure:7445: $? = 0
  275. configure:7445: result: yes
  276. configure:7445: checking for strings.h
  277. configure:7445: gcc -c -g -O2 conftest.c >&5
  278. configure:7445: $? = 0
  279. configure:7445: result: yes
  280. configure:7445: checking for inttypes.h
  281. configure:7445: gcc -c -g -O2 conftest.c >&5
  282. configure:7445: $? = 0
  283. configure:7445: result: yes
  284. configure:7445: checking for stdint.h
  285. configure:7445: gcc -c -g -O2 conftest.c >&5
  286. configure:7445: $? = 0
  287. configure:7445: result: yes
  288. configure:7445: checking for unistd.h
  289. configure:7445: gcc -c -g -O2 conftest.c >&5
  290. configure:7445: $? = 0
  291. configure:7445: result: yes
  292. configure:7460: checking for dlfcn.h
  293. configure:7460: gcc -c -g -O2 conftest.c >&5
  294. configure:7460: $? = 0
  295. configure:7460: result: yes
  296. configure:7585: checking for C++ compiler version
  297. configure:7594: g++ --version >&5
  298. g++ (GCC) 4.2.1 20070719 [FreeBSD]
  299. Copyright (C) 2007 Free Software Foundation, Inc.
  300. This is free software; see the source for copying conditions. There is NO
  301. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  302.  
  303. configure:7605: $? = 0
  304. configure:7594: g++ -v >&5
  305. Using built-in specs.
  306. Target: i386-undermydesk-freebsd
  307. Configured with: FreeBSD/i386 system compiler
  308. Thread model: posix
  309. gcc version 4.2.1 20070719 [FreeBSD]
  310. configure:7605: $? = 0
  311. configure:7594: g++ -V >&5
  312. g++: '-V' option must have argument
  313. configure:7605: $? = 1
  314. configure:7594: g++ -qversion >&5
  315. g++: unrecognized option '-qversion'
  316. g++: No input files specified
  317. configure:7605: $? = 1
  318. configure:7609: checking whether we are using the GNU C++ compiler
  319. configure:7637: result: yes
  320. configure:7646: checking whether g++ accepts -g
  321. configure:7707: result: yes
  322. configure:7732: checking dependency style of g++
  323. configure:7842: result: gcc3
  324. configure:7865: checking how to run the C++ preprocessor
  325. configure:7892: g++ -E conftest.cpp
  326. configure:7892: $? = 0
  327. configure:7906: g++ -E conftest.cpp
  328. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  329. configure:7906: $? = 1
  330. configure: failed program was:
  331. | /* confdefs.h */
  332. | #define PACKAGE_NAME "libtorrent-rasterbar"
  333. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  334. | #define PACKAGE_VERSION "0.14.6"
  335. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  336. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  337. | #define PACKAGE_URL ""
  338. | #define PACKAGE "libtorrent-rasterbar"
  339. | #define VERSION "0.14.6"
  340. | #define STDC_HEADERS 1
  341. | #define HAVE_SYS_TYPES_H 1
  342. | #define HAVE_SYS_STAT_H 1
  343. | #define HAVE_STDLIB_H 1
  344. | #define HAVE_STRING_H 1
  345. | #define HAVE_MEMORY_H 1
  346. | #define HAVE_STRINGS_H 1
  347. | #define HAVE_INTTYPES_H 1
  348. | #define HAVE_STDINT_H 1
  349. | #define HAVE_UNISTD_H 1
  350. | #define HAVE_DLFCN_H 1
  351. | /* end confdefs.h. */
  352. | #include <ac_nonexistent.h>
  353. configure:7931: result: g++ -E
  354. configure:7951: g++ -E conftest.cpp
  355. configure:7951: $? = 0
  356. configure:7965: g++ -E conftest.cpp
  357. conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
  358. configure:7965: $? = 1
  359. configure: failed program was:
  360. | /* confdefs.h */
  361. | #define PACKAGE_NAME "libtorrent-rasterbar"
  362. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  363. | #define PACKAGE_VERSION "0.14.6"
  364. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  365. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  366. | #define PACKAGE_URL ""
  367. | #define PACKAGE "libtorrent-rasterbar"
  368. | #define VERSION "0.14.6"
  369. | #define STDC_HEADERS 1
  370. | #define HAVE_SYS_TYPES_H 1
  371. | #define HAVE_SYS_STAT_H 1
  372. | #define HAVE_STDLIB_H 1
  373. | #define HAVE_STRING_H 1
  374. | #define HAVE_MEMORY_H 1
  375. | #define HAVE_STRINGS_H 1
  376. | #define HAVE_INTTYPES_H 1
  377. | #define HAVE_STDINT_H 1
  378. | #define HAVE_UNISTD_H 1
  379. | #define HAVE_DLFCN_H 1
  380. | /* end confdefs.h. */
  381. | #include <ac_nonexistent.h>
  382. configure:8171: checking for objdir
  383. configure:8186: result: .libs
  384. configure:8482: checking if gcc supports -fno-rtti -fno-exceptions
  385. configure:8500: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  386. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  387. configure:8504: $? = 0
  388. configure:8517: result: no
  389. configure:8537: checking for gcc option to produce PIC
  390. configure:8809: result: -fPIC -DPIC
  391. configure:8821: checking if gcc PIC flag -fPIC -DPIC works
  392. configure:8839: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  393. configure:8843: $? = 0
  394. configure:8856: result: yes
  395. configure:8880: checking if gcc static flag -static works
  396. configure:8908: result: yes
  397. configure:8923: checking if gcc supports -c -o file.o
  398. configure:8944: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  399. configure:8948: $? = 0
  400. configure:8970: result: yes
  401. configure:8978: checking if gcc supports -c -o file.o
  402. configure:9025: result: yes
  403. configure:9058: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  404. configure:10044: result: yes
  405. configure:10081: checking whether -lc should be explicitly linked in
  406. configure:10086: gcc -c -g -O2 conftest.c >&5
  407. configure:10089: $? = 0
  408. configure:10104: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  409. configure:10107: $? = 0
  410. configure:10119: result: no
  411. configure:10283: checking dynamic linker characteristics
  412. configure:10934: result: freebsd7.2 ld.so
  413. configure:11036: checking how to hardcode library paths into programs
  414. configure:11061: result: immediate
  415. configure:11581: checking whether stripping libraries is possible
  416. configure:11586: result: yes
  417. configure:11621: checking if libtool supports shared libraries
  418. configure:11623: result: yes
  419. configure:11626: checking whether to build shared libraries
  420. configure:11647: result: yes
  421. configure:11650: checking whether to build static libraries
  422. configure:11654: result: yes
  423. configure:11804: checking for ld used by g++
  424. configure:11871: result: /usr/bin/ld
  425. configure:11878: checking if the linker (/usr/bin/ld) is GNU ld
  426. configure:11893: result: yes
  427. configure:11948: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  428. configure:12861: result: yes
  429. configure:12889: g++ -c -g -O2 conftest.cpp >&5
  430. configure:12892: $? = 0
  431. configure:13074: checking for g++ option to produce PIC
  432. configure:13391: result: -fPIC -DPIC
  433. configure:13400: checking if g++ PIC flag -fPIC -DPIC works
  434. configure:13418: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  435. configure:13422: $? = 0
  436. configure:13435: result: yes
  437. configure:13456: checking if g++ static flag -static works
  438. configure:13484: result: yes
  439. configure:13496: checking if g++ supports -c -o file.o
  440. configure:13517: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  441. configure:13521: $? = 0
  442. configure:13543: result: yes
  443. configure:13548: checking if g++ supports -c -o file.o
  444. configure:13595: result: yes
  445. configure:13625: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  446. configure:13651: result: yes
  447. configure:13788: checking dynamic linker characteristics
  448. configure:14387: result: freebsd7.2 ld.so
  449. configure:14438: checking how to hardcode library paths into programs
  450. configure:14463: result: immediate
  451. configure:14530: checking for special C compiler options needed for large files
  452. configure:14575: result: no
  453. configure:14581: checking for _FILE_OFFSET_BITS value needed for large files
  454. configure:14606: gcc -c -g -O2 conftest.c >&5
  455. configure:14606: $? = 0
  456. configure:14638: result: no
  457. configure:14886: checking for the pthreads library -lpthreads
  458. configure:14919: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  459. /usr/bin/ld: cannot find -lpthreads
  460. configure:14919: $? = 1
  461. configure: failed program was:
  462. | /* confdefs.h */
  463. | #define PACKAGE_NAME "libtorrent-rasterbar"
  464. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  465. | #define PACKAGE_VERSION "0.14.6"
  466. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  467. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  468. | #define PACKAGE_URL ""
  469. | #define PACKAGE "libtorrent-rasterbar"
  470. | #define VERSION "0.14.6"
  471. | #define STDC_HEADERS 1
  472. | #define HAVE_SYS_TYPES_H 1
  473. | #define HAVE_SYS_STAT_H 1
  474. | #define HAVE_STDLIB_H 1
  475. | #define HAVE_STRING_H 1
  476. | #define HAVE_MEMORY_H 1
  477. | #define HAVE_STRINGS_H 1
  478. | #define HAVE_INTTYPES_H 1
  479. | #define HAVE_STDINT_H 1
  480. | #define HAVE_UNISTD_H 1
  481. | #define HAVE_DLFCN_H 1
  482. | #define LT_OBJDIR ".libs/"
  483. | /* end confdefs.h. */
  484. | #include <pthread.h>
  485. | int
  486. | main ()
  487. | {
  488. | pthread_t th; pthread_join(th, 0);
  489. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  490. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  491. | ;
  492. | return 0;
  493. | }
  494. configure:14928: result: no
  495. configure:14831: checking whether pthreads work without any flags
  496. configure:14919: gcc -o conftest -g -O2 conftest.c >&5
  497. /var/tmp//ccNhdSEh.o(.text+0x61): In function `main':
  498. /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/conftest.c:29: undefined reference to `pthread_create'
  499. configure:14919: $? = 1
  500. configure: failed program was:
  501. | /* confdefs.h */
  502. | #define PACKAGE_NAME "libtorrent-rasterbar"
  503. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  504. | #define PACKAGE_VERSION "0.14.6"
  505. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  506. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  507. | #define PACKAGE_URL ""
  508. | #define PACKAGE "libtorrent-rasterbar"
  509. | #define VERSION "0.14.6"
  510. | #define STDC_HEADERS 1
  511. | #define HAVE_SYS_TYPES_H 1
  512. | #define HAVE_SYS_STAT_H 1
  513. | #define HAVE_STDLIB_H 1
  514. | #define HAVE_STRING_H 1
  515. | #define HAVE_MEMORY_H 1
  516. | #define HAVE_STRINGS_H 1
  517. | #define HAVE_INTTYPES_H 1
  518. | #define HAVE_STDINT_H 1
  519. | #define HAVE_UNISTD_H 1
  520. | #define HAVE_DLFCN_H 1
  521. | #define LT_OBJDIR ".libs/"
  522. | /* end confdefs.h. */
  523. | #include <pthread.h>
  524. | int
  525. | main ()
  526. | {
  527. | pthread_t th; pthread_join(th, 0);
  528. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  529. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  530. | ;
  531. | return 0;
  532. | }
  533. configure:14928: result: no
  534. configure:14836: checking whether pthreads work with -Kthread
  535. configure:14919: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  536. gcc: unrecognized option '-Kthread'
  537. /var/tmp//ccCHCma0.o(.text+0x61): In function `main':
  538. /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/conftest.c:29: undefined reference to `pthread_create'
  539. configure:14919: $? = 1
  540. configure: failed program was:
  541. | /* confdefs.h */
  542. | #define PACKAGE_NAME "libtorrent-rasterbar"
  543. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  544. | #define PACKAGE_VERSION "0.14.6"
  545. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  546. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  547. | #define PACKAGE_URL ""
  548. | #define PACKAGE "libtorrent-rasterbar"
  549. | #define VERSION "0.14.6"
  550. | #define STDC_HEADERS 1
  551. | #define HAVE_SYS_TYPES_H 1
  552. | #define HAVE_SYS_STAT_H 1
  553. | #define HAVE_STDLIB_H 1
  554. | #define HAVE_STRING_H 1
  555. | #define HAVE_MEMORY_H 1
  556. | #define HAVE_STRINGS_H 1
  557. | #define HAVE_INTTYPES_H 1
  558. | #define HAVE_STDINT_H 1
  559. | #define HAVE_UNISTD_H 1
  560. | #define HAVE_DLFCN_H 1
  561. | #define LT_OBJDIR ".libs/"
  562. | /* end confdefs.h. */
  563. | #include <pthread.h>
  564. | int
  565. | main ()
  566. | {
  567. | pthread_t th; pthread_join(th, 0);
  568. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  569. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  570. | ;
  571. | return 0;
  572. | }
  573. configure:14928: result: no
  574. configure:14836: checking whether pthreads work with -kthread
  575. configure:14919: gcc -o conftest -g -O2 -kthread conftest.c >&5
  576. gcc: unrecognized option '-kthread'
  577. /var/tmp//ccPrzf1k.o(.text+0x61): In function `main':
  578. /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/conftest.c:29: undefined reference to `pthread_create'
  579. configure:14919: $? = 1
  580. configure: failed program was:
  581. | /* confdefs.h */
  582. | #define PACKAGE_NAME "libtorrent-rasterbar"
  583. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  584. | #define PACKAGE_VERSION "0.14.6"
  585. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  586. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  587. | #define PACKAGE_URL ""
  588. | #define PACKAGE "libtorrent-rasterbar"
  589. | #define VERSION "0.14.6"
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_TYPES_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_STDLIB_H 1
  594. | #define HAVE_STRING_H 1
  595. | #define HAVE_MEMORY_H 1
  596. | #define HAVE_STRINGS_H 1
  597. | #define HAVE_INTTYPES_H 1
  598. | #define HAVE_STDINT_H 1
  599. | #define HAVE_UNISTD_H 1
  600. | #define HAVE_DLFCN_H 1
  601. | #define LT_OBJDIR ".libs/"
  602. | /* end confdefs.h. */
  603. | #include <pthread.h>
  604. | int
  605. | main ()
  606. | {
  607. | pthread_t th; pthread_join(th, 0);
  608. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  609. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  610. | ;
  611. | return 0;
  612. | }
  613. configure:14928: result: no
  614. configure:14886: checking for the pthreads library -llthread
  615. configure:14919: gcc -o conftest -g -O2 conftest.c -llthread >&5
  616. /usr/bin/ld: cannot find -llthread
  617. configure:14919: $? = 1
  618. configure: failed program was:
  619. | /* confdefs.h */
  620. | #define PACKAGE_NAME "libtorrent-rasterbar"
  621. | #define PACKAGE_TARNAME "libtorrent-rasterbar"
  622. | #define PACKAGE_VERSION "0.14.6"
  623. | #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  624. | #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  625. | #define PACKAGE_URL ""
  626. | #define PACKAGE "libtorrent-rasterbar"
  627. | #define VERSION "0.14.6"
  628. | #define STDC_HEADERS 1
  629. | #define HAVE_SYS_TYPES_H 1
  630. | #define HAVE_SYS_STAT_H 1
  631. | #define HAVE_STDLIB_H 1
  632. | #define HAVE_STRING_H 1
  633. | #define HAVE_MEMORY_H 1
  634. | #define HAVE_STRINGS_H 1
  635. | #define HAVE_INTTYPES_H 1
  636. | #define HAVE_STDINT_H 1
  637. | #define HAVE_UNISTD_H 1
  638. | #define HAVE_DLFCN_H 1
  639. | #define LT_OBJDIR ".libs/"
  640. | /* end confdefs.h. */
  641. | #include <pthread.h>
  642. | int
  643. | main ()
  644. | {
  645. | pthread_t th; pthread_join(th, 0);
  646. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  647. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  648. | ;
  649. | return 0;
  650. | }
  651. configure:14928: result: no
  652. configure:14836: checking whether pthreads work with -pthread
  653. configure:14919: gcc -o conftest -g -O2 -pthread conftest.c >&5
  654. configure:14919: $? = 0
  655. configure:14928: result: yes
  656. configure:14948: checking for joinable pthread attribute
  657. configure:14961: gcc -o conftest -g -O2 -pthread conftest.c >&5
  658. configure:14961: $? = 0
  659. configure:14993: result: PTHREAD_CREATE_JOINABLE
  660. configure:15000: checking if more special flags are required for pthreads
  661. configure:15007: result: -D_THREAD_SAFE
  662. configure:15019: checking for cc_r
  663. configure:15047: result: gcc
  664. configure:15140: checking for boostlib >= 1.35
  665. configure:15194: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
  666. configure:15194: $? = 0
  667. configure:15196: result: yes
  668. configure:15894: checking whether the Boost::System library is available
  669. configure:15918: g++ -c -g -O2 -I/usr/local/include conftest.cpp >&5
  670. configure:15918: $? = 0
  671. configure:15933: result: yes
  672. configure:16104: error: unable to find Boost.System library, currently this is required.
  673.  
  674. ## ---------------- ##
  675. ## Cache variables. ##
  676. ## ---------------- ##
  677.  
  678. ac_cv_build=i386-unknown-freebsd7.2
  679. ac_cv_c_compiler_gnu=yes
  680. ac_cv_cxx_compiler_gnu=yes
  681. ac_cv_env_CCC_set=''
  682. ac_cv_env_CCC_value=''
  683. ac_cv_env_CC_set=''
  684. ac_cv_env_CC_value=''
  685. ac_cv_env_CFLAGS_set=''
  686. ac_cv_env_CFLAGS_value=''
  687. ac_cv_env_CPPFLAGS_set=''
  688. ac_cv_env_CPPFLAGS_value=''
  689. ac_cv_env_CPP_set=''
  690. ac_cv_env_CPP_value=''
  691. ac_cv_env_CXXCPP_set=''
  692. ac_cv_env_CXXCPP_value=''
  693. ac_cv_env_CXXFLAGS_set=''
  694. ac_cv_env_CXXFLAGS_value=''
  695. ac_cv_env_CXX_set=''
  696. ac_cv_env_CXX_value=''
  697. ac_cv_env_GEOIP_CFLAGS_set=''
  698. ac_cv_env_GEOIP_CFLAGS_value=''
  699. ac_cv_env_GEOIP_LIBS_set=''
  700. ac_cv_env_GEOIP_LIBS_value=''
  701. ac_cv_env_LDFLAGS_set=''
  702. ac_cv_env_LDFLAGS_value=''
  703. ac_cv_env_LIBS_set=''
  704. ac_cv_env_LIBS_value=''
  705. ac_cv_env_PKG_CONFIG_set=''
  706. ac_cv_env_PKG_CONFIG_value=''
  707. ac_cv_env_build_alias_set=''
  708. ac_cv_env_build_alias_value=''
  709. ac_cv_env_host_alias_set=''
  710. ac_cv_env_host_alias_value=''
  711. ac_cv_env_target_alias_set=''
  712. ac_cv_env_target_alias_value=''
  713. ac_cv_header_dlfcn_h=yes
  714. ac_cv_header_inttypes_h=yes
  715. ac_cv_header_memory_h=yes
  716. ac_cv_header_stdc=yes
  717. ac_cv_header_stdint_h=yes
  718. ac_cv_header_stdlib_h=yes
  719. ac_cv_header_string_h=yes
  720. ac_cv_header_strings_h=yes
  721. ac_cv_header_sys_stat_h=yes
  722. ac_cv_header_sys_types_h=yes
  723. ac_cv_header_unistd_h=yes
  724. ac_cv_host=i386-unknown-freebsd7.2
  725. ac_cv_objext=o
  726. ac_cv_path_EGREP='/usr/bin/grep -E'
  727. ac_cv_path_FGREP='/usr/bin/grep -F'
  728. ac_cv_path_GREP=/usr/bin/grep
  729. ac_cv_path_SED=/usr/bin/sed
  730. ac_cv_path_install='/usr/bin/install -c'
  731. ac_cv_prog_AWK=nawk
  732. ac_cv_prog_CPP='gcc -E'
  733. ac_cv_prog_CXXCPP='g++ -E'
  734. ac_cv_prog_PTHREAD_CC=gcc
  735. ac_cv_prog_ac_ct_AR=ar
  736. ac_cv_prog_ac_ct_CC=gcc
  737. ac_cv_prog_ac_ct_CXX=g++
  738. ac_cv_prog_ac_ct_OBJDUMP=objdump
  739. ac_cv_prog_ac_ct_RANLIB=ranlib
  740. ac_cv_prog_ac_ct_STRIP=strip
  741. ac_cv_prog_cc_c89=''
  742. ac_cv_prog_cc_g=yes
  743. ac_cv_prog_cxx_g=yes
  744. ac_cv_prog_make_make_set=yes
  745. ac_cv_sys_file_offset_bits=no
  746. ac_cv_sys_largefile_CC=no
  747. am_cv_CC_dependencies_compiler_type=gcc3
  748. am_cv_CXX_dependencies_compiler_type=gcc3
  749. ax_cv_boost_system=yes
  750. lt_cv_deplibs_check_method=pass_all
  751. lt_cv_file_magic_cmd='$MAGIC_CMD'
  752. lt_cv_file_magic_test_file=''
  753. lt_cv_ld_reload_flag=-r
  754. lt_cv_nm_interface='BSD nm'
  755. lt_cv_objdir=.libs
  756. lt_cv_path_LD=/usr/bin/ld
  757. lt_cv_path_LDCXX=/usr/bin/ld
  758. lt_cv_path_NM='/usr/bin/nm -B'
  759. lt_cv_prog_compiler_c_o=yes
  760. lt_cv_prog_compiler_c_o_CXX=yes
  761. lt_cv_prog_compiler_pic_works=yes
  762. lt_cv_prog_compiler_pic_works_CXX=yes
  763. lt_cv_prog_compiler_rtti_exceptions=no
  764. lt_cv_prog_compiler_static_works=yes
  765. lt_cv_prog_compiler_static_works_CXX=yes
  766. lt_cv_prog_gnu_ld=yes
  767. lt_cv_prog_gnu_ldcxx=yes
  768. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  769. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  770. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  771. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  772. lt_cv_sys_max_cmd_len=196608
  773.  
  774. ## ----------------- ##
  775. ## Output variables. ##
  776. ## ----------------- ##
  777.  
  778. ACLOCAL='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run aclocal-1.11'
  779. AMDEPBACKSLASH='\'
  780. AMDEP_FALSE='#'
  781. AMDEP_TRUE=''
  782. AMTAR='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run tar'
  783. AR='ar'
  784. AUTOCONF='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run autoconf'
  785. AUTOHEADER='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run autoheader'
  786. AUTOMAKE='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run automake-1.11'
  787. AWK='nawk'
  788. BOOST_ASIO_LIB=''
  789. BOOST_CPPFLAGS='-I/usr/local/include'
  790. BOOST_FILESYSTEM_LIB=''
  791. BOOST_LDFLAGS='-L/usr/local/lib'
  792. BOOST_PROGRAM_OPTIONS_LIB=''
  793. BOOST_PYTHON_LIB=''
  794. BOOST_REGEX_LIB=''
  795. BOOST_SYSTEM_LIB=''
  796. BOOST_THREAD_LIB=''
  797. CC='gcc'
  798. CCDEPMODE='depmode=gcc3'
  799. CFLAGS='-g -O2'
  800. CLIENT_TEST_BIN=''
  801. COMPILETIME_OPTIONS=''
  802. CPP='gcc -E'
  803. CPPFLAGS=''
  804. CXX='g++'
  805. CXXCPP='g++ -E'
  806. CXXDEPMODE='depmode=gcc3'
  807. CXXFLAGS='-g -O2'
  808. CYGPATH_W='echo'
  809. DEBUGFLAGS=''
  810. DEFS=''
  811. DEPDIR='.deps'
  812. DSYMUTIL=''
  813. DUMPBIN=''
  814. ECHO_C=''
  815. ECHO_N='-n'
  816. ECHO_T=''
  817. EGREP='/usr/bin/grep -E'
  818. ENABLE_EXAMPLES_FALSE=''
  819. ENABLE_EXAMPLES_TRUE=''
  820. ENABLE_PYTHON_BINDING_FALSE=''
  821. ENABLE_PYTHON_BINDING_TRUE=''
  822. ENABLE_SHIPPED_ASIO_FALSE=''
  823. ENABLE_SHIPPED_ASIO_TRUE='#'
  824. ENABLE_SHIPPED_ZLIB_FALSE=''
  825. ENABLE_SHIPPED_ZLIB_TRUE=''
  826. ENABLE_TESTS_FALSE=''
  827. ENABLE_TESTS_TRUE=''
  828. EXEEXT=''
  829. FGREP='/usr/bin/grep -F'
  830. GEOIP_CFLAGS=''
  831. GEOIP_LIBS=''
  832. GREP='/usr/bin/grep'
  833. HAVE_SSL=''
  834. INSTALL_DATA='${INSTALL} -m 644'
  835. INSTALL_PROGRAM='${INSTALL}'
  836. INSTALL_SCRIPT='${INSTALL}'
  837. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  838. INTERFACE_VERSION_INFO='5:0:0'
  839. LD='/usr/bin/ld'
  840. LDFLAGS=''
  841. LIBOBJS=''
  842. LIBS=''
  843. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  844. LIPO=''
  845. LN_S='ln -s'
  846. LTLIBOBJS=''
  847. MAKEINFO='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/missing --run makeinfo'
  848. MKDIR_P='./install-sh -c -d'
  849. NM='/usr/bin/nm -B'
  850. NMEDIT=''
  851. OBJDUMP='objdump'
  852. OBJEXT='o'
  853. OTOOL64=''
  854. OTOOL=''
  855. PACKAGE='libtorrent-rasterbar'
  856. PACKAGE_BUGREPORT='arvid@cs.umu.se'
  857. PACKAGE_NAME='libtorrent-rasterbar'
  858. PACKAGE_STRING='libtorrent-rasterbar 0.14.6'
  859. PACKAGE_TARNAME='libtorrent-rasterbar'
  860. PACKAGE_URL=''
  861. PACKAGE_VERSION='0.14.6'
  862. PATH_SEPARATOR=':'
  863. PKG_CONFIG=''
  864. PTHREAD_CC='gcc'
  865. PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
  866. PTHREAD_LIBS=''
  867. PYTHON=''
  868. PYTHON_EXEC_PREFIX=''
  869. PYTHON_INCLUDE_DIR=''
  870. PYTHON_INSTALL_PARAMS=''
  871. PYTHON_LIB=''
  872. PYTHON_PLATFORM=''
  873. PYTHON_PREFIX=''
  874. PYTHON_VERSION=''
  875. RANLIB='ranlib'
  876. SED='/usr/bin/sed'
  877. SET_MAKE=''
  878. SHELL='/bin/sh'
  879. SSL_CFLAGS=''
  880. SSL_CXXFLAGS=''
  881. SSL_LDFLAGS=''
  882. SSL_LIBS=''
  883. STRIP='strip'
  884. USE_DHT_FALSE=''
  885. USE_DHT_TRUE=''
  886. USE_ENCRYPTION_FALSE=''
  887. USE_ENCRYPTION_TRUE=''
  888. VERSION='0.14.6'
  889. WITH_SHIPPED_GEOIP_FALSE=''
  890. WITH_SHIPPED_GEOIP_TRUE=''
  891. ZLIB=''
  892. ZLIBINCL=''
  893. ac_ct_CC='gcc'
  894. ac_ct_CXX='g++'
  895. ac_ct_DUMPBIN=''
  896. acx_pthread_config=''
  897. am__EXEEXT_FALSE=''
  898. am__EXEEXT_TRUE=''
  899. am__fastdepCC_FALSE='#'
  900. am__fastdepCC_TRUE=''
  901. am__fastdepCXX_FALSE='#'
  902. am__fastdepCXX_TRUE=''
  903. am__include='include'
  904. am__isrc=''
  905. am__leading_dot='.'
  906. am__quote=''
  907. am__tar='${AMTAR} chof - "$$tardir"'
  908. am__untar='${AMTAR} xf -'
  909. bindir='${exec_prefix}/bin'
  910. build='i386-unknown-freebsd7.2'
  911. build_alias=''
  912. build_cpu='i386'
  913. build_os='freebsd7.2'
  914. build_vendor='unknown'
  915. datadir='${datarootdir}'
  916. datarootdir='${prefix}/share'
  917. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  918. dvidir='${docdir}'
  919. exec_prefix='NONE'
  920. host='i386-unknown-freebsd7.2'
  921. host_alias=''
  922. host_cpu='i386'
  923. host_os='freebsd7.2'
  924. host_vendor='unknown'
  925. htmldir='${docdir}'
  926. includedir='${prefix}/include'
  927. infodir='${datarootdir}/info'
  928. install_sh='${SHELL} /usr/home/phantomcircuit/libtorrent-rasterbar-0.14.6/install-sh'
  929. libdir='${exec_prefix}/lib'
  930. libexecdir='${exec_prefix}/libexec'
  931. localedir='${datarootdir}/locale'
  932. localstatedir='${prefix}/var'
  933. lt_ECHO='echo'
  934. mandir='${datarootdir}/man'
  935. mkdir_p='$(top_builddir)/./install-sh -c -d'
  936. oldincludedir='/usr/include'
  937. pdfdir='${docdir}'
  938. pkgpyexecdir=''
  939. pkgpythondir=''
  940. prefix='NONE'
  941. program_transform_name='s,x,x,'
  942. psdir='${docdir}'
  943. pyexecdir=''
  944. pythondir=''
  945. sbindir='${exec_prefix}/sbin'
  946. sharedstatedir='${prefix}/com'
  947. sysconfdir='${prefix}/etc'
  948. target_alias=''
  949.  
  950. ## ----------- ##
  951. ## confdefs.h. ##
  952. ## ----------- ##
  953.  
  954. /* confdefs.h */
  955. #define PACKAGE_NAME "libtorrent-rasterbar"
  956. #define PACKAGE_TARNAME "libtorrent-rasterbar"
  957. #define PACKAGE_VERSION "0.14.6"
  958. #define PACKAGE_STRING "libtorrent-rasterbar 0.14.6"
  959. #define PACKAGE_BUGREPORT "arvid@cs.umu.se"
  960. #define PACKAGE_URL ""
  961. #define PACKAGE "libtorrent-rasterbar"
  962. #define VERSION "0.14.6"
  963. #define STDC_HEADERS 1
  964. #define HAVE_SYS_TYPES_H 1
  965. #define HAVE_SYS_STAT_H 1
  966. #define HAVE_STDLIB_H 1
  967. #define HAVE_STRING_H 1
  968. #define HAVE_MEMORY_H 1
  969. #define HAVE_STRINGS_H 1
  970. #define HAVE_INTTYPES_H 1
  971. #define HAVE_STDINT_H 1
  972. #define HAVE_UNISTD_H 1
  973. #define HAVE_DLFCN_H 1
  974. #define LT_OBJDIR ".libs/"
  975. #define HAVE_PTHREAD 1
  976. #define HAVE_BOOST_SYSTEM /**/
  977.  
  978. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement