Advertisement
malkavi

xoreos openSUSE 13.1 config.log

Jul 17th, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 270.45 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 xoreos configure 0.0.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-rrw3
  14. uname -m = i686
  15. uname -r = 3.11.10-21-default
  16. uname -s = Linux
  17. uname -v = #1 SMP Mon Jul 21 15:28:46 UTC 2014 (9a9565d)
  18.  
  19. /usr/bin/uname -p = i686
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/mpi/gcc/openmpi/bin
  31. PATH: /home/malkavi/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/bin/X11
  36. PATH: /usr/X11R6/bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2676: checking build system type
  45. configure:2690: result: i686-pc-linux-gnu
  46. configure:2710: checking host system type
  47. configure:2723: result: i686-pc-linux-gnu
  48. configure:2743: checking target system type
  49. configure:2756: result: i686-pc-linux-gnu
  50. configure:2799: checking for a BSD-compatible install
  51. configure:2867: result: /usr/bin/install -c
  52. configure:2878: checking whether build environment is sane
  53. configure:2933: result: yes
  54. configure:3084: checking for a thread-safe mkdir -p
  55. configure:3123: result: /usr/bin/mkdir -p
  56. configure:3130: checking for gawk
  57. configure:3146: found /usr/bin/gawk
  58. configure:3157: result: gawk
  59. configure:3168: checking whether make sets $(MAKE)
  60. configure:3190: result: yes
  61. configure:3219: checking whether make supports nested variables
  62. configure:3236: result: yes
  63. configure:3334: checking whether make supports nested variables
  64. configure:3351: result: yes
  65. configure:3375: checking for style of include used by make
  66. configure:3403: result: GNU
  67. configure:3474: checking for gcc
  68. configure:3490: found /usr/bin/gcc
  69. configure:3501: result: gcc
  70. configure:3730: checking for C compiler version
  71. configure:3739: gcc --version >&5
  72. gcc (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
  73. Copyright (C) 2013 Free Software Foundation, Inc.
  74. This is free software; see the source for copying conditions. There is NO
  75. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  76.  
  77. configure:3750: $? = 0
  78. configure:3739: gcc -v >&5
  79. Using built-in specs.
  80. COLLECT_GCC=gcc
  81. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.8/lto-wrapper
  82. Target: i586-suse-linux
  83. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  84. Thread model: posix
  85. gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)
  86. configure:3750: $? = 0
  87. configure:3739: gcc -V >&5
  88. gcc: error: unrecognized command line option '-V'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3750: $? = 1
  92. configure:3739: gcc -qversion >&5
  93. gcc: error: unrecognized command line option '-qversion'
  94. gcc: fatal error: no input files
  95. compilation terminated.
  96. configure:3750: $? = 1
  97. configure:3770: checking whether the C compiler works
  98. configure:3792: gcc conftest.c >&5
  99. configure:3796: $? = 0
  100. configure:3844: result: yes
  101. configure:3847: checking for C compiler default output file name
  102. configure:3849: result: a.out
  103. configure:3855: checking for suffix of executables
  104. configure:3862: gcc -o conftest conftest.c >&5
  105. configure:3866: $? = 0
  106. configure:3888: result:
  107. configure:3910: checking whether we are cross compiling
  108. configure:3918: gcc -o conftest conftest.c >&5
  109. configure:3922: $? = 0
  110. configure:3929: ./conftest
  111. configure:3933: $? = 0
  112. configure:3948: result: no
  113. configure:3953: checking for suffix of object files
  114. configure:3975: gcc -c conftest.c >&5
  115. configure:3979: $? = 0
  116. configure:4000: result: o
  117. configure:4004: checking whether we are using the GNU C compiler
  118. configure:4023: gcc -c conftest.c >&5
  119. configure:4023: $? = 0
  120. configure:4032: result: yes
  121. configure:4041: checking whether gcc accepts -g
  122. configure:4061: gcc -c -g conftest.c >&5
  123. configure:4061: $? = 0
  124. configure:4102: result: yes
  125. configure:4119: checking for gcc option to accept ISO C89
  126. configure:4182: gcc -c -g -O2 conftest.c >&5
  127. configure:4182: $? = 0
  128. configure:4195: result: none needed
  129. configure:4217: checking dependency style of gcc
  130. configure:4328: result: gcc3
  131. configure:4393: checking for ar
  132. configure:4409: found /usr/bin/ar
  133. configure:4420: result: ar
  134. configure:4446: checking the archiver (ar) interface
  135. configure:4456: gcc -c -g -O2 conftest.c >&5
  136. configure:4456: $? = 0
  137. configure:4458: ar cru libconftest.a conftest.o >&5
  138. configure:4461: $? = 0
  139. configure:4484: result: ar
  140. configure:4552: checking how to print strings
  141. configure:4579: result: printf
  142. configure:4600: checking for a sed that does not truncate output
  143. configure:4664: result: /usr/bin/sed
  144. configure:4682: checking for grep that handles long lines and -e
  145. configure:4740: result: /usr/bin/grep
  146. configure:4745: checking for egrep
  147. configure:4807: result: /usr/bin/grep -E
  148. configure:4812: checking for fgrep
  149. configure:4874: result: /usr/bin/grep -F
  150. configure:4909: checking for ld used by gcc
  151. configure:4976: result: /usr/i586-suse-linux/bin/ld
  152. configure:4983: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  153. configure:4998: result: yes
  154. configure:5010: checking for BSD- or MS-compatible name lister (nm)
  155. configure:5059: result: /usr/bin/nm -B
  156. configure:5189: checking the name lister (/usr/bin/nm -B) interface
  157. configure:5196: gcc -c -g -O2 conftest.c >&5
  158. configure:5199: /usr/bin/nm -B "conftest.o"
  159. configure:5202: output
  160. 00000000 B some_variable
  161. configure:5209: result: BSD nm
  162. configure:5212: checking whether ln -s works
  163. configure:5216: result: yes
  164. configure:5224: checking the maximum length of command line arguments
  165. configure:5354: result: 1572864
  166. configure:5371: checking whether the shell understands some XSI constructs
  167. configure:5381: result: yes
  168. configure:5385: checking whether the shell understands "+="
  169. configure:5391: result: yes
  170. configure:5426: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  171. configure:5466: result: func_convert_file_noop
  172. configure:5473: checking how to convert i686-pc-linux-gnu file names to toolchain format
  173. configure:5493: result: func_convert_file_noop
  174. configure:5500: checking for /usr/i586-suse-linux/bin/ld option to reload object files
  175. configure:5507: result: -r
  176. configure:5581: checking for objdump
  177. configure:5597: found /usr/bin/objdump
  178. configure:5608: result: objdump
  179. configure:5640: checking how to recognize dependent libraries
  180. configure:5842: result: pass_all
  181. configure:5927: checking for dlltool
  182. configure:5957: result: no
  183. configure:5987: checking how to associate runtime and link libraries
  184. configure:6014: result: printf %s\n
  185. configure:6138: checking for archiver @FILE support
  186. configure:6155: gcc -c -g -O2 conftest.c >&5
  187. configure:6155: $? = 0
  188. configure:6158: ar cru libconftest.a @conftest.lst >&5
  189. configure:6161: $? = 0
  190. configure:6166: ar cru libconftest.a @conftest.lst >&5
  191. ar: conftest.o: No such file or directory
  192. configure:6169: $? = 1
  193. configure:6181: result: @
  194. configure:6239: checking for strip
  195. configure:6255: found /usr/bin/strip
  196. configure:6266: result: strip
  197. configure:6338: checking for ranlib
  198. configure:6354: found /usr/bin/ranlib
  199. configure:6365: result: ranlib
  200. configure:6467: checking command to parse /usr/bin/nm -B output from gcc object
  201. configure:6587: gcc -c -g -O2 conftest.c >&5
  202. configure:6590: $? = 0
  203. configure:6594: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  204. configure:6597: $? = 0
  205. configure:6663: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  206. configure:6666: $? = 0
  207. configure:6704: result: ok
  208. configure:6741: checking for sysroot
  209. configure:6771: result: no
  210. configure:7027: checking for mt
  211. configure:7043: found /usr/bin/mt
  212. configure:7054: result: mt
  213. configure:7077: checking if mt is a manifest tool
  214. configure:7083: mt '-?'
  215. configure:7091: result: no
  216. configure:7733: checking how to run the C preprocessor
  217. configure:7764: gcc -E conftest.c
  218. configure:7764: $? = 0
  219. configure:7778: gcc -E conftest.c
  220. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  221. #include <ac_nonexistent.h>
  222. ^
  223. compilation terminated.
  224. configure:7778: $? = 1
  225. configure: failed program was:
  226. | /* confdefs.h */
  227. | #define PACKAGE_NAME "xoreos"
  228. | #define PACKAGE_TARNAME "xoreos"
  229. | #define PACKAGE_VERSION "0.0.1"
  230. | #define PACKAGE_STRING "xoreos 0.0.1"
  231. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  232. | #define PACKAGE_URL "https://xoreos.org/"
  233. | #define PACKAGE "xoreos"
  234. | #define VERSION "0.0.1"
  235. | /* end confdefs.h. */
  236. | #include <ac_nonexistent.h>
  237. configure:7803: result: gcc -E
  238. configure:7823: gcc -E conftest.c
  239. configure:7823: $? = 0
  240. configure:7837: gcc -E conftest.c
  241. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  242. #include <ac_nonexistent.h>
  243. ^
  244. compilation terminated.
  245. configure:7837: $? = 1
  246. configure: failed program was:
  247. | /* confdefs.h */
  248. | #define PACKAGE_NAME "xoreos"
  249. | #define PACKAGE_TARNAME "xoreos"
  250. | #define PACKAGE_VERSION "0.0.1"
  251. | #define PACKAGE_STRING "xoreos 0.0.1"
  252. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  253. | #define PACKAGE_URL "https://xoreos.org/"
  254. | #define PACKAGE "xoreos"
  255. | #define VERSION "0.0.1"
  256. | /* end confdefs.h. */
  257. | #include <ac_nonexistent.h>
  258. configure:7866: checking for ANSI C header files
  259. configure:7886: gcc -c -g -O2 conftest.c >&5
  260. configure:7886: $? = 0
  261. configure:7959: gcc -o conftest -g -O2 conftest.c >&5
  262. configure:7959: $? = 0
  263. configure:7959: ./conftest
  264. configure:7959: $? = 0
  265. configure:7970: result: yes
  266. configure:7983: checking for sys/types.h
  267. configure:7983: gcc -c -g -O2 conftest.c >&5
  268. configure:7983: $? = 0
  269. configure:7983: result: yes
  270. configure:7983: checking for sys/stat.h
  271. configure:7983: gcc -c -g -O2 conftest.c >&5
  272. configure:7983: $? = 0
  273. configure:7983: result: yes
  274. configure:7983: checking for stdlib.h
  275. configure:7983: gcc -c -g -O2 conftest.c >&5
  276. configure:7983: $? = 0
  277. configure:7983: result: yes
  278. configure:7983: checking for string.h
  279. configure:7983: gcc -c -g -O2 conftest.c >&5
  280. configure:7983: $? = 0
  281. configure:7983: result: yes
  282. configure:7983: checking for memory.h
  283. configure:7983: gcc -c -g -O2 conftest.c >&5
  284. configure:7983: $? = 0
  285. configure:7983: result: yes
  286. configure:7983: checking for strings.h
  287. configure:7983: gcc -c -g -O2 conftest.c >&5
  288. configure:7983: $? = 0
  289. configure:7983: result: yes
  290. configure:7983: checking for inttypes.h
  291. configure:7983: gcc -c -g -O2 conftest.c >&5
  292. configure:7983: $? = 0
  293. configure:7983: result: yes
  294. configure:7983: checking for stdint.h
  295. configure:7983: gcc -c -g -O2 conftest.c >&5
  296. configure:7983: $? = 0
  297. configure:7983: result: yes
  298. configure:7983: checking for unistd.h
  299. configure:7983: gcc -c -g -O2 conftest.c >&5
  300. configure:7983: $? = 0
  301. configure:7983: result: yes
  302. configure:7997: checking for dlfcn.h
  303. configure:7997: gcc -c -g -O2 conftest.c >&5
  304. configure:7997: $? = 0
  305. configure:7997: result: yes
  306. configure:8202: checking for objdir
  307. configure:8217: result: .libs
  308. configure:8488: checking if gcc supports -fno-rtti -fno-exceptions
  309. configure:8506: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  310. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  311. configure:8510: $? = 0
  312. configure:8523: result: no
  313. configure:8850: checking for gcc option to produce PIC
  314. configure:8857: result: -fPIC -DPIC
  315. configure:8865: checking if gcc PIC flag -fPIC -DPIC works
  316. configure:8883: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  317. configure:8887: $? = 0
  318. configure:8900: result: yes
  319. configure:8929: checking if gcc static flag -static works
  320. configure:8957: result: no
  321. configure:8972: checking if gcc supports -c -o file.o
  322. configure:8993: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  323. configure:8997: $? = 0
  324. configure:9019: result: yes
  325. configure:9027: checking if gcc supports -c -o file.o
  326. configure:9074: result: yes
  327. configure:9107: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  328. configure:10260: result: yes
  329. configure:10500: checking dynamic linker characteristics
  330. configure:11011: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  331. configure:11011: $? = 0
  332. configure:11233: result: GNU/Linux ld.so
  333. configure:11340: checking how to hardcode library paths into programs
  334. configure:11365: result: immediate
  335. configure:11905: checking whether stripping libraries is possible
  336. configure:11910: result: yes
  337. configure:11945: checking if libtool supports shared libraries
  338. configure:11947: result: yes
  339. configure:11950: checking whether to build shared libraries
  340. configure:11971: result: no
  341. configure:11974: checking whether to build static libraries
  342. configure:11978: result: yes
  343. configure:12074: checking for g++
  344. configure:12090: found /usr/bin/g++
  345. configure:12101: result: g++
  346. configure:12128: checking for C++ compiler version
  347. configure:12137: g++ --version >&5
  348. g++ (SUSE Linux) 4.8.1 20130909 [gcc-4_8-branch revision 202388]
  349. Copyright (C) 2013 Free Software Foundation, Inc.
  350. This is free software; see the source for copying conditions. There is NO
  351. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  352.  
  353. configure:12148: $? = 0
  354. configure:12137: g++ -v >&5
  355. Using built-in specs.
  356. COLLECT_GCC=g++
  357. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-suse-linux/4.8/lto-wrapper
  358. Target: i586-suse-linux
  359. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.8 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=i586-suse-linux
  360. Thread model: posix
  361. gcc version 4.8.1 20130909 [gcc-4_8-branch revision 202388] (SUSE Linux)
  362. configure:12148: $? = 0
  363. configure:12137: g++ -V >&5
  364. g++: error: unrecognized command line option '-V'
  365. g++: fatal error: no input files
  366. compilation terminated.
  367. configure:12148: $? = 1
  368. configure:12137: g++ -qversion >&5
  369. g++: error: unrecognized command line option '-qversion'
  370. g++: fatal error: no input files
  371. compilation terminated.
  372. configure:12148: $? = 1
  373. configure:12152: checking whether we are using the GNU C++ compiler
  374. configure:12171: g++ -c conftest.cpp >&5
  375. configure:12171: $? = 0
  376. configure:12180: result: yes
  377. configure:12189: checking whether g++ accepts -g
  378. configure:12209: g++ -c -g conftest.cpp >&5
  379. configure:12209: $? = 0
  380. configure:12250: result: yes
  381. configure:12275: checking dependency style of g++
  382. configure:12386: result: gcc3
  383. configure:12419: checking how to run the C++ preprocessor
  384. configure:12446: g++ -E conftest.cpp
  385. configure:12446: $? = 0
  386. configure:12460: g++ -E conftest.cpp
  387. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  388. #include <ac_nonexistent.h>
  389. ^
  390. compilation terminated.
  391. configure:12460: $? = 1
  392. configure: failed program was:
  393. | /* confdefs.h */
  394. | #define PACKAGE_NAME "xoreos"
  395. | #define PACKAGE_TARNAME "xoreos"
  396. | #define PACKAGE_VERSION "0.0.1"
  397. | #define PACKAGE_STRING "xoreos 0.0.1"
  398. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  399. | #define PACKAGE_URL "https://xoreos.org/"
  400. | #define PACKAGE "xoreos"
  401. | #define VERSION "0.0.1"
  402. | #define STDC_HEADERS 1
  403. | #define HAVE_SYS_TYPES_H 1
  404. | #define HAVE_SYS_STAT_H 1
  405. | #define HAVE_STDLIB_H 1
  406. | #define HAVE_STRING_H 1
  407. | #define HAVE_MEMORY_H 1
  408. | #define HAVE_STRINGS_H 1
  409. | #define HAVE_INTTYPES_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UNISTD_H 1
  412. | #define HAVE_DLFCN_H 1
  413. | #define LT_OBJDIR ".libs/"
  414. | /* end confdefs.h. */
  415. | #include <ac_nonexistent.h>
  416. configure:12485: result: g++ -E
  417. configure:12505: g++ -E conftest.cpp
  418. configure:12505: $? = 0
  419. configure:12519: g++ -E conftest.cpp
  420. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  421. #include <ac_nonexistent.h>
  422. ^
  423. compilation terminated.
  424. configure:12519: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h */
  427. | #define PACKAGE_NAME "xoreos"
  428. | #define PACKAGE_TARNAME "xoreos"
  429. | #define PACKAGE_VERSION "0.0.1"
  430. | #define PACKAGE_STRING "xoreos 0.0.1"
  431. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  432. | #define PACKAGE_URL "https://xoreos.org/"
  433. | #define PACKAGE "xoreos"
  434. | #define VERSION "0.0.1"
  435. | #define STDC_HEADERS 1
  436. | #define HAVE_SYS_TYPES_H 1
  437. | #define HAVE_SYS_STAT_H 1
  438. | #define HAVE_STDLIB_H 1
  439. | #define HAVE_STRING_H 1
  440. | #define HAVE_MEMORY_H 1
  441. | #define HAVE_STRINGS_H 1
  442. | #define HAVE_INTTYPES_H 1
  443. | #define HAVE_STDINT_H 1
  444. | #define HAVE_UNISTD_H 1
  445. | #define HAVE_DLFCN_H 1
  446. | #define LT_OBJDIR ".libs/"
  447. | /* end confdefs.h. */
  448. | #include <ac_nonexistent.h>
  449. configure:12688: checking for ld used by g++
  450. configure:12755: result: /usr/i586-suse-linux/bin/ld
  451. configure:12762: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  452. configure:12777: result: yes
  453. configure:12832: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  454. configure:13837: result: yes
  455. configure:13873: g++ -c -g -O2 conftest.cpp >&5
  456. configure:13876: $? = 0
  457. configure:14396: checking for g++ option to produce PIC
  458. configure:14403: result: -fPIC -DPIC
  459. configure:14411: checking if g++ PIC flag -fPIC -DPIC works
  460. configure:14429: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  461. configure:14433: $? = 0
  462. configure:14446: result: yes
  463. configure:14469: checking if g++ static flag -static works
  464. configure:14497: result: no
  465. configure:14509: checking if g++ supports -c -o file.o
  466. configure:14530: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  467. configure:14534: $? = 0
  468. configure:14556: result: yes
  469. configure:14561: checking if g++ supports -c -o file.o
  470. configure:14608: result: yes
  471. configure:14638: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
  472. configure:14674: result: yes
  473. configure:14815: checking dynamic linker characteristics
  474. configure:15482: result: GNU/Linux ld.so
  475. configure:15535: checking how to hardcode library paths into programs
  476. configure:15560: result: immediate
  477. configure:15601: checking whether gcc and cc understand -c and -o together
  478. configure:15632: gcc -c conftest.c -o conftest2.o >&5
  479. configure:15636: $? = 0
  480. configure:15642: gcc -c conftest.c -o conftest2.o >&5
  481. configure:15646: $? = 0
  482. configure:15657: cc -c conftest.c >&5
  483. configure:15661: $? = 0
  484. configure:15669: cc -c conftest.c -o conftest2.o >&5
  485. configure:15673: $? = 0
  486. configure:15679: cc -c conftest.c -o conftest2.o >&5
  487. configure:15683: $? = 0
  488. configure:15701: result: yes
  489. configure:15740: checking for an ANSI C-conforming const
  490. configure:15806: gcc -c -g -O2 conftest.c >&5
  491. configure:15806: $? = 0
  492. configure:15813: result: yes
  493. configure:15821: checking for ANSI C header files
  494. configure:15925: result: yes
  495. configure:15956: checking whether C compiler accepts -Wignored-qualifiers
  496. configure:15975: gcc -c -Wignored-qualifiers -Werror conftest.c >&5
  497. configure:15975: $? = 0
  498. configure:15985: result: yes
  499. configure:16009: checking whether C compiler accepts -Wpointer-arith
  500. configure:16028: gcc -c -Wpointer-arith -Werror conftest.c >&5
  501. configure:16028: $? = 0
  502. configure:16038: result: yes
  503. configure:16062: checking whether C compiler accepts -Wshadow
  504. configure:16081: gcc -c -Wshadow -Werror conftest.c >&5
  505. configure:16081: $? = 0
  506. configure:16091: result: yes
  507. configure:16115: checking whether C compiler accepts -Wsign-compare
  508. configure:16134: gcc -c -Wsign-compare -Werror conftest.c >&5
  509. configure:16134: $? = 0
  510. configure:16144: result: yes
  511. configure:16168: checking whether C compiler accepts -Wtype-limits
  512. configure:16187: gcc -c -Wtype-limits -Werror conftest.c >&5
  513. configure:16187: $? = 0
  514. configure:16197: result: yes
  515. configure:16221: checking whether C compiler accepts -Wuninitialized
  516. configure:16240: gcc -c -Wuninitialized -Werror conftest.c >&5
  517. configure:16240: $? = 0
  518. configure:16250: result: yes
  519. configure:16274: checking whether C compiler accepts -Wunused-parameter
  520. configure:16293: gcc -c -Wunused-parameter -Werror conftest.c >&5
  521. configure:16293: $? = 0
  522. configure:16303: result: yes
  523. configure:16327: checking whether C compiler accepts -Wunused-but-set-parameter
  524. configure:16346: gcc -c -Wunused-but-set-parameter -Werror conftest.c >&5
  525. configure:16346: $? = 0
  526. configure:16356: result: yes
  527. configure:16382: checking whether C++ compiler accepts -Wnon-virtual-dtor
  528. configure:16401: g++ -c -Wnon-virtual-dtor -Werror conftest.cpp >&5
  529. configure:16401: $? = 0
  530. configure:16411: result: yes
  531. configure:16435: checking whether C++ compiler accepts -Wno-overloaded-virtual
  532. configure:16454: g++ -c -Wno-overloaded-virtual -Werror conftest.cpp >&5
  533. configure:16454: $? = 0
  534. configure:16464: result: yes
  535. configure:16553: checking whether byte ordering is bigendian
  536. configure:16568: gcc -c -g -O2 conftest.c >&5
  537. conftest.c:25:9: error: unknown type name 'not'
  538. not a universal capable compiler
  539. ^
  540. conftest.c:25:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  541. not a universal capable compiler
  542. ^
  543. conftest.c:25:15: error: unknown type name 'universal'
  544. configure:16568: $? = 1
  545. configure: failed program was:
  546. | /* confdefs.h */
  547. | #define PACKAGE_NAME "xoreos"
  548. | #define PACKAGE_TARNAME "xoreos"
  549. | #define PACKAGE_VERSION "0.0.1"
  550. | #define PACKAGE_STRING "xoreos 0.0.1"
  551. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  552. | #define PACKAGE_URL "https://xoreos.org/"
  553. | #define PACKAGE "xoreos"
  554. | #define VERSION "0.0.1"
  555. | #define STDC_HEADERS 1
  556. | #define HAVE_SYS_TYPES_H 1
  557. | #define HAVE_SYS_STAT_H 1
  558. | #define HAVE_STDLIB_H 1
  559. | #define HAVE_STRING_H 1
  560. | #define HAVE_MEMORY_H 1
  561. | #define HAVE_STRINGS_H 1
  562. | #define HAVE_INTTYPES_H 1
  563. | #define HAVE_STDINT_H 1
  564. | #define HAVE_UNISTD_H 1
  565. | #define HAVE_DLFCN_H 1
  566. | #define LT_OBJDIR ".libs/"
  567. | #define STDC_HEADERS 1
  568. | /* end confdefs.h. */
  569. | #ifndef __APPLE_CC__
  570. | not a universal capable compiler
  571. | #endif
  572. | typedef int dummy;
  573. |
  574. configure:16613: gcc -c -g -O2 conftest.c >&5
  575. configure:16613: $? = 0
  576. configure:16631: gcc -c -g -O2 conftest.c >&5
  577. conftest.c: In function 'main':
  578. conftest.c:31:4: error: unknown type name 'not'
  579. not big endian
  580. ^
  581. conftest.c:31:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  582. not big endian
  583. ^
  584. configure:16631: $? = 1
  585. configure: failed program was:
  586. | /* confdefs.h */
  587. | #define PACKAGE_NAME "xoreos"
  588. | #define PACKAGE_TARNAME "xoreos"
  589. | #define PACKAGE_VERSION "0.0.1"
  590. | #define PACKAGE_STRING "xoreos 0.0.1"
  591. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  592. | #define PACKAGE_URL "https://xoreos.org/"
  593. | #define PACKAGE "xoreos"
  594. | #define VERSION "0.0.1"
  595. | #define STDC_HEADERS 1
  596. | #define HAVE_SYS_TYPES_H 1
  597. | #define HAVE_SYS_STAT_H 1
  598. | #define HAVE_STDLIB_H 1
  599. | #define HAVE_STRING_H 1
  600. | #define HAVE_MEMORY_H 1
  601. | #define HAVE_STRINGS_H 1
  602. | #define HAVE_INTTYPES_H 1
  603. | #define HAVE_STDINT_H 1
  604. | #define HAVE_UNISTD_H 1
  605. | #define HAVE_DLFCN_H 1
  606. | #define LT_OBJDIR ".libs/"
  607. | #define STDC_HEADERS 1
  608. | /* end confdefs.h. */
  609. | #include <sys/types.h>
  610. | #include <sys/param.h>
  611. |
  612. | int
  613. | main ()
  614. | {
  615. | #if BYTE_ORDER != BIG_ENDIAN
  616. | not big endian
  617. | #endif
  618. |
  619. | ;
  620. | return 0;
  621. | }
  622. configure:16759: result: no
  623. configure:16779: checking for intptr_t
  624. configure:16779: gcc -c -g -O2 conftest.c >&5
  625. configure:16779: $? = 0
  626. configure:16779: gcc -c -g -O2 conftest.c >&5
  627. conftest.c: In function 'main':
  628. conftest.c:60:23: error: expected expression before ')' token
  629. if (sizeof ((intptr_t)))
  630. ^
  631. configure:16779: $? = 1
  632. configure: failed program was:
  633. | /* confdefs.h */
  634. | #define PACKAGE_NAME "xoreos"
  635. | #define PACKAGE_TARNAME "xoreos"
  636. | #define PACKAGE_VERSION "0.0.1"
  637. | #define PACKAGE_STRING "xoreos 0.0.1"
  638. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  639. | #define PACKAGE_URL "https://xoreos.org/"
  640. | #define PACKAGE "xoreos"
  641. | #define VERSION "0.0.1"
  642. | #define STDC_HEADERS 1
  643. | #define HAVE_SYS_TYPES_H 1
  644. | #define HAVE_SYS_STAT_H 1
  645. | #define HAVE_STDLIB_H 1
  646. | #define HAVE_STRING_H 1
  647. | #define HAVE_MEMORY_H 1
  648. | #define HAVE_STRINGS_H 1
  649. | #define HAVE_INTTYPES_H 1
  650. | #define HAVE_STDINT_H 1
  651. | #define HAVE_UNISTD_H 1
  652. | #define HAVE_DLFCN_H 1
  653. | #define LT_OBJDIR ".libs/"
  654. | #define STDC_HEADERS 1
  655. | /* end confdefs.h. */
  656. | #include <stdio.h>
  657. | #ifdef HAVE_SYS_TYPES_H
  658. | # include <sys/types.h>
  659. | #endif
  660. | #ifdef HAVE_SYS_STAT_H
  661. | # include <sys/stat.h>
  662. | #endif
  663. | #ifdef STDC_HEADERS
  664. | # include <stdlib.h>
  665. | # include <stddef.h>
  666. | #else
  667. | # ifdef HAVE_STDLIB_H
  668. | # include <stdlib.h>
  669. | # endif
  670. | #endif
  671. | #ifdef HAVE_STRING_H
  672. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  673. | # include <memory.h>
  674. | # endif
  675. | # include <string.h>
  676. | #endif
  677. | #ifdef HAVE_STRINGS_H
  678. | # include <strings.h>
  679. | #endif
  680. | #ifdef HAVE_INTTYPES_H
  681. | # include <inttypes.h>
  682. | #endif
  683. | #ifdef HAVE_STDINT_H
  684. | # include <stdint.h>
  685. | #endif
  686. | #ifdef HAVE_UNISTD_H
  687. | # include <unistd.h>
  688. | #endif
  689. | int
  690. | main ()
  691. | {
  692. | if (sizeof ((intptr_t)))
  693. | return 0;
  694. | ;
  695. | return 0;
  696. | }
  697. configure:16779: result: yes
  698. configure:16815: checking for uintptr_t
  699. configure:16815: gcc -c -g -O2 conftest.c >&5
  700. configure:16815: $? = 0
  701. configure:16815: gcc -c -g -O2 conftest.c >&5
  702. conftest.c: In function 'main':
  703. conftest.c:61:24: error: expected expression before ')' token
  704. if (sizeof ((uintptr_t)))
  705. ^
  706. configure:16815: $? = 1
  707. configure: failed program was:
  708. | /* confdefs.h */
  709. | #define PACKAGE_NAME "xoreos"
  710. | #define PACKAGE_TARNAME "xoreos"
  711. | #define PACKAGE_VERSION "0.0.1"
  712. | #define PACKAGE_STRING "xoreos 0.0.1"
  713. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  714. | #define PACKAGE_URL "https://xoreos.org/"
  715. | #define PACKAGE "xoreos"
  716. | #define VERSION "0.0.1"
  717. | #define STDC_HEADERS 1
  718. | #define HAVE_SYS_TYPES_H 1
  719. | #define HAVE_SYS_STAT_H 1
  720. | #define HAVE_STDLIB_H 1
  721. | #define HAVE_STRING_H 1
  722. | #define HAVE_MEMORY_H 1
  723. | #define HAVE_STRINGS_H 1
  724. | #define HAVE_INTTYPES_H 1
  725. | #define HAVE_STDINT_H 1
  726. | #define HAVE_UNISTD_H 1
  727. | #define HAVE_DLFCN_H 1
  728. | #define LT_OBJDIR ".libs/"
  729. | #define STDC_HEADERS 1
  730. | #define HAVE_INTPTR_T 1
  731. | /* end confdefs.h. */
  732. | #include <stdio.h>
  733. | #ifdef HAVE_SYS_TYPES_H
  734. | # include <sys/types.h>
  735. | #endif
  736. | #ifdef HAVE_SYS_STAT_H
  737. | # include <sys/stat.h>
  738. | #endif
  739. | #ifdef STDC_HEADERS
  740. | # include <stdlib.h>
  741. | # include <stddef.h>
  742. | #else
  743. | # ifdef HAVE_STDLIB_H
  744. | # include <stdlib.h>
  745. | # endif
  746. | #endif
  747. | #ifdef HAVE_STRING_H
  748. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  749. | # include <memory.h>
  750. | # endif
  751. | # include <string.h>
  752. | #endif
  753. | #ifdef HAVE_STRINGS_H
  754. | # include <strings.h>
  755. | #endif
  756. | #ifdef HAVE_INTTYPES_H
  757. | # include <inttypes.h>
  758. | #endif
  759. | #ifdef HAVE_STDINT_H
  760. | # include <stdint.h>
  761. | #endif
  762. | #ifdef HAVE_UNISTD_H
  763. | # include <unistd.h>
  764. | #endif
  765. | int
  766. | main ()
  767. | {
  768. | if (sizeof ((uintptr_t)))
  769. | return 0;
  770. | ;
  771. | return 0;
  772. | }
  773. configure:16815: result: yes
  774. configure:16852: checking for cos in -lm
  775. configure:16877: gcc -o conftest -g -O2 conftest.c -lm >&5
  776. conftest.c:33:6: warning: conflicting types for built-in function 'cos' [enabled by default]
  777. char cos ();
  778. ^
  779. configure:16877: $? = 0
  780. configure:16886: result: yes
  781. configure:16899: checking for fabs
  782. configure:16899: gcc -o conftest -g -O2 conftest.c -lm >&5
  783. conftest.c:50:6: warning: conflicting types for built-in function 'fabs' [enabled by default]
  784. char fabs ();
  785. ^
  786. configure:16899: $? = 0
  787. configure:16899: result: yes
  788. configure:16910: checking for fmin
  789. configure:16910: gcc -o conftest -g -O2 conftest.c -lm >&5
  790. conftest.c:51:6: warning: conflicting types for built-in function 'fmin' [enabled by default]
  791. char fmin ();
  792. ^
  793. configure:16910: $? = 0
  794. configure:16910: result: yes
  795. configure:16921: checking for fmax
  796. configure:16921: gcc -o conftest -g -O2 conftest.c -lm >&5
  797. conftest.c:52:6: warning: conflicting types for built-in function 'fmax' [enabled by default]
  798. char fmax ();
  799. ^
  800. configure:16921: $? = 0
  801. configure:16921: result: yes
  802. configure:16932: checking for fabsf
  803. configure:16932: gcc -o conftest -g -O2 conftest.c -lm >&5
  804. conftest.c:53:6: warning: conflicting types for built-in function 'fabsf' [enabled by default]
  805. char fabsf ();
  806. ^
  807. configure:16932: $? = 0
  808. configure:16932: result: yes
  809. configure:16943: checking for fminf
  810. configure:16943: gcc -o conftest -g -O2 conftest.c -lm >&5
  811. conftest.c:54:6: warning: conflicting types for built-in function 'fminf' [enabled by default]
  812. char fminf ();
  813. ^
  814. configure:16943: $? = 0
  815. configure:16943: result: yes
  816. configure:16954: checking for fmaxf
  817. configure:16954: gcc -o conftest -g -O2 conftest.c -lm >&5
  818. conftest.c:55:6: warning: conflicting types for built-in function 'fmaxf' [enabled by default]
  819. char fmaxf ();
  820. ^
  821. configure:16954: $? = 0
  822. configure:16954: result: yes
  823. configure:16966: checking for strtoll
  824. configure:16966: gcc -o conftest -g -O2 conftest.c -lm >&5
  825. configure:16966: $? = 0
  826. configure:16966: result: yes
  827. configure:16977: checking for strtoull
  828. configure:16977: gcc -o conftest -g -O2 conftest.c -lm >&5
  829. configure:16977: $? = 0
  830. configure:16977: result: yes
  831. configure:16988: checking for strtof
  832. configure:16988: gcc -o conftest -g -O2 conftest.c -lm >&5
  833. configure:16988: $? = 0
  834. configure:16988: result: yes
  835. configure:17038: checking for ld used by GCC
  836. configure:17102: result: /usr/i586-suse-linux/bin/ld
  837. configure:17109: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
  838. configure:17122: result: yes
  839. configure:17129: checking for shared library run path origin
  840. configure:17142: result: done
  841. configure:17651: checking for iconv
  842. configure:17673: gcc -o conftest -g -O2 conftest.c -lm >&5
  843. configure:17673: $? = 0
  844. configure:17705: result: yes
  845. configure:17708: checking for working iconv
  846. configure:17784: gcc -o conftest -g -O2 conftest.c -lm >&5
  847. configure:17784: $? = 0
  848. configure:17784: ./conftest
  849. configure:17784: $? = 0
  850. configure:17796: result: yes
  851. configure:17824: checking for iconv declaration
  852. configure:17853: gcc -c -g -O2 conftest.c >&5
  853. configure:17853: $? = 0
  854. configure:17864: result:
  855. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  856. configure:17902: checking zlib.h usability
  857. configure:17902: gcc -c -g -O2 conftest.c >&5
  858. configure:17902: $? = 0
  859. configure:17902: result: yes
  860. configure:17902: checking zlib.h presence
  861. configure:17902: gcc -E conftest.c
  862. configure:17902: $? = 0
  863. configure:17902: result: yes
  864. configure:17902: checking for zlib.h
  865. configure:17902: result: yes
  866. configure:17921: gcc -o conftest -g -O2 conftest.c -lm -lz >&5
  867. configure:17921: $? = 0
  868. configure:17965: checking lzma.h usability
  869. configure:17965: gcc -c -g -O2 conftest.c >&5
  870. configure:17965: $? = 0
  871. configure:17965: result: yes
  872. configure:17965: checking lzma.h presence
  873. configure:17965: gcc -E conftest.c
  874. configure:17965: $? = 0
  875. configure:17965: result: yes
  876. configure:17965: checking for lzma.h
  877. configure:17965: result: yes
  878. configure:17984: gcc -o conftest -g -O2 conftest.c -lm -llzma >&5
  879. configure:17984: $? = 0
  880. configure:18017: checking for xml2-config
  881. configure:18033: found /usr/bin/xml2-config
  882. configure:18044: result: xml2-config
  883. configure:18071: checking libxml/xmlversion.h usability
  884. configure:18071: gcc -c -g -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c >&5
  885. configure:18071: $? = 0
  886. configure:18071: result: yes
  887. configure:18071: checking libxml/xmlversion.h presence
  888. configure:18071: gcc -E -I/usr/include/libxml2 conftest.c
  889. configure:18071: $? = 0
  890. configure:18071: result: yes
  891. configure:18071: checking for libxml/xmlversion.h
  892. configure:18071: result: yes
  893. configure:18087: gcc -o conftest -g -O2 -I/usr/include/libxml2 -I/usr/include/libxml2 conftest.c -lm -lxml2 -lz -lm -ldl >&5
  894. configure:18087: $? = 0
  895. configure:18122: checking for sdl2-config
  896. configure:18138: found /usr/bin/sdl2-config
  897. configure:18149: result: sdl2-config
  898. configure:18191: gcc -o conftest -g -O2 -I/usr/include/SDL2 -D_REENTRANT conftest.c -lm -L/usr/lib -lSDL2 -lpthread >&5
  899. configure:18191: $? = 0
  900. configure:18212: checking for X
  901. configure:18351: gcc -o conftest -g -O2 conftest.c -lX11 -lm >&5
  902. configure:18351: $? = 0
  903. configure:18401: result: libraries , headers
  904. configure:18517: checking if compiler needs -Werror to reject unknown flags
  905. configure:18533: gcc -c -g -O2 -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
  906. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  907. gcc: error: unrecognized command line option '-Wsizeof-array-argument'
  908. configure:18533: $? = 1
  909. configure: failed program was:
  910. | /* confdefs.h */
  911. | #define PACKAGE_NAME "xoreos"
  912. | #define PACKAGE_TARNAME "xoreos"
  913. | #define PACKAGE_VERSION "0.0.1"
  914. | #define PACKAGE_STRING "xoreos 0.0.1"
  915. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  916. | #define PACKAGE_URL "https://xoreos.org/"
  917. | #define PACKAGE "xoreos"
  918. | #define VERSION "0.0.1"
  919. | #define STDC_HEADERS 1
  920. | #define HAVE_SYS_TYPES_H 1
  921. | #define HAVE_SYS_STAT_H 1
  922. | #define HAVE_STDLIB_H 1
  923. | #define HAVE_STRING_H 1
  924. | #define HAVE_MEMORY_H 1
  925. | #define HAVE_STRINGS_H 1
  926. | #define HAVE_INTTYPES_H 1
  927. | #define HAVE_STDINT_H 1
  928. | #define HAVE_UNISTD_H 1
  929. | #define HAVE_DLFCN_H 1
  930. | #define LT_OBJDIR ".libs/"
  931. | #define STDC_HEADERS 1
  932. | #define HAVE_INTPTR_T 1
  933. | #define HAVE_UINTPTR_T 1
  934. | #define HAVE_LIBM 1
  935. | #define HAVE_FABS 1
  936. | #define HAVE_FMIN 1
  937. | #define HAVE_FMAX 1
  938. | #define HAVE_FABSF 1
  939. | #define HAVE_FMINF 1
  940. | #define HAVE_FMAXF 1
  941. | #define HAVE_STRTOLL 1
  942. | #define HAVE_STRTOULL 1
  943. | #define HAVE_STRTOF 1
  944. | #define HAVE_ICONV 1
  945. | #define ICONV_CONST
  946. | /* end confdefs.h. */
  947. | int foo(void);
  948. | int
  949. | main ()
  950. | {
  951. | foo()
  952. | ;
  953. | return 0;
  954. | }
  955. configure:18538: result: no
  956. configure:18604: checking for the pthreads library -lpthreads
  957. configure:18642: gcc -o conftest -g -O2 conftest.c -lpthreads -lm >&5
  958. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lpthreads
  959. collect2: error: ld returned 1 exit status
  960. configure:18642: $? = 1
  961. configure: failed program was:
  962. | /* confdefs.h */
  963. | #define PACKAGE_NAME "xoreos"
  964. | #define PACKAGE_TARNAME "xoreos"
  965. | #define PACKAGE_VERSION "0.0.1"
  966. | #define PACKAGE_STRING "xoreos 0.0.1"
  967. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  968. | #define PACKAGE_URL "https://xoreos.org/"
  969. | #define PACKAGE "xoreos"
  970. | #define VERSION "0.0.1"
  971. | #define STDC_HEADERS 1
  972. | #define HAVE_SYS_TYPES_H 1
  973. | #define HAVE_SYS_STAT_H 1
  974. | #define HAVE_STDLIB_H 1
  975. | #define HAVE_STRING_H 1
  976. | #define HAVE_MEMORY_H 1
  977. | #define HAVE_STRINGS_H 1
  978. | #define HAVE_INTTYPES_H 1
  979. | #define HAVE_STDINT_H 1
  980. | #define HAVE_UNISTD_H 1
  981. | #define HAVE_DLFCN_H 1
  982. | #define LT_OBJDIR ".libs/"
  983. | #define STDC_HEADERS 1
  984. | #define HAVE_INTPTR_T 1
  985. | #define HAVE_UINTPTR_T 1
  986. | #define HAVE_LIBM 1
  987. | #define HAVE_FABS 1
  988. | #define HAVE_FMIN 1
  989. | #define HAVE_FMAX 1
  990. | #define HAVE_FABSF 1
  991. | #define HAVE_FMINF 1
  992. | #define HAVE_FMAXF 1
  993. | #define HAVE_STRTOLL 1
  994. | #define HAVE_STRTOULL 1
  995. | #define HAVE_STRTOF 1
  996. | #define HAVE_ICONV 1
  997. | #define ICONV_CONST
  998. | /* end confdefs.h. */
  999. | #include <pthread.h>
  1000. | static void routine(void *a) { a = 0; }
  1001. | static void *start_routine(void *a) { return a; }
  1002. | int
  1003. | main ()
  1004. | {
  1005. | pthread_t th; pthread_attr_t attr;
  1006. | pthread_create(&th, 0, start_routine, 0);
  1007. | pthread_join(th, 0);
  1008. | pthread_attr_init(&attr);
  1009. | pthread_cleanup_push(routine, 0);
  1010. | pthread_cleanup_pop(0) /* ; */
  1011. | ;
  1012. | return 0;
  1013. | }
  1014. configure:18651: result: no
  1015. configure:18549: checking whether pthreads work without any flags
  1016. configure:18642: gcc -o conftest -g -O2 conftest.c -lm >&5
  1017. /tmp/ccLxyUxv.o: In function `main':
  1018. /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/conftest.c:45: undefined reference to `pthread_create'
  1019. /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/conftest.c:46: undefined reference to `pthread_join'
  1020. /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/conftest.c:48: undefined reference to `__pthread_register_cancel'
  1021. /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/conftest.c:49: undefined reference to `__pthread_unregister_cancel'
  1022. collect2: error: ld returned 1 exit status
  1023. configure:18642: $? = 1
  1024. configure: failed program was:
  1025. | /* confdefs.h */
  1026. | #define PACKAGE_NAME "xoreos"
  1027. | #define PACKAGE_TARNAME "xoreos"
  1028. | #define PACKAGE_VERSION "0.0.1"
  1029. | #define PACKAGE_STRING "xoreos 0.0.1"
  1030. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1031. | #define PACKAGE_URL "https://xoreos.org/"
  1032. | #define PACKAGE "xoreos"
  1033. | #define VERSION "0.0.1"
  1034. | #define STDC_HEADERS 1
  1035. | #define HAVE_SYS_TYPES_H 1
  1036. | #define HAVE_SYS_STAT_H 1
  1037. | #define HAVE_STDLIB_H 1
  1038. | #define HAVE_STRING_H 1
  1039. | #define HAVE_MEMORY_H 1
  1040. | #define HAVE_STRINGS_H 1
  1041. | #define HAVE_INTTYPES_H 1
  1042. | #define HAVE_STDINT_H 1
  1043. | #define HAVE_UNISTD_H 1
  1044. | #define HAVE_DLFCN_H 1
  1045. | #define LT_OBJDIR ".libs/"
  1046. | #define STDC_HEADERS 1
  1047. | #define HAVE_INTPTR_T 1
  1048. | #define HAVE_UINTPTR_T 1
  1049. | #define HAVE_LIBM 1
  1050. | #define HAVE_FABS 1
  1051. | #define HAVE_FMIN 1
  1052. | #define HAVE_FMAX 1
  1053. | #define HAVE_FABSF 1
  1054. | #define HAVE_FMINF 1
  1055. | #define HAVE_FMAXF 1
  1056. | #define HAVE_STRTOLL 1
  1057. | #define HAVE_STRTOULL 1
  1058. | #define HAVE_STRTOF 1
  1059. | #define HAVE_ICONV 1
  1060. | #define ICONV_CONST
  1061. | /* end confdefs.h. */
  1062. | #include <pthread.h>
  1063. | static void routine(void *a) { a = 0; }
  1064. | static void *start_routine(void *a) { return a; }
  1065. | int
  1066. | main ()
  1067. | {
  1068. | pthread_t th; pthread_attr_t attr;
  1069. | pthread_create(&th, 0, start_routine, 0);
  1070. | pthread_join(th, 0);
  1071. | pthread_attr_init(&attr);
  1072. | pthread_cleanup_push(routine, 0);
  1073. | pthread_cleanup_pop(0) /* ; */
  1074. | ;
  1075. | return 0;
  1076. | }
  1077. configure:18651: result: no
  1078. configure:18554: checking whether pthreads work with -Kthread
  1079. configure:18642: gcc -o conftest -g -O2 -Kthread conftest.c -lm >&5
  1080. gcc: error: unrecognized command line option '-Kthread'
  1081. configure:18642: $? = 1
  1082. configure: failed program was:
  1083. | /* confdefs.h */
  1084. | #define PACKAGE_NAME "xoreos"
  1085. | #define PACKAGE_TARNAME "xoreos"
  1086. | #define PACKAGE_VERSION "0.0.1"
  1087. | #define PACKAGE_STRING "xoreos 0.0.1"
  1088. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1089. | #define PACKAGE_URL "https://xoreos.org/"
  1090. | #define PACKAGE "xoreos"
  1091. | #define VERSION "0.0.1"
  1092. | #define STDC_HEADERS 1
  1093. | #define HAVE_SYS_TYPES_H 1
  1094. | #define HAVE_SYS_STAT_H 1
  1095. | #define HAVE_STDLIB_H 1
  1096. | #define HAVE_STRING_H 1
  1097. | #define HAVE_MEMORY_H 1
  1098. | #define HAVE_STRINGS_H 1
  1099. | #define HAVE_INTTYPES_H 1
  1100. | #define HAVE_STDINT_H 1
  1101. | #define HAVE_UNISTD_H 1
  1102. | #define HAVE_DLFCN_H 1
  1103. | #define LT_OBJDIR ".libs/"
  1104. | #define STDC_HEADERS 1
  1105. | #define HAVE_INTPTR_T 1
  1106. | #define HAVE_UINTPTR_T 1
  1107. | #define HAVE_LIBM 1
  1108. | #define HAVE_FABS 1
  1109. | #define HAVE_FMIN 1
  1110. | #define HAVE_FMAX 1
  1111. | #define HAVE_FABSF 1
  1112. | #define HAVE_FMINF 1
  1113. | #define HAVE_FMAXF 1
  1114. | #define HAVE_STRTOLL 1
  1115. | #define HAVE_STRTOULL 1
  1116. | #define HAVE_STRTOF 1
  1117. | #define HAVE_ICONV 1
  1118. | #define ICONV_CONST
  1119. | /* end confdefs.h. */
  1120. | #include <pthread.h>
  1121. | static void routine(void *a) { a = 0; }
  1122. | static void *start_routine(void *a) { return a; }
  1123. | int
  1124. | main ()
  1125. | {
  1126. | pthread_t th; pthread_attr_t attr;
  1127. | pthread_create(&th, 0, start_routine, 0);
  1128. | pthread_join(th, 0);
  1129. | pthread_attr_init(&attr);
  1130. | pthread_cleanup_push(routine, 0);
  1131. | pthread_cleanup_pop(0) /* ; */
  1132. | ;
  1133. | return 0;
  1134. | }
  1135. configure:18651: result: no
  1136. configure:18554: checking whether pthreads work with -kthread
  1137. configure:18642: gcc -o conftest -g -O2 -kthread conftest.c -lm >&5
  1138. gcc: error: unrecognized command line option '-kthread'
  1139. configure:18642: $? = 1
  1140. configure: failed program was:
  1141. | /* confdefs.h */
  1142. | #define PACKAGE_NAME "xoreos"
  1143. | #define PACKAGE_TARNAME "xoreos"
  1144. | #define PACKAGE_VERSION "0.0.1"
  1145. | #define PACKAGE_STRING "xoreos 0.0.1"
  1146. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1147. | #define PACKAGE_URL "https://xoreos.org/"
  1148. | #define PACKAGE "xoreos"
  1149. | #define VERSION "0.0.1"
  1150. | #define STDC_HEADERS 1
  1151. | #define HAVE_SYS_TYPES_H 1
  1152. | #define HAVE_SYS_STAT_H 1
  1153. | #define HAVE_STDLIB_H 1
  1154. | #define HAVE_STRING_H 1
  1155. | #define HAVE_MEMORY_H 1
  1156. | #define HAVE_STRINGS_H 1
  1157. | #define HAVE_INTTYPES_H 1
  1158. | #define HAVE_STDINT_H 1
  1159. | #define HAVE_UNISTD_H 1
  1160. | #define HAVE_DLFCN_H 1
  1161. | #define LT_OBJDIR ".libs/"
  1162. | #define STDC_HEADERS 1
  1163. | #define HAVE_INTPTR_T 1
  1164. | #define HAVE_UINTPTR_T 1
  1165. | #define HAVE_LIBM 1
  1166. | #define HAVE_FABS 1
  1167. | #define HAVE_FMIN 1
  1168. | #define HAVE_FMAX 1
  1169. | #define HAVE_FABSF 1
  1170. | #define HAVE_FMINF 1
  1171. | #define HAVE_FMAXF 1
  1172. | #define HAVE_STRTOLL 1
  1173. | #define HAVE_STRTOULL 1
  1174. | #define HAVE_STRTOF 1
  1175. | #define HAVE_ICONV 1
  1176. | #define ICONV_CONST
  1177. | /* end confdefs.h. */
  1178. | #include <pthread.h>
  1179. | static void routine(void *a) { a = 0; }
  1180. | static void *start_routine(void *a) { return a; }
  1181. | int
  1182. | main ()
  1183. | {
  1184. | pthread_t th; pthread_attr_t attr;
  1185. | pthread_create(&th, 0, start_routine, 0);
  1186. | pthread_join(th, 0);
  1187. | pthread_attr_init(&attr);
  1188. | pthread_cleanup_push(routine, 0);
  1189. | pthread_cleanup_pop(0) /* ; */
  1190. | ;
  1191. | return 0;
  1192. | }
  1193. configure:18651: result: no
  1194. configure:18604: checking for the pthreads library -llthread
  1195. configure:18642: gcc -o conftest -g -O2 conftest.c -llthread -lm >&5
  1196. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -llthread
  1197. collect2: error: ld returned 1 exit status
  1198. configure:18642: $? = 1
  1199. configure: failed program was:
  1200. | /* confdefs.h */
  1201. | #define PACKAGE_NAME "xoreos"
  1202. | #define PACKAGE_TARNAME "xoreos"
  1203. | #define PACKAGE_VERSION "0.0.1"
  1204. | #define PACKAGE_STRING "xoreos 0.0.1"
  1205. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1206. | #define PACKAGE_URL "https://xoreos.org/"
  1207. | #define PACKAGE "xoreos"
  1208. | #define VERSION "0.0.1"
  1209. | #define STDC_HEADERS 1
  1210. | #define HAVE_SYS_TYPES_H 1
  1211. | #define HAVE_SYS_STAT_H 1
  1212. | #define HAVE_STDLIB_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_MEMORY_H 1
  1215. | #define HAVE_STRINGS_H 1
  1216. | #define HAVE_INTTYPES_H 1
  1217. | #define HAVE_STDINT_H 1
  1218. | #define HAVE_UNISTD_H 1
  1219. | #define HAVE_DLFCN_H 1
  1220. | #define LT_OBJDIR ".libs/"
  1221. | #define STDC_HEADERS 1
  1222. | #define HAVE_INTPTR_T 1
  1223. | #define HAVE_UINTPTR_T 1
  1224. | #define HAVE_LIBM 1
  1225. | #define HAVE_FABS 1
  1226. | #define HAVE_FMIN 1
  1227. | #define HAVE_FMAX 1
  1228. | #define HAVE_FABSF 1
  1229. | #define HAVE_FMINF 1
  1230. | #define HAVE_FMAXF 1
  1231. | #define HAVE_STRTOLL 1
  1232. | #define HAVE_STRTOULL 1
  1233. | #define HAVE_STRTOF 1
  1234. | #define HAVE_ICONV 1
  1235. | #define ICONV_CONST
  1236. | /* end confdefs.h. */
  1237. | #include <pthread.h>
  1238. | static void routine(void *a) { a = 0; }
  1239. | static void *start_routine(void *a) { return a; }
  1240. | int
  1241. | main ()
  1242. | {
  1243. | pthread_t th; pthread_attr_t attr;
  1244. | pthread_create(&th, 0, start_routine, 0);
  1245. | pthread_join(th, 0);
  1246. | pthread_attr_init(&attr);
  1247. | pthread_cleanup_push(routine, 0);
  1248. | pthread_cleanup_pop(0) /* ; */
  1249. | ;
  1250. | return 0;
  1251. | }
  1252. configure:18651: result: no
  1253. configure:18554: checking whether pthreads work with -pthread
  1254. configure:18642: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
  1255. configure:18642: $? = 0
  1256. configure:18651: result: yes
  1257. configure:18670: checking for joinable pthread attribute
  1258. configure:18685: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
  1259. configure:18685: $? = 0
  1260. configure:18691: result: PTHREAD_CREATE_JOINABLE
  1261. configure:18701: checking if more special flags are required for pthreads
  1262. configure:18716: result: no
  1263. configure:18722: checking for PTHREAD_PRIO_INHERIT
  1264. configure:18739: gcc -o conftest -g -O2 -pthread conftest.c -lm >&5
  1265. configure:18739: $? = 0
  1266. configure:18748: result: yes
  1267. configure:18872: checking whether we are using the Microsoft C compiler
  1268. configure:18891: gcc -c -g -O2 conftest.c >&5
  1269. conftest.c: In function 'main':
  1270. conftest.c:45:8: error: unknown type name 'choke'
  1271. choke me
  1272. ^
  1273. configure:18891: $? = 1
  1274. configure: failed program was:
  1275. | /* confdefs.h */
  1276. | #define PACKAGE_NAME "xoreos"
  1277. | #define PACKAGE_TARNAME "xoreos"
  1278. | #define PACKAGE_VERSION "0.0.1"
  1279. | #define PACKAGE_STRING "xoreos 0.0.1"
  1280. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1281. | #define PACKAGE_URL "https://xoreos.org/"
  1282. | #define PACKAGE "xoreos"
  1283. | #define VERSION "0.0.1"
  1284. | #define STDC_HEADERS 1
  1285. | #define HAVE_SYS_TYPES_H 1
  1286. | #define HAVE_SYS_STAT_H 1
  1287. | #define HAVE_STDLIB_H 1
  1288. | #define HAVE_STRING_H 1
  1289. | #define HAVE_MEMORY_H 1
  1290. | #define HAVE_STRINGS_H 1
  1291. | #define HAVE_INTTYPES_H 1
  1292. | #define HAVE_STDINT_H 1
  1293. | #define HAVE_UNISTD_H 1
  1294. | #define HAVE_DLFCN_H 1
  1295. | #define LT_OBJDIR ".libs/"
  1296. | #define STDC_HEADERS 1
  1297. | #define HAVE_INTPTR_T 1
  1298. | #define HAVE_UINTPTR_T 1
  1299. | #define HAVE_LIBM 1
  1300. | #define HAVE_FABS 1
  1301. | #define HAVE_FMIN 1
  1302. | #define HAVE_FMAX 1
  1303. | #define HAVE_FABSF 1
  1304. | #define HAVE_FMINF 1
  1305. | #define HAVE_FMAXF 1
  1306. | #define HAVE_STRTOLL 1
  1307. | #define HAVE_STRTOULL 1
  1308. | #define HAVE_STRTOF 1
  1309. | #define HAVE_ICONV 1
  1310. | #define ICONV_CONST
  1311. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1312. | #define HAVE_PTHREAD 1
  1313. | /* end confdefs.h. */
  1314. |
  1315. | int
  1316. | main ()
  1317. | {
  1318. | #ifndef _MSC_VER
  1319. | choke me
  1320. | #endif
  1321. |
  1322. | ;
  1323. | return 0;
  1324. | }
  1325. configure:18900: result: no
  1326. configure:18916: checking windows.h usability
  1327. configure:18916: gcc -c -g -O2 conftest.c >&5
  1328. conftest.c:73:21: fatal error: windows.h: No such file or directory
  1329. #include <windows.h>
  1330. ^
  1331. compilation terminated.
  1332. configure:18916: $? = 1
  1333. configure: failed program was:
  1334. | /* confdefs.h */
  1335. | #define PACKAGE_NAME "xoreos"
  1336. | #define PACKAGE_TARNAME "xoreos"
  1337. | #define PACKAGE_VERSION "0.0.1"
  1338. | #define PACKAGE_STRING "xoreos 0.0.1"
  1339. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1340. | #define PACKAGE_URL "https://xoreos.org/"
  1341. | #define PACKAGE "xoreos"
  1342. | #define VERSION "0.0.1"
  1343. | #define STDC_HEADERS 1
  1344. | #define HAVE_SYS_TYPES_H 1
  1345. | #define HAVE_SYS_STAT_H 1
  1346. | #define HAVE_STDLIB_H 1
  1347. | #define HAVE_STRING_H 1
  1348. | #define HAVE_MEMORY_H 1
  1349. | #define HAVE_STRINGS_H 1
  1350. | #define HAVE_INTTYPES_H 1
  1351. | #define HAVE_STDINT_H 1
  1352. | #define HAVE_UNISTD_H 1
  1353. | #define HAVE_DLFCN_H 1
  1354. | #define LT_OBJDIR ".libs/"
  1355. | #define STDC_HEADERS 1
  1356. | #define HAVE_INTPTR_T 1
  1357. | #define HAVE_UINTPTR_T 1
  1358. | #define HAVE_LIBM 1
  1359. | #define HAVE_FABS 1
  1360. | #define HAVE_FMIN 1
  1361. | #define HAVE_FMAX 1
  1362. | #define HAVE_FABSF 1
  1363. | #define HAVE_FMINF 1
  1364. | #define HAVE_FMAXF 1
  1365. | #define HAVE_STRTOLL 1
  1366. | #define HAVE_STRTOULL 1
  1367. | #define HAVE_STRTOF 1
  1368. | #define HAVE_ICONV 1
  1369. | #define ICONV_CONST
  1370. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1371. | #define HAVE_PTHREAD 1
  1372. | /* end confdefs.h. */
  1373. | #include <stdio.h>
  1374. | #ifdef HAVE_SYS_TYPES_H
  1375. | # include <sys/types.h>
  1376. | #endif
  1377. | #ifdef HAVE_SYS_STAT_H
  1378. | # include <sys/stat.h>
  1379. | #endif
  1380. | #ifdef STDC_HEADERS
  1381. | # include <stdlib.h>
  1382. | # include <stddef.h>
  1383. | #else
  1384. | # ifdef HAVE_STDLIB_H
  1385. | # include <stdlib.h>
  1386. | # endif
  1387. | #endif
  1388. | #ifdef HAVE_STRING_H
  1389. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1390. | # include <memory.h>
  1391. | # endif
  1392. | # include <string.h>
  1393. | #endif
  1394. | #ifdef HAVE_STRINGS_H
  1395. | # include <strings.h>
  1396. | #endif
  1397. | #ifdef HAVE_INTTYPES_H
  1398. | # include <inttypes.h>
  1399. | #endif
  1400. | #ifdef HAVE_STDINT_H
  1401. | # include <stdint.h>
  1402. | #endif
  1403. | #ifdef HAVE_UNISTD_H
  1404. | # include <unistd.h>
  1405. | #endif
  1406. | #include <windows.h>
  1407. configure:18916: result: no
  1408. configure:18916: checking windows.h presence
  1409. configure:18916: gcc -E conftest.c
  1410. conftest.c:40:21: fatal error: windows.h: No such file or directory
  1411. #include <windows.h>
  1412. ^
  1413. compilation terminated.
  1414. configure:18916: $? = 1
  1415. configure: failed program was:
  1416. | /* confdefs.h */
  1417. | #define PACKAGE_NAME "xoreos"
  1418. | #define PACKAGE_TARNAME "xoreos"
  1419. | #define PACKAGE_VERSION "0.0.1"
  1420. | #define PACKAGE_STRING "xoreos 0.0.1"
  1421. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1422. | #define PACKAGE_URL "https://xoreos.org/"
  1423. | #define PACKAGE "xoreos"
  1424. | #define VERSION "0.0.1"
  1425. | #define STDC_HEADERS 1
  1426. | #define HAVE_SYS_TYPES_H 1
  1427. | #define HAVE_SYS_STAT_H 1
  1428. | #define HAVE_STDLIB_H 1
  1429. | #define HAVE_STRING_H 1
  1430. | #define HAVE_MEMORY_H 1
  1431. | #define HAVE_STRINGS_H 1
  1432. | #define HAVE_INTTYPES_H 1
  1433. | #define HAVE_STDINT_H 1
  1434. | #define HAVE_UNISTD_H 1
  1435. | #define HAVE_DLFCN_H 1
  1436. | #define LT_OBJDIR ".libs/"
  1437. | #define STDC_HEADERS 1
  1438. | #define HAVE_INTPTR_T 1
  1439. | #define HAVE_UINTPTR_T 1
  1440. | #define HAVE_LIBM 1
  1441. | #define HAVE_FABS 1
  1442. | #define HAVE_FMIN 1
  1443. | #define HAVE_FMAX 1
  1444. | #define HAVE_FABSF 1
  1445. | #define HAVE_FMINF 1
  1446. | #define HAVE_FMAXF 1
  1447. | #define HAVE_STRTOLL 1
  1448. | #define HAVE_STRTOULL 1
  1449. | #define HAVE_STRTOF 1
  1450. | #define HAVE_ICONV 1
  1451. | #define ICONV_CONST
  1452. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1453. | #define HAVE_PTHREAD 1
  1454. | /* end confdefs.h. */
  1455. | #include <windows.h>
  1456. configure:18916: result: no
  1457. configure:18916: checking for windows.h
  1458. configure:18916: result: no
  1459. configure:18932: checking for GL/gl.h
  1460. configure:18932: gcc -c -g -O2 -pthread conftest.c >&5
  1461. configure:18932: $? = 0
  1462. configure:18932: result: yes
  1463. configure:18932: checking for OpenGL/gl.h
  1464. configure:18932: gcc -c -g -O2 -pthread conftest.c >&5
  1465. conftest.c:47:23: fatal error: OpenGL/gl.h: No such file or directory
  1466. #include <OpenGL/gl.h>
  1467. ^
  1468. compilation terminated.
  1469. configure:18932: $? = 1
  1470. configure: failed program was:
  1471. | /* confdefs.h */
  1472. | #define PACKAGE_NAME "xoreos"
  1473. | #define PACKAGE_TARNAME "xoreos"
  1474. | #define PACKAGE_VERSION "0.0.1"
  1475. | #define PACKAGE_STRING "xoreos 0.0.1"
  1476. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1477. | #define PACKAGE_URL "https://xoreos.org/"
  1478. | #define PACKAGE "xoreos"
  1479. | #define VERSION "0.0.1"
  1480. | #define STDC_HEADERS 1
  1481. | #define HAVE_SYS_TYPES_H 1
  1482. | #define HAVE_SYS_STAT_H 1
  1483. | #define HAVE_STDLIB_H 1
  1484. | #define HAVE_STRING_H 1
  1485. | #define HAVE_MEMORY_H 1
  1486. | #define HAVE_STRINGS_H 1
  1487. | #define HAVE_INTTYPES_H 1
  1488. | #define HAVE_STDINT_H 1
  1489. | #define HAVE_UNISTD_H 1
  1490. | #define HAVE_DLFCN_H 1
  1491. | #define LT_OBJDIR ".libs/"
  1492. | #define STDC_HEADERS 1
  1493. | #define HAVE_INTPTR_T 1
  1494. | #define HAVE_UINTPTR_T 1
  1495. | #define HAVE_LIBM 1
  1496. | #define HAVE_FABS 1
  1497. | #define HAVE_FMIN 1
  1498. | #define HAVE_FMAX 1
  1499. | #define HAVE_FABSF 1
  1500. | #define HAVE_FMINF 1
  1501. | #define HAVE_FMAXF 1
  1502. | #define HAVE_STRTOLL 1
  1503. | #define HAVE_STRTOULL 1
  1504. | #define HAVE_STRTOF 1
  1505. | #define HAVE_ICONV 1
  1506. | #define ICONV_CONST
  1507. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1508. | #define HAVE_PTHREAD 1
  1509. | #define HAVE_GL_GL_H 1
  1510. | /* end confdefs.h. */
  1511. |
  1512. | # if defined(HAVE_WINDOWS_H) && defined(_WIN32)
  1513. | # include <windows.h>
  1514. | # endif
  1515. |
  1516. |
  1517. | #include <OpenGL/gl.h>
  1518. configure:18932: result: no
  1519. configure:18953: checking for OpenGL library
  1520. configure:19000: gcc -o conftest -g -O2 -pthread conftest.c -lopengl32 -lm >&5
  1521. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lopengl32
  1522. collect2: error: ld returned 1 exit status
  1523. configure:19000: $? = 1
  1524. configure: failed program was:
  1525. | /* confdefs.h */
  1526. | #define PACKAGE_NAME "xoreos"
  1527. | #define PACKAGE_TARNAME "xoreos"
  1528. | #define PACKAGE_VERSION "0.0.1"
  1529. | #define PACKAGE_STRING "xoreos 0.0.1"
  1530. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1531. | #define PACKAGE_URL "https://xoreos.org/"
  1532. | #define PACKAGE "xoreos"
  1533. | #define VERSION "0.0.1"
  1534. | #define STDC_HEADERS 1
  1535. | #define HAVE_SYS_TYPES_H 1
  1536. | #define HAVE_SYS_STAT_H 1
  1537. | #define HAVE_STDLIB_H 1
  1538. | #define HAVE_STRING_H 1
  1539. | #define HAVE_MEMORY_H 1
  1540. | #define HAVE_STRINGS_H 1
  1541. | #define HAVE_INTTYPES_H 1
  1542. | #define HAVE_STDINT_H 1
  1543. | #define HAVE_UNISTD_H 1
  1544. | #define HAVE_DLFCN_H 1
  1545. | #define LT_OBJDIR ".libs/"
  1546. | #define STDC_HEADERS 1
  1547. | #define HAVE_INTPTR_T 1
  1548. | #define HAVE_UINTPTR_T 1
  1549. | #define HAVE_LIBM 1
  1550. | #define HAVE_FABS 1
  1551. | #define HAVE_FMIN 1
  1552. | #define HAVE_FMAX 1
  1553. | #define HAVE_FABSF 1
  1554. | #define HAVE_FMINF 1
  1555. | #define HAVE_FMAXF 1
  1556. | #define HAVE_STRTOLL 1
  1557. | #define HAVE_STRTOULL 1
  1558. | #define HAVE_STRTOF 1
  1559. | #define HAVE_ICONV 1
  1560. | #define ICONV_CONST
  1561. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1562. | #define HAVE_PTHREAD 1
  1563. | #define HAVE_GL_GL_H 1
  1564. | /* end confdefs.h. */
  1565. |
  1566. | # if defined(HAVE_WINDOWS_H) && defined(_WIN32)
  1567. | # include <windows.h>
  1568. | # endif
  1569. | # ifdef HAVE_GL_GL_H
  1570. | # include <GL/gl.h>
  1571. | # elif defined(HAVE_OPENGL_GL_H)
  1572. | # include <OpenGL/gl.h>
  1573. | # else
  1574. | # error no gl.h
  1575. | # endif
  1576. | int
  1577. | main ()
  1578. | {
  1579. | glBegin(0)
  1580. | ;
  1581. | return 0;
  1582. | }
  1583. configure:19026: gcc -o conftest -g -O2 -pthread -L/usr/lib/nvidia conftest.c -lopengl32 -lm >&5
  1584. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lopengl32
  1585. collect2: error: ld returned 1 exit status
  1586. configure:19026: $? = 1
  1587. configure: failed program was:
  1588. | /* confdefs.h */
  1589. | #define PACKAGE_NAME "xoreos"
  1590. | #define PACKAGE_TARNAME "xoreos"
  1591. | #define PACKAGE_VERSION "0.0.1"
  1592. | #define PACKAGE_STRING "xoreos 0.0.1"
  1593. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1594. | #define PACKAGE_URL "https://xoreos.org/"
  1595. | #define PACKAGE "xoreos"
  1596. | #define VERSION "0.0.1"
  1597. | #define STDC_HEADERS 1
  1598. | #define HAVE_SYS_TYPES_H 1
  1599. | #define HAVE_SYS_STAT_H 1
  1600. | #define HAVE_STDLIB_H 1
  1601. | #define HAVE_STRING_H 1
  1602. | #define HAVE_MEMORY_H 1
  1603. | #define HAVE_STRINGS_H 1
  1604. | #define HAVE_INTTYPES_H 1
  1605. | #define HAVE_STDINT_H 1
  1606. | #define HAVE_UNISTD_H 1
  1607. | #define HAVE_DLFCN_H 1
  1608. | #define LT_OBJDIR ".libs/"
  1609. | #define STDC_HEADERS 1
  1610. | #define HAVE_INTPTR_T 1
  1611. | #define HAVE_UINTPTR_T 1
  1612. | #define HAVE_LIBM 1
  1613. | #define HAVE_FABS 1
  1614. | #define HAVE_FMIN 1
  1615. | #define HAVE_FMAX 1
  1616. | #define HAVE_FABSF 1
  1617. | #define HAVE_FMINF 1
  1618. | #define HAVE_FMAXF 1
  1619. | #define HAVE_STRTOLL 1
  1620. | #define HAVE_STRTOULL 1
  1621. | #define HAVE_STRTOF 1
  1622. | #define HAVE_ICONV 1
  1623. | #define ICONV_CONST
  1624. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1625. | #define HAVE_PTHREAD 1
  1626. | #define HAVE_GL_GL_H 1
  1627. | /* end confdefs.h. */
  1628. |
  1629. | # if defined(HAVE_WINDOWS_H) && defined(_WIN32)
  1630. | # include <windows.h>
  1631. | # endif
  1632. | # ifdef HAVE_GL_GL_H
  1633. | # include <GL/gl.h>
  1634. | # elif defined(HAVE_OPENGL_GL_H)
  1635. | # include <OpenGL/gl.h>
  1636. | # else
  1637. | # error no gl.h
  1638. | # endif
  1639. | int
  1640. | main ()
  1641. | {
  1642. | glBegin(0)
  1643. | ;
  1644. | return 0;
  1645. | }
  1646. configure:19052: gcc -o conftest -g -O2 -pthread -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib conftest.c -lopengl32 -lm >&5
  1647. gcc: error: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib: No such file or directory
  1648. configure:19052: $? = 1
  1649. configure: failed program was:
  1650. | /* confdefs.h */
  1651. | #define PACKAGE_NAME "xoreos"
  1652. | #define PACKAGE_TARNAME "xoreos"
  1653. | #define PACKAGE_VERSION "0.0.1"
  1654. | #define PACKAGE_STRING "xoreos 0.0.1"
  1655. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1656. | #define PACKAGE_URL "https://xoreos.org/"
  1657. | #define PACKAGE "xoreos"
  1658. | #define VERSION "0.0.1"
  1659. | #define STDC_HEADERS 1
  1660. | #define HAVE_SYS_TYPES_H 1
  1661. | #define HAVE_SYS_STAT_H 1
  1662. | #define HAVE_STDLIB_H 1
  1663. | #define HAVE_STRING_H 1
  1664. | #define HAVE_MEMORY_H 1
  1665. | #define HAVE_STRINGS_H 1
  1666. | #define HAVE_INTTYPES_H 1
  1667. | #define HAVE_STDINT_H 1
  1668. | #define HAVE_UNISTD_H 1
  1669. | #define HAVE_DLFCN_H 1
  1670. | #define LT_OBJDIR ".libs/"
  1671. | #define STDC_HEADERS 1
  1672. | #define HAVE_INTPTR_T 1
  1673. | #define HAVE_UINTPTR_T 1
  1674. | #define HAVE_LIBM 1
  1675. | #define HAVE_FABS 1
  1676. | #define HAVE_FMIN 1
  1677. | #define HAVE_FMAX 1
  1678. | #define HAVE_FABSF 1
  1679. | #define HAVE_FMINF 1
  1680. | #define HAVE_FMAXF 1
  1681. | #define HAVE_STRTOLL 1
  1682. | #define HAVE_STRTOULL 1
  1683. | #define HAVE_STRTOF 1
  1684. | #define HAVE_ICONV 1
  1685. | #define ICONV_CONST
  1686. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1687. | #define HAVE_PTHREAD 1
  1688. | #define HAVE_GL_GL_H 1
  1689. | /* end confdefs.h. */
  1690. |
  1691. | # if defined(HAVE_WINDOWS_H) && defined(_WIN32)
  1692. | # include <windows.h>
  1693. | # endif
  1694. | # ifdef HAVE_GL_GL_H
  1695. | # include <GL/gl.h>
  1696. | # elif defined(HAVE_OPENGL_GL_H)
  1697. | # include <OpenGL/gl.h>
  1698. | # else
  1699. | # error no gl.h
  1700. | # endif
  1701. | int
  1702. | main ()
  1703. | {
  1704. | glBegin(0)
  1705. | ;
  1706. | return 0;
  1707. | }
  1708. configure:19000: gcc -o conftest -g -O2 -pthread conftest.c -lGL -lm >&5
  1709. configure:19000: $? = 0
  1710. configure:19096: gcc -o conftest -g -O2 -pthread conftest.c -lGL -lm >&5
  1711. configure:19096: $? = 0
  1712. configure:19139: result: -lGL
  1713. configure:19220: checking for freetype-config
  1714. configure:19238: found /usr/bin/freetype-config
  1715. configure:19251: result: /usr/bin/freetype-config
  1716. configure:19262: checking for FreeType -- version >= 11.0.5
  1717. configure:19343: gcc -o conftest -g -O2 -I/usr/include/freetype2 conftest.c -lfreetype -lz -lm >&5
  1718. configure:19343: $? = 0
  1719. configure:19343: ./conftest
  1720. configure:19343: $? = 0
  1721. configure:19360: result: yes
  1722. configure:19442: checking xvid.h usability
  1723. configure:19442: gcc -c -g -O2 conftest.c >&5
  1724. configure:19442: $? = 0
  1725. configure:19442: result: yes
  1726. configure:19442: checking xvid.h presence
  1727. configure:19442: gcc -E conftest.c
  1728. configure:19442: $? = 0
  1729. configure:19442: result: yes
  1730. configure:19442: checking for xvid.h
  1731. configure:19442: result: yes
  1732. configure:19458: gcc -o conftest -g -O2 conftest.c -lm -lxvidcore >&5
  1733. configure:19458: $? = 0
  1734. configure:19517: checking AL/al.h usability
  1735. configure:19517: gcc -c -g -O2 conftest.c >&5
  1736. configure:19517: $? = 0
  1737. configure:19517: result: yes
  1738. configure:19517: checking AL/al.h presence
  1739. configure:19517: gcc -E conftest.c
  1740. configure:19517: $? = 0
  1741. configure:19517: result: yes
  1742. configure:19517: checking for AL/al.h
  1743. configure:19517: result: yes
  1744. configure:19519: checking AL/alc.h usability
  1745. configure:19519: gcc -c -g -O2 conftest.c >&5
  1746. configure:19519: $? = 0
  1747. configure:19519: result: yes
  1748. configure:19519: checking AL/alc.h presence
  1749. configure:19519: gcc -E conftest.c
  1750. configure:19519: $? = 0
  1751. configure:19519: result: yes
  1752. configure:19519: checking for AL/alc.h
  1753. configure:19519: result: yes
  1754. configure:19566: checking neaacdec.h usability
  1755. configure:19566: gcc -c -g -O2 conftest.c >&5
  1756. configure:19566: $? = 0
  1757. configure:19566: result: yes
  1758. configure:19566: checking neaacdec.h presence
  1759. configure:19566: gcc -E conftest.c
  1760. configure:19566: $? = 0
  1761. configure:19566: result: yes
  1762. configure:19566: checking for neaacdec.h
  1763. configure:19566: result: yes
  1764. configure:19606: checking mad.h usability
  1765. configure:19606: gcc -c -g -O2 conftest.c >&5
  1766. configure:19606: $? = 0
  1767. configure:19606: result: yes
  1768. configure:19606: checking mad.h presence
  1769. configure:19606: gcc -E conftest.c
  1770. configure:19606: $? = 0
  1771. configure:19606: result: yes
  1772. configure:19606: checking for mad.h
  1773. configure:19606: result: yes
  1774. configure:19624: gcc -o conftest -g -O2 conftest.c -lm -lmad >&5
  1775. configure:19624: $? = 0
  1776. configure:19668: checking ogg/ogg.h usability
  1777. configure:19668: gcc -c -g -O2 conftest.c >&5
  1778. configure:19668: $? = 0
  1779. configure:19668: result: yes
  1780. configure:19668: checking ogg/ogg.h presence
  1781. configure:19668: gcc -E conftest.c
  1782. configure:19668: $? = 0
  1783. configure:19668: result: yes
  1784. configure:19668: checking for ogg/ogg.h
  1785. configure:19668: result: yes
  1786. configure:19708: checking vorbis/vorbisfile.h usability
  1787. configure:19708: gcc -c -g -O2 conftest.c >&5
  1788. configure:19708: $? = 0
  1789. configure:19708: result: yes
  1790. configure:19708: checking vorbis/vorbisfile.h presence
  1791. configure:19708: gcc -E conftest.c
  1792. configure:19708: $? = 0
  1793. configure:19708: result: yes
  1794. configure:19708: checking for vorbis/vorbisfile.h
  1795. configure:19708: result: yes
  1796. configure: this is boost.m4 serial 1024
  1797. configure:19760: checking for Boost headers version >= 1.48.0
  1798. configure:19831: g++ -c -g -O2 conftest.cpp >&5
  1799. configure:19831: $? = 0
  1800. configure:19852: result: yes
  1801. configure:19871: checking for Boost's header version
  1802. configure:19901: result: 1_53
  1803. configure:19924: checking boost/algorithm/string.hpp usability
  1804. configure:19924: g++ -c -g -O2 conftest.cpp >&5
  1805. configure:19924: $? = 0
  1806. configure:19924: result: yes
  1807. configure:19924: checking boost/algorithm/string.hpp presence
  1808. configure:19924: g++ -E conftest.cpp
  1809. configure:19924: $? = 0
  1810. configure:19924: result: yes
  1811. configure:19924: checking for boost/algorithm/string.hpp
  1812. configure:19924: result: yes
  1813. configure:19944: checking for the toolset name used by Boost for g++
  1814. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  1815. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1816. # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1817. ^
  1818. configure:20080: $? = 1
  1819. configure: failed program was:
  1820. | /* confdefs.h */
  1821. | #define PACKAGE_NAME "xoreos"
  1822. | #define PACKAGE_TARNAME "xoreos"
  1823. | #define PACKAGE_VERSION "0.0.1"
  1824. | #define PACKAGE_STRING "xoreos 0.0.1"
  1825. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1826. | #define PACKAGE_URL "https://xoreos.org/"
  1827. | #define PACKAGE "xoreos"
  1828. | #define VERSION "0.0.1"
  1829. | #define STDC_HEADERS 1
  1830. | #define HAVE_SYS_TYPES_H 1
  1831. | #define HAVE_SYS_STAT_H 1
  1832. | #define HAVE_STDLIB_H 1
  1833. | #define HAVE_STRING_H 1
  1834. | #define HAVE_MEMORY_H 1
  1835. | #define HAVE_STRINGS_H 1
  1836. | #define HAVE_INTTYPES_H 1
  1837. | #define HAVE_STDINT_H 1
  1838. | #define HAVE_UNISTD_H 1
  1839. | #define HAVE_DLFCN_H 1
  1840. | #define LT_OBJDIR ".libs/"
  1841. | #define STDC_HEADERS 1
  1842. | #define HAVE_INTPTR_T 1
  1843. | #define HAVE_UINTPTR_T 1
  1844. | #define HAVE_LIBM 1
  1845. | #define HAVE_FABS 1
  1846. | #define HAVE_FMIN 1
  1847. | #define HAVE_FMAX 1
  1848. | #define HAVE_FABSF 1
  1849. | #define HAVE_FMINF 1
  1850. | #define HAVE_FMAXF 1
  1851. | #define HAVE_STRTOLL 1
  1852. | #define HAVE_STRTOULL 1
  1853. | #define HAVE_STRTOF 1
  1854. | #define HAVE_ICONV 1
  1855. | #define ICONV_CONST
  1856. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1857. | #define HAVE_PTHREAD 1
  1858. | #define HAVE_GL_GL_H 1
  1859. | #define HAVE_BOOST 1
  1860. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1861. | /* end confdefs.h. */
  1862. |
  1863. | #if defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1864. | /* OK */
  1865. | #else
  1866. | # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1867. | #endif
  1868. |
  1869. | int
  1870. | main ()
  1871. | {
  1872. |
  1873. | ;
  1874. | return 0;
  1875. | }
  1876. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  1877. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC
  1878. # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC
  1879. ^
  1880. configure:20080: $? = 1
  1881. configure: failed program was:
  1882. | /* confdefs.h */
  1883. | #define PACKAGE_NAME "xoreos"
  1884. | #define PACKAGE_TARNAME "xoreos"
  1885. | #define PACKAGE_VERSION "0.0.1"
  1886. | #define PACKAGE_STRING "xoreos 0.0.1"
  1887. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1888. | #define PACKAGE_URL "https://xoreos.org/"
  1889. | #define PACKAGE "xoreos"
  1890. | #define VERSION "0.0.1"
  1891. | #define STDC_HEADERS 1
  1892. | #define HAVE_SYS_TYPES_H 1
  1893. | #define HAVE_SYS_STAT_H 1
  1894. | #define HAVE_STDLIB_H 1
  1895. | #define HAVE_STRING_H 1
  1896. | #define HAVE_MEMORY_H 1
  1897. | #define HAVE_STRINGS_H 1
  1898. | #define HAVE_INTTYPES_H 1
  1899. | #define HAVE_STDINT_H 1
  1900. | #define HAVE_UNISTD_H 1
  1901. | #define HAVE_DLFCN_H 1
  1902. | #define LT_OBJDIR ".libs/"
  1903. | #define STDC_HEADERS 1
  1904. | #define HAVE_INTPTR_T 1
  1905. | #define HAVE_UINTPTR_T 1
  1906. | #define HAVE_LIBM 1
  1907. | #define HAVE_FABS 1
  1908. | #define HAVE_FMIN 1
  1909. | #define HAVE_FMAX 1
  1910. | #define HAVE_FABSF 1
  1911. | #define HAVE_FMINF 1
  1912. | #define HAVE_FMAXF 1
  1913. | #define HAVE_STRTOLL 1
  1914. | #define HAVE_STRTOULL 1
  1915. | #define HAVE_STRTOF 1
  1916. | #define HAVE_ICONV 1
  1917. | #define ICONV_CONST
  1918. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1919. | #define HAVE_PTHREAD 1
  1920. | #define HAVE_GL_GL_H 1
  1921. | #define HAVE_BOOST 1
  1922. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1923. | /* end confdefs.h. */
  1924. |
  1925. | #if defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC
  1926. | /* OK */
  1927. | #else
  1928. | # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 1 && !defined __ICC
  1929. | #endif
  1930. |
  1931. | int
  1932. | main ()
  1933. | {
  1934. |
  1935. | ;
  1936. | return 0;
  1937. | }
  1938. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  1939. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1940. # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1941. ^
  1942. configure:20080: $? = 1
  1943. configure: failed program was:
  1944. | /* confdefs.h */
  1945. | #define PACKAGE_NAME "xoreos"
  1946. | #define PACKAGE_TARNAME "xoreos"
  1947. | #define PACKAGE_VERSION "0.0.1"
  1948. | #define PACKAGE_STRING "xoreos 0.0.1"
  1949. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  1950. | #define PACKAGE_URL "https://xoreos.org/"
  1951. | #define PACKAGE "xoreos"
  1952. | #define VERSION "0.0.1"
  1953. | #define STDC_HEADERS 1
  1954. | #define HAVE_SYS_TYPES_H 1
  1955. | #define HAVE_SYS_STAT_H 1
  1956. | #define HAVE_STDLIB_H 1
  1957. | #define HAVE_STRING_H 1
  1958. | #define HAVE_MEMORY_H 1
  1959. | #define HAVE_STRINGS_H 1
  1960. | #define HAVE_INTTYPES_H 1
  1961. | #define HAVE_STDINT_H 1
  1962. | #define HAVE_UNISTD_H 1
  1963. | #define HAVE_DLFCN_H 1
  1964. | #define LT_OBJDIR ".libs/"
  1965. | #define STDC_HEADERS 1
  1966. | #define HAVE_INTPTR_T 1
  1967. | #define HAVE_UINTPTR_T 1
  1968. | #define HAVE_LIBM 1
  1969. | #define HAVE_FABS 1
  1970. | #define HAVE_FMIN 1
  1971. | #define HAVE_FMAX 1
  1972. | #define HAVE_FABSF 1
  1973. | #define HAVE_FMINF 1
  1974. | #define HAVE_FMAXF 1
  1975. | #define HAVE_STRTOLL 1
  1976. | #define HAVE_STRTOULL 1
  1977. | #define HAVE_STRTOF 1
  1978. | #define HAVE_ICONV 1
  1979. | #define ICONV_CONST
  1980. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1981. | #define HAVE_PTHREAD 1
  1982. | #define HAVE_GL_GL_H 1
  1983. | #define HAVE_BOOST 1
  1984. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  1985. | /* end confdefs.h. */
  1986. |
  1987. | #if defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1988. | /* OK */
  1989. | #else
  1990. | # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  1991. | #endif
  1992. |
  1993. | int
  1994. | main ()
  1995. | {
  1996. |
  1997. | ;
  1998. | return 0;
  1999. | }
  2000. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2001. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC
  2002. # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC
  2003. ^
  2004. configure:20080: $? = 1
  2005. configure: failed program was:
  2006. | /* confdefs.h */
  2007. | #define PACKAGE_NAME "xoreos"
  2008. | #define PACKAGE_TARNAME "xoreos"
  2009. | #define PACKAGE_VERSION "0.0.1"
  2010. | #define PACKAGE_STRING "xoreos 0.0.1"
  2011. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2012. | #define PACKAGE_URL "https://xoreos.org/"
  2013. | #define PACKAGE "xoreos"
  2014. | #define VERSION "0.0.1"
  2015. | #define STDC_HEADERS 1
  2016. | #define HAVE_SYS_TYPES_H 1
  2017. | #define HAVE_SYS_STAT_H 1
  2018. | #define HAVE_STDLIB_H 1
  2019. | #define HAVE_STRING_H 1
  2020. | #define HAVE_MEMORY_H 1
  2021. | #define HAVE_STRINGS_H 1
  2022. | #define HAVE_INTTYPES_H 1
  2023. | #define HAVE_STDINT_H 1
  2024. | #define HAVE_UNISTD_H 1
  2025. | #define HAVE_DLFCN_H 1
  2026. | #define LT_OBJDIR ".libs/"
  2027. | #define STDC_HEADERS 1
  2028. | #define HAVE_INTPTR_T 1
  2029. | #define HAVE_UINTPTR_T 1
  2030. | #define HAVE_LIBM 1
  2031. | #define HAVE_FABS 1
  2032. | #define HAVE_FMIN 1
  2033. | #define HAVE_FMAX 1
  2034. | #define HAVE_FABSF 1
  2035. | #define HAVE_FMINF 1
  2036. | #define HAVE_FMAXF 1
  2037. | #define HAVE_STRTOLL 1
  2038. | #define HAVE_STRTOULL 1
  2039. | #define HAVE_STRTOF 1
  2040. | #define HAVE_ICONV 1
  2041. | #define ICONV_CONST
  2042. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2043. | #define HAVE_PTHREAD 1
  2044. | #define HAVE_GL_GL_H 1
  2045. | #define HAVE_BOOST 1
  2046. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2047. | /* end confdefs.h. */
  2048. |
  2049. | #if defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC
  2050. | /* OK */
  2051. | #else
  2052. | # error defined __GNUC__ && __GNUC__ == 5 && __GNUC_MINOR__ == 0 && !defined __ICC
  2053. | #endif
  2054. |
  2055. | int
  2056. | main ()
  2057. | {
  2058. |
  2059. | ;
  2060. | return 0;
  2061. | }
  2062. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2063. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2064. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2065. ^
  2066. configure:20080: $? = 1
  2067. configure: failed program was:
  2068. | /* confdefs.h */
  2069. | #define PACKAGE_NAME "xoreos"
  2070. | #define PACKAGE_TARNAME "xoreos"
  2071. | #define PACKAGE_VERSION "0.0.1"
  2072. | #define PACKAGE_STRING "xoreos 0.0.1"
  2073. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2074. | #define PACKAGE_URL "https://xoreos.org/"
  2075. | #define PACKAGE "xoreos"
  2076. | #define VERSION "0.0.1"
  2077. | #define STDC_HEADERS 1
  2078. | #define HAVE_SYS_TYPES_H 1
  2079. | #define HAVE_SYS_STAT_H 1
  2080. | #define HAVE_STDLIB_H 1
  2081. | #define HAVE_STRING_H 1
  2082. | #define HAVE_MEMORY_H 1
  2083. | #define HAVE_STRINGS_H 1
  2084. | #define HAVE_INTTYPES_H 1
  2085. | #define HAVE_STDINT_H 1
  2086. | #define HAVE_UNISTD_H 1
  2087. | #define HAVE_DLFCN_H 1
  2088. | #define LT_OBJDIR ".libs/"
  2089. | #define STDC_HEADERS 1
  2090. | #define HAVE_INTPTR_T 1
  2091. | #define HAVE_UINTPTR_T 1
  2092. | #define HAVE_LIBM 1
  2093. | #define HAVE_FABS 1
  2094. | #define HAVE_FMIN 1
  2095. | #define HAVE_FMAX 1
  2096. | #define HAVE_FABSF 1
  2097. | #define HAVE_FMINF 1
  2098. | #define HAVE_FMAXF 1
  2099. | #define HAVE_STRTOLL 1
  2100. | #define HAVE_STRTOULL 1
  2101. | #define HAVE_STRTOF 1
  2102. | #define HAVE_ICONV 1
  2103. | #define ICONV_CONST
  2104. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2105. | #define HAVE_PTHREAD 1
  2106. | #define HAVE_GL_GL_H 1
  2107. | #define HAVE_BOOST 1
  2108. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2109. | /* end confdefs.h. */
  2110. |
  2111. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2112. | /* OK */
  2113. | #else
  2114. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2115. | #endif
  2116. |
  2117. | int
  2118. | main ()
  2119. | {
  2120. |
  2121. | ;
  2122. | return 0;
  2123. | }
  2124. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2125. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC
  2126. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC
  2127. ^
  2128. configure:20080: $? = 1
  2129. configure: failed program was:
  2130. | /* confdefs.h */
  2131. | #define PACKAGE_NAME "xoreos"
  2132. | #define PACKAGE_TARNAME "xoreos"
  2133. | #define PACKAGE_VERSION "0.0.1"
  2134. | #define PACKAGE_STRING "xoreos 0.0.1"
  2135. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2136. | #define PACKAGE_URL "https://xoreos.org/"
  2137. | #define PACKAGE "xoreos"
  2138. | #define VERSION "0.0.1"
  2139. | #define STDC_HEADERS 1
  2140. | #define HAVE_SYS_TYPES_H 1
  2141. | #define HAVE_SYS_STAT_H 1
  2142. | #define HAVE_STDLIB_H 1
  2143. | #define HAVE_STRING_H 1
  2144. | #define HAVE_MEMORY_H 1
  2145. | #define HAVE_STRINGS_H 1
  2146. | #define HAVE_INTTYPES_H 1
  2147. | #define HAVE_STDINT_H 1
  2148. | #define HAVE_UNISTD_H 1
  2149. | #define HAVE_DLFCN_H 1
  2150. | #define LT_OBJDIR ".libs/"
  2151. | #define STDC_HEADERS 1
  2152. | #define HAVE_INTPTR_T 1
  2153. | #define HAVE_UINTPTR_T 1
  2154. | #define HAVE_LIBM 1
  2155. | #define HAVE_FABS 1
  2156. | #define HAVE_FMIN 1
  2157. | #define HAVE_FMAX 1
  2158. | #define HAVE_FABSF 1
  2159. | #define HAVE_FMINF 1
  2160. | #define HAVE_FMAXF 1
  2161. | #define HAVE_STRTOLL 1
  2162. | #define HAVE_STRTOULL 1
  2163. | #define HAVE_STRTOF 1
  2164. | #define HAVE_ICONV 1
  2165. | #define ICONV_CONST
  2166. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2167. | #define HAVE_PTHREAD 1
  2168. | #define HAVE_GL_GL_H 1
  2169. | #define HAVE_BOOST 1
  2170. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2171. | /* end confdefs.h. */
  2172. |
  2173. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC
  2174. | /* OK */
  2175. | #else
  2176. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 10 && !defined __ICC
  2177. | #endif
  2178. |
  2179. | int
  2180. | main ()
  2181. | {
  2182. |
  2183. | ;
  2184. | return 0;
  2185. | }
  2186. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2187. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2188. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2189. ^
  2190. configure:20080: $? = 1
  2191. configure: failed program was:
  2192. | /* confdefs.h */
  2193. | #define PACKAGE_NAME "xoreos"
  2194. | #define PACKAGE_TARNAME "xoreos"
  2195. | #define PACKAGE_VERSION "0.0.1"
  2196. | #define PACKAGE_STRING "xoreos 0.0.1"
  2197. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2198. | #define PACKAGE_URL "https://xoreos.org/"
  2199. | #define PACKAGE "xoreos"
  2200. | #define VERSION "0.0.1"
  2201. | #define STDC_HEADERS 1
  2202. | #define HAVE_SYS_TYPES_H 1
  2203. | #define HAVE_SYS_STAT_H 1
  2204. | #define HAVE_STDLIB_H 1
  2205. | #define HAVE_STRING_H 1
  2206. | #define HAVE_MEMORY_H 1
  2207. | #define HAVE_STRINGS_H 1
  2208. | #define HAVE_INTTYPES_H 1
  2209. | #define HAVE_STDINT_H 1
  2210. | #define HAVE_UNISTD_H 1
  2211. | #define HAVE_DLFCN_H 1
  2212. | #define LT_OBJDIR ".libs/"
  2213. | #define STDC_HEADERS 1
  2214. | #define HAVE_INTPTR_T 1
  2215. | #define HAVE_UINTPTR_T 1
  2216. | #define HAVE_LIBM 1
  2217. | #define HAVE_FABS 1
  2218. | #define HAVE_FMIN 1
  2219. | #define HAVE_FMAX 1
  2220. | #define HAVE_FABSF 1
  2221. | #define HAVE_FMINF 1
  2222. | #define HAVE_FMAXF 1
  2223. | #define HAVE_STRTOLL 1
  2224. | #define HAVE_STRTOULL 1
  2225. | #define HAVE_STRTOF 1
  2226. | #define HAVE_ICONV 1
  2227. | #define ICONV_CONST
  2228. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2229. | #define HAVE_PTHREAD 1
  2230. | #define HAVE_GL_GL_H 1
  2231. | #define HAVE_BOOST 1
  2232. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2233. | /* end confdefs.h. */
  2234. |
  2235. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2236. | /* OK */
  2237. | #else
  2238. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2239. | #endif
  2240. |
  2241. | int
  2242. | main ()
  2243. | {
  2244. |
  2245. | ;
  2246. | return 0;
  2247. | }
  2248. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2249. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC
  2250. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC
  2251. ^
  2252. configure:20080: $? = 1
  2253. configure: failed program was:
  2254. | /* confdefs.h */
  2255. | #define PACKAGE_NAME "xoreos"
  2256. | #define PACKAGE_TARNAME "xoreos"
  2257. | #define PACKAGE_VERSION "0.0.1"
  2258. | #define PACKAGE_STRING "xoreos 0.0.1"
  2259. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2260. | #define PACKAGE_URL "https://xoreos.org/"
  2261. | #define PACKAGE "xoreos"
  2262. | #define VERSION "0.0.1"
  2263. | #define STDC_HEADERS 1
  2264. | #define HAVE_SYS_TYPES_H 1
  2265. | #define HAVE_SYS_STAT_H 1
  2266. | #define HAVE_STDLIB_H 1
  2267. | #define HAVE_STRING_H 1
  2268. | #define HAVE_MEMORY_H 1
  2269. | #define HAVE_STRINGS_H 1
  2270. | #define HAVE_INTTYPES_H 1
  2271. | #define HAVE_STDINT_H 1
  2272. | #define HAVE_UNISTD_H 1
  2273. | #define HAVE_DLFCN_H 1
  2274. | #define LT_OBJDIR ".libs/"
  2275. | #define STDC_HEADERS 1
  2276. | #define HAVE_INTPTR_T 1
  2277. | #define HAVE_UINTPTR_T 1
  2278. | #define HAVE_LIBM 1
  2279. | #define HAVE_FABS 1
  2280. | #define HAVE_FMIN 1
  2281. | #define HAVE_FMAX 1
  2282. | #define HAVE_FABSF 1
  2283. | #define HAVE_FMINF 1
  2284. | #define HAVE_FMAXF 1
  2285. | #define HAVE_STRTOLL 1
  2286. | #define HAVE_STRTOULL 1
  2287. | #define HAVE_STRTOF 1
  2288. | #define HAVE_ICONV 1
  2289. | #define ICONV_CONST
  2290. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2291. | #define HAVE_PTHREAD 1
  2292. | #define HAVE_GL_GL_H 1
  2293. | #define HAVE_BOOST 1
  2294. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2295. | /* end confdefs.h. */
  2296. |
  2297. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC
  2298. | /* OK */
  2299. | #else
  2300. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 9 && !defined __ICC
  2301. | #endif
  2302. |
  2303. | int
  2304. | main ()
  2305. | {
  2306. |
  2307. | ;
  2308. | return 0;
  2309. | }
  2310. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2311. conftest.cpp:47:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2312. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2313. ^
  2314. configure:20080: $? = 1
  2315. configure: failed program was:
  2316. | /* confdefs.h */
  2317. | #define PACKAGE_NAME "xoreos"
  2318. | #define PACKAGE_TARNAME "xoreos"
  2319. | #define PACKAGE_VERSION "0.0.1"
  2320. | #define PACKAGE_STRING "xoreos 0.0.1"
  2321. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2322. | #define PACKAGE_URL "https://xoreos.org/"
  2323. | #define PACKAGE "xoreos"
  2324. | #define VERSION "0.0.1"
  2325. | #define STDC_HEADERS 1
  2326. | #define HAVE_SYS_TYPES_H 1
  2327. | #define HAVE_SYS_STAT_H 1
  2328. | #define HAVE_STDLIB_H 1
  2329. | #define HAVE_STRING_H 1
  2330. | #define HAVE_MEMORY_H 1
  2331. | #define HAVE_STRINGS_H 1
  2332. | #define HAVE_INTTYPES_H 1
  2333. | #define HAVE_STDINT_H 1
  2334. | #define HAVE_UNISTD_H 1
  2335. | #define HAVE_DLFCN_H 1
  2336. | #define LT_OBJDIR ".libs/"
  2337. | #define STDC_HEADERS 1
  2338. | #define HAVE_INTPTR_T 1
  2339. | #define HAVE_UINTPTR_T 1
  2340. | #define HAVE_LIBM 1
  2341. | #define HAVE_FABS 1
  2342. | #define HAVE_FMIN 1
  2343. | #define HAVE_FMAX 1
  2344. | #define HAVE_FABSF 1
  2345. | #define HAVE_FMINF 1
  2346. | #define HAVE_FMAXF 1
  2347. | #define HAVE_STRTOLL 1
  2348. | #define HAVE_STRTOULL 1
  2349. | #define HAVE_STRTOF 1
  2350. | #define HAVE_ICONV 1
  2351. | #define ICONV_CONST
  2352. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2353. | #define HAVE_PTHREAD 1
  2354. | #define HAVE_GL_GL_H 1
  2355. | #define HAVE_BOOST 1
  2356. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2357. | /* end confdefs.h. */
  2358. |
  2359. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2360. | /* OK */
  2361. | #else
  2362. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC && (defined WIN32 || defined WINNT || defined _WIN32 || defined __WIN32 || defined __WIN32__ || defined __WINNT || defined __WINNT__)
  2363. | #endif
  2364. |
  2365. | int
  2366. | main ()
  2367. | {
  2368. |
  2369. | ;
  2370. | return 0;
  2371. | }
  2372. configure:20080: g++ -c -g -O2 conftest.cpp >&5
  2373. configure:20080: $? = 0
  2374. configure:20115: result: gcc48 -gcc
  2375. configure:20147: g++ -c -g -O2 conftest.cpp >&5
  2376. conftest.cpp:47:3: error: #error MT not needed
  2377. # error MT not needed
  2378. ^
  2379. configure:20147: $? = 1
  2380. configure: failed program was:
  2381. | /* confdefs.h */
  2382. | #define PACKAGE_NAME "xoreos"
  2383. | #define PACKAGE_TARNAME "xoreos"
  2384. | #define PACKAGE_VERSION "0.0.1"
  2385. | #define PACKAGE_STRING "xoreos 0.0.1"
  2386. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  2387. | #define PACKAGE_URL "https://xoreos.org/"
  2388. | #define PACKAGE "xoreos"
  2389. | #define VERSION "0.0.1"
  2390. | #define STDC_HEADERS 1
  2391. | #define HAVE_SYS_TYPES_H 1
  2392. | #define HAVE_SYS_STAT_H 1
  2393. | #define HAVE_STDLIB_H 1
  2394. | #define HAVE_STRING_H 1
  2395. | #define HAVE_MEMORY_H 1
  2396. | #define HAVE_STRINGS_H 1
  2397. | #define HAVE_INTTYPES_H 1
  2398. | #define HAVE_STDINT_H 1
  2399. | #define HAVE_UNISTD_H 1
  2400. | #define HAVE_DLFCN_H 1
  2401. | #define LT_OBJDIR ".libs/"
  2402. | #define STDC_HEADERS 1
  2403. | #define HAVE_INTPTR_T 1
  2404. | #define HAVE_UINTPTR_T 1
  2405. | #define HAVE_LIBM 1
  2406. | #define HAVE_FABS 1
  2407. | #define HAVE_FMIN 1
  2408. | #define HAVE_FMAX 1
  2409. | #define HAVE_FABSF 1
  2410. | #define HAVE_FMINF 1
  2411. | #define HAVE_FMAXF 1
  2412. | #define HAVE_STRTOLL 1
  2413. | #define HAVE_STRTOULL 1
  2414. | #define HAVE_STRTOF 1
  2415. | #define HAVE_ICONV 1
  2416. | #define ICONV_CONST
  2417. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  2418. | #define HAVE_PTHREAD 1
  2419. | #define HAVE_GL_GL_H 1
  2420. | #define HAVE_BOOST 1
  2421. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  2422. | /* end confdefs.h. */
  2423. |
  2424. | #if defined _REENTRANT || defined _MT || defined __MT__
  2425. | /* use -mt */
  2426. | #else
  2427. | # error MT not needed
  2428. | #endif
  2429. |
  2430. | int
  2431. | main ()
  2432. | {
  2433. |
  2434. | ;
  2435. | return 0;
  2436. | }
  2437. configure:20179: checking boost/system/error_code.hpp usability
  2438. configure:20179: g++ -c -g -O2 conftest.cpp >&5
  2439. configure:20179: $? = 0
  2440. configure:20179: result: yes
  2441. configure:20179: checking boost/system/error_code.hpp presence
  2442. configure:20179: g++ -E conftest.cpp
  2443. configure:20179: $? = 0
  2444. configure:20179: result: yes
  2445. configure:20179: checking for boost/system/error_code.hpp
  2446. configure:20179: result: yes
  2447. configure:20199: checking for the Boost system library
  2448. configure:20241: g++ -c -g -O2 conftest.cpp >&5
  2449. configure:20241: $? = 0
  2450. configure:20296: re-using the existing conftest.o
  2451. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-1_53 -lm >&5
  2452. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-1_53
  2453. collect2: error: ld returned 1 exit status
  2454. configure:20311: $? = 1
  2455. configure:20296: re-using the existing conftest.o
  2456. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-mt-1_53 -lm >&5
  2457. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-1_53
  2458. collect2: error: ld returned 1 exit status
  2459. configure:20311: $? = 1
  2460. configure:20296: re-using the existing conftest.o
  2461. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-mt-1_53 -lm >&5
  2462. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-1_53
  2463. collect2: error: ld returned 1 exit status
  2464. configure:20311: $? = 1
  2465. configure:20296: re-using the existing conftest.o
  2466. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-1_53 -lm >&5
  2467. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-1_53
  2468. collect2: error: ld returned 1 exit status
  2469. configure:20311: $? = 1
  2470. configure:20296: re-using the existing conftest.o
  2471. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-mt-1_53 -lm >&5
  2472. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-1_53
  2473. collect2: error: ld returned 1 exit status
  2474. configure:20311: $? = 1
  2475. configure:20296: re-using the existing conftest.o
  2476. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-1_53 -lm >&5
  2477. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-1_53
  2478. collect2: error: ld returned 1 exit status
  2479. configure:20311: $? = 1
  2480. configure:20296: re-using the existing conftest.o
  2481. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-1_53 -lm >&5
  2482. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-1_53
  2483. collect2: error: ld returned 1 exit status
  2484. configure:20311: $? = 1
  2485. configure:20296: re-using the existing conftest.o
  2486. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-1_53 -lm >&5
  2487. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-1_53
  2488. collect2: error: ld returned 1 exit status
  2489. configure:20311: $? = 1
  2490. configure:20296: re-using the existing conftest.o
  2491. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-1_53 -lm >&5
  2492. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-1_53
  2493. collect2: error: ld returned 1 exit status
  2494. configure:20311: $? = 1
  2495. configure:20296: re-using the existing conftest.o
  2496. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-1_53 -lm >&5
  2497. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-1_53
  2498. collect2: error: ld returned 1 exit status
  2499. configure:20311: $? = 1
  2500. configure:20296: re-using the existing conftest.o
  2501. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-d-1_53 -lm >&5
  2502. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d-1_53
  2503. collect2: error: ld returned 1 exit status
  2504. configure:20311: $? = 1
  2505. configure:20296: re-using the existing conftest.o
  2506. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-mt-d-1_53 -lm >&5
  2507. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d-1_53
  2508. collect2: error: ld returned 1 exit status
  2509. configure:20311: $? = 1
  2510. configure:20296: re-using the existing conftest.o
  2511. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-mt-d-1_53 -lm >&5
  2512. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d-1_53
  2513. collect2: error: ld returned 1 exit status
  2514. configure:20311: $? = 1
  2515. configure:20296: re-using the existing conftest.o
  2516. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-d-1_53 -lm >&5
  2517. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d-1_53
  2518. collect2: error: ld returned 1 exit status
  2519. configure:20311: $? = 1
  2520. configure:20296: re-using the existing conftest.o
  2521. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-mt-d-1_53 -lm >&5
  2522. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d-1_53
  2523. collect2: error: ld returned 1 exit status
  2524. configure:20311: $? = 1
  2525. configure:20296: re-using the existing conftest.o
  2526. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-d-1_53 -lm >&5
  2527. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d-1_53
  2528. collect2: error: ld returned 1 exit status
  2529. configure:20311: $? = 1
  2530. configure:20296: re-using the existing conftest.o
  2531. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-d-1_53 -lm >&5
  2532. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d-1_53
  2533. collect2: error: ld returned 1 exit status
  2534. configure:20311: $? = 1
  2535. configure:20296: re-using the existing conftest.o
  2536. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-d-1_53 -lm >&5
  2537. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d-1_53
  2538. collect2: error: ld returned 1 exit status
  2539. configure:20311: $? = 1
  2540. configure:20296: re-using the existing conftest.o
  2541. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-d-1_53 -lm >&5
  2542. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d-1_53
  2543. collect2: error: ld returned 1 exit status
  2544. configure:20311: $? = 1
  2545. configure:20296: re-using the existing conftest.o
  2546. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-d-1_53 -lm >&5
  2547. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d-1_53
  2548. collect2: error: ld returned 1 exit status
  2549. configure:20311: $? = 1
  2550. configure:20296: re-using the existing conftest.o
  2551. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt -lm >&5
  2552. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt
  2553. collect2: error: ld returned 1 exit status
  2554. configure:20311: $? = 1
  2555. configure:20296: re-using the existing conftest.o
  2556. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-mt -lm >&5
  2557. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt
  2558. collect2: error: ld returned 1 exit status
  2559. configure:20311: $? = 1
  2560. configure:20296: re-using the existing conftest.o
  2561. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-mt -lm >&5
  2562. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt
  2563. collect2: error: ld returned 1 exit status
  2564. configure:20311: $? = 1
  2565. configure:20296: re-using the existing conftest.o
  2566. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt -lm >&5
  2567. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt
  2568. collect2: error: ld returned 1 exit status
  2569. configure:20311: $? = 1
  2570. configure:20296: re-using the existing conftest.o
  2571. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-mt -lm >&5
  2572. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt
  2573. collect2: error: ld returned 1 exit status
  2574. configure:20311: $? = 1
  2575. configure:20296: re-using the existing conftest.o
  2576. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48 -lm >&5
  2577. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48
  2578. collect2: error: ld returned 1 exit status
  2579. configure:20311: $? = 1
  2580. configure:20296: re-using the existing conftest.o
  2581. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48 -lm >&5
  2582. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48
  2583. collect2: error: ld returned 1 exit status
  2584. configure:20311: $? = 1
  2585. configure:20296: re-using the existing conftest.o
  2586. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48 -lm >&5
  2587. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48
  2588. collect2: error: ld returned 1 exit status
  2589. configure:20311: $? = 1
  2590. configure:20296: re-using the existing conftest.o
  2591. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48 -lm >&5
  2592. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48
  2593. collect2: error: ld returned 1 exit status
  2594. configure:20311: $? = 1
  2595. configure:20296: re-using the existing conftest.o
  2596. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48 -lm >&5
  2597. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48
  2598. collect2: error: ld returned 1 exit status
  2599. configure:20311: $? = 1
  2600. configure:20296: re-using the existing conftest.o
  2601. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-d -lm >&5
  2602. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d
  2603. collect2: error: ld returned 1 exit status
  2604. configure:20311: $? = 1
  2605. configure:20296: re-using the existing conftest.o
  2606. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-mt-d -lm >&5
  2607. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d
  2608. collect2: error: ld returned 1 exit status
  2609. configure:20311: $? = 1
  2610. configure:20296: re-using the existing conftest.o
  2611. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-mt-d -lm >&5
  2612. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d
  2613. collect2: error: ld returned 1 exit status
  2614. configure:20311: $? = 1
  2615. configure:20296: re-using the existing conftest.o
  2616. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-mt-d -lm >&5
  2617. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d
  2618. collect2: error: ld returned 1 exit status
  2619. configure:20311: $? = 1
  2620. configure:20296: re-using the existing conftest.o
  2621. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-mt-d -lm >&5
  2622. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-mt-d
  2623. collect2: error: ld returned 1 exit status
  2624. configure:20311: $? = 1
  2625. configure:20296: re-using the existing conftest.o
  2626. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-d -lm >&5
  2627. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d
  2628. collect2: error: ld returned 1 exit status
  2629. configure:20311: $? = 1
  2630. configure:20296: re-using the existing conftest.o
  2631. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc48-d -lm >&5
  2632. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d
  2633. collect2: error: ld returned 1 exit status
  2634. configure:20311: $? = 1
  2635. configure:20296: re-using the existing conftest.o
  2636. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc48-d -lm >&5
  2637. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d
  2638. collect2: error: ld returned 1 exit status
  2639. configure:20311: $? = 1
  2640. configure:20296: re-using the existing conftest.o
  2641. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc48-d -lm >&5
  2642. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d
  2643. collect2: error: ld returned 1 exit status
  2644. configure:20311: $? = 1
  2645. configure:20296: re-using the existing conftest.o
  2646. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc48-d -lm >&5
  2647. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc48-d
  2648. collect2: error: ld returned 1 exit status
  2649. configure:20311: $? = 1
  2650. configure:20296: re-using the existing conftest.o
  2651. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-1_53 -lm >&5
  2652. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-1_53
  2653. collect2: error: ld returned 1 exit status
  2654. configure:20311: $? = 1
  2655. configure:20296: re-using the existing conftest.o
  2656. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-mt-1_53 -lm >&5
  2657. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-1_53
  2658. collect2: error: ld returned 1 exit status
  2659. configure:20311: $? = 1
  2660. configure:20296: re-using the existing conftest.o
  2661. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-mt-1_53 -lm >&5
  2662. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-1_53
  2663. collect2: error: ld returned 1 exit status
  2664. configure:20311: $? = 1
  2665. configure:20296: re-using the existing conftest.o
  2666. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-1_53 -lm >&5
  2667. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-1_53
  2668. collect2: error: ld returned 1 exit status
  2669. configure:20311: $? = 1
  2670. configure:20296: re-using the existing conftest.o
  2671. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-mt-1_53 -lm >&5
  2672. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-1_53
  2673. collect2: error: ld returned 1 exit status
  2674. configure:20311: $? = 1
  2675. configure:20296: re-using the existing conftest.o
  2676. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-1_53 -lm >&5
  2677. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-1_53
  2678. collect2: error: ld returned 1 exit status
  2679. configure:20311: $? = 1
  2680. configure:20296: re-using the existing conftest.o
  2681. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-1_53 -lm >&5
  2682. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-1_53
  2683. collect2: error: ld returned 1 exit status
  2684. configure:20311: $? = 1
  2685. configure:20296: re-using the existing conftest.o
  2686. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-1_53 -lm >&5
  2687. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-1_53
  2688. collect2: error: ld returned 1 exit status
  2689. configure:20311: $? = 1
  2690. configure:20296: re-using the existing conftest.o
  2691. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-1_53 -lm >&5
  2692. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-1_53
  2693. collect2: error: ld returned 1 exit status
  2694. configure:20311: $? = 1
  2695. configure:20296: re-using the existing conftest.o
  2696. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-1_53 -lm >&5
  2697. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-1_53
  2698. collect2: error: ld returned 1 exit status
  2699. configure:20311: $? = 1
  2700. configure:20296: re-using the existing conftest.o
  2701. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-d-1_53 -lm >&5
  2702. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d-1_53
  2703. collect2: error: ld returned 1 exit status
  2704. configure:20311: $? = 1
  2705. configure:20296: re-using the existing conftest.o
  2706. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-mt-d-1_53 -lm >&5
  2707. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d-1_53
  2708. collect2: error: ld returned 1 exit status
  2709. configure:20311: $? = 1
  2710. configure:20296: re-using the existing conftest.o
  2711. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-mt-d-1_53 -lm >&5
  2712. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d-1_53
  2713. collect2: error: ld returned 1 exit status
  2714. configure:20311: $? = 1
  2715. configure:20296: re-using the existing conftest.o
  2716. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-d-1_53 -lm >&5
  2717. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d-1_53
  2718. collect2: error: ld returned 1 exit status
  2719. configure:20311: $? = 1
  2720. configure:20296: re-using the existing conftest.o
  2721. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-mt-d-1_53 -lm >&5
  2722. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d-1_53
  2723. collect2: error: ld returned 1 exit status
  2724. configure:20311: $? = 1
  2725. configure:20296: re-using the existing conftest.o
  2726. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-d-1_53 -lm >&5
  2727. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d-1_53
  2728. collect2: error: ld returned 1 exit status
  2729. configure:20311: $? = 1
  2730. configure:20296: re-using the existing conftest.o
  2731. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-d-1_53 -lm >&5
  2732. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d-1_53
  2733. collect2: error: ld returned 1 exit status
  2734. configure:20311: $? = 1
  2735. configure:20296: re-using the existing conftest.o
  2736. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-d-1_53 -lm >&5
  2737. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d-1_53
  2738. collect2: error: ld returned 1 exit status
  2739. configure:20311: $? = 1
  2740. configure:20296: re-using the existing conftest.o
  2741. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-d-1_53 -lm >&5
  2742. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d-1_53
  2743. collect2: error: ld returned 1 exit status
  2744. configure:20311: $? = 1
  2745. configure:20296: re-using the existing conftest.o
  2746. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-d-1_53 -lm >&5
  2747. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d-1_53
  2748. collect2: error: ld returned 1 exit status
  2749. configure:20311: $? = 1
  2750. configure:20296: re-using the existing conftest.o
  2751. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt -lm >&5
  2752. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt
  2753. collect2: error: ld returned 1 exit status
  2754. configure:20311: $? = 1
  2755. configure:20296: re-using the existing conftest.o
  2756. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-mt -lm >&5
  2757. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt
  2758. collect2: error: ld returned 1 exit status
  2759. configure:20311: $? = 1
  2760. configure:20296: re-using the existing conftest.o
  2761. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-mt -lm >&5
  2762. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt
  2763. collect2: error: ld returned 1 exit status
  2764. configure:20311: $? = 1
  2765. configure:20296: re-using the existing conftest.o
  2766. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt -lm >&5
  2767. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt
  2768. collect2: error: ld returned 1 exit status
  2769. configure:20311: $? = 1
  2770. configure:20296: re-using the existing conftest.o
  2771. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-mt -lm >&5
  2772. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt
  2773. collect2: error: ld returned 1 exit status
  2774. configure:20311: $? = 1
  2775. configure:20296: re-using the existing conftest.o
  2776. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc -lm >&5
  2777. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc
  2778. collect2: error: ld returned 1 exit status
  2779. configure:20311: $? = 1
  2780. configure:20296: re-using the existing conftest.o
  2781. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc -lm >&5
  2782. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc
  2783. collect2: error: ld returned 1 exit status
  2784. configure:20311: $? = 1
  2785. configure:20296: re-using the existing conftest.o
  2786. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc -lm >&5
  2787. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc
  2788. collect2: error: ld returned 1 exit status
  2789. configure:20311: $? = 1
  2790. configure:20296: re-using the existing conftest.o
  2791. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc -lm >&5
  2792. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc
  2793. collect2: error: ld returned 1 exit status
  2794. configure:20311: $? = 1
  2795. configure:20296: re-using the existing conftest.o
  2796. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc -lm >&5
  2797. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc
  2798. collect2: error: ld returned 1 exit status
  2799. configure:20311: $? = 1
  2800. configure:20296: re-using the existing conftest.o
  2801. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-d -lm >&5
  2802. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d
  2803. collect2: error: ld returned 1 exit status
  2804. configure:20311: $? = 1
  2805. configure:20296: re-using the existing conftest.o
  2806. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-mt-d -lm >&5
  2807. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d
  2808. collect2: error: ld returned 1 exit status
  2809. configure:20311: $? = 1
  2810. configure:20296: re-using the existing conftest.o
  2811. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-mt-d -lm >&5
  2812. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d
  2813. collect2: error: ld returned 1 exit status
  2814. configure:20311: $? = 1
  2815. configure:20296: re-using the existing conftest.o
  2816. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-mt-d -lm >&5
  2817. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d
  2818. collect2: error: ld returned 1 exit status
  2819. configure:20311: $? = 1
  2820. configure:20296: re-using the existing conftest.o
  2821. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-mt-d -lm >&5
  2822. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-mt-d
  2823. collect2: error: ld returned 1 exit status
  2824. configure:20311: $? = 1
  2825. configure:20296: re-using the existing conftest.o
  2826. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-d -lm >&5
  2827. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d
  2828. collect2: error: ld returned 1 exit status
  2829. configure:20311: $? = 1
  2830. configure:20296: re-using the existing conftest.o
  2831. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-gcc-d -lm >&5
  2832. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d
  2833. collect2: error: ld returned 1 exit status
  2834. configure:20311: $? = 1
  2835. configure:20296: re-using the existing conftest.o
  2836. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-gcc-d -lm >&5
  2837. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d
  2838. collect2: error: ld returned 1 exit status
  2839. configure:20311: $? = 1
  2840. configure:20296: re-using the existing conftest.o
  2841. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-gcc-d -lm >&5
  2842. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d
  2843. collect2: error: ld returned 1 exit status
  2844. configure:20311: $? = 1
  2845. configure:20296: re-using the existing conftest.o
  2846. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-gcc-d -lm >&5
  2847. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-gcc-d
  2848. collect2: error: ld returned 1 exit status
  2849. configure:20311: $? = 1
  2850. configure:20296: re-using the existing conftest.o
  2851. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-mt-1_53 -lm >&5
  2852. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-1_53
  2853. collect2: error: ld returned 1 exit status
  2854. configure:20311: $? = 1
  2855. configure:20296: re-using the existing conftest.o
  2856. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-mt-1_53 -lm >&5
  2857. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-1_53
  2858. collect2: error: ld returned 1 exit status
  2859. configure:20311: $? = 1
  2860. configure:20296: re-using the existing conftest.o
  2861. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-mt-1_53 -lm >&5
  2862. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-1_53
  2863. collect2: error: ld returned 1 exit status
  2864. configure:20311: $? = 1
  2865. configure:20296: re-using the existing conftest.o
  2866. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-mt-1_53 -lm >&5
  2867. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-1_53
  2868. collect2: error: ld returned 1 exit status
  2869. configure:20311: $? = 1
  2870. configure:20296: re-using the existing conftest.o
  2871. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-mt-1_53 -lm >&5
  2872. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-1_53
  2873. collect2: error: ld returned 1 exit status
  2874. configure:20311: $? = 1
  2875. configure:20296: re-using the existing conftest.o
  2876. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-1_53 -lm >&5
  2877. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-1_53
  2878. collect2: error: ld returned 1 exit status
  2879. configure:20311: $? = 1
  2880. configure:20296: re-using the existing conftest.o
  2881. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-1_53 -lm >&5
  2882. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-1_53
  2883. collect2: error: ld returned 1 exit status
  2884. configure:20311: $? = 1
  2885. configure:20296: re-using the existing conftest.o
  2886. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-1_53 -lm >&5
  2887. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-1_53
  2888. collect2: error: ld returned 1 exit status
  2889. configure:20311: $? = 1
  2890. configure:20296: re-using the existing conftest.o
  2891. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-1_53 -lm >&5
  2892. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-1_53
  2893. collect2: error: ld returned 1 exit status
  2894. configure:20311: $? = 1
  2895. configure:20296: re-using the existing conftest.o
  2896. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-1_53 -lm >&5
  2897. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-1_53
  2898. collect2: error: ld returned 1 exit status
  2899. configure:20311: $? = 1
  2900. configure:20296: re-using the existing conftest.o
  2901. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-mt-d-1_53 -lm >&5
  2902. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-d-1_53
  2903. collect2: error: ld returned 1 exit status
  2904. configure:20311: $? = 1
  2905. configure:20296: re-using the existing conftest.o
  2906. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-mt-d-1_53 -lm >&5
  2907. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-d-1_53
  2908. collect2: error: ld returned 1 exit status
  2909. configure:20311: $? = 1
  2910. configure:20296: re-using the existing conftest.o
  2911. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-mt-d-1_53 -lm >&5
  2912. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-d-1_53
  2913. collect2: error: ld returned 1 exit status
  2914. configure:20311: $? = 1
  2915. configure:20296: re-using the existing conftest.o
  2916. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-mt-d-1_53 -lm >&5
  2917. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-d-1_53
  2918. collect2: error: ld returned 1 exit status
  2919. configure:20311: $? = 1
  2920. configure:20296: re-using the existing conftest.o
  2921. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-mt-d-1_53 -lm >&5
  2922. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-mt-d-1_53
  2923. collect2: error: ld returned 1 exit status
  2924. configure:20311: $? = 1
  2925. configure:20296: re-using the existing conftest.o
  2926. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-d-1_53 -lm >&5
  2927. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-d-1_53
  2928. collect2: error: ld returned 1 exit status
  2929. configure:20311: $? = 1
  2930. configure:20296: re-using the existing conftest.o
  2931. configure:20302: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_system-d-1_53 -lm >&5
  2932. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-d-1_53
  2933. collect2: error: ld returned 1 exit status
  2934. configure:20311: $? = 1
  2935. configure:20296: re-using the existing conftest.o
  2936. configure:20302: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_system-d-1_53 -lm >&5
  2937. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-d-1_53
  2938. collect2: error: ld returned 1 exit status
  2939. configure:20311: $? = 1
  2940. configure:20296: re-using the existing conftest.o
  2941. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-d-1_53 -lm >&5
  2942. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-d-1_53
  2943. collect2: error: ld returned 1 exit status
  2944. configure:20311: $? = 1
  2945. configure:20296: re-using the existing conftest.o
  2946. configure:20302: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_system-d-1_53 -lm >&5
  2947. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_system-d-1_53
  2948. collect2: error: ld returned 1 exit status
  2949. configure:20311: $? = 1
  2950. configure:20296: re-using the existing conftest.o
  2951. configure:20302: g++ -o conftest -g -O2 conftest.o -lboost_system-mt -lm >&5
  2952. configure:20311: $? = 0
  2953. configure:20422: result: yes
  2954. configure:20469: checking for boost/system/error_code.hpp
  2955. configure:20469: result: yes
  2956. configure:20489: checking for the Boost system library
  2957. configure:20712: result: yes
  2958. configure:20760: checking boost/filesystem/path.hpp usability
  2959. configure:20760: g++ -c -g -O2 conftest.cpp >&5
  2960. configure:20760: $? = 0
  2961. configure:20760: result: yes
  2962. configure:20760: checking boost/filesystem/path.hpp presence
  2963. configure:20760: g++ -E conftest.cpp
  2964. configure:20760: $? = 0
  2965. configure:20760: result: yes
  2966. configure:20760: checking for boost/filesystem/path.hpp
  2967. configure:20760: result: yes
  2968. configure:20780: checking for the Boost filesystem library
  2969. configure:20822: g++ -c -g -O2 conftest.cpp >&5
  2970. configure:20822: $? = 0
  2971. configure:20877: re-using the existing conftest.o
  2972. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-1_53 -lm -lboost_system-mt >&5
  2973. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-1_53
  2974. collect2: error: ld returned 1 exit status
  2975. configure:20892: $? = 1
  2976. configure:20877: re-using the existing conftest.o
  2977. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-mt-1_53 -lm -lboost_system-mt >&5
  2978. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-1_53
  2979. collect2: error: ld returned 1 exit status
  2980. configure:20892: $? = 1
  2981. configure:20877: re-using the existing conftest.o
  2982. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-mt-1_53 -lm -lboost_system-mt >&5
  2983. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-1_53
  2984. collect2: error: ld returned 1 exit status
  2985. configure:20892: $? = 1
  2986. configure:20877: re-using the existing conftest.o
  2987. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-1_53 -lm -lboost_system-mt >&5
  2988. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-1_53
  2989. collect2: error: ld returned 1 exit status
  2990. configure:20892: $? = 1
  2991. configure:20877: re-using the existing conftest.o
  2992. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-mt-1_53 -lm -lboost_system-mt >&5
  2993. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-1_53
  2994. collect2: error: ld returned 1 exit status
  2995. configure:20892: $? = 1
  2996. configure:20877: re-using the existing conftest.o
  2997. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-1_53 -lm -lboost_system-mt >&5
  2998. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-1_53
  2999. collect2: error: ld returned 1 exit status
  3000. configure:20892: $? = 1
  3001. configure:20877: re-using the existing conftest.o
  3002. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-1_53 -lm -lboost_system-mt >&5
  3003. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-1_53
  3004. collect2: error: ld returned 1 exit status
  3005. configure:20892: $? = 1
  3006. configure:20877: re-using the existing conftest.o
  3007. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-1_53 -lm -lboost_system-mt >&5
  3008. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-1_53
  3009. collect2: error: ld returned 1 exit status
  3010. configure:20892: $? = 1
  3011. configure:20877: re-using the existing conftest.o
  3012. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-1_53 -lm -lboost_system-mt >&5
  3013. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-1_53
  3014. collect2: error: ld returned 1 exit status
  3015. configure:20892: $? = 1
  3016. configure:20877: re-using the existing conftest.o
  3017. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-1_53 -lm -lboost_system-mt >&5
  3018. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-1_53
  3019. collect2: error: ld returned 1 exit status
  3020. configure:20892: $? = 1
  3021. configure:20877: re-using the existing conftest.o
  3022. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-d-1_53 -lm -lboost_system-mt >&5
  3023. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d-1_53
  3024. collect2: error: ld returned 1 exit status
  3025. configure:20892: $? = 1
  3026. configure:20877: re-using the existing conftest.o
  3027. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-mt-d-1_53 -lm -lboost_system-mt >&5
  3028. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d-1_53
  3029. collect2: error: ld returned 1 exit status
  3030. configure:20892: $? = 1
  3031. configure:20877: re-using the existing conftest.o
  3032. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-mt-d-1_53 -lm -lboost_system-mt >&5
  3033. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d-1_53
  3034. collect2: error: ld returned 1 exit status
  3035. configure:20892: $? = 1
  3036. configure:20877: re-using the existing conftest.o
  3037. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-d-1_53 -lm -lboost_system-mt >&5
  3038. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d-1_53
  3039. collect2: error: ld returned 1 exit status
  3040. configure:20892: $? = 1
  3041. configure:20877: re-using the existing conftest.o
  3042. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-mt-d-1_53 -lm -lboost_system-mt >&5
  3043. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d-1_53
  3044. collect2: error: ld returned 1 exit status
  3045. configure:20892: $? = 1
  3046. configure:20877: re-using the existing conftest.o
  3047. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-d-1_53 -lm -lboost_system-mt >&5
  3048. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d-1_53
  3049. collect2: error: ld returned 1 exit status
  3050. configure:20892: $? = 1
  3051. configure:20877: re-using the existing conftest.o
  3052. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-d-1_53 -lm -lboost_system-mt >&5
  3053. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d-1_53
  3054. collect2: error: ld returned 1 exit status
  3055. configure:20892: $? = 1
  3056. configure:20877: re-using the existing conftest.o
  3057. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-d-1_53 -lm -lboost_system-mt >&5
  3058. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d-1_53
  3059. collect2: error: ld returned 1 exit status
  3060. configure:20892: $? = 1
  3061. configure:20877: re-using the existing conftest.o
  3062. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-d-1_53 -lm -lboost_system-mt >&5
  3063. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d-1_53
  3064. collect2: error: ld returned 1 exit status
  3065. configure:20892: $? = 1
  3066. configure:20877: re-using the existing conftest.o
  3067. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-d-1_53 -lm -lboost_system-mt >&5
  3068. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d-1_53
  3069. collect2: error: ld returned 1 exit status
  3070. configure:20892: $? = 1
  3071. configure:20877: re-using the existing conftest.o
  3072. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt -lm -lboost_system-mt >&5
  3073. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt
  3074. collect2: error: ld returned 1 exit status
  3075. configure:20892: $? = 1
  3076. configure:20877: re-using the existing conftest.o
  3077. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-mt -lm -lboost_system-mt >&5
  3078. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt
  3079. collect2: error: ld returned 1 exit status
  3080. configure:20892: $? = 1
  3081. configure:20877: re-using the existing conftest.o
  3082. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-mt -lm -lboost_system-mt >&5
  3083. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt
  3084. collect2: error: ld returned 1 exit status
  3085. configure:20892: $? = 1
  3086. configure:20877: re-using the existing conftest.o
  3087. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt -lm -lboost_system-mt >&5
  3088. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt
  3089. collect2: error: ld returned 1 exit status
  3090. configure:20892: $? = 1
  3091. configure:20877: re-using the existing conftest.o
  3092. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-mt -lm -lboost_system-mt >&5
  3093. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt
  3094. collect2: error: ld returned 1 exit status
  3095. configure:20892: $? = 1
  3096. configure:20877: re-using the existing conftest.o
  3097. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48 -lm -lboost_system-mt >&5
  3098. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48
  3099. collect2: error: ld returned 1 exit status
  3100. configure:20892: $? = 1
  3101. configure:20877: re-using the existing conftest.o
  3102. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48 -lm -lboost_system-mt >&5
  3103. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48
  3104. collect2: error: ld returned 1 exit status
  3105. configure:20892: $? = 1
  3106. configure:20877: re-using the existing conftest.o
  3107. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48 -lm -lboost_system-mt >&5
  3108. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48
  3109. collect2: error: ld returned 1 exit status
  3110. configure:20892: $? = 1
  3111. configure:20877: re-using the existing conftest.o
  3112. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48 -lm -lboost_system-mt >&5
  3113. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48
  3114. collect2: error: ld returned 1 exit status
  3115. configure:20892: $? = 1
  3116. configure:20877: re-using the existing conftest.o
  3117. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48 -lm -lboost_system-mt >&5
  3118. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48
  3119. collect2: error: ld returned 1 exit status
  3120. configure:20892: $? = 1
  3121. configure:20877: re-using the existing conftest.o
  3122. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-d -lm -lboost_system-mt >&5
  3123. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d
  3124. collect2: error: ld returned 1 exit status
  3125. configure:20892: $? = 1
  3126. configure:20877: re-using the existing conftest.o
  3127. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-mt-d -lm -lboost_system-mt >&5
  3128. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d
  3129. collect2: error: ld returned 1 exit status
  3130. configure:20892: $? = 1
  3131. configure:20877: re-using the existing conftest.o
  3132. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-mt-d -lm -lboost_system-mt >&5
  3133. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d
  3134. collect2: error: ld returned 1 exit status
  3135. configure:20892: $? = 1
  3136. configure:20877: re-using the existing conftest.o
  3137. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-mt-d -lm -lboost_system-mt >&5
  3138. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d
  3139. collect2: error: ld returned 1 exit status
  3140. configure:20892: $? = 1
  3141. configure:20877: re-using the existing conftest.o
  3142. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-mt-d -lm -lboost_system-mt >&5
  3143. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-mt-d
  3144. collect2: error: ld returned 1 exit status
  3145. configure:20892: $? = 1
  3146. configure:20877: re-using the existing conftest.o
  3147. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-d -lm -lboost_system-mt >&5
  3148. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d
  3149. collect2: error: ld returned 1 exit status
  3150. configure:20892: $? = 1
  3151. configure:20877: re-using the existing conftest.o
  3152. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc48-d -lm -lboost_system-mt >&5
  3153. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d
  3154. collect2: error: ld returned 1 exit status
  3155. configure:20892: $? = 1
  3156. configure:20877: re-using the existing conftest.o
  3157. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc48-d -lm -lboost_system-mt >&5
  3158. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d
  3159. collect2: error: ld returned 1 exit status
  3160. configure:20892: $? = 1
  3161. configure:20877: re-using the existing conftest.o
  3162. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc48-d -lm -lboost_system-mt >&5
  3163. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d
  3164. collect2: error: ld returned 1 exit status
  3165. configure:20892: $? = 1
  3166. configure:20877: re-using the existing conftest.o
  3167. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc48-d -lm -lboost_system-mt >&5
  3168. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc48-d
  3169. collect2: error: ld returned 1 exit status
  3170. configure:20892: $? = 1
  3171. configure:20877: re-using the existing conftest.o
  3172. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-1_53 -lm -lboost_system-mt >&5
  3173. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-1_53
  3174. collect2: error: ld returned 1 exit status
  3175. configure:20892: $? = 1
  3176. configure:20877: re-using the existing conftest.o
  3177. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-mt-1_53 -lm -lboost_system-mt >&5
  3178. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-1_53
  3179. collect2: error: ld returned 1 exit status
  3180. configure:20892: $? = 1
  3181. configure:20877: re-using the existing conftest.o
  3182. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-mt-1_53 -lm -lboost_system-mt >&5
  3183. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-1_53
  3184. collect2: error: ld returned 1 exit status
  3185. configure:20892: $? = 1
  3186. configure:20877: re-using the existing conftest.o
  3187. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-1_53 -lm -lboost_system-mt >&5
  3188. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-1_53
  3189. collect2: error: ld returned 1 exit status
  3190. configure:20892: $? = 1
  3191. configure:20877: re-using the existing conftest.o
  3192. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-mt-1_53 -lm -lboost_system-mt >&5
  3193. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-1_53
  3194. collect2: error: ld returned 1 exit status
  3195. configure:20892: $? = 1
  3196. configure:20877: re-using the existing conftest.o
  3197. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-1_53 -lm -lboost_system-mt >&5
  3198. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-1_53
  3199. collect2: error: ld returned 1 exit status
  3200. configure:20892: $? = 1
  3201. configure:20877: re-using the existing conftest.o
  3202. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-1_53 -lm -lboost_system-mt >&5
  3203. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-1_53
  3204. collect2: error: ld returned 1 exit status
  3205. configure:20892: $? = 1
  3206. configure:20877: re-using the existing conftest.o
  3207. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-1_53 -lm -lboost_system-mt >&5
  3208. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-1_53
  3209. collect2: error: ld returned 1 exit status
  3210. configure:20892: $? = 1
  3211. configure:20877: re-using the existing conftest.o
  3212. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-1_53 -lm -lboost_system-mt >&5
  3213. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-1_53
  3214. collect2: error: ld returned 1 exit status
  3215. configure:20892: $? = 1
  3216. configure:20877: re-using the existing conftest.o
  3217. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-1_53 -lm -lboost_system-mt >&5
  3218. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-1_53
  3219. collect2: error: ld returned 1 exit status
  3220. configure:20892: $? = 1
  3221. configure:20877: re-using the existing conftest.o
  3222. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-d-1_53 -lm -lboost_system-mt >&5
  3223. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d-1_53
  3224. collect2: error: ld returned 1 exit status
  3225. configure:20892: $? = 1
  3226. configure:20877: re-using the existing conftest.o
  3227. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-mt-d-1_53 -lm -lboost_system-mt >&5
  3228. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d-1_53
  3229. collect2: error: ld returned 1 exit status
  3230. configure:20892: $? = 1
  3231. configure:20877: re-using the existing conftest.o
  3232. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-mt-d-1_53 -lm -lboost_system-mt >&5
  3233. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d-1_53
  3234. collect2: error: ld returned 1 exit status
  3235. configure:20892: $? = 1
  3236. configure:20877: re-using the existing conftest.o
  3237. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-d-1_53 -lm -lboost_system-mt >&5
  3238. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d-1_53
  3239. collect2: error: ld returned 1 exit status
  3240. configure:20892: $? = 1
  3241. configure:20877: re-using the existing conftest.o
  3242. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-mt-d-1_53 -lm -lboost_system-mt >&5
  3243. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d-1_53
  3244. collect2: error: ld returned 1 exit status
  3245. configure:20892: $? = 1
  3246. configure:20877: re-using the existing conftest.o
  3247. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-d-1_53 -lm -lboost_system-mt >&5
  3248. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d-1_53
  3249. collect2: error: ld returned 1 exit status
  3250. configure:20892: $? = 1
  3251. configure:20877: re-using the existing conftest.o
  3252. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-d-1_53 -lm -lboost_system-mt >&5
  3253. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d-1_53
  3254. collect2: error: ld returned 1 exit status
  3255. configure:20892: $? = 1
  3256. configure:20877: re-using the existing conftest.o
  3257. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-d-1_53 -lm -lboost_system-mt >&5
  3258. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d-1_53
  3259. collect2: error: ld returned 1 exit status
  3260. configure:20892: $? = 1
  3261. configure:20877: re-using the existing conftest.o
  3262. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-d-1_53 -lm -lboost_system-mt >&5
  3263. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d-1_53
  3264. collect2: error: ld returned 1 exit status
  3265. configure:20892: $? = 1
  3266. configure:20877: re-using the existing conftest.o
  3267. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-d-1_53 -lm -lboost_system-mt >&5
  3268. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d-1_53
  3269. collect2: error: ld returned 1 exit status
  3270. configure:20892: $? = 1
  3271. configure:20877: re-using the existing conftest.o
  3272. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt -lm -lboost_system-mt >&5
  3273. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt
  3274. collect2: error: ld returned 1 exit status
  3275. configure:20892: $? = 1
  3276. configure:20877: re-using the existing conftest.o
  3277. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-mt -lm -lboost_system-mt >&5
  3278. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt
  3279. collect2: error: ld returned 1 exit status
  3280. configure:20892: $? = 1
  3281. configure:20877: re-using the existing conftest.o
  3282. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-mt -lm -lboost_system-mt >&5
  3283. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt
  3284. collect2: error: ld returned 1 exit status
  3285. configure:20892: $? = 1
  3286. configure:20877: re-using the existing conftest.o
  3287. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt -lm -lboost_system-mt >&5
  3288. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt
  3289. collect2: error: ld returned 1 exit status
  3290. configure:20892: $? = 1
  3291. configure:20877: re-using the existing conftest.o
  3292. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-mt -lm -lboost_system-mt >&5
  3293. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt
  3294. collect2: error: ld returned 1 exit status
  3295. configure:20892: $? = 1
  3296. configure:20877: re-using the existing conftest.o
  3297. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc -lm -lboost_system-mt >&5
  3298. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc
  3299. collect2: error: ld returned 1 exit status
  3300. configure:20892: $? = 1
  3301. configure:20877: re-using the existing conftest.o
  3302. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc -lm -lboost_system-mt >&5
  3303. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc
  3304. collect2: error: ld returned 1 exit status
  3305. configure:20892: $? = 1
  3306. configure:20877: re-using the existing conftest.o
  3307. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc -lm -lboost_system-mt >&5
  3308. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc
  3309. collect2: error: ld returned 1 exit status
  3310. configure:20892: $? = 1
  3311. configure:20877: re-using the existing conftest.o
  3312. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc -lm -lboost_system-mt >&5
  3313. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc
  3314. collect2: error: ld returned 1 exit status
  3315. configure:20892: $? = 1
  3316. configure:20877: re-using the existing conftest.o
  3317. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc -lm -lboost_system-mt >&5
  3318. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc
  3319. collect2: error: ld returned 1 exit status
  3320. configure:20892: $? = 1
  3321. configure:20877: re-using the existing conftest.o
  3322. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-d -lm -lboost_system-mt >&5
  3323. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d
  3324. collect2: error: ld returned 1 exit status
  3325. configure:20892: $? = 1
  3326. configure:20877: re-using the existing conftest.o
  3327. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-mt-d -lm -lboost_system-mt >&5
  3328. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d
  3329. collect2: error: ld returned 1 exit status
  3330. configure:20892: $? = 1
  3331. configure:20877: re-using the existing conftest.o
  3332. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-mt-d -lm -lboost_system-mt >&5
  3333. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d
  3334. collect2: error: ld returned 1 exit status
  3335. configure:20892: $? = 1
  3336. configure:20877: re-using the existing conftest.o
  3337. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-mt-d -lm -lboost_system-mt >&5
  3338. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d
  3339. collect2: error: ld returned 1 exit status
  3340. configure:20892: $? = 1
  3341. configure:20877: re-using the existing conftest.o
  3342. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-mt-d -lm -lboost_system-mt >&5
  3343. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-mt-d
  3344. collect2: error: ld returned 1 exit status
  3345. configure:20892: $? = 1
  3346. configure:20877: re-using the existing conftest.o
  3347. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-d -lm -lboost_system-mt >&5
  3348. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d
  3349. collect2: error: ld returned 1 exit status
  3350. configure:20892: $? = 1
  3351. configure:20877: re-using the existing conftest.o
  3352. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-gcc-d -lm -lboost_system-mt >&5
  3353. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d
  3354. collect2: error: ld returned 1 exit status
  3355. configure:20892: $? = 1
  3356. configure:20877: re-using the existing conftest.o
  3357. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-gcc-d -lm -lboost_system-mt >&5
  3358. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d
  3359. collect2: error: ld returned 1 exit status
  3360. configure:20892: $? = 1
  3361. configure:20877: re-using the existing conftest.o
  3362. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-gcc-d -lm -lboost_system-mt >&5
  3363. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d
  3364. collect2: error: ld returned 1 exit status
  3365. configure:20892: $? = 1
  3366. configure:20877: re-using the existing conftest.o
  3367. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-gcc-d -lm -lboost_system-mt >&5
  3368. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-gcc-d
  3369. collect2: error: ld returned 1 exit status
  3370. configure:20892: $? = 1
  3371. configure:20877: re-using the existing conftest.o
  3372. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-mt-1_53 -lm -lboost_system-mt >&5
  3373. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-1_53
  3374. collect2: error: ld returned 1 exit status
  3375. configure:20892: $? = 1
  3376. configure:20877: re-using the existing conftest.o
  3377. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-mt-1_53 -lm -lboost_system-mt >&5
  3378. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-1_53
  3379. collect2: error: ld returned 1 exit status
  3380. configure:20892: $? = 1
  3381. configure:20877: re-using the existing conftest.o
  3382. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-mt-1_53 -lm -lboost_system-mt >&5
  3383. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-1_53
  3384. collect2: error: ld returned 1 exit status
  3385. configure:20892: $? = 1
  3386. configure:20877: re-using the existing conftest.o
  3387. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-mt-1_53 -lm -lboost_system-mt >&5
  3388. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-1_53
  3389. collect2: error: ld returned 1 exit status
  3390. configure:20892: $? = 1
  3391. configure:20877: re-using the existing conftest.o
  3392. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-mt-1_53 -lm -lboost_system-mt >&5
  3393. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-1_53
  3394. collect2: error: ld returned 1 exit status
  3395. configure:20892: $? = 1
  3396. configure:20877: re-using the existing conftest.o
  3397. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-1_53 -lm -lboost_system-mt >&5
  3398. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-1_53
  3399. collect2: error: ld returned 1 exit status
  3400. configure:20892: $? = 1
  3401. configure:20877: re-using the existing conftest.o
  3402. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-1_53 -lm -lboost_system-mt >&5
  3403. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-1_53
  3404. collect2: error: ld returned 1 exit status
  3405. configure:20892: $? = 1
  3406. configure:20877: re-using the existing conftest.o
  3407. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-1_53 -lm -lboost_system-mt >&5
  3408. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-1_53
  3409. collect2: error: ld returned 1 exit status
  3410. configure:20892: $? = 1
  3411. configure:20877: re-using the existing conftest.o
  3412. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-1_53 -lm -lboost_system-mt >&5
  3413. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-1_53
  3414. collect2: error: ld returned 1 exit status
  3415. configure:20892: $? = 1
  3416. configure:20877: re-using the existing conftest.o
  3417. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-1_53 -lm -lboost_system-mt >&5
  3418. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-1_53
  3419. collect2: error: ld returned 1 exit status
  3420. configure:20892: $? = 1
  3421. configure:20877: re-using the existing conftest.o
  3422. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-mt-d-1_53 -lm -lboost_system-mt >&5
  3423. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-d-1_53
  3424. collect2: error: ld returned 1 exit status
  3425. configure:20892: $? = 1
  3426. configure:20877: re-using the existing conftest.o
  3427. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-mt-d-1_53 -lm -lboost_system-mt >&5
  3428. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-d-1_53
  3429. collect2: error: ld returned 1 exit status
  3430. configure:20892: $? = 1
  3431. configure:20877: re-using the existing conftest.o
  3432. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-mt-d-1_53 -lm -lboost_system-mt >&5
  3433. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-d-1_53
  3434. collect2: error: ld returned 1 exit status
  3435. configure:20892: $? = 1
  3436. configure:20877: re-using the existing conftest.o
  3437. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-mt-d-1_53 -lm -lboost_system-mt >&5
  3438. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-d-1_53
  3439. collect2: error: ld returned 1 exit status
  3440. configure:20892: $? = 1
  3441. configure:20877: re-using the existing conftest.o
  3442. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-mt-d-1_53 -lm -lboost_system-mt >&5
  3443. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-mt-d-1_53
  3444. collect2: error: ld returned 1 exit status
  3445. configure:20892: $? = 1
  3446. configure:20877: re-using the existing conftest.o
  3447. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-d-1_53 -lm -lboost_system-mt >&5
  3448. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-d-1_53
  3449. collect2: error: ld returned 1 exit status
  3450. configure:20892: $? = 1
  3451. configure:20877: re-using the existing conftest.o
  3452. configure:20883: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_filesystem-d-1_53 -lm -lboost_system-mt >&5
  3453. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-d-1_53
  3454. collect2: error: ld returned 1 exit status
  3455. configure:20892: $? = 1
  3456. configure:20877: re-using the existing conftest.o
  3457. configure:20883: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_filesystem-d-1_53 -lm -lboost_system-mt >&5
  3458. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-d-1_53
  3459. collect2: error: ld returned 1 exit status
  3460. configure:20892: $? = 1
  3461. configure:20877: re-using the existing conftest.o
  3462. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-d-1_53 -lm -lboost_system-mt >&5
  3463. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-d-1_53
  3464. collect2: error: ld returned 1 exit status
  3465. configure:20892: $? = 1
  3466. configure:20877: re-using the existing conftest.o
  3467. configure:20883: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_filesystem-d-1_53 -lm -lboost_system-mt >&5
  3468. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_filesystem-d-1_53
  3469. collect2: error: ld returned 1 exit status
  3470. configure:20892: $? = 1
  3471. configure:20877: re-using the existing conftest.o
  3472. configure:20883: g++ -o conftest -g -O2 conftest.o -lboost_filesystem-mt -lm -lboost_system-mt >&5
  3473. configure:20892: $? = 0
  3474. configure:21003: result: yes
  3475. configure:21051: checking boost/regex.hpp usability
  3476. configure:21051: g++ -c -g -O2 conftest.cpp >&5
  3477. configure:21051: $? = 0
  3478. configure:21051: result: yes
  3479. configure:21051: checking boost/regex.hpp presence
  3480. configure:21051: g++ -E conftest.cpp
  3481. configure:21051: $? = 0
  3482. configure:21051: result: yes
  3483. configure:21051: checking for boost/regex.hpp
  3484. configure:21051: result: yes
  3485. configure:21071: checking for the Boost regex library
  3486. configure:21113: g++ -c -g -O2 conftest.cpp >&5
  3487. configure:21113: $? = 0
  3488. configure:21168: re-using the existing conftest.o
  3489. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-1_53 -lm >&5
  3490. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-1_53
  3491. collect2: error: ld returned 1 exit status
  3492. configure:21183: $? = 1
  3493. configure:21168: re-using the existing conftest.o
  3494. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-mt-1_53 -lm >&5
  3495. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-1_53
  3496. collect2: error: ld returned 1 exit status
  3497. configure:21183: $? = 1
  3498. configure:21168: re-using the existing conftest.o
  3499. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-mt-1_53 -lm >&5
  3500. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-1_53
  3501. collect2: error: ld returned 1 exit status
  3502. configure:21183: $? = 1
  3503. configure:21168: re-using the existing conftest.o
  3504. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-1_53 -lm >&5
  3505. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-1_53
  3506. collect2: error: ld returned 1 exit status
  3507. configure:21183: $? = 1
  3508. configure:21168: re-using the existing conftest.o
  3509. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-mt-1_53 -lm >&5
  3510. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-1_53
  3511. collect2: error: ld returned 1 exit status
  3512. configure:21183: $? = 1
  3513. configure:21168: re-using the existing conftest.o
  3514. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-1_53 -lm >&5
  3515. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-1_53
  3516. collect2: error: ld returned 1 exit status
  3517. configure:21183: $? = 1
  3518. configure:21168: re-using the existing conftest.o
  3519. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-1_53 -lm >&5
  3520. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-1_53
  3521. collect2: error: ld returned 1 exit status
  3522. configure:21183: $? = 1
  3523. configure:21168: re-using the existing conftest.o
  3524. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-1_53 -lm >&5
  3525. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-1_53
  3526. collect2: error: ld returned 1 exit status
  3527. configure:21183: $? = 1
  3528. configure:21168: re-using the existing conftest.o
  3529. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-1_53 -lm >&5
  3530. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-1_53
  3531. collect2: error: ld returned 1 exit status
  3532. configure:21183: $? = 1
  3533. configure:21168: re-using the existing conftest.o
  3534. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-1_53 -lm >&5
  3535. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-1_53
  3536. collect2: error: ld returned 1 exit status
  3537. configure:21183: $? = 1
  3538. configure:21168: re-using the existing conftest.o
  3539. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-d-1_53 -lm >&5
  3540. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d-1_53
  3541. collect2: error: ld returned 1 exit status
  3542. configure:21183: $? = 1
  3543. configure:21168: re-using the existing conftest.o
  3544. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-mt-d-1_53 -lm >&5
  3545. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d-1_53
  3546. collect2: error: ld returned 1 exit status
  3547. configure:21183: $? = 1
  3548. configure:21168: re-using the existing conftest.o
  3549. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-mt-d-1_53 -lm >&5
  3550. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d-1_53
  3551. collect2: error: ld returned 1 exit status
  3552. configure:21183: $? = 1
  3553. configure:21168: re-using the existing conftest.o
  3554. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-d-1_53 -lm >&5
  3555. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d-1_53
  3556. collect2: error: ld returned 1 exit status
  3557. configure:21183: $? = 1
  3558. configure:21168: re-using the existing conftest.o
  3559. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-mt-d-1_53 -lm >&5
  3560. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d-1_53
  3561. collect2: error: ld returned 1 exit status
  3562. configure:21183: $? = 1
  3563. configure:21168: re-using the existing conftest.o
  3564. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-d-1_53 -lm >&5
  3565. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d-1_53
  3566. collect2: error: ld returned 1 exit status
  3567. configure:21183: $? = 1
  3568. configure:21168: re-using the existing conftest.o
  3569. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-d-1_53 -lm >&5
  3570. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d-1_53
  3571. collect2: error: ld returned 1 exit status
  3572. configure:21183: $? = 1
  3573. configure:21168: re-using the existing conftest.o
  3574. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-d-1_53 -lm >&5
  3575. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d-1_53
  3576. collect2: error: ld returned 1 exit status
  3577. configure:21183: $? = 1
  3578. configure:21168: re-using the existing conftest.o
  3579. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-d-1_53 -lm >&5
  3580. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d-1_53
  3581. collect2: error: ld returned 1 exit status
  3582. configure:21183: $? = 1
  3583. configure:21168: re-using the existing conftest.o
  3584. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-d-1_53 -lm >&5
  3585. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d-1_53
  3586. collect2: error: ld returned 1 exit status
  3587. configure:21183: $? = 1
  3588. configure:21168: re-using the existing conftest.o
  3589. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt -lm >&5
  3590. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt
  3591. collect2: error: ld returned 1 exit status
  3592. configure:21183: $? = 1
  3593. configure:21168: re-using the existing conftest.o
  3594. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-mt -lm >&5
  3595. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt
  3596. collect2: error: ld returned 1 exit status
  3597. configure:21183: $? = 1
  3598. configure:21168: re-using the existing conftest.o
  3599. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-mt -lm >&5
  3600. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt
  3601. collect2: error: ld returned 1 exit status
  3602. configure:21183: $? = 1
  3603. configure:21168: re-using the existing conftest.o
  3604. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt -lm >&5
  3605. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt
  3606. collect2: error: ld returned 1 exit status
  3607. configure:21183: $? = 1
  3608. configure:21168: re-using the existing conftest.o
  3609. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-mt -lm >&5
  3610. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt
  3611. collect2: error: ld returned 1 exit status
  3612. configure:21183: $? = 1
  3613. configure:21168: re-using the existing conftest.o
  3614. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48 -lm >&5
  3615. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48
  3616. collect2: error: ld returned 1 exit status
  3617. configure:21183: $? = 1
  3618. configure:21168: re-using the existing conftest.o
  3619. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48 -lm >&5
  3620. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48
  3621. collect2: error: ld returned 1 exit status
  3622. configure:21183: $? = 1
  3623. configure:21168: re-using the existing conftest.o
  3624. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48 -lm >&5
  3625. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48
  3626. collect2: error: ld returned 1 exit status
  3627. configure:21183: $? = 1
  3628. configure:21168: re-using the existing conftest.o
  3629. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48 -lm >&5
  3630. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48
  3631. collect2: error: ld returned 1 exit status
  3632. configure:21183: $? = 1
  3633. configure:21168: re-using the existing conftest.o
  3634. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48 -lm >&5
  3635. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48
  3636. collect2: error: ld returned 1 exit status
  3637. configure:21183: $? = 1
  3638. configure:21168: re-using the existing conftest.o
  3639. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-d -lm >&5
  3640. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d
  3641. collect2: error: ld returned 1 exit status
  3642. configure:21183: $? = 1
  3643. configure:21168: re-using the existing conftest.o
  3644. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-mt-d -lm >&5
  3645. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d
  3646. collect2: error: ld returned 1 exit status
  3647. configure:21183: $? = 1
  3648. configure:21168: re-using the existing conftest.o
  3649. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-mt-d -lm >&5
  3650. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d
  3651. collect2: error: ld returned 1 exit status
  3652. configure:21183: $? = 1
  3653. configure:21168: re-using the existing conftest.o
  3654. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-mt-d -lm >&5
  3655. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d
  3656. collect2: error: ld returned 1 exit status
  3657. configure:21183: $? = 1
  3658. configure:21168: re-using the existing conftest.o
  3659. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-mt-d -lm >&5
  3660. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-mt-d
  3661. collect2: error: ld returned 1 exit status
  3662. configure:21183: $? = 1
  3663. configure:21168: re-using the existing conftest.o
  3664. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-d -lm >&5
  3665. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d
  3666. collect2: error: ld returned 1 exit status
  3667. configure:21183: $? = 1
  3668. configure:21168: re-using the existing conftest.o
  3669. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc48-d -lm >&5
  3670. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d
  3671. collect2: error: ld returned 1 exit status
  3672. configure:21183: $? = 1
  3673. configure:21168: re-using the existing conftest.o
  3674. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc48-d -lm >&5
  3675. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d
  3676. collect2: error: ld returned 1 exit status
  3677. configure:21183: $? = 1
  3678. configure:21168: re-using the existing conftest.o
  3679. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc48-d -lm >&5
  3680. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d
  3681. collect2: error: ld returned 1 exit status
  3682. configure:21183: $? = 1
  3683. configure:21168: re-using the existing conftest.o
  3684. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc48-d -lm >&5
  3685. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc48-d
  3686. collect2: error: ld returned 1 exit status
  3687. configure:21183: $? = 1
  3688. configure:21168: re-using the existing conftest.o
  3689. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-1_53 -lm >&5
  3690. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-1_53
  3691. collect2: error: ld returned 1 exit status
  3692. configure:21183: $? = 1
  3693. configure:21168: re-using the existing conftest.o
  3694. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-mt-1_53 -lm >&5
  3695. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-1_53
  3696. collect2: error: ld returned 1 exit status
  3697. configure:21183: $? = 1
  3698. configure:21168: re-using the existing conftest.o
  3699. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-mt-1_53 -lm >&5
  3700. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-1_53
  3701. collect2: error: ld returned 1 exit status
  3702. configure:21183: $? = 1
  3703. configure:21168: re-using the existing conftest.o
  3704. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-1_53 -lm >&5
  3705. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-1_53
  3706. collect2: error: ld returned 1 exit status
  3707. configure:21183: $? = 1
  3708. configure:21168: re-using the existing conftest.o
  3709. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-mt-1_53 -lm >&5
  3710. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-1_53
  3711. collect2: error: ld returned 1 exit status
  3712. configure:21183: $? = 1
  3713. configure:21168: re-using the existing conftest.o
  3714. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-1_53 -lm >&5
  3715. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-1_53
  3716. collect2: error: ld returned 1 exit status
  3717. configure:21183: $? = 1
  3718. configure:21168: re-using the existing conftest.o
  3719. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-1_53 -lm >&5
  3720. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-1_53
  3721. collect2: error: ld returned 1 exit status
  3722. configure:21183: $? = 1
  3723. configure:21168: re-using the existing conftest.o
  3724. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-1_53 -lm >&5
  3725. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-1_53
  3726. collect2: error: ld returned 1 exit status
  3727. configure:21183: $? = 1
  3728. configure:21168: re-using the existing conftest.o
  3729. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-1_53 -lm >&5
  3730. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-1_53
  3731. collect2: error: ld returned 1 exit status
  3732. configure:21183: $? = 1
  3733. configure:21168: re-using the existing conftest.o
  3734. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-1_53 -lm >&5
  3735. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-1_53
  3736. collect2: error: ld returned 1 exit status
  3737. configure:21183: $? = 1
  3738. configure:21168: re-using the existing conftest.o
  3739. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-d-1_53 -lm >&5
  3740. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d-1_53
  3741. collect2: error: ld returned 1 exit status
  3742. configure:21183: $? = 1
  3743. configure:21168: re-using the existing conftest.o
  3744. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-mt-d-1_53 -lm >&5
  3745. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d-1_53
  3746. collect2: error: ld returned 1 exit status
  3747. configure:21183: $? = 1
  3748. configure:21168: re-using the existing conftest.o
  3749. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-mt-d-1_53 -lm >&5
  3750. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d-1_53
  3751. collect2: error: ld returned 1 exit status
  3752. configure:21183: $? = 1
  3753. configure:21168: re-using the existing conftest.o
  3754. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-d-1_53 -lm >&5
  3755. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d-1_53
  3756. collect2: error: ld returned 1 exit status
  3757. configure:21183: $? = 1
  3758. configure:21168: re-using the existing conftest.o
  3759. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-mt-d-1_53 -lm >&5
  3760. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d-1_53
  3761. collect2: error: ld returned 1 exit status
  3762. configure:21183: $? = 1
  3763. configure:21168: re-using the existing conftest.o
  3764. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-d-1_53 -lm >&5
  3765. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d-1_53
  3766. collect2: error: ld returned 1 exit status
  3767. configure:21183: $? = 1
  3768. configure:21168: re-using the existing conftest.o
  3769. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-d-1_53 -lm >&5
  3770. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d-1_53
  3771. collect2: error: ld returned 1 exit status
  3772. configure:21183: $? = 1
  3773. configure:21168: re-using the existing conftest.o
  3774. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-d-1_53 -lm >&5
  3775. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d-1_53
  3776. collect2: error: ld returned 1 exit status
  3777. configure:21183: $? = 1
  3778. configure:21168: re-using the existing conftest.o
  3779. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-d-1_53 -lm >&5
  3780. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d-1_53
  3781. collect2: error: ld returned 1 exit status
  3782. configure:21183: $? = 1
  3783. configure:21168: re-using the existing conftest.o
  3784. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-d-1_53 -lm >&5
  3785. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d-1_53
  3786. collect2: error: ld returned 1 exit status
  3787. configure:21183: $? = 1
  3788. configure:21168: re-using the existing conftest.o
  3789. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt -lm >&5
  3790. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt
  3791. collect2: error: ld returned 1 exit status
  3792. configure:21183: $? = 1
  3793. configure:21168: re-using the existing conftest.o
  3794. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-mt -lm >&5
  3795. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt
  3796. collect2: error: ld returned 1 exit status
  3797. configure:21183: $? = 1
  3798. configure:21168: re-using the existing conftest.o
  3799. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-mt -lm >&5
  3800. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt
  3801. collect2: error: ld returned 1 exit status
  3802. configure:21183: $? = 1
  3803. configure:21168: re-using the existing conftest.o
  3804. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt -lm >&5
  3805. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt
  3806. collect2: error: ld returned 1 exit status
  3807. configure:21183: $? = 1
  3808. configure:21168: re-using the existing conftest.o
  3809. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-mt -lm >&5
  3810. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt
  3811. collect2: error: ld returned 1 exit status
  3812. configure:21183: $? = 1
  3813. configure:21168: re-using the existing conftest.o
  3814. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc -lm >&5
  3815. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc
  3816. collect2: error: ld returned 1 exit status
  3817. configure:21183: $? = 1
  3818. configure:21168: re-using the existing conftest.o
  3819. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc -lm >&5
  3820. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc
  3821. collect2: error: ld returned 1 exit status
  3822. configure:21183: $? = 1
  3823. configure:21168: re-using the existing conftest.o
  3824. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc -lm >&5
  3825. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc
  3826. collect2: error: ld returned 1 exit status
  3827. configure:21183: $? = 1
  3828. configure:21168: re-using the existing conftest.o
  3829. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc -lm >&5
  3830. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc
  3831. collect2: error: ld returned 1 exit status
  3832. configure:21183: $? = 1
  3833. configure:21168: re-using the existing conftest.o
  3834. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc -lm >&5
  3835. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc
  3836. collect2: error: ld returned 1 exit status
  3837. configure:21183: $? = 1
  3838. configure:21168: re-using the existing conftest.o
  3839. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-d -lm >&5
  3840. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d
  3841. collect2: error: ld returned 1 exit status
  3842. configure:21183: $? = 1
  3843. configure:21168: re-using the existing conftest.o
  3844. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-mt-d -lm >&5
  3845. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d
  3846. collect2: error: ld returned 1 exit status
  3847. configure:21183: $? = 1
  3848. configure:21168: re-using the existing conftest.o
  3849. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-mt-d -lm >&5
  3850. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d
  3851. collect2: error: ld returned 1 exit status
  3852. configure:21183: $? = 1
  3853. configure:21168: re-using the existing conftest.o
  3854. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-mt-d -lm >&5
  3855. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d
  3856. collect2: error: ld returned 1 exit status
  3857. configure:21183: $? = 1
  3858. configure:21168: re-using the existing conftest.o
  3859. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-mt-d -lm >&5
  3860. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-mt-d
  3861. collect2: error: ld returned 1 exit status
  3862. configure:21183: $? = 1
  3863. configure:21168: re-using the existing conftest.o
  3864. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-d -lm >&5
  3865. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d
  3866. collect2: error: ld returned 1 exit status
  3867. configure:21183: $? = 1
  3868. configure:21168: re-using the existing conftest.o
  3869. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-gcc-d -lm >&5
  3870. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d
  3871. collect2: error: ld returned 1 exit status
  3872. configure:21183: $? = 1
  3873. configure:21168: re-using the existing conftest.o
  3874. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-gcc-d -lm >&5
  3875. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d
  3876. collect2: error: ld returned 1 exit status
  3877. configure:21183: $? = 1
  3878. configure:21168: re-using the existing conftest.o
  3879. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-gcc-d -lm >&5
  3880. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d
  3881. collect2: error: ld returned 1 exit status
  3882. configure:21183: $? = 1
  3883. configure:21168: re-using the existing conftest.o
  3884. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-gcc-d -lm >&5
  3885. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-gcc-d
  3886. collect2: error: ld returned 1 exit status
  3887. configure:21183: $? = 1
  3888. configure:21168: re-using the existing conftest.o
  3889. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-mt-1_53 -lm >&5
  3890. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-1_53
  3891. collect2: error: ld returned 1 exit status
  3892. configure:21183: $? = 1
  3893. configure:21168: re-using the existing conftest.o
  3894. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-mt-1_53 -lm >&5
  3895. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-1_53
  3896. collect2: error: ld returned 1 exit status
  3897. configure:21183: $? = 1
  3898. configure:21168: re-using the existing conftest.o
  3899. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-mt-1_53 -lm >&5
  3900. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-1_53
  3901. collect2: error: ld returned 1 exit status
  3902. configure:21183: $? = 1
  3903. configure:21168: re-using the existing conftest.o
  3904. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-mt-1_53 -lm >&5
  3905. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-1_53
  3906. collect2: error: ld returned 1 exit status
  3907. configure:21183: $? = 1
  3908. configure:21168: re-using the existing conftest.o
  3909. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-mt-1_53 -lm >&5
  3910. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-1_53
  3911. collect2: error: ld returned 1 exit status
  3912. configure:21183: $? = 1
  3913. configure:21168: re-using the existing conftest.o
  3914. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-1_53 -lm >&5
  3915. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-1_53
  3916. collect2: error: ld returned 1 exit status
  3917. configure:21183: $? = 1
  3918. configure:21168: re-using the existing conftest.o
  3919. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-1_53 -lm >&5
  3920. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-1_53
  3921. collect2: error: ld returned 1 exit status
  3922. configure:21183: $? = 1
  3923. configure:21168: re-using the existing conftest.o
  3924. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-1_53 -lm >&5
  3925. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-1_53
  3926. collect2: error: ld returned 1 exit status
  3927. configure:21183: $? = 1
  3928. configure:21168: re-using the existing conftest.o
  3929. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-1_53 -lm >&5
  3930. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-1_53
  3931. collect2: error: ld returned 1 exit status
  3932. configure:21183: $? = 1
  3933. configure:21168: re-using the existing conftest.o
  3934. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-1_53 -lm >&5
  3935. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-1_53
  3936. collect2: error: ld returned 1 exit status
  3937. configure:21183: $? = 1
  3938. configure:21168: re-using the existing conftest.o
  3939. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-mt-d-1_53 -lm >&5
  3940. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-d-1_53
  3941. collect2: error: ld returned 1 exit status
  3942. configure:21183: $? = 1
  3943. configure:21168: re-using the existing conftest.o
  3944. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-mt-d-1_53 -lm >&5
  3945. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-d-1_53
  3946. collect2: error: ld returned 1 exit status
  3947. configure:21183: $? = 1
  3948. configure:21168: re-using the existing conftest.o
  3949. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-mt-d-1_53 -lm >&5
  3950. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-d-1_53
  3951. collect2: error: ld returned 1 exit status
  3952. configure:21183: $? = 1
  3953. configure:21168: re-using the existing conftest.o
  3954. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-mt-d-1_53 -lm >&5
  3955. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-d-1_53
  3956. collect2: error: ld returned 1 exit status
  3957. configure:21183: $? = 1
  3958. configure:21168: re-using the existing conftest.o
  3959. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-mt-d-1_53 -lm >&5
  3960. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-mt-d-1_53
  3961. collect2: error: ld returned 1 exit status
  3962. configure:21183: $? = 1
  3963. configure:21168: re-using the existing conftest.o
  3964. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-d-1_53 -lm >&5
  3965. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-d-1_53
  3966. collect2: error: ld returned 1 exit status
  3967. configure:21183: $? = 1
  3968. configure:21168: re-using the existing conftest.o
  3969. configure:21174: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_regex-d-1_53 -lm >&5
  3970. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-d-1_53
  3971. collect2: error: ld returned 1 exit status
  3972. configure:21183: $? = 1
  3973. configure:21168: re-using the existing conftest.o
  3974. configure:21174: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_regex-d-1_53 -lm >&5
  3975. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-d-1_53
  3976. collect2: error: ld returned 1 exit status
  3977. configure:21183: $? = 1
  3978. configure:21168: re-using the existing conftest.o
  3979. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-d-1_53 -lm >&5
  3980. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-d-1_53
  3981. collect2: error: ld returned 1 exit status
  3982. configure:21183: $? = 1
  3983. configure:21168: re-using the existing conftest.o
  3984. configure:21174: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_regex-d-1_53 -lm >&5
  3985. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_regex-d-1_53
  3986. collect2: error: ld returned 1 exit status
  3987. configure:21183: $? = 1
  3988. configure:21168: re-using the existing conftest.o
  3989. configure:21174: g++ -o conftest -g -O2 conftest.o -lboost_regex-mt -lm >&5
  3990. configure:21183: $? = 0
  3991. configure:21294: result: yes
  3992. configure:21328: checking boost/unordered_map.hpp usability
  3993. configure:21328: g++ -c -g -O2 conftest.cpp >&5
  3994. configure:21328: $? = 0
  3995. configure:21328: result: yes
  3996. configure:21328: checking boost/unordered_map.hpp presence
  3997. configure:21328: g++ -E conftest.cpp
  3998. configure:21328: $? = 0
  3999. configure:21328: result: yes
  4000. configure:21328: checking for boost/unordered_map.hpp
  4001. configure:21328: result: yes
  4002. configure:21358: checking boost/functional/hash.hpp usability
  4003. configure:21358: g++ -c -g -O2 conftest.cpp >&5
  4004. configure:21358: $? = 0
  4005. configure:21358: result: yes
  4006. configure:21358: checking boost/functional/hash.hpp presence
  4007. configure:21358: g++ -E conftest.cpp
  4008. configure:21358: $? = 0
  4009. configure:21358: result: yes
  4010. configure:21358: checking for boost/functional/hash.hpp
  4011. configure:21358: result: yes
  4012. configure:21397: checking boost/date_time/posix_time/posix_time.hpp usability
  4013. configure:21397: g++ -c -g -O2 conftest.cpp >&5
  4014. configure:21397: $? = 0
  4015. configure:21397: result: yes
  4016. configure:21397: checking boost/date_time/posix_time/posix_time.hpp presence
  4017. configure:21397: g++ -E conftest.cpp
  4018. configure:21397: $? = 0
  4019. configure:21397: result: yes
  4020. configure:21397: checking for boost/date_time/posix_time/posix_time.hpp
  4021. configure:21397: result: yes
  4022. configure:21417: checking for the Boost date_time library
  4023. configure:21459: g++ -c -g -O2 conftest.cpp >&5
  4024. configure:21459: $? = 0
  4025. configure:21514: re-using the existing conftest.o
  4026. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-1_53 -lm >&5
  4027. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-1_53
  4028. collect2: error: ld returned 1 exit status
  4029. configure:21529: $? = 1
  4030. configure:21514: re-using the existing conftest.o
  4031. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-mt-1_53 -lm >&5
  4032. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-1_53
  4033. collect2: error: ld returned 1 exit status
  4034. configure:21529: $? = 1
  4035. configure:21514: re-using the existing conftest.o
  4036. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-mt-1_53 -lm >&5
  4037. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-1_53
  4038. collect2: error: ld returned 1 exit status
  4039. configure:21529: $? = 1
  4040. configure:21514: re-using the existing conftest.o
  4041. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-1_53 -lm >&5
  4042. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-1_53
  4043. collect2: error: ld returned 1 exit status
  4044. configure:21529: $? = 1
  4045. configure:21514: re-using the existing conftest.o
  4046. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-mt-1_53 -lm >&5
  4047. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-1_53
  4048. collect2: error: ld returned 1 exit status
  4049. configure:21529: $? = 1
  4050. configure:21514: re-using the existing conftest.o
  4051. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-1_53 -lm >&5
  4052. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-1_53
  4053. collect2: error: ld returned 1 exit status
  4054. configure:21529: $? = 1
  4055. configure:21514: re-using the existing conftest.o
  4056. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-1_53 -lm >&5
  4057. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-1_53
  4058. collect2: error: ld returned 1 exit status
  4059. configure:21529: $? = 1
  4060. configure:21514: re-using the existing conftest.o
  4061. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-1_53 -lm >&5
  4062. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-1_53
  4063. collect2: error: ld returned 1 exit status
  4064. configure:21529: $? = 1
  4065. configure:21514: re-using the existing conftest.o
  4066. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-1_53 -lm >&5
  4067. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-1_53
  4068. collect2: error: ld returned 1 exit status
  4069. configure:21529: $? = 1
  4070. configure:21514: re-using the existing conftest.o
  4071. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-1_53 -lm >&5
  4072. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-1_53
  4073. collect2: error: ld returned 1 exit status
  4074. configure:21529: $? = 1
  4075. configure:21514: re-using the existing conftest.o
  4076. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-d-1_53 -lm >&5
  4077. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d-1_53
  4078. collect2: error: ld returned 1 exit status
  4079. configure:21529: $? = 1
  4080. configure:21514: re-using the existing conftest.o
  4081. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-mt-d-1_53 -lm >&5
  4082. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d-1_53
  4083. collect2: error: ld returned 1 exit status
  4084. configure:21529: $? = 1
  4085. configure:21514: re-using the existing conftest.o
  4086. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-mt-d-1_53 -lm >&5
  4087. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d-1_53
  4088. collect2: error: ld returned 1 exit status
  4089. configure:21529: $? = 1
  4090. configure:21514: re-using the existing conftest.o
  4091. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-d-1_53 -lm >&5
  4092. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d-1_53
  4093. collect2: error: ld returned 1 exit status
  4094. configure:21529: $? = 1
  4095. configure:21514: re-using the existing conftest.o
  4096. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-mt-d-1_53 -lm >&5
  4097. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d-1_53
  4098. collect2: error: ld returned 1 exit status
  4099. configure:21529: $? = 1
  4100. configure:21514: re-using the existing conftest.o
  4101. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-d-1_53 -lm >&5
  4102. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d-1_53
  4103. collect2: error: ld returned 1 exit status
  4104. configure:21529: $? = 1
  4105. configure:21514: re-using the existing conftest.o
  4106. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-d-1_53 -lm >&5
  4107. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d-1_53
  4108. collect2: error: ld returned 1 exit status
  4109. configure:21529: $? = 1
  4110. configure:21514: re-using the existing conftest.o
  4111. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-d-1_53 -lm >&5
  4112. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d-1_53
  4113. collect2: error: ld returned 1 exit status
  4114. configure:21529: $? = 1
  4115. configure:21514: re-using the existing conftest.o
  4116. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-d-1_53 -lm >&5
  4117. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d-1_53
  4118. collect2: error: ld returned 1 exit status
  4119. configure:21529: $? = 1
  4120. configure:21514: re-using the existing conftest.o
  4121. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-d-1_53 -lm >&5
  4122. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d-1_53
  4123. collect2: error: ld returned 1 exit status
  4124. configure:21529: $? = 1
  4125. configure:21514: re-using the existing conftest.o
  4126. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt -lm >&5
  4127. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt
  4128. collect2: error: ld returned 1 exit status
  4129. configure:21529: $? = 1
  4130. configure:21514: re-using the existing conftest.o
  4131. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-mt -lm >&5
  4132. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt
  4133. collect2: error: ld returned 1 exit status
  4134. configure:21529: $? = 1
  4135. configure:21514: re-using the existing conftest.o
  4136. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-mt -lm >&5
  4137. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt
  4138. collect2: error: ld returned 1 exit status
  4139. configure:21529: $? = 1
  4140. configure:21514: re-using the existing conftest.o
  4141. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt -lm >&5
  4142. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt
  4143. collect2: error: ld returned 1 exit status
  4144. configure:21529: $? = 1
  4145. configure:21514: re-using the existing conftest.o
  4146. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-mt -lm >&5
  4147. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt
  4148. collect2: error: ld returned 1 exit status
  4149. configure:21529: $? = 1
  4150. configure:21514: re-using the existing conftest.o
  4151. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48 -lm >&5
  4152. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48
  4153. collect2: error: ld returned 1 exit status
  4154. configure:21529: $? = 1
  4155. configure:21514: re-using the existing conftest.o
  4156. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48 -lm >&5
  4157. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48
  4158. collect2: error: ld returned 1 exit status
  4159. configure:21529: $? = 1
  4160. configure:21514: re-using the existing conftest.o
  4161. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48 -lm >&5
  4162. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48
  4163. collect2: error: ld returned 1 exit status
  4164. configure:21529: $? = 1
  4165. configure:21514: re-using the existing conftest.o
  4166. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48 -lm >&5
  4167. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48
  4168. collect2: error: ld returned 1 exit status
  4169. configure:21529: $? = 1
  4170. configure:21514: re-using the existing conftest.o
  4171. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48 -lm >&5
  4172. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48
  4173. collect2: error: ld returned 1 exit status
  4174. configure:21529: $? = 1
  4175. configure:21514: re-using the existing conftest.o
  4176. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-d -lm >&5
  4177. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d
  4178. collect2: error: ld returned 1 exit status
  4179. configure:21529: $? = 1
  4180. configure:21514: re-using the existing conftest.o
  4181. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-mt-d -lm >&5
  4182. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d
  4183. collect2: error: ld returned 1 exit status
  4184. configure:21529: $? = 1
  4185. configure:21514: re-using the existing conftest.o
  4186. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-mt-d -lm >&5
  4187. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d
  4188. collect2: error: ld returned 1 exit status
  4189. configure:21529: $? = 1
  4190. configure:21514: re-using the existing conftest.o
  4191. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-mt-d -lm >&5
  4192. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d
  4193. collect2: error: ld returned 1 exit status
  4194. configure:21529: $? = 1
  4195. configure:21514: re-using the existing conftest.o
  4196. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-mt-d -lm >&5
  4197. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-mt-d
  4198. collect2: error: ld returned 1 exit status
  4199. configure:21529: $? = 1
  4200. configure:21514: re-using the existing conftest.o
  4201. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-d -lm >&5
  4202. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d
  4203. collect2: error: ld returned 1 exit status
  4204. configure:21529: $? = 1
  4205. configure:21514: re-using the existing conftest.o
  4206. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc48-d -lm >&5
  4207. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d
  4208. collect2: error: ld returned 1 exit status
  4209. configure:21529: $? = 1
  4210. configure:21514: re-using the existing conftest.o
  4211. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc48-d -lm >&5
  4212. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d
  4213. collect2: error: ld returned 1 exit status
  4214. configure:21529: $? = 1
  4215. configure:21514: re-using the existing conftest.o
  4216. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc48-d -lm >&5
  4217. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d
  4218. collect2: error: ld returned 1 exit status
  4219. configure:21529: $? = 1
  4220. configure:21514: re-using the existing conftest.o
  4221. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc48-d -lm >&5
  4222. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc48-d
  4223. collect2: error: ld returned 1 exit status
  4224. configure:21529: $? = 1
  4225. configure:21514: re-using the existing conftest.o
  4226. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-1_53 -lm >&5
  4227. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-1_53
  4228. collect2: error: ld returned 1 exit status
  4229. configure:21529: $? = 1
  4230. configure:21514: re-using the existing conftest.o
  4231. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-mt-1_53 -lm >&5
  4232. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-1_53
  4233. collect2: error: ld returned 1 exit status
  4234. configure:21529: $? = 1
  4235. configure:21514: re-using the existing conftest.o
  4236. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-mt-1_53 -lm >&5
  4237. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-1_53
  4238. collect2: error: ld returned 1 exit status
  4239. configure:21529: $? = 1
  4240. configure:21514: re-using the existing conftest.o
  4241. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-1_53 -lm >&5
  4242. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-1_53
  4243. collect2: error: ld returned 1 exit status
  4244. configure:21529: $? = 1
  4245. configure:21514: re-using the existing conftest.o
  4246. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-mt-1_53 -lm >&5
  4247. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-1_53
  4248. collect2: error: ld returned 1 exit status
  4249. configure:21529: $? = 1
  4250. configure:21514: re-using the existing conftest.o
  4251. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-1_53 -lm >&5
  4252. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-1_53
  4253. collect2: error: ld returned 1 exit status
  4254. configure:21529: $? = 1
  4255. configure:21514: re-using the existing conftest.o
  4256. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-1_53 -lm >&5
  4257. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-1_53
  4258. collect2: error: ld returned 1 exit status
  4259. configure:21529: $? = 1
  4260. configure:21514: re-using the existing conftest.o
  4261. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-1_53 -lm >&5
  4262. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-1_53
  4263. collect2: error: ld returned 1 exit status
  4264. configure:21529: $? = 1
  4265. configure:21514: re-using the existing conftest.o
  4266. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-1_53 -lm >&5
  4267. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-1_53
  4268. collect2: error: ld returned 1 exit status
  4269. configure:21529: $? = 1
  4270. configure:21514: re-using the existing conftest.o
  4271. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-1_53 -lm >&5
  4272. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-1_53
  4273. collect2: error: ld returned 1 exit status
  4274. configure:21529: $? = 1
  4275. configure:21514: re-using the existing conftest.o
  4276. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-d-1_53 -lm >&5
  4277. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d-1_53
  4278. collect2: error: ld returned 1 exit status
  4279. configure:21529: $? = 1
  4280. configure:21514: re-using the existing conftest.o
  4281. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-mt-d-1_53 -lm >&5
  4282. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d-1_53
  4283. collect2: error: ld returned 1 exit status
  4284. configure:21529: $? = 1
  4285. configure:21514: re-using the existing conftest.o
  4286. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-mt-d-1_53 -lm >&5
  4287. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d-1_53
  4288. collect2: error: ld returned 1 exit status
  4289. configure:21529: $? = 1
  4290. configure:21514: re-using the existing conftest.o
  4291. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-d-1_53 -lm >&5
  4292. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d-1_53
  4293. collect2: error: ld returned 1 exit status
  4294. configure:21529: $? = 1
  4295. configure:21514: re-using the existing conftest.o
  4296. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-mt-d-1_53 -lm >&5
  4297. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d-1_53
  4298. collect2: error: ld returned 1 exit status
  4299. configure:21529: $? = 1
  4300. configure:21514: re-using the existing conftest.o
  4301. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-d-1_53 -lm >&5
  4302. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d-1_53
  4303. collect2: error: ld returned 1 exit status
  4304. configure:21529: $? = 1
  4305. configure:21514: re-using the existing conftest.o
  4306. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-d-1_53 -lm >&5
  4307. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d-1_53
  4308. collect2: error: ld returned 1 exit status
  4309. configure:21529: $? = 1
  4310. configure:21514: re-using the existing conftest.o
  4311. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-d-1_53 -lm >&5
  4312. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d-1_53
  4313. collect2: error: ld returned 1 exit status
  4314. configure:21529: $? = 1
  4315. configure:21514: re-using the existing conftest.o
  4316. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-d-1_53 -lm >&5
  4317. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d-1_53
  4318. collect2: error: ld returned 1 exit status
  4319. configure:21529: $? = 1
  4320. configure:21514: re-using the existing conftest.o
  4321. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-d-1_53 -lm >&5
  4322. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d-1_53
  4323. collect2: error: ld returned 1 exit status
  4324. configure:21529: $? = 1
  4325. configure:21514: re-using the existing conftest.o
  4326. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt -lm >&5
  4327. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt
  4328. collect2: error: ld returned 1 exit status
  4329. configure:21529: $? = 1
  4330. configure:21514: re-using the existing conftest.o
  4331. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-mt -lm >&5
  4332. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt
  4333. collect2: error: ld returned 1 exit status
  4334. configure:21529: $? = 1
  4335. configure:21514: re-using the existing conftest.o
  4336. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-mt -lm >&5
  4337. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt
  4338. collect2: error: ld returned 1 exit status
  4339. configure:21529: $? = 1
  4340. configure:21514: re-using the existing conftest.o
  4341. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt -lm >&5
  4342. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt
  4343. collect2: error: ld returned 1 exit status
  4344. configure:21529: $? = 1
  4345. configure:21514: re-using the existing conftest.o
  4346. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-mt -lm >&5
  4347. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt
  4348. collect2: error: ld returned 1 exit status
  4349. configure:21529: $? = 1
  4350. configure:21514: re-using the existing conftest.o
  4351. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc -lm >&5
  4352. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc
  4353. collect2: error: ld returned 1 exit status
  4354. configure:21529: $? = 1
  4355. configure:21514: re-using the existing conftest.o
  4356. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc -lm >&5
  4357. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc
  4358. collect2: error: ld returned 1 exit status
  4359. configure:21529: $? = 1
  4360. configure:21514: re-using the existing conftest.o
  4361. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc -lm >&5
  4362. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc
  4363. collect2: error: ld returned 1 exit status
  4364. configure:21529: $? = 1
  4365. configure:21514: re-using the existing conftest.o
  4366. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc -lm >&5
  4367. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc
  4368. collect2: error: ld returned 1 exit status
  4369. configure:21529: $? = 1
  4370. configure:21514: re-using the existing conftest.o
  4371. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc -lm >&5
  4372. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc
  4373. collect2: error: ld returned 1 exit status
  4374. configure:21529: $? = 1
  4375. configure:21514: re-using the existing conftest.o
  4376. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-d -lm >&5
  4377. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d
  4378. collect2: error: ld returned 1 exit status
  4379. configure:21529: $? = 1
  4380. configure:21514: re-using the existing conftest.o
  4381. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-mt-d -lm >&5
  4382. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d
  4383. collect2: error: ld returned 1 exit status
  4384. configure:21529: $? = 1
  4385. configure:21514: re-using the existing conftest.o
  4386. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-mt-d -lm >&5
  4387. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d
  4388. collect2: error: ld returned 1 exit status
  4389. configure:21529: $? = 1
  4390. configure:21514: re-using the existing conftest.o
  4391. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-mt-d -lm >&5
  4392. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d
  4393. collect2: error: ld returned 1 exit status
  4394. configure:21529: $? = 1
  4395. configure:21514: re-using the existing conftest.o
  4396. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-mt-d -lm >&5
  4397. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-mt-d
  4398. collect2: error: ld returned 1 exit status
  4399. configure:21529: $? = 1
  4400. configure:21514: re-using the existing conftest.o
  4401. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-d -lm >&5
  4402. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d
  4403. collect2: error: ld returned 1 exit status
  4404. configure:21529: $? = 1
  4405. configure:21514: re-using the existing conftest.o
  4406. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-gcc-d -lm >&5
  4407. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d
  4408. collect2: error: ld returned 1 exit status
  4409. configure:21529: $? = 1
  4410. configure:21514: re-using the existing conftest.o
  4411. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-gcc-d -lm >&5
  4412. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d
  4413. collect2: error: ld returned 1 exit status
  4414. configure:21529: $? = 1
  4415. configure:21514: re-using the existing conftest.o
  4416. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-gcc-d -lm >&5
  4417. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d
  4418. collect2: error: ld returned 1 exit status
  4419. configure:21529: $? = 1
  4420. configure:21514: re-using the existing conftest.o
  4421. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-gcc-d -lm >&5
  4422. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-gcc-d
  4423. collect2: error: ld returned 1 exit status
  4424. configure:21529: $? = 1
  4425. configure:21514: re-using the existing conftest.o
  4426. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-mt-1_53 -lm >&5
  4427. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-1_53
  4428. collect2: error: ld returned 1 exit status
  4429. configure:21529: $? = 1
  4430. configure:21514: re-using the existing conftest.o
  4431. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-mt-1_53 -lm >&5
  4432. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-1_53
  4433. collect2: error: ld returned 1 exit status
  4434. configure:21529: $? = 1
  4435. configure:21514: re-using the existing conftest.o
  4436. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-mt-1_53 -lm >&5
  4437. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-1_53
  4438. collect2: error: ld returned 1 exit status
  4439. configure:21529: $? = 1
  4440. configure:21514: re-using the existing conftest.o
  4441. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-mt-1_53 -lm >&5
  4442. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-1_53
  4443. collect2: error: ld returned 1 exit status
  4444. configure:21529: $? = 1
  4445. configure:21514: re-using the existing conftest.o
  4446. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-mt-1_53 -lm >&5
  4447. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-1_53
  4448. collect2: error: ld returned 1 exit status
  4449. configure:21529: $? = 1
  4450. configure:21514: re-using the existing conftest.o
  4451. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-1_53 -lm >&5
  4452. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-1_53
  4453. collect2: error: ld returned 1 exit status
  4454. configure:21529: $? = 1
  4455. configure:21514: re-using the existing conftest.o
  4456. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-1_53 -lm >&5
  4457. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-1_53
  4458. collect2: error: ld returned 1 exit status
  4459. configure:21529: $? = 1
  4460. configure:21514: re-using the existing conftest.o
  4461. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-1_53 -lm >&5
  4462. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-1_53
  4463. collect2: error: ld returned 1 exit status
  4464. configure:21529: $? = 1
  4465. configure:21514: re-using the existing conftest.o
  4466. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-1_53 -lm >&5
  4467. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-1_53
  4468. collect2: error: ld returned 1 exit status
  4469. configure:21529: $? = 1
  4470. configure:21514: re-using the existing conftest.o
  4471. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-1_53 -lm >&5
  4472. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-1_53
  4473. collect2: error: ld returned 1 exit status
  4474. configure:21529: $? = 1
  4475. configure:21514: re-using the existing conftest.o
  4476. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-mt-d-1_53 -lm >&5
  4477. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-d-1_53
  4478. collect2: error: ld returned 1 exit status
  4479. configure:21529: $? = 1
  4480. configure:21514: re-using the existing conftest.o
  4481. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-mt-d-1_53 -lm >&5
  4482. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-d-1_53
  4483. collect2: error: ld returned 1 exit status
  4484. configure:21529: $? = 1
  4485. configure:21514: re-using the existing conftest.o
  4486. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-mt-d-1_53 -lm >&5
  4487. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-d-1_53
  4488. collect2: error: ld returned 1 exit status
  4489. configure:21529: $? = 1
  4490. configure:21514: re-using the existing conftest.o
  4491. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-mt-d-1_53 -lm >&5
  4492. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-d-1_53
  4493. collect2: error: ld returned 1 exit status
  4494. configure:21529: $? = 1
  4495. configure:21514: re-using the existing conftest.o
  4496. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-mt-d-1_53 -lm >&5
  4497. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-mt-d-1_53
  4498. collect2: error: ld returned 1 exit status
  4499. configure:21529: $? = 1
  4500. configure:21514: re-using the existing conftest.o
  4501. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-d-1_53 -lm >&5
  4502. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-d-1_53
  4503. collect2: error: ld returned 1 exit status
  4504. configure:21529: $? = 1
  4505. configure:21514: re-using the existing conftest.o
  4506. configure:21520: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_date_time-d-1_53 -lm >&5
  4507. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-d-1_53
  4508. collect2: error: ld returned 1 exit status
  4509. configure:21529: $? = 1
  4510. configure:21514: re-using the existing conftest.o
  4511. configure:21520: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_date_time-d-1_53 -lm >&5
  4512. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-d-1_53
  4513. collect2: error: ld returned 1 exit status
  4514. configure:21529: $? = 1
  4515. configure:21514: re-using the existing conftest.o
  4516. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-d-1_53 -lm >&5
  4517. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-d-1_53
  4518. collect2: error: ld returned 1 exit status
  4519. configure:21529: $? = 1
  4520. configure:21514: re-using the existing conftest.o
  4521. configure:21520: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_date_time-d-1_53 -lm >&5
  4522. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_date_time-d-1_53
  4523. collect2: error: ld returned 1 exit status
  4524. configure:21529: $? = 1
  4525. configure:21514: re-using the existing conftest.o
  4526. configure:21520: g++ -o conftest -g -O2 conftest.o -lboost_date_time-mt -lm >&5
  4527. configure:21529: $? = 0
  4528. configure:21640: result: yes
  4529. configure:21674: checking boost/function.hpp usability
  4530. configure:21674: g++ -c -g -O2 conftest.cpp >&5
  4531. configure:21674: $? = 0
  4532. configure:21674: result: yes
  4533. configure:21674: checking boost/function.hpp presence
  4534. configure:21674: g++ -E conftest.cpp
  4535. configure:21674: $? = 0
  4536. configure:21674: result: yes
  4537. configure:21674: checking for boost/function.hpp
  4538. configure:21674: result: yes
  4539. configure:21704: checking boost/bind.hpp usability
  4540. configure:21704: g++ -c -g -O2 conftest.cpp >&5
  4541. configure:21704: $? = 0
  4542. configure:21704: result: yes
  4543. configure:21704: checking boost/bind.hpp presence
  4544. configure:21704: g++ -E conftest.cpp
  4545. configure:21704: $? = 0
  4546. configure:21704: result: yes
  4547. configure:21704: checking for boost/bind.hpp
  4548. configure:21704: result: yes
  4549. configure:21734: checking boost/uuid/uuid.hpp usability
  4550. configure:21734: g++ -c -g -O2 conftest.cpp >&5
  4551. configure:21734: $? = 0
  4552. configure:21734: result: yes
  4553. configure:21734: checking boost/uuid/uuid.hpp presence
  4554. configure:21734: g++ -E conftest.cpp
  4555. configure:21734: $? = 0
  4556. configure:21734: result: yes
  4557. configure:21734: checking for boost/uuid/uuid.hpp
  4558. configure:21734: result: yes
  4559. configure:21764: checking boost/scoped_ptr.hpp usability
  4560. configure:21764: g++ -c -g -O2 conftest.cpp >&5
  4561. configure:21764: $? = 0
  4562. configure:21764: result: yes
  4563. configure:21764: checking boost/scoped_ptr.hpp presence
  4564. configure:21764: g++ -E conftest.cpp
  4565. configure:21764: $? = 0
  4566. configure:21764: result: yes
  4567. configure:21764: checking for boost/scoped_ptr.hpp
  4568. configure:21764: result: yes
  4569. configure:21793: checking boost/shared_ptr.hpp usability
  4570. configure:21793: g++ -c -g -O2 conftest.cpp >&5
  4571. configure:21793: $? = 0
  4572. configure:21793: result: yes
  4573. configure:21793: checking boost/shared_ptr.hpp presence
  4574. configure:21793: g++ -E conftest.cpp
  4575. configure:21793: $? = 0
  4576. configure:21793: result: yes
  4577. configure:21793: checking for boost/shared_ptr.hpp
  4578. configure:21793: result: yes
  4579. configure:21833: checking boost/atomic.hpp usability
  4580. configure:21833: g++ -c -g -O2 conftest.cpp >&5
  4581. configure:21833: $? = 0
  4582. configure:21833: result: yes
  4583. configure:21833: checking boost/atomic.hpp presence
  4584. configure:21833: g++ -E conftest.cpp
  4585. configure:21833: $? = 0
  4586. configure:21833: result: yes
  4587. configure:21833: checking for boost/atomic.hpp
  4588. configure:21833: result: yes
  4589. configure:21853: checking for the Boost atomic library
  4590. configure:21900: g++ -c -g -O2 conftest.cpp >&5
  4591. configure:21900: $? = 0
  4592. configure:21955: re-using the existing conftest.o
  4593. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-1_53 -lm >&5
  4594. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-1_53
  4595. collect2: error: ld returned 1 exit status
  4596. configure:21970: $? = 1
  4597. configure:21955: re-using the existing conftest.o
  4598. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-mt-1_53 -lm >&5
  4599. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-1_53
  4600. collect2: error: ld returned 1 exit status
  4601. configure:21970: $? = 1
  4602. configure:21955: re-using the existing conftest.o
  4603. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-mt-1_53 -lm >&5
  4604. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-1_53
  4605. collect2: error: ld returned 1 exit status
  4606. configure:21970: $? = 1
  4607. configure:21955: re-using the existing conftest.o
  4608. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-1_53 -lm >&5
  4609. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-1_53
  4610. collect2: error: ld returned 1 exit status
  4611. configure:21970: $? = 1
  4612. configure:21955: re-using the existing conftest.o
  4613. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-mt-1_53 -lm >&5
  4614. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-1_53
  4615. collect2: error: ld returned 1 exit status
  4616. configure:21970: $? = 1
  4617. configure:21955: re-using the existing conftest.o
  4618. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-1_53 -lm >&5
  4619. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-1_53
  4620. collect2: error: ld returned 1 exit status
  4621. configure:21970: $? = 1
  4622. configure:21955: re-using the existing conftest.o
  4623. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-1_53 -lm >&5
  4624. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-1_53
  4625. collect2: error: ld returned 1 exit status
  4626. configure:21970: $? = 1
  4627. configure:21955: re-using the existing conftest.o
  4628. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-1_53 -lm >&5
  4629. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-1_53
  4630. collect2: error: ld returned 1 exit status
  4631. configure:21970: $? = 1
  4632. configure:21955: re-using the existing conftest.o
  4633. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-1_53 -lm >&5
  4634. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-1_53
  4635. collect2: error: ld returned 1 exit status
  4636. configure:21970: $? = 1
  4637. configure:21955: re-using the existing conftest.o
  4638. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-1_53 -lm >&5
  4639. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-1_53
  4640. collect2: error: ld returned 1 exit status
  4641. configure:21970: $? = 1
  4642. configure:21955: re-using the existing conftest.o
  4643. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-d-1_53 -lm >&5
  4644. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d-1_53
  4645. collect2: error: ld returned 1 exit status
  4646. configure:21970: $? = 1
  4647. configure:21955: re-using the existing conftest.o
  4648. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-mt-d-1_53 -lm >&5
  4649. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d-1_53
  4650. collect2: error: ld returned 1 exit status
  4651. configure:21970: $? = 1
  4652. configure:21955: re-using the existing conftest.o
  4653. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-mt-d-1_53 -lm >&5
  4654. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d-1_53
  4655. collect2: error: ld returned 1 exit status
  4656. configure:21970: $? = 1
  4657. configure:21955: re-using the existing conftest.o
  4658. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-d-1_53 -lm >&5
  4659. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d-1_53
  4660. collect2: error: ld returned 1 exit status
  4661. configure:21970: $? = 1
  4662. configure:21955: re-using the existing conftest.o
  4663. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-mt-d-1_53 -lm >&5
  4664. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d-1_53
  4665. collect2: error: ld returned 1 exit status
  4666. configure:21970: $? = 1
  4667. configure:21955: re-using the existing conftest.o
  4668. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-d-1_53 -lm >&5
  4669. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d-1_53
  4670. collect2: error: ld returned 1 exit status
  4671. configure:21970: $? = 1
  4672. configure:21955: re-using the existing conftest.o
  4673. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-d-1_53 -lm >&5
  4674. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d-1_53
  4675. collect2: error: ld returned 1 exit status
  4676. configure:21970: $? = 1
  4677. configure:21955: re-using the existing conftest.o
  4678. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-d-1_53 -lm >&5
  4679. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d-1_53
  4680. collect2: error: ld returned 1 exit status
  4681. configure:21970: $? = 1
  4682. configure:21955: re-using the existing conftest.o
  4683. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-d-1_53 -lm >&5
  4684. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d-1_53
  4685. collect2: error: ld returned 1 exit status
  4686. configure:21970: $? = 1
  4687. configure:21955: re-using the existing conftest.o
  4688. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-d-1_53 -lm >&5
  4689. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d-1_53
  4690. collect2: error: ld returned 1 exit status
  4691. configure:21970: $? = 1
  4692. configure:21955: re-using the existing conftest.o
  4693. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt -lm >&5
  4694. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt
  4695. collect2: error: ld returned 1 exit status
  4696. configure:21970: $? = 1
  4697. configure:21955: re-using the existing conftest.o
  4698. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-mt -lm >&5
  4699. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt
  4700. collect2: error: ld returned 1 exit status
  4701. configure:21970: $? = 1
  4702. configure:21955: re-using the existing conftest.o
  4703. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-mt -lm >&5
  4704. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt
  4705. collect2: error: ld returned 1 exit status
  4706. configure:21970: $? = 1
  4707. configure:21955: re-using the existing conftest.o
  4708. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt -lm >&5
  4709. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt
  4710. collect2: error: ld returned 1 exit status
  4711. configure:21970: $? = 1
  4712. configure:21955: re-using the existing conftest.o
  4713. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-mt -lm >&5
  4714. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt
  4715. collect2: error: ld returned 1 exit status
  4716. configure:21970: $? = 1
  4717. configure:21955: re-using the existing conftest.o
  4718. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48 -lm >&5
  4719. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48
  4720. collect2: error: ld returned 1 exit status
  4721. configure:21970: $? = 1
  4722. configure:21955: re-using the existing conftest.o
  4723. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48 -lm >&5
  4724. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48
  4725. collect2: error: ld returned 1 exit status
  4726. configure:21970: $? = 1
  4727. configure:21955: re-using the existing conftest.o
  4728. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48 -lm >&5
  4729. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48
  4730. collect2: error: ld returned 1 exit status
  4731. configure:21970: $? = 1
  4732. configure:21955: re-using the existing conftest.o
  4733. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48 -lm >&5
  4734. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48
  4735. collect2: error: ld returned 1 exit status
  4736. configure:21970: $? = 1
  4737. configure:21955: re-using the existing conftest.o
  4738. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48 -lm >&5
  4739. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48
  4740. collect2: error: ld returned 1 exit status
  4741. configure:21970: $? = 1
  4742. configure:21955: re-using the existing conftest.o
  4743. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-d -lm >&5
  4744. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d
  4745. collect2: error: ld returned 1 exit status
  4746. configure:21970: $? = 1
  4747. configure:21955: re-using the existing conftest.o
  4748. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-mt-d -lm >&5
  4749. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d
  4750. collect2: error: ld returned 1 exit status
  4751. configure:21970: $? = 1
  4752. configure:21955: re-using the existing conftest.o
  4753. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-mt-d -lm >&5
  4754. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d
  4755. collect2: error: ld returned 1 exit status
  4756. configure:21970: $? = 1
  4757. configure:21955: re-using the existing conftest.o
  4758. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-mt-d -lm >&5
  4759. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d
  4760. collect2: error: ld returned 1 exit status
  4761. configure:21970: $? = 1
  4762. configure:21955: re-using the existing conftest.o
  4763. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-mt-d -lm >&5
  4764. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-mt-d
  4765. collect2: error: ld returned 1 exit status
  4766. configure:21970: $? = 1
  4767. configure:21955: re-using the existing conftest.o
  4768. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-d -lm >&5
  4769. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d
  4770. collect2: error: ld returned 1 exit status
  4771. configure:21970: $? = 1
  4772. configure:21955: re-using the existing conftest.o
  4773. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc48-d -lm >&5
  4774. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d
  4775. collect2: error: ld returned 1 exit status
  4776. configure:21970: $? = 1
  4777. configure:21955: re-using the existing conftest.o
  4778. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc48-d -lm >&5
  4779. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d
  4780. collect2: error: ld returned 1 exit status
  4781. configure:21970: $? = 1
  4782. configure:21955: re-using the existing conftest.o
  4783. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc48-d -lm >&5
  4784. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d
  4785. collect2: error: ld returned 1 exit status
  4786. configure:21970: $? = 1
  4787. configure:21955: re-using the existing conftest.o
  4788. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc48-d -lm >&5
  4789. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc48-d
  4790. collect2: error: ld returned 1 exit status
  4791. configure:21970: $? = 1
  4792. configure:21955: re-using the existing conftest.o
  4793. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-1_53 -lm >&5
  4794. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-1_53
  4795. collect2: error: ld returned 1 exit status
  4796. configure:21970: $? = 1
  4797. configure:21955: re-using the existing conftest.o
  4798. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-mt-1_53 -lm >&5
  4799. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-1_53
  4800. collect2: error: ld returned 1 exit status
  4801. configure:21970: $? = 1
  4802. configure:21955: re-using the existing conftest.o
  4803. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-mt-1_53 -lm >&5
  4804. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-1_53
  4805. collect2: error: ld returned 1 exit status
  4806. configure:21970: $? = 1
  4807. configure:21955: re-using the existing conftest.o
  4808. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-1_53 -lm >&5
  4809. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-1_53
  4810. collect2: error: ld returned 1 exit status
  4811. configure:21970: $? = 1
  4812. configure:21955: re-using the existing conftest.o
  4813. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-mt-1_53 -lm >&5
  4814. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-1_53
  4815. collect2: error: ld returned 1 exit status
  4816. configure:21970: $? = 1
  4817. configure:21955: re-using the existing conftest.o
  4818. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-1_53 -lm >&5
  4819. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-1_53
  4820. collect2: error: ld returned 1 exit status
  4821. configure:21970: $? = 1
  4822. configure:21955: re-using the existing conftest.o
  4823. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-1_53 -lm >&5
  4824. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-1_53
  4825. collect2: error: ld returned 1 exit status
  4826. configure:21970: $? = 1
  4827. configure:21955: re-using the existing conftest.o
  4828. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-1_53 -lm >&5
  4829. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-1_53
  4830. collect2: error: ld returned 1 exit status
  4831. configure:21970: $? = 1
  4832. configure:21955: re-using the existing conftest.o
  4833. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-1_53 -lm >&5
  4834. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-1_53
  4835. collect2: error: ld returned 1 exit status
  4836. configure:21970: $? = 1
  4837. configure:21955: re-using the existing conftest.o
  4838. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-1_53 -lm >&5
  4839. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-1_53
  4840. collect2: error: ld returned 1 exit status
  4841. configure:21970: $? = 1
  4842. configure:21955: re-using the existing conftest.o
  4843. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-d-1_53 -lm >&5
  4844. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d-1_53
  4845. collect2: error: ld returned 1 exit status
  4846. configure:21970: $? = 1
  4847. configure:21955: re-using the existing conftest.o
  4848. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-mt-d-1_53 -lm >&5
  4849. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d-1_53
  4850. collect2: error: ld returned 1 exit status
  4851. configure:21970: $? = 1
  4852. configure:21955: re-using the existing conftest.o
  4853. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-mt-d-1_53 -lm >&5
  4854. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d-1_53
  4855. collect2: error: ld returned 1 exit status
  4856. configure:21970: $? = 1
  4857. configure:21955: re-using the existing conftest.o
  4858. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-d-1_53 -lm >&5
  4859. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d-1_53
  4860. collect2: error: ld returned 1 exit status
  4861. configure:21970: $? = 1
  4862. configure:21955: re-using the existing conftest.o
  4863. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-mt-d-1_53 -lm >&5
  4864. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d-1_53
  4865. collect2: error: ld returned 1 exit status
  4866. configure:21970: $? = 1
  4867. configure:21955: re-using the existing conftest.o
  4868. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-d-1_53 -lm >&5
  4869. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d-1_53
  4870. collect2: error: ld returned 1 exit status
  4871. configure:21970: $? = 1
  4872. configure:21955: re-using the existing conftest.o
  4873. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-d-1_53 -lm >&5
  4874. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d-1_53
  4875. collect2: error: ld returned 1 exit status
  4876. configure:21970: $? = 1
  4877. configure:21955: re-using the existing conftest.o
  4878. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-d-1_53 -lm >&5
  4879. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d-1_53
  4880. collect2: error: ld returned 1 exit status
  4881. configure:21970: $? = 1
  4882. configure:21955: re-using the existing conftest.o
  4883. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-d-1_53 -lm >&5
  4884. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d-1_53
  4885. collect2: error: ld returned 1 exit status
  4886. configure:21970: $? = 1
  4887. configure:21955: re-using the existing conftest.o
  4888. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-d-1_53 -lm >&5
  4889. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d-1_53
  4890. collect2: error: ld returned 1 exit status
  4891. configure:21970: $? = 1
  4892. configure:21955: re-using the existing conftest.o
  4893. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt -lm >&5
  4894. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt
  4895. collect2: error: ld returned 1 exit status
  4896. configure:21970: $? = 1
  4897. configure:21955: re-using the existing conftest.o
  4898. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-mt -lm >&5
  4899. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt
  4900. collect2: error: ld returned 1 exit status
  4901. configure:21970: $? = 1
  4902. configure:21955: re-using the existing conftest.o
  4903. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-mt -lm >&5
  4904. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt
  4905. collect2: error: ld returned 1 exit status
  4906. configure:21970: $? = 1
  4907. configure:21955: re-using the existing conftest.o
  4908. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt -lm >&5
  4909. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt
  4910. collect2: error: ld returned 1 exit status
  4911. configure:21970: $? = 1
  4912. configure:21955: re-using the existing conftest.o
  4913. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-mt -lm >&5
  4914. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt
  4915. collect2: error: ld returned 1 exit status
  4916. configure:21970: $? = 1
  4917. configure:21955: re-using the existing conftest.o
  4918. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc -lm >&5
  4919. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc
  4920. collect2: error: ld returned 1 exit status
  4921. configure:21970: $? = 1
  4922. configure:21955: re-using the existing conftest.o
  4923. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc -lm >&5
  4924. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc
  4925. collect2: error: ld returned 1 exit status
  4926. configure:21970: $? = 1
  4927. configure:21955: re-using the existing conftest.o
  4928. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc -lm >&5
  4929. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc
  4930. collect2: error: ld returned 1 exit status
  4931. configure:21970: $? = 1
  4932. configure:21955: re-using the existing conftest.o
  4933. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc -lm >&5
  4934. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc
  4935. collect2: error: ld returned 1 exit status
  4936. configure:21970: $? = 1
  4937. configure:21955: re-using the existing conftest.o
  4938. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc -lm >&5
  4939. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc
  4940. collect2: error: ld returned 1 exit status
  4941. configure:21970: $? = 1
  4942. configure:21955: re-using the existing conftest.o
  4943. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-d -lm >&5
  4944. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d
  4945. collect2: error: ld returned 1 exit status
  4946. configure:21970: $? = 1
  4947. configure:21955: re-using the existing conftest.o
  4948. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-mt-d -lm >&5
  4949. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d
  4950. collect2: error: ld returned 1 exit status
  4951. configure:21970: $? = 1
  4952. configure:21955: re-using the existing conftest.o
  4953. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-mt-d -lm >&5
  4954. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d
  4955. collect2: error: ld returned 1 exit status
  4956. configure:21970: $? = 1
  4957. configure:21955: re-using the existing conftest.o
  4958. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-mt-d -lm >&5
  4959. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d
  4960. collect2: error: ld returned 1 exit status
  4961. configure:21970: $? = 1
  4962. configure:21955: re-using the existing conftest.o
  4963. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-mt-d -lm >&5
  4964. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-mt-d
  4965. collect2: error: ld returned 1 exit status
  4966. configure:21970: $? = 1
  4967. configure:21955: re-using the existing conftest.o
  4968. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-d -lm >&5
  4969. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d
  4970. collect2: error: ld returned 1 exit status
  4971. configure:21970: $? = 1
  4972. configure:21955: re-using the existing conftest.o
  4973. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-gcc-d -lm >&5
  4974. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d
  4975. collect2: error: ld returned 1 exit status
  4976. configure:21970: $? = 1
  4977. configure:21955: re-using the existing conftest.o
  4978. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-gcc-d -lm >&5
  4979. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d
  4980. collect2: error: ld returned 1 exit status
  4981. configure:21970: $? = 1
  4982. configure:21955: re-using the existing conftest.o
  4983. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-gcc-d -lm >&5
  4984. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d
  4985. collect2: error: ld returned 1 exit status
  4986. configure:21970: $? = 1
  4987. configure:21955: re-using the existing conftest.o
  4988. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-gcc-d -lm >&5
  4989. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-gcc-d
  4990. collect2: error: ld returned 1 exit status
  4991. configure:21970: $? = 1
  4992. configure:21955: re-using the existing conftest.o
  4993. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-1_53 -lm >&5
  4994. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-1_53
  4995. collect2: error: ld returned 1 exit status
  4996. configure:21970: $? = 1
  4997. configure:21955: re-using the existing conftest.o
  4998. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-mt-1_53 -lm >&5
  4999. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-1_53
  5000. collect2: error: ld returned 1 exit status
  5001. configure:21970: $? = 1
  5002. configure:21955: re-using the existing conftest.o
  5003. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-mt-1_53 -lm >&5
  5004. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-1_53
  5005. collect2: error: ld returned 1 exit status
  5006. configure:21970: $? = 1
  5007. configure:21955: re-using the existing conftest.o
  5008. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-1_53 -lm >&5
  5009. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-1_53
  5010. collect2: error: ld returned 1 exit status
  5011. configure:21970: $? = 1
  5012. configure:21955: re-using the existing conftest.o
  5013. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-mt-1_53 -lm >&5
  5014. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-1_53
  5015. collect2: error: ld returned 1 exit status
  5016. configure:21970: $? = 1
  5017. configure:21955: re-using the existing conftest.o
  5018. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-1_53 -lm >&5
  5019. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-1_53
  5020. collect2: error: ld returned 1 exit status
  5021. configure:21970: $? = 1
  5022. configure:21955: re-using the existing conftest.o
  5023. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-1_53 -lm >&5
  5024. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-1_53
  5025. collect2: error: ld returned 1 exit status
  5026. configure:21970: $? = 1
  5027. configure:21955: re-using the existing conftest.o
  5028. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-1_53 -lm >&5
  5029. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-1_53
  5030. collect2: error: ld returned 1 exit status
  5031. configure:21970: $? = 1
  5032. configure:21955: re-using the existing conftest.o
  5033. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-1_53 -lm >&5
  5034. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-1_53
  5035. collect2: error: ld returned 1 exit status
  5036. configure:21970: $? = 1
  5037. configure:21955: re-using the existing conftest.o
  5038. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-1_53 -lm >&5
  5039. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-1_53
  5040. collect2: error: ld returned 1 exit status
  5041. configure:21970: $? = 1
  5042. configure:21955: re-using the existing conftest.o
  5043. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-d-1_53 -lm >&5
  5044. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d-1_53
  5045. collect2: error: ld returned 1 exit status
  5046. configure:21970: $? = 1
  5047. configure:21955: re-using the existing conftest.o
  5048. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-mt-d-1_53 -lm >&5
  5049. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d-1_53
  5050. collect2: error: ld returned 1 exit status
  5051. configure:21970: $? = 1
  5052. configure:21955: re-using the existing conftest.o
  5053. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-mt-d-1_53 -lm >&5
  5054. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d-1_53
  5055. collect2: error: ld returned 1 exit status
  5056. configure:21970: $? = 1
  5057. configure:21955: re-using the existing conftest.o
  5058. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-d-1_53 -lm >&5
  5059. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d-1_53
  5060. collect2: error: ld returned 1 exit status
  5061. configure:21970: $? = 1
  5062. configure:21955: re-using the existing conftest.o
  5063. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-mt-d-1_53 -lm >&5
  5064. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d-1_53
  5065. collect2: error: ld returned 1 exit status
  5066. configure:21970: $? = 1
  5067. configure:21955: re-using the existing conftest.o
  5068. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-d-1_53 -lm >&5
  5069. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d-1_53
  5070. collect2: error: ld returned 1 exit status
  5071. configure:21970: $? = 1
  5072. configure:21955: re-using the existing conftest.o
  5073. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-d-1_53 -lm >&5
  5074. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d-1_53
  5075. collect2: error: ld returned 1 exit status
  5076. configure:21970: $? = 1
  5077. configure:21955: re-using the existing conftest.o
  5078. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-d-1_53 -lm >&5
  5079. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d-1_53
  5080. collect2: error: ld returned 1 exit status
  5081. configure:21970: $? = 1
  5082. configure:21955: re-using the existing conftest.o
  5083. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-d-1_53 -lm >&5
  5084. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d-1_53
  5085. collect2: error: ld returned 1 exit status
  5086. configure:21970: $? = 1
  5087. configure:21955: re-using the existing conftest.o
  5088. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-d-1_53 -lm >&5
  5089. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d-1_53
  5090. collect2: error: ld returned 1 exit status
  5091. configure:21970: $? = 1
  5092. configure:21955: re-using the existing conftest.o
  5093. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt -lm >&5
  5094. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt
  5095. collect2: error: ld returned 1 exit status
  5096. configure:21970: $? = 1
  5097. configure:21955: re-using the existing conftest.o
  5098. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-mt -lm >&5
  5099. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt
  5100. collect2: error: ld returned 1 exit status
  5101. configure:21970: $? = 1
  5102. configure:21955: re-using the existing conftest.o
  5103. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-mt -lm >&5
  5104. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt
  5105. collect2: error: ld returned 1 exit status
  5106. configure:21970: $? = 1
  5107. configure:21955: re-using the existing conftest.o
  5108. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt -lm >&5
  5109. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt
  5110. collect2: error: ld returned 1 exit status
  5111. configure:21970: $? = 1
  5112. configure:21955: re-using the existing conftest.o
  5113. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-mt -lm >&5
  5114. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt
  5115. collect2: error: ld returned 1 exit status
  5116. configure:21970: $? = 1
  5117. configure:21955: re-using the existing conftest.o
  5118. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic -lm >&5
  5119. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic
  5120. collect2: error: ld returned 1 exit status
  5121. configure:21970: $? = 1
  5122. configure:21955: re-using the existing conftest.o
  5123. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic -lm >&5
  5124. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic
  5125. collect2: error: ld returned 1 exit status
  5126. configure:21970: $? = 1
  5127. configure:21955: re-using the existing conftest.o
  5128. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic -lm >&5
  5129. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic
  5130. collect2: error: ld returned 1 exit status
  5131. configure:21970: $? = 1
  5132. configure:21955: re-using the existing conftest.o
  5133. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic -lm >&5
  5134. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic
  5135. collect2: error: ld returned 1 exit status
  5136. configure:21970: $? = 1
  5137. configure:21955: re-using the existing conftest.o
  5138. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic -lm >&5
  5139. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic
  5140. collect2: error: ld returned 1 exit status
  5141. configure:21970: $? = 1
  5142. configure:21955: re-using the existing conftest.o
  5143. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-d -lm >&5
  5144. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d
  5145. collect2: error: ld returned 1 exit status
  5146. configure:21970: $? = 1
  5147. configure:21955: re-using the existing conftest.o
  5148. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-mt-d -lm >&5
  5149. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d
  5150. collect2: error: ld returned 1 exit status
  5151. configure:21970: $? = 1
  5152. configure:21955: re-using the existing conftest.o
  5153. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-mt-d -lm >&5
  5154. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d
  5155. collect2: error: ld returned 1 exit status
  5156. configure:21970: $? = 1
  5157. configure:21955: re-using the existing conftest.o
  5158. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-mt-d -lm >&5
  5159. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d
  5160. collect2: error: ld returned 1 exit status
  5161. configure:21970: $? = 1
  5162. configure:21955: re-using the existing conftest.o
  5163. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-mt-d -lm >&5
  5164. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-mt-d
  5165. collect2: error: ld returned 1 exit status
  5166. configure:21970: $? = 1
  5167. configure:21955: re-using the existing conftest.o
  5168. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-d -lm >&5
  5169. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d
  5170. collect2: error: ld returned 1 exit status
  5171. configure:21970: $? = 1
  5172. configure:21955: re-using the existing conftest.o
  5173. configure:21961: g++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_atomic-d -lm >&5
  5174. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d
  5175. collect2: error: ld returned 1 exit status
  5176. configure:21970: $? = 1
  5177. configure:21955: re-using the existing conftest.o
  5178. configure:21961: g++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_atomic-d -lm >&5
  5179. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d
  5180. collect2: error: ld returned 1 exit status
  5181. configure:21970: $? = 1
  5182. configure:21955: re-using the existing conftest.o
  5183. configure:21961: g++ -o conftest -g -O2 conftest.o -lboost_atomic-d -lm >&5
  5184. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d
  5185. collect2: error: ld returned 1 exit status
  5186. configure:21970: $? = 1
  5187. configure:21955: re-using the existing conftest.o
  5188. configure:21961: g++ -o conftest -g -O2 -L/lib conftest.o -lboost_atomic-d -lm >&5
  5189. /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/bin/ld: cannot find -lboost_atomic-d
  5190. collect2: error: ld returned 1 exit status
  5191. configure:21970: $? = 1
  5192. configure:22081: result: no
  5193. configure: failed program was:
  5194. | /* confdefs.h */
  5195. | #define PACKAGE_NAME "xoreos"
  5196. | #define PACKAGE_TARNAME "xoreos"
  5197. | #define PACKAGE_VERSION "0.0.1"
  5198. | #define PACKAGE_STRING "xoreos 0.0.1"
  5199. | #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  5200. | #define PACKAGE_URL "https://xoreos.org/"
  5201. | #define PACKAGE "xoreos"
  5202. | #define VERSION "0.0.1"
  5203. | #define STDC_HEADERS 1
  5204. | #define HAVE_SYS_TYPES_H 1
  5205. | #define HAVE_SYS_STAT_H 1
  5206. | #define HAVE_STDLIB_H 1
  5207. | #define HAVE_STRING_H 1
  5208. | #define HAVE_MEMORY_H 1
  5209. | #define HAVE_STRINGS_H 1
  5210. | #define HAVE_INTTYPES_H 1
  5211. | #define HAVE_STDINT_H 1
  5212. | #define HAVE_UNISTD_H 1
  5213. | #define HAVE_DLFCN_H 1
  5214. | #define LT_OBJDIR ".libs/"
  5215. | #define STDC_HEADERS 1
  5216. | #define HAVE_INTPTR_T 1
  5217. | #define HAVE_UINTPTR_T 1
  5218. | #define HAVE_LIBM 1
  5219. | #define HAVE_FABS 1
  5220. | #define HAVE_FMIN 1
  5221. | #define HAVE_FMAX 1
  5222. | #define HAVE_FABSF 1
  5223. | #define HAVE_FMINF 1
  5224. | #define HAVE_FMAXF 1
  5225. | #define HAVE_STRTOLL 1
  5226. | #define HAVE_STRTOULL 1
  5227. | #define HAVE_STRTOF 1
  5228. | #define HAVE_ICONV 1
  5229. | #define ICONV_CONST
  5230. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  5231. | #define HAVE_PTHREAD 1
  5232. | #define HAVE_GL_GL_H 1
  5233. | #define HAVE_BOOST 1
  5234. | #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  5235. | #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  5236. | #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  5237. | #define HAVE_BOOST_FILESYSTEM_PATH_HPP 1
  5238. | #define HAVE_BOOST_REGEX_HPP 1
  5239. | #define HAVE_BOOST_UNORDERED_MAP_HPP 1
  5240. | #define HAVE_BOOST_FUNCTIONAL_HASH_HPP 1
  5241. | #define HAVE_BOOST_DATE_TIME_POSIX_TIME_POSIX_TIME_HPP 1
  5242. | #define HAVE_BOOST_FUNCTION_HPP 1
  5243. | #define HAVE_BOOST_BIND_HPP 1
  5244. | #define HAVE_BOOST_UUID_UUID_HPP 1
  5245. | #define HAVE_BOOST_SCOPED_PTR_HPP 1
  5246. | #define HAVE_BOOST_SHARED_PTR_HPP 1
  5247. | #define HAVE_BOOST_ATOMIC_HPP 1
  5248. | /* end confdefs.h. */
  5249. | #ifdef HAVE_UNISTD_H
  5250. | #include <unistd.h>
  5251. | #endif
  5252. | #ifdef HAVE_STDINT_H
  5253. | #include <stdint.h>
  5254. | #endif
  5255. | #include <boost/atomic.hpp>
  5256. | int
  5257. | main ()
  5258. | {
  5259. | boost::atomic<int> a;
  5260. | ;
  5261. | return 0;
  5262. | }
  5263. configure:22087: error: cannot find the flags to link with Boost atomic
  5264.  
  5265. ## ---------------- ##
  5266. ## Cache variables. ##
  5267. ## ---------------- ##
  5268.  
  5269. ac_cv_build=i686-pc-linux-gnu
  5270. ac_cv_c_bigendian=no
  5271. ac_cv_c_compiler_gnu=yes
  5272. ac_cv_c_const=yes
  5273. ac_cv_cxx_compiler_gnu=yes
  5274. ac_cv_env_AL_CFLAGS_set=
  5275. ac_cv_env_AL_CFLAGS_value=
  5276. ac_cv_env_AL_LIBS_set=
  5277. ac_cv_env_AL_LIBS_value=
  5278. ac_cv_env_BOOST_ROOT_set=
  5279. ac_cv_env_BOOST_ROOT_value=
  5280. ac_cv_env_CCC_set=
  5281. ac_cv_env_CCC_value=
  5282. ac_cv_env_CC_set=
  5283. ac_cv_env_CC_value=
  5284. ac_cv_env_CFLAGS_set=
  5285. ac_cv_env_CFLAGS_value=
  5286. ac_cv_env_CPPFLAGS_set=
  5287. ac_cv_env_CPPFLAGS_value=
  5288. ac_cv_env_CPP_set=
  5289. ac_cv_env_CPP_value=
  5290. ac_cv_env_CXXCPP_set=
  5291. ac_cv_env_CXXCPP_value=
  5292. ac_cv_env_CXXFLAGS_set=
  5293. ac_cv_env_CXXFLAGS_value=
  5294. ac_cv_env_CXX_set=
  5295. ac_cv_env_CXX_value=
  5296. ac_cv_env_FAAD_CFLAGS_set=
  5297. ac_cv_env_FAAD_CFLAGS_value=
  5298. ac_cv_env_FAAD_LIBS_set=
  5299. ac_cv_env_FAAD_LIBS_value=
  5300. ac_cv_env_GL_CFLAGS_set=
  5301. ac_cv_env_GL_CFLAGS_value=
  5302. ac_cv_env_GL_LIBS_set=
  5303. ac_cv_env_GL_LIBS_value=
  5304. ac_cv_env_LDFLAGS_set=
  5305. ac_cv_env_LDFLAGS_value=
  5306. ac_cv_env_LIBS_set=
  5307. ac_cv_env_LIBS_value=
  5308. ac_cv_env_LZMA_CFLAGS_set=
  5309. ac_cv_env_LZMA_CFLAGS_value=
  5310. ac_cv_env_LZMA_LIBS_set=
  5311. ac_cv_env_LZMA_LIBS_value=
  5312. ac_cv_env_MAD_CFLAGS_set=
  5313. ac_cv_env_MAD_CFLAGS_value=
  5314. ac_cv_env_MAD_LIBS_set=
  5315. ac_cv_env_MAD_LIBS_value=
  5316. ac_cv_env_OGG_CFLAGS_set=
  5317. ac_cv_env_OGG_CFLAGS_value=
  5318. ac_cv_env_OGG_LIBS_set=
  5319. ac_cv_env_OGG_LIBS_value=
  5320. ac_cv_env_SDL2_CFLAGS_set=
  5321. ac_cv_env_SDL2_CFLAGS_value=
  5322. ac_cv_env_SDL2_CONFIG_set=
  5323. ac_cv_env_SDL2_CONFIG_value=
  5324. ac_cv_env_SDL2_LIBS_set=
  5325. ac_cv_env_SDL2_LIBS_value=
  5326. ac_cv_env_VORBIS_CFLAGS_set=
  5327. ac_cv_env_VORBIS_CFLAGS_value=
  5328. ac_cv_env_VORBIS_LIBS_set=
  5329. ac_cv_env_VORBIS_LIBS_value=
  5330. ac_cv_env_XMKMF_set=
  5331. ac_cv_env_XMKMF_value=
  5332. ac_cv_env_XML2_CFLAGS_set=
  5333. ac_cv_env_XML2_CFLAGS_value=
  5334. ac_cv_env_XML2_CONFIG_set=
  5335. ac_cv_env_XML2_CONFIG_value=
  5336. ac_cv_env_XML2_LIBS_set=
  5337. ac_cv_env_XML2_LIBS_value=
  5338. ac_cv_env_XVID_CFLAGS_set=
  5339. ac_cv_env_XVID_CFLAGS_value=
  5340. ac_cv_env_XVID_LIBS_set=
  5341. ac_cv_env_XVID_LIBS_value=
  5342. ac_cv_env_ZLIB_CFLAGS_set=
  5343. ac_cv_env_ZLIB_CFLAGS_value=
  5344. ac_cv_env_ZLIB_LIBS_set=
  5345. ac_cv_env_ZLIB_LIBS_value=
  5346. ac_cv_env_build_alias_set=
  5347. ac_cv_env_build_alias_value=
  5348. ac_cv_env_host_alias_set=
  5349. ac_cv_env_host_alias_value=
  5350. ac_cv_env_target_alias_set=
  5351. ac_cv_env_target_alias_value=
  5352. ac_cv_func_fabs=yes
  5353. ac_cv_func_fabsf=yes
  5354. ac_cv_func_fmax=yes
  5355. ac_cv_func_fmaxf=yes
  5356. ac_cv_func_fmin=yes
  5357. ac_cv_func_fminf=yes
  5358. ac_cv_func_strtof=yes
  5359. ac_cv_func_strtoll=yes
  5360. ac_cv_func_strtoull=yes
  5361. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  5362. ac_cv_header_AL_al_h=yes
  5363. ac_cv_header_AL_alc_h=yes
  5364. ac_cv_header_GL_gl_h=yes
  5365. ac_cv_header_OpenGL_gl_h=no
  5366. ac_cv_header_boost_algorithm_string_hpp=yes
  5367. ac_cv_header_boost_atomic_hpp=yes
  5368. ac_cv_header_boost_bind_hpp=yes
  5369. ac_cv_header_boost_date_time_posix_time_posix_time_hpp=yes
  5370. ac_cv_header_boost_filesystem_path_hpp=yes
  5371. ac_cv_header_boost_function_hpp=yes
  5372. ac_cv_header_boost_functional_hash_hpp=yes
  5373. ac_cv_header_boost_regex_hpp=yes
  5374. ac_cv_header_boost_scoped_ptr_hpp=yes
  5375. ac_cv_header_boost_shared_ptr_hpp=yes
  5376. ac_cv_header_boost_system_error_code_hpp=yes
  5377. ac_cv_header_boost_unordered_map_hpp=yes
  5378. ac_cv_header_boost_uuid_uuid_hpp=yes
  5379. ac_cv_header_dlfcn_h=yes
  5380. ac_cv_header_inttypes_h=yes
  5381. ac_cv_header_libxml_xmlversion_h=yes
  5382. ac_cv_header_lzma_h=yes
  5383. ac_cv_header_mad_h=yes
  5384. ac_cv_header_memory_h=yes
  5385. ac_cv_header_neaacdec_h=yes
  5386. ac_cv_header_ogg_ogg_h=yes
  5387. ac_cv_header_stdc=yes
  5388. ac_cv_header_stdint_h=yes
  5389. ac_cv_header_stdlib_h=yes
  5390. ac_cv_header_string_h=yes
  5391. ac_cv_header_strings_h=yes
  5392. ac_cv_header_sys_stat_h=yes
  5393. ac_cv_header_sys_types_h=yes
  5394. ac_cv_header_unistd_h=yes
  5395. ac_cv_header_vorbis_vorbisfile_h=yes
  5396. ac_cv_header_windows_h=no
  5397. ac_cv_header_xvid_h=yes
  5398. ac_cv_header_zlib_h=yes
  5399. ac_cv_host=i686-pc-linux-gnu
  5400. ac_cv_lib_m_cos=yes
  5401. ac_cv_objext=o
  5402. ac_cv_path_EGREP='/usr/bin/grep -E'
  5403. ac_cv_path_FGREP='/usr/bin/grep -F'
  5404. ac_cv_path_FT2_CONFIG=/usr/bin/freetype-config
  5405. ac_cv_path_GREP=/usr/bin/grep
  5406. ac_cv_path_SED=/usr/bin/sed
  5407. ac_cv_path_install='/usr/bin/install -c'
  5408. ac_cv_path_mkdir=/usr/bin/mkdir
  5409. ac_cv_prog_AWK=gawk
  5410. ac_cv_prog_CPP='gcc -E'
  5411. ac_cv_prog_CXXCPP='g++ -E'
  5412. ac_cv_prog_SDL2_CONFIG=sdl2-config
  5413. ac_cv_prog_XML2_CONFIG=xml2-config
  5414. ac_cv_prog_ac_ct_AR=ar
  5415. ac_cv_prog_ac_ct_CC=gcc
  5416. ac_cv_prog_ac_ct_CXX=g++
  5417. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  5418. ac_cv_prog_ac_ct_OBJDUMP=objdump
  5419. ac_cv_prog_ac_ct_RANLIB=ranlib
  5420. ac_cv_prog_ac_ct_STRIP=strip
  5421. ac_cv_prog_cc_c89=
  5422. ac_cv_prog_cc_g=yes
  5423. ac_cv_prog_cc_gcc_c_o=yes
  5424. ac_cv_prog_cxx_g=yes
  5425. ac_cv_prog_make_make_set=yes
  5426. ac_cv_target=i686-pc-linux-gnu
  5427. ac_cv_type_intptr_t=yes
  5428. ac_cv_type_uintptr_t=yes
  5429. acl_cv_path_LD=/usr/i586-suse-linux/bin/ld
  5430. acl_cv_prog_gnu_ld=yes
  5431. acl_cv_rpath=done
  5432. am_cv_CC_dependencies_compiler_type=gcc3
  5433. am_cv_CXX_dependencies_compiler_type=gcc3
  5434. am_cv_ar_interface=ar
  5435. am_cv_func_iconv=yes
  5436. am_cv_func_iconv_works=yes
  5437. am_cv_lib_iconv=no
  5438. am_cv_make_support_nested_variables=yes
  5439. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  5440. am_cv_proto_iconv_arg1=
  5441. ax_cv_PTHREAD_PRIO_INHERIT=yes
  5442. ax_cv_c_compiler_ms=no
  5443. ax_cv_c_flags__Wignored_qualifiers=yes
  5444. ax_cv_c_flags__Wpointer_arith=yes
  5445. ax_cv_c_flags__Wshadow=yes
  5446. ax_cv_c_flags__Wsign_compare=yes
  5447. ax_cv_c_flags__Wtype_limits=yes
  5448. ax_cv_c_flags__Wuninitialized=yes
  5449. ax_cv_c_flags__Wunused_but_set_parameter=yes
  5450. ax_cv_c_flags__Wunused_parameter=yes
  5451. ax_cv_check_gl_libgl=-lGL
  5452. ax_cv_cxx_flags__Wno_overloaded_virtual=yes
  5453. ax_cv_cxx_flags__Wnon_virtual_dtor=yes
  5454. boost_cv_inc_path=yes
  5455. boost_cv_lib_atomic=no
  5456. boost_cv_lib_atomic_LIBS=-lboost_atomic-d
  5457. boost_cv_lib_date_time=yes
  5458. boost_cv_lib_date_time_LDPATH=
  5459. boost_cv_lib_date_time_LIBS=-lboost_date_time-mt
  5460. boost_cv_lib_filesystem=yes
  5461. boost_cv_lib_filesystem_LDPATH=
  5462. boost_cv_lib_filesystem_LIBS=-lboost_filesystem-mt
  5463. boost_cv_lib_regex=yes
  5464. boost_cv_lib_regex_LDPATH=
  5465. boost_cv_lib_regex_LIBS=-lboost_regex-mt
  5466. boost_cv_lib_system=yes
  5467. boost_cv_lib_system_LDPATH=
  5468. boost_cv_lib_system_LIBS=-lboost_system-mt
  5469. boost_cv_lib_tag='gcc48 -gcc'
  5470. boost_cv_lib_version=1_53
  5471. boost_cv_rpath_link_ldflag=
  5472. lt_cv_ar_at_file=@
  5473. lt_cv_deplibs_check_method=pass_all
  5474. lt_cv_file_magic_cmd='$MAGIC_CMD'
  5475. lt_cv_file_magic_test_file=
  5476. lt_cv_ld_reload_flag=-r
  5477. lt_cv_nm_interface='BSD nm'
  5478. lt_cv_objdir=.libs
  5479. lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
  5480. lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
  5481. lt_cv_path_NM='/usr/bin/nm -B'
  5482. lt_cv_path_mainfest_tool=no
  5483. lt_cv_prog_compiler_c_o=yes
  5484. lt_cv_prog_compiler_c_o_CXX=yes
  5485. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  5486. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  5487. lt_cv_prog_compiler_pic_works=yes
  5488. lt_cv_prog_compiler_pic_works_CXX=yes
  5489. lt_cv_prog_compiler_rtti_exceptions=no
  5490. lt_cv_prog_compiler_static_works=no
  5491. lt_cv_prog_compiler_static_works_CXX=no
  5492. lt_cv_prog_gnu_ld=yes
  5493. lt_cv_prog_gnu_ldcxx=yes
  5494. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  5495. lt_cv_shlibpath_overrides_runpath=yes
  5496. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  5497. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  5498. 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'\'''
  5499. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  5500. lt_cv_sys_max_cmd_len=1572864
  5501. lt_cv_to_host_file_cmd=func_convert_file_noop
  5502. lt_cv_to_tool_file_cmd=func_convert_file_noop
  5503.  
  5504. ## ----------------- ##
  5505. ## Output variables. ##
  5506. ## ----------------- ##
  5507.  
  5508. ACLOCAL='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/missing aclocal-1.13'
  5509. AL_CFLAGS=''
  5510. AL_LIBS='-lopenal'
  5511. AMDEPBACKSLASH='\'
  5512. AMDEP_FALSE='#'
  5513. AMDEP_TRUE=''
  5514. AMTAR='$${TAR-tar}'
  5515. AM_BACKSLASH='\'
  5516. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  5517. AM_DEFAULT_VERBOSITY='0'
  5518. AM_V='$(V)'
  5519. AR='ar'
  5520. AUTOCONF='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/missing autoconf'
  5521. AUTOHEADER='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/missing autoheader'
  5522. AUTOMAKE='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/missing automake-1.13'
  5523. AWK='gawk'
  5524. BOOST_ATOMIC_LDFLAGS=''
  5525. BOOST_ATOMIC_LDPATH=''
  5526. BOOST_ATOMIC_LIBS=''
  5527. BOOST_CPPFLAGS=''
  5528. BOOST_DATE_TIME_LDFLAGS=''
  5529. BOOST_DATE_TIME_LDPATH=''
  5530. BOOST_DATE_TIME_LIBS='-lboost_date_time-mt'
  5531. BOOST_FILESYSTEM_LDFLAGS=''
  5532. BOOST_FILESYSTEM_LDPATH=''
  5533. BOOST_FILESYSTEM_LIBS='-lboost_filesystem-mt'
  5534. BOOST_LDPATH=''
  5535. BOOST_REGEX_LDFLAGS=''
  5536. BOOST_REGEX_LDPATH=''
  5537. BOOST_REGEX_LIBS='-lboost_regex-mt'
  5538. BOOST_ROOT=''
  5539. BOOST_SYSTEM_LDFLAGS=''
  5540. BOOST_SYSTEM_LDPATH=''
  5541. BOOST_SYSTEM_LIBS='-lboost_system-mt'
  5542. CC='gcc'
  5543. CCDEPMODE='depmode=gcc3'
  5544. CFLAGS='-g -O2'
  5545. CPP='gcc -E'
  5546. CPPFLAGS=' '
  5547. CXX='g++'
  5548. CXXCPP='g++ -E'
  5549. CXXDEPMODE='depmode=gcc3'
  5550. CXXFLAGS='-g -O2'
  5551. CYGPATH_W='echo'
  5552. DEFS=''
  5553. DEPDIR='.deps'
  5554. DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\'''
  5555. DLLTOOL='false'
  5556. DSYMUTIL=''
  5557. DUMPBIN=''
  5558. ECHO_C=''
  5559. ECHO_N='-n'
  5560. ECHO_T=''
  5561. EGREP='/usr/bin/grep -E'
  5562. EXEEXT=''
  5563. FAAD_CFLAGS=''
  5564. FAAD_LIBS='-lfaad'
  5565. FGREP='/usr/bin/grep -F'
  5566. FT2_CFLAGS='-I/usr/include/freetype2'
  5567. FT2_CONFIG='/usr/bin/freetype-config'
  5568. FT2_LIBS='-lfreetype -lz'
  5569. GL_CFLAGS='-pthread'
  5570. GL_LIBS='-lGL '
  5571. GREP='/usr/bin/grep'
  5572. INSTALL_DATA='${INSTALL} -m 644'
  5573. INSTALL_PROGRAM='${INSTALL}'
  5574. INSTALL_SCRIPT='${INSTALL}'
  5575. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  5576. LD='/usr/i586-suse-linux/bin/ld'
  5577. LDFLAGS=''
  5578. LIBICONV=''
  5579. LIBOBJS=''
  5580. LIBS='-lm '
  5581. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  5582. LIPO=''
  5583. LN_S='ln -s'
  5584. LTLIBICONV=''
  5585. LTLIBOBJS=''
  5586. LTO=''
  5587. LZMA_CFLAGS=''
  5588. LZMA_LIBS='-llzma'
  5589. MAD_CFLAGS=''
  5590. MAD_LIBS='-lmad'
  5591. MAKEINFO='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/missing makeinfo'
  5592. MANIFEST_TOOL=':'
  5593. MKDIR_P='/usr/bin/mkdir -p'
  5594. NM='/usr/bin/nm -B'
  5595. NMEDIT=''
  5596. OBJDUMP='objdump'
  5597. OBJEXT='o'
  5598. OGG_CFLAGS=''
  5599. OGG_LIBS='-logg'
  5600. OTOOL64=''
  5601. OTOOL=''
  5602. PACKAGE='xoreos'
  5603. PACKAGE_BUGREPORT='xoreos-devel@xoreos.org'
  5604. PACKAGE_NAME='xoreos'
  5605. PACKAGE_STRING='xoreos 0.0.1'
  5606. PACKAGE_TARNAME='xoreos'
  5607. PACKAGE_URL='https://xoreos.org/'
  5608. PACKAGE_VERSION='0.0.1'
  5609. PATH_SEPARATOR=':'
  5610. PTHREAD_CC='gcc'
  5611. PTHREAD_CFLAGS='-pthread'
  5612. PTHREAD_LIBS=''
  5613. RANLIB='ranlib'
  5614. RC=''
  5615. SDL2_CFLAGS='-I/usr/include/SDL2 -D_REENTRANT'
  5616. SDL2_CONFIG='sdl2-config'
  5617. SDL2_LIBS='-L/usr/lib -lSDL2 -lpthread'
  5618. SED='/usr/bin/sed'
  5619. SET_MAKE=''
  5620. SHELL='/bin/sh'
  5621. STRIP='strip'
  5622. VERSION='0.0.1'
  5623. VORBIS_CFLAGS=''
  5624. VORBIS_LIBS='-lvorbisfile'
  5625. WARN_CXX=' -Wnon-virtual-dtor -Wno-overloaded-virtual'
  5626. WARN_C_CXX='-Wall -Wignored-qualifiers -Wpointer-arith -Wshadow -Wsign-compare -Wtype-limits -Wuninitialized -Wunused-parameter -Wunused-but-set-parameter'
  5627. WERROR=''
  5628. WIN32_FALSE=''
  5629. WIN32_TRUE=''
  5630. XMKMF=''
  5631. XML2_CFLAGS='-I/usr/include/libxml2'
  5632. XML2_CONFIG='xml2-config'
  5633. XML2_LIBS='-lxml2 -lz -lm -ldl'
  5634. XOREOS_CFLAGS=''
  5635. XOREOS_LIBS=''
  5636. XVID_CFLAGS=''
  5637. XVID_LIBS='-lxvidcore'
  5638. ZLIB_CFLAGS=''
  5639. ZLIB_LIBS='-lz'
  5640. ac_ct_AR='ar'
  5641. ac_ct_CC='gcc'
  5642. ac_ct_CXX='g++'
  5643. ac_ct_DUMPBIN=''
  5644. am__EXEEXT_FALSE=''
  5645. am__EXEEXT_TRUE=''
  5646. am__fastdepCC_FALSE='#'
  5647. am__fastdepCC_TRUE=''
  5648. am__fastdepCXX_FALSE='#'
  5649. am__fastdepCXX_TRUE=''
  5650. am__include='include'
  5651. am__isrc=''
  5652. am__leading_dot='.'
  5653. am__nodep='_no'
  5654. am__quote=''
  5655. am__tar='$${TAR-tar} chof - "$$tardir"'
  5656. am__untar='$${TAR-tar} xf -'
  5657. ax_pthread_config=''
  5658. bindir='${exec_prefix}/bin'
  5659. build='i686-pc-linux-gnu'
  5660. build_alias=''
  5661. build_cpu='i686'
  5662. build_os='linux-gnu'
  5663. build_vendor='pc'
  5664. datadir='${datarootdir}'
  5665. datarootdir='${prefix}/share'
  5666. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  5667. dvidir='${docdir}'
  5668. exec_prefix='NONE'
  5669. host='i686-pc-linux-gnu'
  5670. host_alias=''
  5671. host_cpu='i686'
  5672. host_os='linux-gnu'
  5673. host_vendor='pc'
  5674. htmldir='${docdir}'
  5675. includedir='${prefix}/include'
  5676. infodir='${datarootdir}/info'
  5677. install_sh='${SHELL} /home/malkavi/rpmbuild/BUILD/xoreos-unstable-0.0.x/build-aux/install-sh'
  5678. libdir='${exec_prefix}/lib'
  5679. libexecdir='${exec_prefix}/libexec'
  5680. localedir='${datarootdir}/locale'
  5681. localstatedir='${prefix}/var'
  5682. mandir='${datarootdir}/man'
  5683. mkdir_p='$(MKDIR_P)'
  5684. oldincludedir='/usr/include'
  5685. pdfdir='${docdir}'
  5686. prefix='/usr'
  5687. program_transform_name='s,x,x,'
  5688. psdir='${docdir}'
  5689. sbindir='${exec_prefix}/sbin'
  5690. sharedstatedir='${prefix}/com'
  5691. sysconfdir='${prefix}/etc'
  5692. target='i686-pc-linux-gnu'
  5693. target_alias=''
  5694. target_cpu='i686'
  5695. target_os='linux-gnu'
  5696. target_vendor='pc'
  5697.  
  5698. ## ----------- ##
  5699. ## confdefs.h. ##
  5700. ## ----------- ##
  5701.  
  5702. /* confdefs.h */
  5703. #define PACKAGE_NAME "xoreos"
  5704. #define PACKAGE_TARNAME "xoreos"
  5705. #define PACKAGE_VERSION "0.0.1"
  5706. #define PACKAGE_STRING "xoreos 0.0.1"
  5707. #define PACKAGE_BUGREPORT "xoreos-devel@xoreos.org"
  5708. #define PACKAGE_URL "https://xoreos.org/"
  5709. #define PACKAGE "xoreos"
  5710. #define VERSION "0.0.1"
  5711. #define STDC_HEADERS 1
  5712. #define HAVE_SYS_TYPES_H 1
  5713. #define HAVE_SYS_STAT_H 1
  5714. #define HAVE_STDLIB_H 1
  5715. #define HAVE_STRING_H 1
  5716. #define HAVE_MEMORY_H 1
  5717. #define HAVE_STRINGS_H 1
  5718. #define HAVE_INTTYPES_H 1
  5719. #define HAVE_STDINT_H 1
  5720. #define HAVE_UNISTD_H 1
  5721. #define HAVE_DLFCN_H 1
  5722. #define LT_OBJDIR ".libs/"
  5723. #define STDC_HEADERS 1
  5724. #define HAVE_INTPTR_T 1
  5725. #define HAVE_UINTPTR_T 1
  5726. #define HAVE_LIBM 1
  5727. #define HAVE_FABS 1
  5728. #define HAVE_FMIN 1
  5729. #define HAVE_FMAX 1
  5730. #define HAVE_FABSF 1
  5731. #define HAVE_FMINF 1
  5732. #define HAVE_FMAXF 1
  5733. #define HAVE_STRTOLL 1
  5734. #define HAVE_STRTOULL 1
  5735. #define HAVE_STRTOF 1
  5736. #define HAVE_ICONV 1
  5737. #define ICONV_CONST
  5738. #define HAVE_PTHREAD_PRIO_INHERIT 1
  5739. #define HAVE_PTHREAD 1
  5740. #define HAVE_GL_GL_H 1
  5741. #define HAVE_BOOST 1
  5742. #define HAVE_BOOST_ALGORITHM_STRING_HPP 1
  5743. #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  5744. #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  5745. #define HAVE_BOOST_FILESYSTEM_PATH_HPP 1
  5746. #define HAVE_BOOST_REGEX_HPP 1
  5747. #define HAVE_BOOST_UNORDERED_MAP_HPP 1
  5748. #define HAVE_BOOST_FUNCTIONAL_HASH_HPP 1
  5749. #define HAVE_BOOST_DATE_TIME_POSIX_TIME_POSIX_TIME_HPP 1
  5750. #define HAVE_BOOST_FUNCTION_HPP 1
  5751. #define HAVE_BOOST_BIND_HPP 1
  5752. #define HAVE_BOOST_UUID_UUID_HPP 1
  5753. #define HAVE_BOOST_SCOPED_PTR_HPP 1
  5754. #define HAVE_BOOST_SHARED_PTR_HPP 1
  5755. #define HAVE_BOOST_ATOMIC_HPP 1
  5756.  
  5757. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement