Advertisement
Guest User

Untitled

a guest
Sep 28th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 113.70 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 dss configure 1.21.4, which was
  5. generated by GNU Autoconf 2.66. Invocation command line was
  6.  
  7. $ ./configure --libdir=/opt/local/lib --with-boost=/opt/local
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Jonass-MacBook-Pro-4.local
  14. uname -m = x86_64
  15. uname -r = 12.5.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 131 tasks, 651 threads, 8 processors
  34. Load average: 0.57, Mach factor: 7.42
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /opt/local/bin
  40. PATH: /opt/local/sbin
  41. PATH: /usr/bin
  42. PATH: /bin
  43. PATH: /usr/sbin
  44. PATH: /sbin
  45. PATH: /usr/local/bin
  46. PATH: /opt/X11/bin
  47.  
  48.  
  49. ## ----------- ##
  50. ## Core tests. ##
  51. ## ----------- ##
  52.  
  53. configure:2913: checking for a BSD-compatible install
  54. configure:2981: result: /usr/bin/install -c
  55. configure:2992: checking whether build environment is sane
  56. configure:3042: result: yes
  57. configure:3183: checking for a thread-safe mkdir -p
  58. configure:3222: result: configure_aux/install-sh -c -d
  59. configure:3235: checking for gawk
  60. configure:3265: result: no
  61. configure:3235: checking for mawk
  62. configure:3265: result: no
  63. configure:3235: checking for nawk
  64. configure:3265: result: no
  65. configure:3235: checking for awk
  66. configure:3251: found /usr/bin/awk
  67. configure:3262: result: awk
  68. configure:3273: checking whether make sets $(MAKE)
  69. configure:3295: result: yes
  70. configure:3396: checking build system type
  71. configure:3410: result: x86_64-apple-darwin12.5.0
  72. configure:3430: checking host system type
  73. configure:3443: result: x86_64-apple-darwin12.5.0
  74. configure:4010: checking for g++
  75. configure:4026: found /usr/bin/g++
  76. configure:4037: result: g++
  77. configure:4064: checking for C++ compiler version
  78. configure:4073: g++ --version >&5
  79. Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
  80. Target: x86_64-apple-darwin12.5.0
  81. Thread model: posix
  82. Configured with: --prefix=/Applications/Xcode_4.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  83. configure:4084: $? = 0
  84. configure:4073: g++ -v >&5
  85. Configured with: --prefix=/Applications/Xcode_4.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  86. Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
  87. Target: x86_64-apple-darwin12.5.0
  88. Thread model: posix
  89. configure:4084: $? = 0
  90. configure:4073: g++ -V >&5
  91. clang: error: argument to '-V' is missing (expected 1 value)
  92. clang: error: no input files
  93. configure:4084: $? = 1
  94. configure:4073: g++ -qversion >&5
  95. clang: error: no input files
  96. configure:4084: $? = 1
  97. configure:4104: checking whether the C++ compiler works
  98. configure:4126: g++ conftest.cpp -liconv >&5
  99. configure:4130: $? = 0
  100. configure:4178: result: yes
  101. configure:4181: checking for C++ compiler default output file name
  102. configure:4183: result: a.out
  103. configure:4189: checking for suffix of executables
  104. configure:4196: g++ -o conftest conftest.cpp -liconv >&5
  105. configure:4200: $? = 0
  106. configure:4222: result:
  107. configure:4244: checking whether we are cross compiling
  108. configure:4252: g++ -o conftest conftest.cpp -liconv >&5
  109. configure:4256: $? = 0
  110. configure:4263: ./conftest
  111. configure:4267: $? = 0
  112. configure:4282: result: no
  113. configure:4287: checking for suffix of object files
  114. configure:4309: g++ -c conftest.cpp >&5
  115. configure:4313: $? = 0
  116. configure:4334: result: o
  117. configure:4338: checking whether we are using the GNU C++ compiler
  118. configure:4357: g++ -c conftest.cpp >&5
  119. configure:4357: $? = 0
  120. configure:4366: result: yes
  121. configure:4375: checking whether g++ accepts -g
  122. configure:4395: g++ -c -g conftest.cpp >&5
  123. configure:4395: $? = 0
  124. configure:4436: result: yes
  125. configure:4470: checking for style of include used by make
  126. configure:4498: result: GNU
  127. configure:4523: checking dependency style of g++
  128. configure:4633: result: gcc3
  129. configure:4696: checking for gcc
  130. configure:4712: found /usr/bin/gcc
  131. configure:4723: result: gcc
  132. configure:4952: checking for C compiler version
  133. configure:4961: gcc --version >&5
  134. Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
  135. Target: x86_64-apple-darwin12.5.0
  136. Thread model: posix
  137. Configured with: --prefix=/Applications/Xcode_4.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  138. configure:4972: $? = 0
  139. configure:4961: gcc -v >&5
  140. Configured with: --prefix=/Applications/Xcode_4.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  141. Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
  142. Target: x86_64-apple-darwin12.5.0
  143. Thread model: posix
  144. configure:4972: $? = 0
  145. configure:4961: gcc -V >&5
  146. clang: error: argument to '-V' is missing (expected 1 value)
  147. clang: error: no input files
  148. configure:4972: $? = 1
  149. configure:4961: gcc -qversion >&5
  150. clang: error: no input files
  151. configure:4972: $? = 1
  152. configure:4976: checking whether we are using the GNU C compiler
  153. configure:4995: gcc -c conftest.c >&5
  154. configure:4995: $? = 0
  155. configure:5004: result: yes
  156. configure:5013: checking whether gcc accepts -g
  157. configure:5033: gcc -c -g conftest.c >&5
  158. configure:5033: $? = 0
  159. configure:5074: result: yes
  160. configure:5091: checking for gcc option to accept ISO C89
  161. configure:5155: gcc -c -g -O2 conftest.c >&5
  162. configure:5155: $? = 0
  163. configure:5168: result: none needed
  164. configure:5190: checking dependency style of gcc
  165. configure:5300: result: gcc3
  166. configure:5316: checking whether make sets $(MAKE)
  167. configure:5338: result: yes
  168. configure:5393: checking how to print strings
  169. configure:5420: result: printf
  170. configure:5441: checking for a sed that does not truncate output
  171. configure:5505: result: /usr/bin/sed
  172. configure:5523: checking for grep that handles long lines and -e
  173. configure:5581: result: /usr/bin/grep
  174. configure:5586: checking for egrep
  175. configure:5648: result: /usr/bin/grep -E
  176. configure:5653: checking for fgrep
  177. configure:5715: result: /usr/bin/grep -F
  178. configure:5750: checking for ld used by gcc
  179. configure:5817: result: /Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  180. configure:5824: checking if the linker (/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  181. configure:5839: result: no
  182. configure:5851: checking for BSD- or MS-compatible name lister (nm)
  183. configure:5900: result: /opt/local/bin/nm
  184. configure:6030: checking the name lister (/opt/local/bin/nm) interface
  185. configure:6037: gcc -c -g -O2 conftest.c >&5
  186. configure:6040: /opt/local/bin/nm "conftest.o"
  187. configure:6043: output
  188. 0000000000000210 S _some_variable
  189. configure:6050: result: BSD nm
  190. configure:6053: checking whether ln -s works
  191. configure:6057: result: yes
  192. configure:6065: checking the maximum length of command line arguments
  193. configure:6190: result: 196608
  194. configure:6207: checking whether the shell understands some XSI constructs
  195. configure:6217: result: yes
  196. configure:6221: checking whether the shell understands "+="
  197. configure:6227: result: yes
  198. configure:6262: checking for /Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
  199. configure:6269: result: -r
  200. configure:6338: checking for objdump
  201. configure:6368: result: no
  202. configure:6397: checking how to recognize dependent libraries
  203. configure:6599: result: pass_all
  204. configure:6659: checking for ar
  205. configure:6675: found /opt/local/bin/ar
  206. configure:6686: result: ar
  207. configure:6764: checking for strip
  208. configure:6780: found /opt/local/bin/strip
  209. configure:6791: result: strip
  210. configure:6863: checking for ranlib
  211. configure:6879: found /opt/local/bin/ranlib
  212. configure:6890: result: ranlib
  213. configure:6992: checking command to parse /opt/local/bin/nm output from gcc object
  214. configure:7110: gcc -c -g -O2 conftest.c >&5
  215. configure:7113: $? = 0
  216. configure:7117: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  217. configure:7120: $? = 0
  218. cannot find nm_test_var in conftest.nm
  219. configure:7110: gcc -c -g -O2 conftest.c >&5
  220. configure:7113: $? = 0
  221. configure:7117: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  222. configure:7120: $? = 0
  223. configure:7174: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  224. configure:7177: $? = 0
  225. configure:7215: result: ok
  226. configure:7480: checking for dsymutil
  227. configure:7496: found /usr/bin/dsymutil
  228. configure:7507: result: dsymutil
  229. configure:7572: checking for nmedit
  230. configure:7588: found /opt/local/bin/nmedit
  231. configure:7599: result: nmedit
  232. configure:7664: checking for lipo
  233. configure:7680: found /opt/local/bin/lipo
  234. configure:7691: result: lipo
  235. configure:7756: checking for otool
  236. configure:7772: found /opt/local/bin/otool
  237. configure:7783: result: otool
  238. configure:7848: checking for otool64
  239. configure:7878: result: no
  240. configure:7923: checking for -single_module linker flag
  241. gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  242. configure:7950: result: yes
  243. configure:7952: checking for -exported_symbols_list linker flag
  244. configure:7972: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c -liconv >&5
  245. configure:7972: $? = 0
  246. configure:7982: result: yes
  247. configure:7984: checking for -force_load linker flag
  248. gcc -g -O2 -c -o conftest.o conftest.c
  249. ar cru libconftest.a conftest.o
  250. ranlib libconftest.a
  251. gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  252. configure:8014: result: yes
  253. configure:8056: checking how to run the C preprocessor
  254. configure:8087: gcc -E conftest.c
  255. configure:8087: $? = 0
  256. configure:8101: gcc -E conftest.c
  257. conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
  258. #include <ac_nonexistent.h>
  259. ^
  260. 1 error generated.
  261. configure:8101: $? = 1
  262. configure: failed program was:
  263. | /* confdefs.h */
  264. | #define PACKAGE_NAME "dss"
  265. | #define PACKAGE_TARNAME "dss"
  266. | #define PACKAGE_VERSION "1.21.4"
  267. | #define PACKAGE_STRING "dss 1.21.4"
  268. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  269. | #define PACKAGE_URL ""
  270. | #define PACKAGE "dss"
  271. | #define VERSION "1.21.4"
  272. | #define WITH_BONJOUR 1
  273. | #define MAILDIR ""
  274. | /* end confdefs.h. */
  275. | #include <ac_nonexistent.h>
  276. configure:8126: result: gcc -E
  277. configure:8146: gcc -E conftest.c
  278. configure:8146: $? = 0
  279. configure:8160: gcc -E conftest.c
  280. conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found
  281. #include <ac_nonexistent.h>
  282. ^
  283. 1 error generated.
  284. configure:8160: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "dss"
  288. | #define PACKAGE_TARNAME "dss"
  289. | #define PACKAGE_VERSION "1.21.4"
  290. | #define PACKAGE_STRING "dss 1.21.4"
  291. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  292. | #define PACKAGE_URL ""
  293. | #define PACKAGE "dss"
  294. | #define VERSION "1.21.4"
  295. | #define WITH_BONJOUR 1
  296. | #define MAILDIR ""
  297. | /* end confdefs.h. */
  298. | #include <ac_nonexistent.h>
  299. configure:8189: checking for ANSI C header files
  300. configure:8209: gcc -c -g -O2 conftest.c >&5
  301. configure:8209: $? = 0
  302. configure:8282: gcc -o conftest -g -O2 conftest.c -liconv >&5
  303. configure:8282: $? = 0
  304. configure:8282: ./conftest
  305. configure:8282: $? = 0
  306. configure:8293: result: yes
  307. configure:8306: checking for sys/types.h
  308. configure:8306: gcc -c -g -O2 conftest.c >&5
  309. configure:8306: $? = 0
  310. configure:8306: result: yes
  311. configure:8306: checking for sys/stat.h
  312. configure:8306: gcc -c -g -O2 conftest.c >&5
  313. configure:8306: $? = 0
  314. configure:8306: result: yes
  315. configure:8306: checking for stdlib.h
  316. configure:8306: gcc -c -g -O2 conftest.c >&5
  317. configure:8306: $? = 0
  318. configure:8306: result: yes
  319. configure:8306: checking for string.h
  320. configure:8306: gcc -c -g -O2 conftest.c >&5
  321. configure:8306: $? = 0
  322. configure:8306: result: yes
  323. configure:8306: checking for memory.h
  324. configure:8306: gcc -c -g -O2 conftest.c >&5
  325. configure:8306: $? = 0
  326. configure:8306: result: yes
  327. configure:8306: checking for strings.h
  328. configure:8306: gcc -c -g -O2 conftest.c >&5
  329. configure:8306: $? = 0
  330. configure:8306: result: yes
  331. configure:8306: checking for inttypes.h
  332. configure:8306: gcc -c -g -O2 conftest.c >&5
  333. configure:8306: $? = 0
  334. configure:8306: result: yes
  335. configure:8306: checking for stdint.h
  336. configure:8306: gcc -c -g -O2 conftest.c >&5
  337. configure:8306: $? = 0
  338. configure:8306: result: yes
  339. configure:8306: checking for unistd.h
  340. configure:8306: gcc -c -g -O2 conftest.c >&5
  341. configure:8306: $? = 0
  342. configure:8306: result: yes
  343. configure:8320: checking for dlfcn.h
  344. configure:8320: gcc -c -g -O2 conftest.c >&5
  345. configure:8320: $? = 0
  346. configure:8320: result: yes
  347. configure:8508: checking for objdir
  348. configure:8523: result: .libs
  349. configure:8794: checking if gcc supports -fno-rtti -fno-exceptions
  350. configure:8812: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  351. configure:8816: $? = 0
  352. configure:8829: result: yes
  353. configure:8849: checking for gcc option to produce PIC
  354. configure:9134: result: -fno-common -DPIC
  355. configure:9146: checking if gcc PIC flag -fno-common -DPIC works
  356. configure:9164: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  357. configure:9168: $? = 0
  358. configure:9181: result: yes
  359. configure:9205: checking if gcc static flag -static works
  360. configure:9233: result: no
  361. configure:9248: checking if gcc supports -c -o file.o
  362. configure:9269: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  363. configure:9273: $? = 0
  364. configure:9295: result: yes
  365. configure:9303: checking if gcc supports -c -o file.o
  366. configure:9350: result: yes
  367. configure:9383: checking whether the gcc linker (/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  368. configure:10458: result: yes
  369. configure:10703: checking dynamic linker characteristics
  370. configure:11384: result: darwin12.5.0 dyld
  371. configure:11491: checking how to hardcode library paths into programs
  372. configure:11516: result: immediate
  373. configure:12056: checking whether stripping libraries is possible
  374. configure:12070: result: yes
  375. configure:12096: checking if libtool supports shared libraries
  376. configure:12098: result: yes
  377. configure:12101: checking whether to build shared libraries
  378. configure:12122: result: yes
  379. configure:12125: checking whether to build static libraries
  380. configure:12129: result: yes
  381. configure:12152: checking how to run the C++ preprocessor
  382. configure:12179: g++ -E conftest.cpp
  383. configure:12179: $? = 0
  384. configure:12193: g++ -E conftest.cpp
  385. conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
  386. #include <ac_nonexistent.h>
  387. ^
  388. 1 error generated.
  389. configure:12193: $? = 1
  390. configure: failed program was:
  391. | /* confdefs.h */
  392. | #define PACKAGE_NAME "dss"
  393. | #define PACKAGE_TARNAME "dss"
  394. | #define PACKAGE_VERSION "1.21.4"
  395. | #define PACKAGE_STRING "dss 1.21.4"
  396. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  397. | #define PACKAGE_URL ""
  398. | #define PACKAGE "dss"
  399. | #define VERSION "1.21.4"
  400. | #define WITH_BONJOUR 1
  401. | #define MAILDIR ""
  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:12218: result: g++ -E
  417. configure:12238: g++ -E conftest.cpp
  418. configure:12238: $? = 0
  419. configure:12252: g++ -E conftest.cpp
  420. conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found
  421. #include <ac_nonexistent.h>
  422. ^
  423. 1 error generated.
  424. configure:12252: $? = 1
  425. configure: failed program was:
  426. | /* confdefs.h */
  427. | #define PACKAGE_NAME "dss"
  428. | #define PACKAGE_TARNAME "dss"
  429. | #define PACKAGE_VERSION "1.21.4"
  430. | #define PACKAGE_STRING "dss 1.21.4"
  431. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  432. | #define PACKAGE_URL ""
  433. | #define PACKAGE "dss"
  434. | #define VERSION "1.21.4"
  435. | #define WITH_BONJOUR 1
  436. | #define MAILDIR ""
  437. | #define STDC_HEADERS 1
  438. | #define HAVE_SYS_TYPES_H 1
  439. | #define HAVE_SYS_STAT_H 1
  440. | #define HAVE_STDLIB_H 1
  441. | #define HAVE_STRING_H 1
  442. | #define HAVE_MEMORY_H 1
  443. | #define HAVE_STRINGS_H 1
  444. | #define HAVE_INTTYPES_H 1
  445. | #define HAVE_STDINT_H 1
  446. | #define HAVE_UNISTD_H 1
  447. | #define HAVE_DLFCN_H 1
  448. | #define LT_OBJDIR ".libs/"
  449. | /* end confdefs.h. */
  450. | #include <ac_nonexistent.h>
  451. configure:12420: checking for ld used by g++
  452. configure:12487: result: /Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  453. configure:12494: checking if the linker (/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  454. configure:12509: result: no
  455. configure:12564: checking whether the g++ linker (/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  456. configure:13496: result: yes
  457. configure:13524: g++ -c -g -O2 conftest.cpp >&5
  458. configure:13527: $? = 0
  459. configure:13709: checking for g++ option to produce PIC
  460. configure:14031: result: -fno-common -DPIC
  461. configure:14040: checking if g++ PIC flag -fno-common -DPIC works
  462. configure:14058: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
  463. configure:14062: $? = 0
  464. configure:14075: result: yes
  465. configure:14096: checking if g++ static flag -static works
  466. configure:14124: result: no
  467. configure:14136: checking if g++ supports -c -o file.o
  468. configure:14157: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  469. configure:14161: $? = 0
  470. configure:14183: result: yes
  471. configure:14188: checking if g++ supports -c -o file.o
  472. configure:14235: result: yes
  473. configure:14265: checking whether the g++ linker (/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  474. configure:14293: result: yes
  475. configure:14436: checking dynamic linker characteristics
  476. configure:15051: result: darwin12.5.0 dyld
  477. configure:15104: checking how to hardcode library paths into programs
  478. configure:15129: result: immediate
  479. configure:15355: checking for the pthreads library -lpthreads
  480. configure:15388: gcc -o conftest -g -O2 conftest.c -lpthreads -liconv >&5
  481. ld: library not found for -lpthreads
  482. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  483. configure:15388: $? = 1
  484. configure: failed program was:
  485. | /* confdefs.h */
  486. | #define PACKAGE_NAME "dss"
  487. | #define PACKAGE_TARNAME "dss"
  488. | #define PACKAGE_VERSION "1.21.4"
  489. | #define PACKAGE_STRING "dss 1.21.4"
  490. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  491. | #define PACKAGE_URL ""
  492. | #define PACKAGE "dss"
  493. | #define VERSION "1.21.4"
  494. | #define WITH_BONJOUR 1
  495. | #define MAILDIR ""
  496. | #define STDC_HEADERS 1
  497. | #define HAVE_SYS_TYPES_H 1
  498. | #define HAVE_SYS_STAT_H 1
  499. | #define HAVE_STDLIB_H 1
  500. | #define HAVE_STRING_H 1
  501. | #define HAVE_MEMORY_H 1
  502. | #define HAVE_STRINGS_H 1
  503. | #define HAVE_INTTYPES_H 1
  504. | #define HAVE_STDINT_H 1
  505. | #define HAVE_UNISTD_H 1
  506. | #define HAVE_DLFCN_H 1
  507. | #define LT_OBJDIR ".libs/"
  508. | /* end confdefs.h. */
  509. | #include <pthread.h>
  510. | int
  511. | main ()
  512. | {
  513. | pthread_t th; pthread_join(th, 0);
  514. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  515. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  516. | ;
  517. | return 0;
  518. | }
  519. configure:15397: result: no
  520. configure:15300: checking whether pthreads work without any flags
  521. configure:15388: gcc -o conftest -g -O2 conftest.c -liconv >&5
  522. configure:15388: $? = 0
  523. configure:15397: result: yes
  524. configure:15416: checking for joinable pthread attribute
  525. configure:15431: gcc -o conftest -g -O2 conftest.c -liconv >&5
  526. configure:15431: $? = 0
  527. configure:15437: result: PTHREAD_CREATE_JOINABLE
  528. configure:15447: checking if more special flags are required for pthreads
  529. configure:15454: result: -D_THREAD_SAFE
  530. configure:15551: checking arpa/inet.h usability
  531. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  532. configure:15551: $? = 0
  533. configure:15551: result: yes
  534. configure:15551: checking arpa/inet.h presence
  535. configure:15551: g++ -E conftest.cpp
  536. configure:15551: $? = 0
  537. configure:15551: result: yes
  538. configure:15551: checking for arpa/inet.h
  539. configure:15551: result: yes
  540. configure:15551: checking fcntl.h usability
  541. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  542. configure:15551: $? = 0
  543. configure:15551: result: yes
  544. configure:15551: checking fcntl.h presence
  545. configure:15551: g++ -E conftest.cpp
  546. configure:15551: $? = 0
  547. configure:15551: result: yes
  548. configure:15551: checking for fcntl.h
  549. configure:15551: result: yes
  550. configure:15551: checking for inttypes.h
  551. configure:15551: result: yes
  552. configure:15551: checking limits.h usability
  553. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  554. configure:15551: $? = 0
  555. configure:15551: result: yes
  556. configure:15551: checking limits.h presence
  557. configure:15551: g++ -E conftest.cpp
  558. configure:15551: $? = 0
  559. configure:15551: result: yes
  560. configure:15551: checking for limits.h
  561. configure:15551: result: yes
  562. configure:15551: checking netdb.h usability
  563. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  564. configure:15551: $? = 0
  565. configure:15551: result: yes
  566. configure:15551: checking netdb.h presence
  567. configure:15551: g++ -E conftest.cpp
  568. configure:15551: $? = 0
  569. configure:15551: result: yes
  570. configure:15551: checking for netdb.h
  571. configure:15551: result: yes
  572. configure:15551: checking netinet/in.h usability
  573. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  574. configure:15551: $? = 0
  575. configure:15551: result: yes
  576. configure:15551: checking netinet/in.h presence
  577. configure:15551: g++ -E conftest.cpp
  578. configure:15551: $? = 0
  579. configure:15551: result: yes
  580. configure:15551: checking for netinet/in.h
  581. configure:15551: result: yes
  582. configure:15551: checking stddef.h usability
  583. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  584. configure:15551: $? = 0
  585. configure:15551: result: yes
  586. configure:15551: checking stddef.h presence
  587. configure:15551: g++ -E conftest.cpp
  588. configure:15551: $? = 0
  589. configure:15551: result: yes
  590. configure:15551: checking for stddef.h
  591. configure:15551: result: yes
  592. configure:15551: checking for stdint.h
  593. configure:15551: result: yes
  594. configure:15551: checking for stdlib.h
  595. configure:15551: result: yes
  596. configure:15551: checking for string.h
  597. configure:15551: result: yes
  598. configure:15551: checking sys/ioctl.h usability
  599. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  600. configure:15551: $? = 0
  601. configure:15551: result: yes
  602. configure:15551: checking sys/ioctl.h presence
  603. configure:15551: g++ -E conftest.cpp
  604. configure:15551: $? = 0
  605. configure:15551: result: yes
  606. configure:15551: checking for sys/ioctl.h
  607. configure:15551: result: yes
  608. configure:15551: checking sys/socket.h usability
  609. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  610. configure:15551: $? = 0
  611. configure:15551: result: yes
  612. configure:15551: checking sys/socket.h presence
  613. configure:15551: g++ -E conftest.cpp
  614. configure:15551: $? = 0
  615. configure:15551: result: yes
  616. configure:15551: checking for sys/socket.h
  617. configure:15551: result: yes
  618. configure:15551: checking sys/time.h usability
  619. configure:15551: g++ -c -g -O2 conftest.cpp >&5
  620. configure:15551: $? = 0
  621. configure:15551: result: yes
  622. configure:15551: checking sys/time.h presence
  623. configure:15551: g++ -E conftest.cpp
  624. configure:15551: $? = 0
  625. configure:15551: result: yes
  626. configure:15551: checking for sys/time.h
  627. configure:15551: result: yes
  628. configure:15551: checking for unistd.h
  629. configure:15551: result: yes
  630. configure:15565: checking for stdbool.h that conforms to C99
  631. configure:15650: g++ -c -g -O2 conftest.cpp >&5
  632. configure:15650: $? = 0
  633. configure:15657: result: yes
  634. configure:15659: checking for _Bool
  635. configure:15659: g++ -c -g -O2 conftest.cpp >&5
  636. conftest.cpp:76:13: error: use of undeclared identifier '_Bool'
  637. if (sizeof (_Bool))
  638. ^
  639. 1 error generated.
  640. configure:15659: $? = 1
  641. configure: failed program was:
  642. | /* confdefs.h */
  643. | #define PACKAGE_NAME "dss"
  644. | #define PACKAGE_TARNAME "dss"
  645. | #define PACKAGE_VERSION "1.21.4"
  646. | #define PACKAGE_STRING "dss 1.21.4"
  647. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  648. | #define PACKAGE_URL ""
  649. | #define PACKAGE "dss"
  650. | #define VERSION "1.21.4"
  651. | #define WITH_BONJOUR 1
  652. | #define MAILDIR ""
  653. | #define STDC_HEADERS 1
  654. | #define HAVE_SYS_TYPES_H 1
  655. | #define HAVE_SYS_STAT_H 1
  656. | #define HAVE_STDLIB_H 1
  657. | #define HAVE_STRING_H 1
  658. | #define HAVE_MEMORY_H 1
  659. | #define HAVE_STRINGS_H 1
  660. | #define HAVE_INTTYPES_H 1
  661. | #define HAVE_STDINT_H 1
  662. | #define HAVE_UNISTD_H 1
  663. | #define HAVE_DLFCN_H 1
  664. | #define LT_OBJDIR ".libs/"
  665. | #define HAVE_PTHREAD 1
  666. | #define HAVE_ARPA_INET_H 1
  667. | #define HAVE_FCNTL_H 1
  668. | #define HAVE_INTTYPES_H 1
  669. | #define HAVE_LIMITS_H 1
  670. | #define HAVE_NETDB_H 1
  671. | #define HAVE_NETINET_IN_H 1
  672. | #define HAVE_STDDEF_H 1
  673. | #define HAVE_STDINT_H 1
  674. | #define HAVE_STDLIB_H 1
  675. | #define HAVE_STRING_H 1
  676. | #define HAVE_SYS_IOCTL_H 1
  677. | #define HAVE_SYS_SOCKET_H 1
  678. | #define HAVE_SYS_TIME_H 1
  679. | #define HAVE_UNISTD_H 1
  680. | /* end confdefs.h. */
  681. | #include <stdio.h>
  682. | #ifdef HAVE_SYS_TYPES_H
  683. | # include <sys/types.h>
  684. | #endif
  685. | #ifdef HAVE_SYS_STAT_H
  686. | # include <sys/stat.h>
  687. | #endif
  688. | #ifdef STDC_HEADERS
  689. | # include <stdlib.h>
  690. | # include <stddef.h>
  691. | #else
  692. | # ifdef HAVE_STDLIB_H
  693. | # include <stdlib.h>
  694. | # endif
  695. | #endif
  696. | #ifdef HAVE_STRING_H
  697. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  698. | # include <memory.h>
  699. | # endif
  700. | # include <string.h>
  701. | #endif
  702. | #ifdef HAVE_STRINGS_H
  703. | # include <strings.h>
  704. | #endif
  705. | #ifdef HAVE_INTTYPES_H
  706. | # include <inttypes.h>
  707. | #endif
  708. | #ifdef HAVE_STDINT_H
  709. | # include <stdint.h>
  710. | #endif
  711. | #ifdef HAVE_UNISTD_H
  712. | # include <unistd.h>
  713. | #endif
  714. | int
  715. | main ()
  716. | {
  717. | if (sizeof (_Bool))
  718. | return 0;
  719. | ;
  720. | return 0;
  721. | }
  722. configure:15659: result: no
  723. configure:15675: checking for inline
  724. configure:15691: g++ -c -g -O2 conftest.cpp >&5
  725. configure:15691: $? = 0
  726. configure:15699: result: inline
  727. configure:15717: checking for int32_t
  728. configure:15717: g++ -c -g -O2 conftest.cpp >&5
  729. configure:15717: $? = 0
  730. configure:15717: g++ -c -g -O2 conftest.cpp >&5
  731. conftest.cpp:78:24: error: 'test_array' declared as an array with a negative size
  732. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  733. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  734. 1 error generated.
  735. configure:15717: $? = 1
  736. configure: failed program was:
  737. | /* confdefs.h */
  738. | #define PACKAGE_NAME "dss"
  739. | #define PACKAGE_TARNAME "dss"
  740. | #define PACKAGE_VERSION "1.21.4"
  741. | #define PACKAGE_STRING "dss 1.21.4"
  742. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  743. | #define PACKAGE_URL ""
  744. | #define PACKAGE "dss"
  745. | #define VERSION "1.21.4"
  746. | #define WITH_BONJOUR 1
  747. | #define MAILDIR ""
  748. | #define STDC_HEADERS 1
  749. | #define HAVE_SYS_TYPES_H 1
  750. | #define HAVE_SYS_STAT_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_MEMORY_H 1
  754. | #define HAVE_STRINGS_H 1
  755. | #define HAVE_INTTYPES_H 1
  756. | #define HAVE_STDINT_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_DLFCN_H 1
  759. | #define LT_OBJDIR ".libs/"
  760. | #define HAVE_PTHREAD 1
  761. | #define HAVE_ARPA_INET_H 1
  762. | #define HAVE_FCNTL_H 1
  763. | #define HAVE_INTTYPES_H 1
  764. | #define HAVE_LIMITS_H 1
  765. | #define HAVE_NETDB_H 1
  766. | #define HAVE_NETINET_IN_H 1
  767. | #define HAVE_STDDEF_H 1
  768. | #define HAVE_STDINT_H 1
  769. | #define HAVE_STDLIB_H 1
  770. | #define HAVE_STRING_H 1
  771. | #define HAVE_SYS_IOCTL_H 1
  772. | #define HAVE_SYS_SOCKET_H 1
  773. | #define HAVE_SYS_TIME_H 1
  774. | #define HAVE_UNISTD_H 1
  775. | #define HAVE_STDBOOL_H 1
  776. | /* end confdefs.h. */
  777. | #include <stdio.h>
  778. | #ifdef HAVE_SYS_TYPES_H
  779. | # include <sys/types.h>
  780. | #endif
  781. | #ifdef HAVE_SYS_STAT_H
  782. | # include <sys/stat.h>
  783. | #endif
  784. | #ifdef STDC_HEADERS
  785. | # include <stdlib.h>
  786. | # include <stddef.h>
  787. | #else
  788. | # ifdef HAVE_STDLIB_H
  789. | # include <stdlib.h>
  790. | # endif
  791. | #endif
  792. | #ifdef HAVE_STRING_H
  793. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  794. | # include <memory.h>
  795. | # endif
  796. | # include <string.h>
  797. | #endif
  798. | #ifdef HAVE_STRINGS_H
  799. | # include <strings.h>
  800. | #endif
  801. | #ifdef HAVE_INTTYPES_H
  802. | # include <inttypes.h>
  803. | #endif
  804. | #ifdef HAVE_STDINT_H
  805. | # include <stdint.h>
  806. | #endif
  807. | #ifdef HAVE_UNISTD_H
  808. | # include <unistd.h>
  809. | #endif
  810. | enum { N = 32 / 2 - 1 };
  811. | int
  812. | main ()
  813. | {
  814. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  815. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  816. | test_array [0] = 0
  817. |
  818. | ;
  819. | return 0;
  820. | }
  821. configure:15717: result: yes
  822. configure:15728: checking for int64_t
  823. configure:15728: g++ -c -g -O2 conftest.cpp >&5
  824. configure:15728: $? = 0
  825. configure:15728: g++ -c -g -O2 conftest.cpp >&5
  826. conftest.cpp:78:24: error: 'test_array' declared as an array with a negative size
  827. static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  828. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  829. 1 error generated.
  830. configure:15728: $? = 1
  831. configure: failed program was:
  832. | /* confdefs.h */
  833. | #define PACKAGE_NAME "dss"
  834. | #define PACKAGE_TARNAME "dss"
  835. | #define PACKAGE_VERSION "1.21.4"
  836. | #define PACKAGE_STRING "dss 1.21.4"
  837. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  838. | #define PACKAGE_URL ""
  839. | #define PACKAGE "dss"
  840. | #define VERSION "1.21.4"
  841. | #define WITH_BONJOUR 1
  842. | #define MAILDIR ""
  843. | #define STDC_HEADERS 1
  844. | #define HAVE_SYS_TYPES_H 1
  845. | #define HAVE_SYS_STAT_H 1
  846. | #define HAVE_STDLIB_H 1
  847. | #define HAVE_STRING_H 1
  848. | #define HAVE_MEMORY_H 1
  849. | #define HAVE_STRINGS_H 1
  850. | #define HAVE_INTTYPES_H 1
  851. | #define HAVE_STDINT_H 1
  852. | #define HAVE_UNISTD_H 1
  853. | #define HAVE_DLFCN_H 1
  854. | #define LT_OBJDIR ".libs/"
  855. | #define HAVE_PTHREAD 1
  856. | #define HAVE_ARPA_INET_H 1
  857. | #define HAVE_FCNTL_H 1
  858. | #define HAVE_INTTYPES_H 1
  859. | #define HAVE_LIMITS_H 1
  860. | #define HAVE_NETDB_H 1
  861. | #define HAVE_NETINET_IN_H 1
  862. | #define HAVE_STDDEF_H 1
  863. | #define HAVE_STDINT_H 1
  864. | #define HAVE_STDLIB_H 1
  865. | #define HAVE_STRING_H 1
  866. | #define HAVE_SYS_IOCTL_H 1
  867. | #define HAVE_SYS_SOCKET_H 1
  868. | #define HAVE_SYS_TIME_H 1
  869. | #define HAVE_UNISTD_H 1
  870. | #define HAVE_STDBOOL_H 1
  871. | /* end confdefs.h. */
  872. | #include <stdio.h>
  873. | #ifdef HAVE_SYS_TYPES_H
  874. | # include <sys/types.h>
  875. | #endif
  876. | #ifdef HAVE_SYS_STAT_H
  877. | # include <sys/stat.h>
  878. | #endif
  879. | #ifdef STDC_HEADERS
  880. | # include <stdlib.h>
  881. | # include <stddef.h>
  882. | #else
  883. | # ifdef HAVE_STDLIB_H
  884. | # include <stdlib.h>
  885. | # endif
  886. | #endif
  887. | #ifdef HAVE_STRING_H
  888. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  889. | # include <memory.h>
  890. | # endif
  891. | # include <string.h>
  892. | #endif
  893. | #ifdef HAVE_STRINGS_H
  894. | # include <strings.h>
  895. | #endif
  896. | #ifdef HAVE_INTTYPES_H
  897. | # include <inttypes.h>
  898. | #endif
  899. | #ifdef HAVE_STDINT_H
  900. | # include <stdint.h>
  901. | #endif
  902. | #ifdef HAVE_UNISTD_H
  903. | # include <unistd.h>
  904. | #endif
  905. | enum { N = 64 / 2 - 1 };
  906. | int
  907. | main ()
  908. | {
  909. | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
  910. | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
  911. | test_array [0] = 0
  912. |
  913. | ;
  914. | return 0;
  915. | }
  916. configure:15728: result: yes
  917. configure:15739: checking for off_t
  918. configure:15739: g++ -c -g -O2 conftest.cpp >&5
  919. configure:15739: $? = 0
  920. configure:15739: g++ -c -g -O2 conftest.cpp >&5
  921. conftest.cpp:77:20: error: expected expression
  922. if (sizeof ((off_t)))
  923. ^
  924. 1 error generated.
  925. configure:15739: $? = 1
  926. configure: failed program was:
  927. | /* confdefs.h */
  928. | #define PACKAGE_NAME "dss"
  929. | #define PACKAGE_TARNAME "dss"
  930. | #define PACKAGE_VERSION "1.21.4"
  931. | #define PACKAGE_STRING "dss 1.21.4"
  932. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  933. | #define PACKAGE_URL ""
  934. | #define PACKAGE "dss"
  935. | #define VERSION "1.21.4"
  936. | #define WITH_BONJOUR 1
  937. | #define MAILDIR ""
  938. | #define STDC_HEADERS 1
  939. | #define HAVE_SYS_TYPES_H 1
  940. | #define HAVE_SYS_STAT_H 1
  941. | #define HAVE_STDLIB_H 1
  942. | #define HAVE_STRING_H 1
  943. | #define HAVE_MEMORY_H 1
  944. | #define HAVE_STRINGS_H 1
  945. | #define HAVE_INTTYPES_H 1
  946. | #define HAVE_STDINT_H 1
  947. | #define HAVE_UNISTD_H 1
  948. | #define HAVE_DLFCN_H 1
  949. | #define LT_OBJDIR ".libs/"
  950. | #define HAVE_PTHREAD 1
  951. | #define HAVE_ARPA_INET_H 1
  952. | #define HAVE_FCNTL_H 1
  953. | #define HAVE_INTTYPES_H 1
  954. | #define HAVE_LIMITS_H 1
  955. | #define HAVE_NETDB_H 1
  956. | #define HAVE_NETINET_IN_H 1
  957. | #define HAVE_STDDEF_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_STDLIB_H 1
  960. | #define HAVE_STRING_H 1
  961. | #define HAVE_SYS_IOCTL_H 1
  962. | #define HAVE_SYS_SOCKET_H 1
  963. | #define HAVE_SYS_TIME_H 1
  964. | #define HAVE_UNISTD_H 1
  965. | #define HAVE_STDBOOL_H 1
  966. | /* end confdefs.h. */
  967. | #include <stdio.h>
  968. | #ifdef HAVE_SYS_TYPES_H
  969. | # include <sys/types.h>
  970. | #endif
  971. | #ifdef HAVE_SYS_STAT_H
  972. | # include <sys/stat.h>
  973. | #endif
  974. | #ifdef STDC_HEADERS
  975. | # include <stdlib.h>
  976. | # include <stddef.h>
  977. | #else
  978. | # ifdef HAVE_STDLIB_H
  979. | # include <stdlib.h>
  980. | # endif
  981. | #endif
  982. | #ifdef HAVE_STRING_H
  983. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  984. | # include <memory.h>
  985. | # endif
  986. | # include <string.h>
  987. | #endif
  988. | #ifdef HAVE_STRINGS_H
  989. | # include <strings.h>
  990. | #endif
  991. | #ifdef HAVE_INTTYPES_H
  992. | # include <inttypes.h>
  993. | #endif
  994. | #ifdef HAVE_STDINT_H
  995. | # include <stdint.h>
  996. | #endif
  997. | #ifdef HAVE_UNISTD_H
  998. | # include <unistd.h>
  999. | #endif
  1000. | int
  1001. | main ()
  1002. | {
  1003. | if (sizeof ((off_t)))
  1004. | return 0;
  1005. | ;
  1006. | return 0;
  1007. | }
  1008. configure:15739: result: yes
  1009. configure:15750: checking for pid_t
  1010. configure:15750: g++ -c -g -O2 conftest.cpp >&5
  1011. configure:15750: $? = 0
  1012. configure:15750: g++ -c -g -O2 conftest.cpp >&5
  1013. conftest.cpp:77:20: error: expected expression
  1014. if (sizeof ((pid_t)))
  1015. ^
  1016. 1 error generated.
  1017. configure:15750: $? = 1
  1018. configure: failed program was:
  1019. | /* confdefs.h */
  1020. | #define PACKAGE_NAME "dss"
  1021. | #define PACKAGE_TARNAME "dss"
  1022. | #define PACKAGE_VERSION "1.21.4"
  1023. | #define PACKAGE_STRING "dss 1.21.4"
  1024. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1025. | #define PACKAGE_URL ""
  1026. | #define PACKAGE "dss"
  1027. | #define VERSION "1.21.4"
  1028. | #define WITH_BONJOUR 1
  1029. | #define MAILDIR ""
  1030. | #define STDC_HEADERS 1
  1031. | #define HAVE_SYS_TYPES_H 1
  1032. | #define HAVE_SYS_STAT_H 1
  1033. | #define HAVE_STDLIB_H 1
  1034. | #define HAVE_STRING_H 1
  1035. | #define HAVE_MEMORY_H 1
  1036. | #define HAVE_STRINGS_H 1
  1037. | #define HAVE_INTTYPES_H 1
  1038. | #define HAVE_STDINT_H 1
  1039. | #define HAVE_UNISTD_H 1
  1040. | #define HAVE_DLFCN_H 1
  1041. | #define LT_OBJDIR ".libs/"
  1042. | #define HAVE_PTHREAD 1
  1043. | #define HAVE_ARPA_INET_H 1
  1044. | #define HAVE_FCNTL_H 1
  1045. | #define HAVE_INTTYPES_H 1
  1046. | #define HAVE_LIMITS_H 1
  1047. | #define HAVE_NETDB_H 1
  1048. | #define HAVE_NETINET_IN_H 1
  1049. | #define HAVE_STDDEF_H 1
  1050. | #define HAVE_STDINT_H 1
  1051. | #define HAVE_STDLIB_H 1
  1052. | #define HAVE_STRING_H 1
  1053. | #define HAVE_SYS_IOCTL_H 1
  1054. | #define HAVE_SYS_SOCKET_H 1
  1055. | #define HAVE_SYS_TIME_H 1
  1056. | #define HAVE_UNISTD_H 1
  1057. | #define HAVE_STDBOOL_H 1
  1058. | /* end confdefs.h. */
  1059. | #include <stdio.h>
  1060. | #ifdef HAVE_SYS_TYPES_H
  1061. | # include <sys/types.h>
  1062. | #endif
  1063. | #ifdef HAVE_SYS_STAT_H
  1064. | # include <sys/stat.h>
  1065. | #endif
  1066. | #ifdef STDC_HEADERS
  1067. | # include <stdlib.h>
  1068. | # include <stddef.h>
  1069. | #else
  1070. | # ifdef HAVE_STDLIB_H
  1071. | # include <stdlib.h>
  1072. | # endif
  1073. | #endif
  1074. | #ifdef HAVE_STRING_H
  1075. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1076. | # include <memory.h>
  1077. | # endif
  1078. | # include <string.h>
  1079. | #endif
  1080. | #ifdef HAVE_STRINGS_H
  1081. | # include <strings.h>
  1082. | #endif
  1083. | #ifdef HAVE_INTTYPES_H
  1084. | # include <inttypes.h>
  1085. | #endif
  1086. | #ifdef HAVE_STDINT_H
  1087. | # include <stdint.h>
  1088. | #endif
  1089. | #ifdef HAVE_UNISTD_H
  1090. | # include <unistd.h>
  1091. | #endif
  1092. | int
  1093. | main ()
  1094. | {
  1095. | if (sizeof ((pid_t)))
  1096. | return 0;
  1097. | ;
  1098. | return 0;
  1099. | }
  1100. configure:15750: result: yes
  1101. configure:15761: checking for size_t
  1102. configure:15761: g++ -c -g -O2 conftest.cpp >&5
  1103. configure:15761: $? = 0
  1104. configure:15761: g++ -c -g -O2 conftest.cpp >&5
  1105. conftest.cpp:77:21: error: expected expression
  1106. if (sizeof ((size_t)))
  1107. ^
  1108. 1 error generated.
  1109. configure:15761: $? = 1
  1110. configure: failed program was:
  1111. | /* confdefs.h */
  1112. | #define PACKAGE_NAME "dss"
  1113. | #define PACKAGE_TARNAME "dss"
  1114. | #define PACKAGE_VERSION "1.21.4"
  1115. | #define PACKAGE_STRING "dss 1.21.4"
  1116. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1117. | #define PACKAGE_URL ""
  1118. | #define PACKAGE "dss"
  1119. | #define VERSION "1.21.4"
  1120. | #define WITH_BONJOUR 1
  1121. | #define MAILDIR ""
  1122. | #define STDC_HEADERS 1
  1123. | #define HAVE_SYS_TYPES_H 1
  1124. | #define HAVE_SYS_STAT_H 1
  1125. | #define HAVE_STDLIB_H 1
  1126. | #define HAVE_STRING_H 1
  1127. | #define HAVE_MEMORY_H 1
  1128. | #define HAVE_STRINGS_H 1
  1129. | #define HAVE_INTTYPES_H 1
  1130. | #define HAVE_STDINT_H 1
  1131. | #define HAVE_UNISTD_H 1
  1132. | #define HAVE_DLFCN_H 1
  1133. | #define LT_OBJDIR ".libs/"
  1134. | #define HAVE_PTHREAD 1
  1135. | #define HAVE_ARPA_INET_H 1
  1136. | #define HAVE_FCNTL_H 1
  1137. | #define HAVE_INTTYPES_H 1
  1138. | #define HAVE_LIMITS_H 1
  1139. | #define HAVE_NETDB_H 1
  1140. | #define HAVE_NETINET_IN_H 1
  1141. | #define HAVE_STDDEF_H 1
  1142. | #define HAVE_STDINT_H 1
  1143. | #define HAVE_STDLIB_H 1
  1144. | #define HAVE_STRING_H 1
  1145. | #define HAVE_SYS_IOCTL_H 1
  1146. | #define HAVE_SYS_SOCKET_H 1
  1147. | #define HAVE_SYS_TIME_H 1
  1148. | #define HAVE_UNISTD_H 1
  1149. | #define HAVE_STDBOOL_H 1
  1150. | /* end confdefs.h. */
  1151. | #include <stdio.h>
  1152. | #ifdef HAVE_SYS_TYPES_H
  1153. | # include <sys/types.h>
  1154. | #endif
  1155. | #ifdef HAVE_SYS_STAT_H
  1156. | # include <sys/stat.h>
  1157. | #endif
  1158. | #ifdef STDC_HEADERS
  1159. | # include <stdlib.h>
  1160. | # include <stddef.h>
  1161. | #else
  1162. | # ifdef HAVE_STDLIB_H
  1163. | # include <stdlib.h>
  1164. | # endif
  1165. | #endif
  1166. | #ifdef HAVE_STRING_H
  1167. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1168. | # include <memory.h>
  1169. | # endif
  1170. | # include <string.h>
  1171. | #endif
  1172. | #ifdef HAVE_STRINGS_H
  1173. | # include <strings.h>
  1174. | #endif
  1175. | #ifdef HAVE_INTTYPES_H
  1176. | # include <inttypes.h>
  1177. | #endif
  1178. | #ifdef HAVE_STDINT_H
  1179. | # include <stdint.h>
  1180. | #endif
  1181. | #ifdef HAVE_UNISTD_H
  1182. | # include <unistd.h>
  1183. | #endif
  1184. | int
  1185. | main ()
  1186. | {
  1187. | if (sizeof ((size_t)))
  1188. | return 0;
  1189. | ;
  1190. | return 0;
  1191. | }
  1192. configure:15761: result: yes
  1193. configure:15772: checking for uint16_t
  1194. configure:15772: g++ -c -g -O2 conftest.cpp >&5
  1195. configure:15772: $? = 0
  1196. configure:15772: result: yes
  1197. configure:15784: checking for uint32_t
  1198. configure:15784: g++ -c -g -O2 conftest.cpp >&5
  1199. configure:15784: $? = 0
  1200. configure:15784: result: yes
  1201. configure:15798: checking for uint64_t
  1202. configure:15798: g++ -c -g -O2 conftest.cpp >&5
  1203. configure:15798: $? = 0
  1204. configure:15798: result: yes
  1205. configure:15812: checking for uint8_t
  1206. configure:15812: g++ -c -g -O2 conftest.cpp >&5
  1207. configure:15812: $? = 0
  1208. configure:15812: result: yes
  1209. configure:15830: checking vfork.h usability
  1210. configure:15830: g++ -c -g -O2 conftest.cpp >&5
  1211. conftest.cpp:74:10: fatal error: 'vfork.h' file not found
  1212. #include <vfork.h>
  1213. ^
  1214. 1 error generated.
  1215. configure:15830: $? = 1
  1216. configure: failed program was:
  1217. | /* confdefs.h */
  1218. | #define PACKAGE_NAME "dss"
  1219. | #define PACKAGE_TARNAME "dss"
  1220. | #define PACKAGE_VERSION "1.21.4"
  1221. | #define PACKAGE_STRING "dss 1.21.4"
  1222. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1223. | #define PACKAGE_URL ""
  1224. | #define PACKAGE "dss"
  1225. | #define VERSION "1.21.4"
  1226. | #define WITH_BONJOUR 1
  1227. | #define MAILDIR ""
  1228. | #define STDC_HEADERS 1
  1229. | #define HAVE_SYS_TYPES_H 1
  1230. | #define HAVE_SYS_STAT_H 1
  1231. | #define HAVE_STDLIB_H 1
  1232. | #define HAVE_STRING_H 1
  1233. | #define HAVE_MEMORY_H 1
  1234. | #define HAVE_STRINGS_H 1
  1235. | #define HAVE_INTTYPES_H 1
  1236. | #define HAVE_STDINT_H 1
  1237. | #define HAVE_UNISTD_H 1
  1238. | #define HAVE_DLFCN_H 1
  1239. | #define LT_OBJDIR ".libs/"
  1240. | #define HAVE_PTHREAD 1
  1241. | #define HAVE_ARPA_INET_H 1
  1242. | #define HAVE_FCNTL_H 1
  1243. | #define HAVE_INTTYPES_H 1
  1244. | #define HAVE_LIMITS_H 1
  1245. | #define HAVE_NETDB_H 1
  1246. | #define HAVE_NETINET_IN_H 1
  1247. | #define HAVE_STDDEF_H 1
  1248. | #define HAVE_STDINT_H 1
  1249. | #define HAVE_STDLIB_H 1
  1250. | #define HAVE_STRING_H 1
  1251. | #define HAVE_SYS_IOCTL_H 1
  1252. | #define HAVE_SYS_SOCKET_H 1
  1253. | #define HAVE_SYS_TIME_H 1
  1254. | #define HAVE_UNISTD_H 1
  1255. | #define HAVE_STDBOOL_H 1
  1256. | /* end confdefs.h. */
  1257. | #include <stdio.h>
  1258. | #ifdef HAVE_SYS_TYPES_H
  1259. | # include <sys/types.h>
  1260. | #endif
  1261. | #ifdef HAVE_SYS_STAT_H
  1262. | # include <sys/stat.h>
  1263. | #endif
  1264. | #ifdef STDC_HEADERS
  1265. | # include <stdlib.h>
  1266. | # include <stddef.h>
  1267. | #else
  1268. | # ifdef HAVE_STDLIB_H
  1269. | # include <stdlib.h>
  1270. | # endif
  1271. | #endif
  1272. | #ifdef HAVE_STRING_H
  1273. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1274. | # include <memory.h>
  1275. | # endif
  1276. | # include <string.h>
  1277. | #endif
  1278. | #ifdef HAVE_STRINGS_H
  1279. | # include <strings.h>
  1280. | #endif
  1281. | #ifdef HAVE_INTTYPES_H
  1282. | # include <inttypes.h>
  1283. | #endif
  1284. | #ifdef HAVE_STDINT_H
  1285. | # include <stdint.h>
  1286. | #endif
  1287. | #ifdef HAVE_UNISTD_H
  1288. | # include <unistd.h>
  1289. | #endif
  1290. | #include <vfork.h>
  1291. configure:15830: result: no
  1292. configure:15830: checking vfork.h presence
  1293. configure:15830: g++ -E conftest.cpp
  1294. conftest.cpp:41:10: fatal error: 'vfork.h' file not found
  1295. #include <vfork.h>
  1296. ^
  1297. 1 error generated.
  1298. configure:15830: $? = 1
  1299. configure: failed program was:
  1300. | /* confdefs.h */
  1301. | #define PACKAGE_NAME "dss"
  1302. | #define PACKAGE_TARNAME "dss"
  1303. | #define PACKAGE_VERSION "1.21.4"
  1304. | #define PACKAGE_STRING "dss 1.21.4"
  1305. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1306. | #define PACKAGE_URL ""
  1307. | #define PACKAGE "dss"
  1308. | #define VERSION "1.21.4"
  1309. | #define WITH_BONJOUR 1
  1310. | #define MAILDIR ""
  1311. | #define STDC_HEADERS 1
  1312. | #define HAVE_SYS_TYPES_H 1
  1313. | #define HAVE_SYS_STAT_H 1
  1314. | #define HAVE_STDLIB_H 1
  1315. | #define HAVE_STRING_H 1
  1316. | #define HAVE_MEMORY_H 1
  1317. | #define HAVE_STRINGS_H 1
  1318. | #define HAVE_INTTYPES_H 1
  1319. | #define HAVE_STDINT_H 1
  1320. | #define HAVE_UNISTD_H 1
  1321. | #define HAVE_DLFCN_H 1
  1322. | #define LT_OBJDIR ".libs/"
  1323. | #define HAVE_PTHREAD 1
  1324. | #define HAVE_ARPA_INET_H 1
  1325. | #define HAVE_FCNTL_H 1
  1326. | #define HAVE_INTTYPES_H 1
  1327. | #define HAVE_LIMITS_H 1
  1328. | #define HAVE_NETDB_H 1
  1329. | #define HAVE_NETINET_IN_H 1
  1330. | #define HAVE_STDDEF_H 1
  1331. | #define HAVE_STDINT_H 1
  1332. | #define HAVE_STDLIB_H 1
  1333. | #define HAVE_STRING_H 1
  1334. | #define HAVE_SYS_IOCTL_H 1
  1335. | #define HAVE_SYS_SOCKET_H 1
  1336. | #define HAVE_SYS_TIME_H 1
  1337. | #define HAVE_UNISTD_H 1
  1338. | #define HAVE_STDBOOL_H 1
  1339. | /* end confdefs.h. */
  1340. | #include <vfork.h>
  1341. configure:15830: result: no
  1342. configure:15830: checking for vfork.h
  1343. configure:15830: result: no
  1344. configure:15843: checking for fork
  1345. configure:15843: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1346. configure:15843: $? = 0
  1347. configure:15843: result: yes
  1348. configure:15843: checking for vfork
  1349. configure:15843: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1350. configure:15843: $? = 0
  1351. configure:15843: result: yes
  1352. configure:15853: checking for working fork
  1353. configure:15875: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1354. configure:15875: $? = 0
  1355. configure:15875: ./conftest
  1356. configure:15875: $? = 0
  1357. configure:15885: result: yes
  1358. configure:15906: checking for working vfork
  1359. configure:16016: result: yes
  1360. configure:16041: checking for _LARGEFILE_SOURCE value needed for large files
  1361. configure:16060: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1362. configure:16060: $? = 0
  1363. configure:16088: result: no
  1364. configure:16111: checking for stdlib.h
  1365. configure:16111: result: yes
  1366. configure:16121: checking for GNU libc compatible malloc
  1367. configure:16145: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1368. configure:16145: $? = 0
  1369. configure:16145: ./conftest
  1370. configure:16145: $? = 0
  1371. configure:16155: result: yes
  1372. configure:16176: checking whether time.h and sys/time.h may both be included
  1373. configure:16196: g++ -c -g -O2 conftest.cpp >&5
  1374. configure:16196: $? = 0
  1375. configure:16203: result: yes
  1376. configure:16217: checking for sys/time.h
  1377. configure:16217: result: yes
  1378. configure:16217: checking for unistd.h
  1379. configure:16217: result: yes
  1380. configure:16238: checking for alarm
  1381. configure:16238: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1382. configure:16238: $? = 0
  1383. configure:16238: result: yes
  1384. configure:16251: checking for working mktime
  1385. configure:16453: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1386. configure:16453: $? = 0
  1387. configure:16453: ./conftest
  1388. configure:16453: $? = 1
  1389. configure: program exited with status 1
  1390. configure: failed program was:
  1391. | /* confdefs.h */
  1392. | #define PACKAGE_NAME "dss"
  1393. | #define PACKAGE_TARNAME "dss"
  1394. | #define PACKAGE_VERSION "1.21.4"
  1395. | #define PACKAGE_STRING "dss 1.21.4"
  1396. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1397. | #define PACKAGE_URL ""
  1398. | #define PACKAGE "dss"
  1399. | #define VERSION "1.21.4"
  1400. | #define WITH_BONJOUR 1
  1401. | #define MAILDIR ""
  1402. | #define STDC_HEADERS 1
  1403. | #define HAVE_SYS_TYPES_H 1
  1404. | #define HAVE_SYS_STAT_H 1
  1405. | #define HAVE_STDLIB_H 1
  1406. | #define HAVE_STRING_H 1
  1407. | #define HAVE_MEMORY_H 1
  1408. | #define HAVE_STRINGS_H 1
  1409. | #define HAVE_INTTYPES_H 1
  1410. | #define HAVE_STDINT_H 1
  1411. | #define HAVE_UNISTD_H 1
  1412. | #define HAVE_DLFCN_H 1
  1413. | #define LT_OBJDIR ".libs/"
  1414. | #define HAVE_PTHREAD 1
  1415. | #define HAVE_ARPA_INET_H 1
  1416. | #define HAVE_FCNTL_H 1
  1417. | #define HAVE_INTTYPES_H 1
  1418. | #define HAVE_LIMITS_H 1
  1419. | #define HAVE_NETDB_H 1
  1420. | #define HAVE_NETINET_IN_H 1
  1421. | #define HAVE_STDDEF_H 1
  1422. | #define HAVE_STDINT_H 1
  1423. | #define HAVE_STDLIB_H 1
  1424. | #define HAVE_STRING_H 1
  1425. | #define HAVE_SYS_IOCTL_H 1
  1426. | #define HAVE_SYS_SOCKET_H 1
  1427. | #define HAVE_SYS_TIME_H 1
  1428. | #define HAVE_UNISTD_H 1
  1429. | #define HAVE_STDBOOL_H 1
  1430. | #define HAVE_FORK 1
  1431. | #define HAVE_VFORK 1
  1432. | #define HAVE_WORKING_VFORK 1
  1433. | #define HAVE_WORKING_FORK 1
  1434. | #define HAVE_FSEEKO 1
  1435. | #define HAVE_STDLIB_H 1
  1436. | #define HAVE_MALLOC 1
  1437. | #define TIME_WITH_SYS_TIME 1
  1438. | #define HAVE_SYS_TIME_H 1
  1439. | #define HAVE_UNISTD_H 1
  1440. | #define HAVE_ALARM 1
  1441. | /* end confdefs.h. */
  1442. | /* Test program from Paul Eggert and Tony Leneis. */
  1443. | #ifdef TIME_WITH_SYS_TIME
  1444. | # include <sys/time.h>
  1445. | # include <time.h>
  1446. | #else
  1447. | # ifdef HAVE_SYS_TIME_H
  1448. | # include <sys/time.h>
  1449. | # else
  1450. | # include <time.h>
  1451. | # endif
  1452. | #endif
  1453. |
  1454. | #include <limits.h>
  1455. | #include <stdlib.h>
  1456. |
  1457. | #ifdef HAVE_UNISTD_H
  1458. | # include <unistd.h>
  1459. | #endif
  1460. |
  1461. | #ifndef HAVE_ALARM
  1462. | # define alarm(X) /* empty */
  1463. | #endif
  1464. |
  1465. | /* Work around redefinition to rpl_putenv by other config tests. */
  1466. | #undef putenv
  1467. |
  1468. | static time_t time_t_max;
  1469. | static time_t time_t_min;
  1470. |
  1471. | /* Values we'll use to set the TZ environment variable. */
  1472. | static const char *tz_strings[] = {
  1473. | (const char *) 0, "TZ=GMT0", "TZ=JST-9",
  1474. | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
  1475. | };
  1476. | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
  1477. |
  1478. | /* Return 0 if mktime fails to convert a date in the spring-forward gap.
  1479. | Based on a problem report from Andreas Jaeger. */
  1480. | static int
  1481. | spring_forward_gap ()
  1482. | {
  1483. | /* glibc (up to about 1998-10-07) failed this test. */
  1484. | struct tm tm;
  1485. |
  1486. | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
  1487. | instead of "TZ=America/Vancouver" in order to detect the bug even
  1488. | on systems that don't support the Olson extension, or don't have the
  1489. | full zoneinfo tables installed. */
  1490. | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
  1491. |
  1492. | tm.tm_year = 98;
  1493. | tm.tm_mon = 3;
  1494. | tm.tm_mday = 5;
  1495. | tm.tm_hour = 2;
  1496. | tm.tm_min = 0;
  1497. | tm.tm_sec = 0;
  1498. | tm.tm_isdst = -1;
  1499. | return mktime (&tm) != (time_t) -1;
  1500. | }
  1501. |
  1502. | static int
  1503. | mktime_test1 (time_t now)
  1504. | {
  1505. | struct tm *lt;
  1506. | return ! (lt = localtime (&now)) || mktime (lt) == now;
  1507. | }
  1508. |
  1509. | static int
  1510. | mktime_test (time_t now)
  1511. | {
  1512. | return (mktime_test1 (now)
  1513. | && mktime_test1 ((time_t) (time_t_max - now))
  1514. | && mktime_test1 ((time_t) (time_t_min + now)));
  1515. | }
  1516. |
  1517. | static int
  1518. | irix_6_4_bug ()
  1519. | {
  1520. | /* Based on code from Ariel Faigon. */
  1521. | struct tm tm;
  1522. | tm.tm_year = 96;
  1523. | tm.tm_mon = 3;
  1524. | tm.tm_mday = 0;
  1525. | tm.tm_hour = 0;
  1526. | tm.tm_min = 0;
  1527. | tm.tm_sec = 0;
  1528. | tm.tm_isdst = -1;
  1529. | mktime (&tm);
  1530. | return tm.tm_mon == 2 && tm.tm_mday == 31;
  1531. | }
  1532. |
  1533. | static int
  1534. | bigtime_test (int j)
  1535. | {
  1536. | struct tm tm;
  1537. | time_t now;
  1538. | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
  1539. | now = mktime (&tm);
  1540. | if (now != (time_t) -1)
  1541. | {
  1542. | struct tm *lt = localtime (&now);
  1543. | if (! (lt
  1544. | && lt->tm_year == tm.tm_year
  1545. | && lt->tm_mon == tm.tm_mon
  1546. | && lt->tm_mday == tm.tm_mday
  1547. | && lt->tm_hour == tm.tm_hour
  1548. | && lt->tm_min == tm.tm_min
  1549. | && lt->tm_sec == tm.tm_sec
  1550. | && lt->tm_yday == tm.tm_yday
  1551. | && lt->tm_wday == tm.tm_wday
  1552. | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
  1553. | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
  1554. | return 0;
  1555. | }
  1556. | return 1;
  1557. | }
  1558. |
  1559. | static int
  1560. | year_2050_test ()
  1561. | {
  1562. | /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
  1563. | ignoring leap seconds. */
  1564. | unsigned long int answer = 2527315200UL;
  1565. |
  1566. | struct tm tm;
  1567. | time_t t;
  1568. | tm.tm_year = 2050 - 1900;
  1569. | tm.tm_mon = 2 - 1;
  1570. | tm.tm_mday = 1;
  1571. | tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
  1572. | tm.tm_isdst = -1;
  1573. |
  1574. | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
  1575. | instead of "TZ=America/Vancouver" in order to detect the bug even
  1576. | on systems that don't support the Olson extension, or don't have the
  1577. | full zoneinfo tables installed. */
  1578. | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
  1579. |
  1580. | t = mktime (&tm);
  1581. |
  1582. | /* Check that the result is either a failure, or close enough
  1583. | to the correct answer that we can assume the discrepancy is
  1584. | due to leap seconds. */
  1585. | return (t == (time_t) -1
  1586. | || (0 < t && answer - 120 <= t && t <= answer + 120));
  1587. | }
  1588. |
  1589. | int
  1590. | main ()
  1591. | {
  1592. | time_t t, delta;
  1593. | int i, j;
  1594. |
  1595. | /* This test makes some buggy mktime implementations loop.
  1596. | Give up after 60 seconds; a mktime slower than that
  1597. | isn't worth using anyway. */
  1598. | alarm (60);
  1599. |
  1600. | for (;;)
  1601. | {
  1602. | t = (time_t_max << 1) + 1;
  1603. | if (t <= time_t_max)
  1604. | break;
  1605. | time_t_max = t;
  1606. | }
  1607. | time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
  1608. |
  1609. | delta = time_t_max / 997; /* a suitable prime number */
  1610. | for (i = 0; i < N_STRINGS; i++)
  1611. | {
  1612. | if (tz_strings[i])
  1613. | putenv ((char*) tz_strings[i]);
  1614. |
  1615. | for (t = 0; t <= time_t_max - delta; t += delta)
  1616. | if (! mktime_test (t))
  1617. | return 1;
  1618. | if (! (mktime_test ((time_t) 1)
  1619. | && mktime_test ((time_t) (60 * 60))
  1620. | && mktime_test ((time_t) (60 * 60 * 24))))
  1621. | return 1;
  1622. |
  1623. | for (j = 1; ; j <<= 1)
  1624. | if (! bigtime_test (j))
  1625. | return 1;
  1626. | else if (INT_MAX / 2 < j)
  1627. | break;
  1628. | if (! bigtime_test (INT_MAX))
  1629. | return 1;
  1630. | }
  1631. | return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
  1632. | }
  1633. configure:16463: result: no
  1634. configure:16476: checking for stdlib.h
  1635. configure:16476: result: yes
  1636. configure:16486: checking for GNU libc compatible realloc
  1637. configure:16510: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1638. configure:16510: $? = 0
  1639. configure:16510: ./conftest
  1640. configure:16510: $? = 0
  1641. configure:16520: result: yes
  1642. configure:16541: checking for working strtod
  1643. configure:16582: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1644. conftest.cpp:96:20: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  1645. char *string = " +69";
  1646. ^
  1647. conftest.cpp:107:20: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
  1648. char *string = "NaN";
  1649. ^
  1650. 2 warnings generated.
  1651. configure:16582: $? = 0
  1652. configure:16582: ./conftest
  1653. configure:16582: $? = 0
  1654. configure:16592: result: yes
  1655. configure:16657: checking for dup2
  1656. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1657. configure:16657: $? = 0
  1658. configure:16657: result: yes
  1659. configure:16657: checking for gethostbyname
  1660. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1661. configure:16657: $? = 0
  1662. configure:16657: result: yes
  1663. configure:16657: checking for gettimeofday
  1664. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1665. configure:16657: $? = 0
  1666. configure:16657: result: yes
  1667. configure:16657: checking for inet_ntoa
  1668. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1669. configure:16657: $? = 0
  1670. configure:16657: result: yes
  1671. configure:16657: checking for localtime_r
  1672. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1673. configure:16657: $? = 0
  1674. configure:16657: result: yes
  1675. configure:16657: checking for memchr
  1676. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1677. configure:16657: $? = 0
  1678. configure:16657: result: yes
  1679. configure:16657: checking for memmove
  1680. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1681. configure:16657: $? = 0
  1682. configure:16657: result: yes
  1683. configure:16657: checking for memset
  1684. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1685. configure:16657: $? = 0
  1686. configure:16657: result: yes
  1687. configure:16657: checking for select
  1688. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1689. configure:16657: $? = 0
  1690. configure:16657: result: yes
  1691. configure:16657: checking for setlocale
  1692. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1693. configure:16657: $? = 0
  1694. configure:16657: result: yes
  1695. configure:16657: checking for socket
  1696. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1697. configure:16657: $? = 0
  1698. configure:16657: result: yes
  1699. configure:16657: checking for strchr
  1700. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1701. configure:16657: $? = 0
  1702. configure:16657: result: yes
  1703. configure:16657: checking for strcspn
  1704. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1705. configure:16657: $? = 0
  1706. configure:16657: result: yes
  1707. configure:16657: checking for strdup
  1708. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1709. configure:16657: $? = 0
  1710. configure:16657: result: yes
  1711. configure:16657: checking for strerror
  1712. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1713. configure:16657: $? = 0
  1714. configure:16657: result: yes
  1715. configure:16657: checking for strrchr
  1716. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1717. configure:16657: $? = 0
  1718. configure:16657: result: yes
  1719. configure:16657: checking for strspn
  1720. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1721. configure:16657: $? = 0
  1722. configure:16657: result: yes
  1723. configure:16657: checking for strstr
  1724. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1725. configure:16657: $? = 0
  1726. configure:16657: result: yes
  1727. configure:16657: checking for strtol
  1728. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1729. configure:16657: $? = 0
  1730. configure:16657: result: yes
  1731. configure:16657: checking for strtoul
  1732. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1733. configure:16657: $? = 0
  1734. configure:16657: result: yes
  1735. configure:16657: checking for iconv
  1736. configure:16657: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1737. configure:16657: $? = 0
  1738. configure:16657: result: yes
  1739. configure:16672: checking execinfo.h usability
  1740. configure:16672: g++ -c -g -O2 conftest.cpp >&5
  1741. configure:16672: $? = 0
  1742. configure:16672: result: yes
  1743. configure:16672: checking execinfo.h presence
  1744. configure:16672: g++ -E conftest.cpp
  1745. configure:16672: $? = 0
  1746. configure:16672: result: yes
  1747. configure:16672: checking for execinfo.h
  1748. configure:16672: result: yes
  1749. configure:16681: checking for backtrace
  1750. configure:16681: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1751. configure:16681: $? = 0
  1752. configure:16681: result: yes
  1753. configure:16681: checking for backtrace_symbols
  1754. configure:16681: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1755. configure:16681: $? = 0
  1756. configure:16681: result: yes
  1757. configure:16703: checking for clock_gettime
  1758. configure:16703: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  1759. Undefined symbols for architecture x86_64:
  1760. "_clock_gettime", referenced from:
  1761. _main in conftest-II0ZqB.o
  1762. ld: symbol(s) not found for architecture x86_64
  1763. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1764. configure:16703: $? = 1
  1765. configure: failed program was:
  1766. | /* confdefs.h */
  1767. | #define PACKAGE_NAME "dss"
  1768. | #define PACKAGE_TARNAME "dss"
  1769. | #define PACKAGE_VERSION "1.21.4"
  1770. | #define PACKAGE_STRING "dss 1.21.4"
  1771. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1772. | #define PACKAGE_URL ""
  1773. | #define PACKAGE "dss"
  1774. | #define VERSION "1.21.4"
  1775. | #define WITH_BONJOUR 1
  1776. | #define MAILDIR ""
  1777. | #define STDC_HEADERS 1
  1778. | #define HAVE_SYS_TYPES_H 1
  1779. | #define HAVE_SYS_STAT_H 1
  1780. | #define HAVE_STDLIB_H 1
  1781. | #define HAVE_STRING_H 1
  1782. | #define HAVE_MEMORY_H 1
  1783. | #define HAVE_STRINGS_H 1
  1784. | #define HAVE_INTTYPES_H 1
  1785. | #define HAVE_STDINT_H 1
  1786. | #define HAVE_UNISTD_H 1
  1787. | #define HAVE_DLFCN_H 1
  1788. | #define LT_OBJDIR ".libs/"
  1789. | #define HAVE_PTHREAD 1
  1790. | #define HAVE_ARPA_INET_H 1
  1791. | #define HAVE_FCNTL_H 1
  1792. | #define HAVE_INTTYPES_H 1
  1793. | #define HAVE_LIMITS_H 1
  1794. | #define HAVE_NETDB_H 1
  1795. | #define HAVE_NETINET_IN_H 1
  1796. | #define HAVE_STDDEF_H 1
  1797. | #define HAVE_STDINT_H 1
  1798. | #define HAVE_STDLIB_H 1
  1799. | #define HAVE_STRING_H 1
  1800. | #define HAVE_SYS_IOCTL_H 1
  1801. | #define HAVE_SYS_SOCKET_H 1
  1802. | #define HAVE_SYS_TIME_H 1
  1803. | #define HAVE_UNISTD_H 1
  1804. | #define HAVE_STDBOOL_H 1
  1805. | #define HAVE_FORK 1
  1806. | #define HAVE_VFORK 1
  1807. | #define HAVE_WORKING_VFORK 1
  1808. | #define HAVE_WORKING_FORK 1
  1809. | #define HAVE_FSEEKO 1
  1810. | #define HAVE_STDLIB_H 1
  1811. | #define HAVE_MALLOC 1
  1812. | #define TIME_WITH_SYS_TIME 1
  1813. | #define HAVE_SYS_TIME_H 1
  1814. | #define HAVE_UNISTD_H 1
  1815. | #define HAVE_ALARM 1
  1816. | #define HAVE_STDLIB_H 1
  1817. | #define HAVE_REALLOC 1
  1818. | #define HAVE_DUP2 1
  1819. | #define HAVE_GETHOSTBYNAME 1
  1820. | #define HAVE_GETTIMEOFDAY 1
  1821. | #define HAVE_INET_NTOA 1
  1822. | #define HAVE_LOCALTIME_R 1
  1823. | #define HAVE_MEMCHR 1
  1824. | #define HAVE_MEMMOVE 1
  1825. | #define HAVE_MEMSET 1
  1826. | #define HAVE_SELECT 1
  1827. | #define HAVE_SETLOCALE 1
  1828. | #define HAVE_SOCKET 1
  1829. | #define HAVE_STRCHR 1
  1830. | #define HAVE_STRCSPN 1
  1831. | #define HAVE_STRDUP 1
  1832. | #define HAVE_STRERROR 1
  1833. | #define HAVE_STRRCHR 1
  1834. | #define HAVE_STRSPN 1
  1835. | #define HAVE_STRSTR 1
  1836. | #define HAVE_STRTOL 1
  1837. | #define HAVE_STRTOUL 1
  1838. | #define HAVE_ICONV 1
  1839. | #define HAVE_EXECINFO_H 1
  1840. | #define HAVE_BACKTRACE 1
  1841. | #define HAVE_BACKTRACE_SYMBOLS 1
  1842. | /* end confdefs.h. */
  1843. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  1844. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1845. | #define clock_gettime innocuous_clock_gettime
  1846. |
  1847. | /* System header to define __stub macros and hopefully few prototypes,
  1848. | which can conflict with char clock_gettime (); below.
  1849. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1850. | <limits.h> exists even on freestanding compilers. */
  1851. |
  1852. | #ifdef __STDC__
  1853. | # include <limits.h>
  1854. | #else
  1855. | # include <assert.h>
  1856. | #endif
  1857. |
  1858. | #undef clock_gettime
  1859. |
  1860. | /* Override any GCC internal prototype to avoid an error.
  1861. | Use char because int might match the return type of a GCC
  1862. | builtin and then its argument prototype would still apply. */
  1863. | #ifdef __cplusplus
  1864. | extern "C"
  1865. | #endif
  1866. | char clock_gettime ();
  1867. | /* The GNU C library defines this for functions which it implements
  1868. | to always fail with ENOSYS. Some functions are actually named
  1869. | something starting with __ and the normal name is an alias. */
  1870. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  1871. | choke me
  1872. | #endif
  1873. |
  1874. | int
  1875. | main ()
  1876. | {
  1877. | return clock_gettime ();
  1878. | ;
  1879. | return 0;
  1880. | }
  1881. configure:16703: result: no
  1882. configure:16713: checking for clock_gettime in -lrt
  1883. configure:16738: g++ -o conftest -g -O2 conftest.cpp -lrt -liconv >&5
  1884. ld: library not found for -lrt
  1885. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1886. configure:16738: $? = 1
  1887. configure: failed program was:
  1888. | /* confdefs.h */
  1889. | #define PACKAGE_NAME "dss"
  1890. | #define PACKAGE_TARNAME "dss"
  1891. | #define PACKAGE_VERSION "1.21.4"
  1892. | #define PACKAGE_STRING "dss 1.21.4"
  1893. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  1894. | #define PACKAGE_URL ""
  1895. | #define PACKAGE "dss"
  1896. | #define VERSION "1.21.4"
  1897. | #define WITH_BONJOUR 1
  1898. | #define MAILDIR ""
  1899. | #define STDC_HEADERS 1
  1900. | #define HAVE_SYS_TYPES_H 1
  1901. | #define HAVE_SYS_STAT_H 1
  1902. | #define HAVE_STDLIB_H 1
  1903. | #define HAVE_STRING_H 1
  1904. | #define HAVE_MEMORY_H 1
  1905. | #define HAVE_STRINGS_H 1
  1906. | #define HAVE_INTTYPES_H 1
  1907. | #define HAVE_STDINT_H 1
  1908. | #define HAVE_UNISTD_H 1
  1909. | #define HAVE_DLFCN_H 1
  1910. | #define LT_OBJDIR ".libs/"
  1911. | #define HAVE_PTHREAD 1
  1912. | #define HAVE_ARPA_INET_H 1
  1913. | #define HAVE_FCNTL_H 1
  1914. | #define HAVE_INTTYPES_H 1
  1915. | #define HAVE_LIMITS_H 1
  1916. | #define HAVE_NETDB_H 1
  1917. | #define HAVE_NETINET_IN_H 1
  1918. | #define HAVE_STDDEF_H 1
  1919. | #define HAVE_STDINT_H 1
  1920. | #define HAVE_STDLIB_H 1
  1921. | #define HAVE_STRING_H 1
  1922. | #define HAVE_SYS_IOCTL_H 1
  1923. | #define HAVE_SYS_SOCKET_H 1
  1924. | #define HAVE_SYS_TIME_H 1
  1925. | #define HAVE_UNISTD_H 1
  1926. | #define HAVE_STDBOOL_H 1
  1927. | #define HAVE_FORK 1
  1928. | #define HAVE_VFORK 1
  1929. | #define HAVE_WORKING_VFORK 1
  1930. | #define HAVE_WORKING_FORK 1
  1931. | #define HAVE_FSEEKO 1
  1932. | #define HAVE_STDLIB_H 1
  1933. | #define HAVE_MALLOC 1
  1934. | #define TIME_WITH_SYS_TIME 1
  1935. | #define HAVE_SYS_TIME_H 1
  1936. | #define HAVE_UNISTD_H 1
  1937. | #define HAVE_ALARM 1
  1938. | #define HAVE_STDLIB_H 1
  1939. | #define HAVE_REALLOC 1
  1940. | #define HAVE_DUP2 1
  1941. | #define HAVE_GETHOSTBYNAME 1
  1942. | #define HAVE_GETTIMEOFDAY 1
  1943. | #define HAVE_INET_NTOA 1
  1944. | #define HAVE_LOCALTIME_R 1
  1945. | #define HAVE_MEMCHR 1
  1946. | #define HAVE_MEMMOVE 1
  1947. | #define HAVE_MEMSET 1
  1948. | #define HAVE_SELECT 1
  1949. | #define HAVE_SETLOCALE 1
  1950. | #define HAVE_SOCKET 1
  1951. | #define HAVE_STRCHR 1
  1952. | #define HAVE_STRCSPN 1
  1953. | #define HAVE_STRDUP 1
  1954. | #define HAVE_STRERROR 1
  1955. | #define HAVE_STRRCHR 1
  1956. | #define HAVE_STRSPN 1
  1957. | #define HAVE_STRSTR 1
  1958. | #define HAVE_STRTOL 1
  1959. | #define HAVE_STRTOUL 1
  1960. | #define HAVE_ICONV 1
  1961. | #define HAVE_EXECINFO_H 1
  1962. | #define HAVE_BACKTRACE 1
  1963. | #define HAVE_BACKTRACE_SYMBOLS 1
  1964. | /* end confdefs.h. */
  1965. |
  1966. | /* Override any GCC internal prototype to avoid an error.
  1967. | Use char because int might match the return type of a GCC
  1968. | builtin and then its argument prototype would still apply. */
  1969. | #ifdef __cplusplus
  1970. | extern "C"
  1971. | #endif
  1972. | char clock_gettime ();
  1973. | int
  1974. | main ()
  1975. | {
  1976. | return clock_gettime ();
  1977. | ;
  1978. | return 0;
  1979. | }
  1980. configure:16747: result: no
  1981. configure: this is boost.m4 serial 16
  1982. configure:16785: checking for Boost headers version >= 1.46.0
  1983. configure:16856: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  1984. configure:16856: $? = 0
  1985. configure:16877: result: /opt/local/include
  1986. configure:17073: checking for Boost's header version
  1987. configure:17091: result: 1_54
  1988. configure:17114: checking for the toolset name used by Boost for g++
  1989. configure:17187: g++ -c -g -O2 conftest.cpp >&5
  1990. conftest.cpp:84:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
  1991. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
  1992. ^
  1993. 1 error generated.
  1994. configure:17187: $? = 1
  1995. configure: failed program was:
  1996. | /* confdefs.h */
  1997. | #define PACKAGE_NAME "dss"
  1998. | #define PACKAGE_TARNAME "dss"
  1999. | #define PACKAGE_VERSION "1.21.4"
  2000. | #define PACKAGE_STRING "dss 1.21.4"
  2001. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2002. | #define PACKAGE_URL ""
  2003. | #define PACKAGE "dss"
  2004. | #define VERSION "1.21.4"
  2005. | #define WITH_BONJOUR 1
  2006. | #define MAILDIR ""
  2007. | #define STDC_HEADERS 1
  2008. | #define HAVE_SYS_TYPES_H 1
  2009. | #define HAVE_SYS_STAT_H 1
  2010. | #define HAVE_STDLIB_H 1
  2011. | #define HAVE_STRING_H 1
  2012. | #define HAVE_MEMORY_H 1
  2013. | #define HAVE_STRINGS_H 1
  2014. | #define HAVE_INTTYPES_H 1
  2015. | #define HAVE_STDINT_H 1
  2016. | #define HAVE_UNISTD_H 1
  2017. | #define HAVE_DLFCN_H 1
  2018. | #define LT_OBJDIR ".libs/"
  2019. | #define HAVE_PTHREAD 1
  2020. | #define HAVE_ARPA_INET_H 1
  2021. | #define HAVE_FCNTL_H 1
  2022. | #define HAVE_INTTYPES_H 1
  2023. | #define HAVE_LIMITS_H 1
  2024. | #define HAVE_NETDB_H 1
  2025. | #define HAVE_NETINET_IN_H 1
  2026. | #define HAVE_STDDEF_H 1
  2027. | #define HAVE_STDINT_H 1
  2028. | #define HAVE_STDLIB_H 1
  2029. | #define HAVE_STRING_H 1
  2030. | #define HAVE_SYS_IOCTL_H 1
  2031. | #define HAVE_SYS_SOCKET_H 1
  2032. | #define HAVE_SYS_TIME_H 1
  2033. | #define HAVE_UNISTD_H 1
  2034. | #define HAVE_STDBOOL_H 1
  2035. | #define HAVE_FORK 1
  2036. | #define HAVE_VFORK 1
  2037. | #define HAVE_WORKING_VFORK 1
  2038. | #define HAVE_WORKING_FORK 1
  2039. | #define HAVE_FSEEKO 1
  2040. | #define HAVE_STDLIB_H 1
  2041. | #define HAVE_MALLOC 1
  2042. | #define TIME_WITH_SYS_TIME 1
  2043. | #define HAVE_SYS_TIME_H 1
  2044. | #define HAVE_UNISTD_H 1
  2045. | #define HAVE_ALARM 1
  2046. | #define HAVE_STDLIB_H 1
  2047. | #define HAVE_REALLOC 1
  2048. | #define HAVE_DUP2 1
  2049. | #define HAVE_GETHOSTBYNAME 1
  2050. | #define HAVE_GETTIMEOFDAY 1
  2051. | #define HAVE_INET_NTOA 1
  2052. | #define HAVE_LOCALTIME_R 1
  2053. | #define HAVE_MEMCHR 1
  2054. | #define HAVE_MEMMOVE 1
  2055. | #define HAVE_MEMSET 1
  2056. | #define HAVE_SELECT 1
  2057. | #define HAVE_SETLOCALE 1
  2058. | #define HAVE_SOCKET 1
  2059. | #define HAVE_STRCHR 1
  2060. | #define HAVE_STRCSPN 1
  2061. | #define HAVE_STRDUP 1
  2062. | #define HAVE_STRERROR 1
  2063. | #define HAVE_STRRCHR 1
  2064. | #define HAVE_STRSPN 1
  2065. | #define HAVE_STRSTR 1
  2066. | #define HAVE_STRTOL 1
  2067. | #define HAVE_STRTOUL 1
  2068. | #define HAVE_ICONV 1
  2069. | #define HAVE_EXECINFO_H 1
  2070. | #define HAVE_BACKTRACE 1
  2071. | #define HAVE_BACKTRACE_SYMBOLS 1
  2072. | #define HAVE_BOOST 1
  2073. | #define BOOST_VERSION_146 1
  2074. | /* end confdefs.h. */
  2075. |
  2076. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
  2077. | /* OK */
  2078. | #else
  2079. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC
  2080. | #endif
  2081. |
  2082. | int
  2083. | main ()
  2084. | {
  2085. |
  2086. | ;
  2087. | return 0;
  2088. | }
  2089. configure:17187: g++ -c -g -O2 conftest.cpp >&5
  2090. conftest.cpp:84:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
  2091. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
  2092. ^
  2093. 1 error generated.
  2094. configure:17187: $? = 1
  2095. configure: failed program was:
  2096. | /* confdefs.h */
  2097. | #define PACKAGE_NAME "dss"
  2098. | #define PACKAGE_TARNAME "dss"
  2099. | #define PACKAGE_VERSION "1.21.4"
  2100. | #define PACKAGE_STRING "dss 1.21.4"
  2101. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2102. | #define PACKAGE_URL ""
  2103. | #define PACKAGE "dss"
  2104. | #define VERSION "1.21.4"
  2105. | #define WITH_BONJOUR 1
  2106. | #define MAILDIR ""
  2107. | #define STDC_HEADERS 1
  2108. | #define HAVE_SYS_TYPES_H 1
  2109. | #define HAVE_SYS_STAT_H 1
  2110. | #define HAVE_STDLIB_H 1
  2111. | #define HAVE_STRING_H 1
  2112. | #define HAVE_MEMORY_H 1
  2113. | #define HAVE_STRINGS_H 1
  2114. | #define HAVE_INTTYPES_H 1
  2115. | #define HAVE_STDINT_H 1
  2116. | #define HAVE_UNISTD_H 1
  2117. | #define HAVE_DLFCN_H 1
  2118. | #define LT_OBJDIR ".libs/"
  2119. | #define HAVE_PTHREAD 1
  2120. | #define HAVE_ARPA_INET_H 1
  2121. | #define HAVE_FCNTL_H 1
  2122. | #define HAVE_INTTYPES_H 1
  2123. | #define HAVE_LIMITS_H 1
  2124. | #define HAVE_NETDB_H 1
  2125. | #define HAVE_NETINET_IN_H 1
  2126. | #define HAVE_STDDEF_H 1
  2127. | #define HAVE_STDINT_H 1
  2128. | #define HAVE_STDLIB_H 1
  2129. | #define HAVE_STRING_H 1
  2130. | #define HAVE_SYS_IOCTL_H 1
  2131. | #define HAVE_SYS_SOCKET_H 1
  2132. | #define HAVE_SYS_TIME_H 1
  2133. | #define HAVE_UNISTD_H 1
  2134. | #define HAVE_STDBOOL_H 1
  2135. | #define HAVE_FORK 1
  2136. | #define HAVE_VFORK 1
  2137. | #define HAVE_WORKING_VFORK 1
  2138. | #define HAVE_WORKING_FORK 1
  2139. | #define HAVE_FSEEKO 1
  2140. | #define HAVE_STDLIB_H 1
  2141. | #define HAVE_MALLOC 1
  2142. | #define TIME_WITH_SYS_TIME 1
  2143. | #define HAVE_SYS_TIME_H 1
  2144. | #define HAVE_UNISTD_H 1
  2145. | #define HAVE_ALARM 1
  2146. | #define HAVE_STDLIB_H 1
  2147. | #define HAVE_REALLOC 1
  2148. | #define HAVE_DUP2 1
  2149. | #define HAVE_GETHOSTBYNAME 1
  2150. | #define HAVE_GETTIMEOFDAY 1
  2151. | #define HAVE_INET_NTOA 1
  2152. | #define HAVE_LOCALTIME_R 1
  2153. | #define HAVE_MEMCHR 1
  2154. | #define HAVE_MEMMOVE 1
  2155. | #define HAVE_MEMSET 1
  2156. | #define HAVE_SELECT 1
  2157. | #define HAVE_SETLOCALE 1
  2158. | #define HAVE_SOCKET 1
  2159. | #define HAVE_STRCHR 1
  2160. | #define HAVE_STRCSPN 1
  2161. | #define HAVE_STRDUP 1
  2162. | #define HAVE_STRERROR 1
  2163. | #define HAVE_STRRCHR 1
  2164. | #define HAVE_STRSPN 1
  2165. | #define HAVE_STRSTR 1
  2166. | #define HAVE_STRTOL 1
  2167. | #define HAVE_STRTOUL 1
  2168. | #define HAVE_ICONV 1
  2169. | #define HAVE_EXECINFO_H 1
  2170. | #define HAVE_BACKTRACE 1
  2171. | #define HAVE_BACKTRACE_SYMBOLS 1
  2172. | #define HAVE_BOOST 1
  2173. | #define BOOST_VERSION_146 1
  2174. | /* end confdefs.h. */
  2175. |
  2176. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
  2177. | /* OK */
  2178. | #else
  2179. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC
  2180. | #endif
  2181. |
  2182. | int
  2183. | main ()
  2184. | {
  2185. |
  2186. | ;
  2187. | return 0;
  2188. | }
  2189. configure:17187: g++ -c -g -O2 conftest.cpp >&5
  2190. conftest.cpp:84:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
  2191. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
  2192. ^
  2193. 1 error generated.
  2194. configure:17187: $? = 1
  2195. configure: failed program was:
  2196. | /* confdefs.h */
  2197. | #define PACKAGE_NAME "dss"
  2198. | #define PACKAGE_TARNAME "dss"
  2199. | #define PACKAGE_VERSION "1.21.4"
  2200. | #define PACKAGE_STRING "dss 1.21.4"
  2201. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2202. | #define PACKAGE_URL ""
  2203. | #define PACKAGE "dss"
  2204. | #define VERSION "1.21.4"
  2205. | #define WITH_BONJOUR 1
  2206. | #define MAILDIR ""
  2207. | #define STDC_HEADERS 1
  2208. | #define HAVE_SYS_TYPES_H 1
  2209. | #define HAVE_SYS_STAT_H 1
  2210. | #define HAVE_STDLIB_H 1
  2211. | #define HAVE_STRING_H 1
  2212. | #define HAVE_MEMORY_H 1
  2213. | #define HAVE_STRINGS_H 1
  2214. | #define HAVE_INTTYPES_H 1
  2215. | #define HAVE_STDINT_H 1
  2216. | #define HAVE_UNISTD_H 1
  2217. | #define HAVE_DLFCN_H 1
  2218. | #define LT_OBJDIR ".libs/"
  2219. | #define HAVE_PTHREAD 1
  2220. | #define HAVE_ARPA_INET_H 1
  2221. | #define HAVE_FCNTL_H 1
  2222. | #define HAVE_INTTYPES_H 1
  2223. | #define HAVE_LIMITS_H 1
  2224. | #define HAVE_NETDB_H 1
  2225. | #define HAVE_NETINET_IN_H 1
  2226. | #define HAVE_STDDEF_H 1
  2227. | #define HAVE_STDINT_H 1
  2228. | #define HAVE_STDLIB_H 1
  2229. | #define HAVE_STRING_H 1
  2230. | #define HAVE_SYS_IOCTL_H 1
  2231. | #define HAVE_SYS_SOCKET_H 1
  2232. | #define HAVE_SYS_TIME_H 1
  2233. | #define HAVE_UNISTD_H 1
  2234. | #define HAVE_STDBOOL_H 1
  2235. | #define HAVE_FORK 1
  2236. | #define HAVE_VFORK 1
  2237. | #define HAVE_WORKING_VFORK 1
  2238. | #define HAVE_WORKING_FORK 1
  2239. | #define HAVE_FSEEKO 1
  2240. | #define HAVE_STDLIB_H 1
  2241. | #define HAVE_MALLOC 1
  2242. | #define TIME_WITH_SYS_TIME 1
  2243. | #define HAVE_SYS_TIME_H 1
  2244. | #define HAVE_UNISTD_H 1
  2245. | #define HAVE_ALARM 1
  2246. | #define HAVE_STDLIB_H 1
  2247. | #define HAVE_REALLOC 1
  2248. | #define HAVE_DUP2 1
  2249. | #define HAVE_GETHOSTBYNAME 1
  2250. | #define HAVE_GETTIMEOFDAY 1
  2251. | #define HAVE_INET_NTOA 1
  2252. | #define HAVE_LOCALTIME_R 1
  2253. | #define HAVE_MEMCHR 1
  2254. | #define HAVE_MEMMOVE 1
  2255. | #define HAVE_MEMSET 1
  2256. | #define HAVE_SELECT 1
  2257. | #define HAVE_SETLOCALE 1
  2258. | #define HAVE_SOCKET 1
  2259. | #define HAVE_STRCHR 1
  2260. | #define HAVE_STRCSPN 1
  2261. | #define HAVE_STRDUP 1
  2262. | #define HAVE_STRERROR 1
  2263. | #define HAVE_STRRCHR 1
  2264. | #define HAVE_STRSPN 1
  2265. | #define HAVE_STRSTR 1
  2266. | #define HAVE_STRTOL 1
  2267. | #define HAVE_STRTOUL 1
  2268. | #define HAVE_ICONV 1
  2269. | #define HAVE_EXECINFO_H 1
  2270. | #define HAVE_BACKTRACE 1
  2271. | #define HAVE_BACKTRACE_SYMBOLS 1
  2272. | #define HAVE_BOOST 1
  2273. | #define BOOST_VERSION_146 1
  2274. | /* end confdefs.h. */
  2275. |
  2276. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
  2277. | /* OK */
  2278. | #else
  2279. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC
  2280. | #endif
  2281. |
  2282. | int
  2283. | main ()
  2284. | {
  2285. |
  2286. | ;
  2287. | return 0;
  2288. | }
  2289. configure:17187: g++ -c -g -O2 conftest.cpp >&5
  2290. conftest.cpp:84:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
  2291. # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
  2292. ^
  2293. 1 error generated.
  2294. configure:17187: $? = 1
  2295. configure: failed program was:
  2296. | /* confdefs.h */
  2297. | #define PACKAGE_NAME "dss"
  2298. | #define PACKAGE_TARNAME "dss"
  2299. | #define PACKAGE_VERSION "1.21.4"
  2300. | #define PACKAGE_STRING "dss 1.21.4"
  2301. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2302. | #define PACKAGE_URL ""
  2303. | #define PACKAGE "dss"
  2304. | #define VERSION "1.21.4"
  2305. | #define WITH_BONJOUR 1
  2306. | #define MAILDIR ""
  2307. | #define STDC_HEADERS 1
  2308. | #define HAVE_SYS_TYPES_H 1
  2309. | #define HAVE_SYS_STAT_H 1
  2310. | #define HAVE_STDLIB_H 1
  2311. | #define HAVE_STRING_H 1
  2312. | #define HAVE_MEMORY_H 1
  2313. | #define HAVE_STRINGS_H 1
  2314. | #define HAVE_INTTYPES_H 1
  2315. | #define HAVE_STDINT_H 1
  2316. | #define HAVE_UNISTD_H 1
  2317. | #define HAVE_DLFCN_H 1
  2318. | #define LT_OBJDIR ".libs/"
  2319. | #define HAVE_PTHREAD 1
  2320. | #define HAVE_ARPA_INET_H 1
  2321. | #define HAVE_FCNTL_H 1
  2322. | #define HAVE_INTTYPES_H 1
  2323. | #define HAVE_LIMITS_H 1
  2324. | #define HAVE_NETDB_H 1
  2325. | #define HAVE_NETINET_IN_H 1
  2326. | #define HAVE_STDDEF_H 1
  2327. | #define HAVE_STDINT_H 1
  2328. | #define HAVE_STDLIB_H 1
  2329. | #define HAVE_STRING_H 1
  2330. | #define HAVE_SYS_IOCTL_H 1
  2331. | #define HAVE_SYS_SOCKET_H 1
  2332. | #define HAVE_SYS_TIME_H 1
  2333. | #define HAVE_UNISTD_H 1
  2334. | #define HAVE_STDBOOL_H 1
  2335. | #define HAVE_FORK 1
  2336. | #define HAVE_VFORK 1
  2337. | #define HAVE_WORKING_VFORK 1
  2338. | #define HAVE_WORKING_FORK 1
  2339. | #define HAVE_FSEEKO 1
  2340. | #define HAVE_STDLIB_H 1
  2341. | #define HAVE_MALLOC 1
  2342. | #define TIME_WITH_SYS_TIME 1
  2343. | #define HAVE_SYS_TIME_H 1
  2344. | #define HAVE_UNISTD_H 1
  2345. | #define HAVE_ALARM 1
  2346. | #define HAVE_STDLIB_H 1
  2347. | #define HAVE_REALLOC 1
  2348. | #define HAVE_DUP2 1
  2349. | #define HAVE_GETHOSTBYNAME 1
  2350. | #define HAVE_GETTIMEOFDAY 1
  2351. | #define HAVE_INET_NTOA 1
  2352. | #define HAVE_LOCALTIME_R 1
  2353. | #define HAVE_MEMCHR 1
  2354. | #define HAVE_MEMMOVE 1
  2355. | #define HAVE_MEMSET 1
  2356. | #define HAVE_SELECT 1
  2357. | #define HAVE_SETLOCALE 1
  2358. | #define HAVE_SOCKET 1
  2359. | #define HAVE_STRCHR 1
  2360. | #define HAVE_STRCSPN 1
  2361. | #define HAVE_STRDUP 1
  2362. | #define HAVE_STRERROR 1
  2363. | #define HAVE_STRRCHR 1
  2364. | #define HAVE_STRSPN 1
  2365. | #define HAVE_STRSTR 1
  2366. | #define HAVE_STRTOL 1
  2367. | #define HAVE_STRTOUL 1
  2368. | #define HAVE_ICONV 1
  2369. | #define HAVE_EXECINFO_H 1
  2370. | #define HAVE_BACKTRACE 1
  2371. | #define HAVE_BACKTRACE_SYMBOLS 1
  2372. | #define HAVE_BOOST 1
  2373. | #define BOOST_VERSION_146 1
  2374. | /* end confdefs.h. */
  2375. |
  2376. | #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
  2377. | /* OK */
  2378. | #else
  2379. | # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC
  2380. | #endif
  2381. |
  2382. | int
  2383. | main ()
  2384. | {
  2385. |
  2386. | ;
  2387. | return 0;
  2388. | }
  2389. configure:17187: g++ -c -g -O2 conftest.cpp >&5
  2390. configure:17187: $? = 0
  2391. configure:17222: result: xgcc42 -xgcc
  2392. configure:17249: g++ -c -g -O2 conftest.cpp >&5
  2393. conftest.cpp:84:3: error: MT not needed
  2394. # error MT not needed
  2395. ^
  2396. 1 error generated.
  2397. configure:17249: $? = 1
  2398. configure: failed program was:
  2399. | /* confdefs.h */
  2400. | #define PACKAGE_NAME "dss"
  2401. | #define PACKAGE_TARNAME "dss"
  2402. | #define PACKAGE_VERSION "1.21.4"
  2403. | #define PACKAGE_STRING "dss 1.21.4"
  2404. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2405. | #define PACKAGE_URL ""
  2406. | #define PACKAGE "dss"
  2407. | #define VERSION "1.21.4"
  2408. | #define WITH_BONJOUR 1
  2409. | #define MAILDIR ""
  2410. | #define STDC_HEADERS 1
  2411. | #define HAVE_SYS_TYPES_H 1
  2412. | #define HAVE_SYS_STAT_H 1
  2413. | #define HAVE_STDLIB_H 1
  2414. | #define HAVE_STRING_H 1
  2415. | #define HAVE_MEMORY_H 1
  2416. | #define HAVE_STRINGS_H 1
  2417. | #define HAVE_INTTYPES_H 1
  2418. | #define HAVE_STDINT_H 1
  2419. | #define HAVE_UNISTD_H 1
  2420. | #define HAVE_DLFCN_H 1
  2421. | #define LT_OBJDIR ".libs/"
  2422. | #define HAVE_PTHREAD 1
  2423. | #define HAVE_ARPA_INET_H 1
  2424. | #define HAVE_FCNTL_H 1
  2425. | #define HAVE_INTTYPES_H 1
  2426. | #define HAVE_LIMITS_H 1
  2427. | #define HAVE_NETDB_H 1
  2428. | #define HAVE_NETINET_IN_H 1
  2429. | #define HAVE_STDDEF_H 1
  2430. | #define HAVE_STDINT_H 1
  2431. | #define HAVE_STDLIB_H 1
  2432. | #define HAVE_STRING_H 1
  2433. | #define HAVE_SYS_IOCTL_H 1
  2434. | #define HAVE_SYS_SOCKET_H 1
  2435. | #define HAVE_SYS_TIME_H 1
  2436. | #define HAVE_UNISTD_H 1
  2437. | #define HAVE_STDBOOL_H 1
  2438. | #define HAVE_FORK 1
  2439. | #define HAVE_VFORK 1
  2440. | #define HAVE_WORKING_VFORK 1
  2441. | #define HAVE_WORKING_FORK 1
  2442. | #define HAVE_FSEEKO 1
  2443. | #define HAVE_STDLIB_H 1
  2444. | #define HAVE_MALLOC 1
  2445. | #define TIME_WITH_SYS_TIME 1
  2446. | #define HAVE_SYS_TIME_H 1
  2447. | #define HAVE_UNISTD_H 1
  2448. | #define HAVE_ALARM 1
  2449. | #define HAVE_STDLIB_H 1
  2450. | #define HAVE_REALLOC 1
  2451. | #define HAVE_DUP2 1
  2452. | #define HAVE_GETHOSTBYNAME 1
  2453. | #define HAVE_GETTIMEOFDAY 1
  2454. | #define HAVE_INET_NTOA 1
  2455. | #define HAVE_LOCALTIME_R 1
  2456. | #define HAVE_MEMCHR 1
  2457. | #define HAVE_MEMMOVE 1
  2458. | #define HAVE_MEMSET 1
  2459. | #define HAVE_SELECT 1
  2460. | #define HAVE_SETLOCALE 1
  2461. | #define HAVE_SOCKET 1
  2462. | #define HAVE_STRCHR 1
  2463. | #define HAVE_STRCSPN 1
  2464. | #define HAVE_STRDUP 1
  2465. | #define HAVE_STRERROR 1
  2466. | #define HAVE_STRRCHR 1
  2467. | #define HAVE_STRSPN 1
  2468. | #define HAVE_STRSTR 1
  2469. | #define HAVE_STRTOL 1
  2470. | #define HAVE_STRTOUL 1
  2471. | #define HAVE_ICONV 1
  2472. | #define HAVE_EXECINFO_H 1
  2473. | #define HAVE_BACKTRACE 1
  2474. | #define HAVE_BACKTRACE_SYMBOLS 1
  2475. | #define HAVE_BOOST 1
  2476. | #define BOOST_VERSION_146 1
  2477. | /* end confdefs.h. */
  2478. |
  2479. | #if defined _REENTRANT || defined _MT || defined __MT__
  2480. | /* use -mt */
  2481. | #else
  2482. | # error MT not needed
  2483. | #endif
  2484. |
  2485. | int
  2486. | main ()
  2487. | {
  2488. |
  2489. | ;
  2490. | return 0;
  2491. | }
  2492. configure:17276: checking boost/system/error_code.hpp usability
  2493. configure:17276: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2494. configure:17276: $? = 0
  2495. configure:17276: result: yes
  2496. configure:17276: checking boost/system/error_code.hpp presence
  2497. configure:17276: g++ -E -I/opt/local/include conftest.cpp
  2498. configure:17276: $? = 0
  2499. configure:17276: result: yes
  2500. configure:17276: checking for boost/system/error_code.hpp
  2501. configure:17276: result: yes
  2502. configure:17303: checking for the Boost system library
  2503. configure:17345: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2504. configure:17345: $? = 0
  2505. configure:17397: re-using the existing conftest.o
  2506. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-mt-1_54 -liconv >&5
  2507. ld: library not found for -lboost_system-xgcc42-mt-1_54
  2508. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2509. configure:17412: $? = 1
  2510. configure:17397: re-using the existing conftest.o
  2511. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-1_54 -liconv >&5
  2512. ld: library not found for -lboost_system-xgcc42-1_54
  2513. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2514. configure:17412: $? = 1
  2515. configure:17397: re-using the existing conftest.o
  2516. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-mt-d-1_54 -liconv >&5
  2517. ld: library not found for -lboost_system-xgcc42-mt-d-1_54
  2518. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2519. configure:17412: $? = 1
  2520. configure:17397: re-using the existing conftest.o
  2521. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-d-1_54 -liconv >&5
  2522. ld: library not found for -lboost_system-xgcc42-d-1_54
  2523. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2524. configure:17412: $? = 1
  2525. configure:17397: re-using the existing conftest.o
  2526. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-mt -liconv >&5
  2527. ld: library not found for -lboost_system-xgcc42-mt
  2528. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2529. configure:17412: $? = 1
  2530. configure:17397: re-using the existing conftest.o
  2531. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42 -liconv >&5
  2532. ld: library not found for -lboost_system-xgcc42
  2533. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2534. configure:17412: $? = 1
  2535. configure:17397: re-using the existing conftest.o
  2536. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-mt-d -liconv >&5
  2537. ld: library not found for -lboost_system-xgcc42-mt-d
  2538. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2539. configure:17412: $? = 1
  2540. configure:17397: re-using the existing conftest.o
  2541. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc42-d -liconv >&5
  2542. ld: library not found for -lboost_system-xgcc42-d
  2543. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2544. configure:17412: $? = 1
  2545. configure:17397: re-using the existing conftest.o
  2546. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-mt-1_54 -liconv >&5
  2547. ld: library not found for -lboost_system-xgcc-mt-1_54
  2548. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2549. configure:17412: $? = 1
  2550. configure:17397: re-using the existing conftest.o
  2551. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-1_54 -liconv >&5
  2552. ld: library not found for -lboost_system-xgcc-1_54
  2553. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2554. configure:17412: $? = 1
  2555. configure:17397: re-using the existing conftest.o
  2556. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-mt-d-1_54 -liconv >&5
  2557. ld: library not found for -lboost_system-xgcc-mt-d-1_54
  2558. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2559. configure:17412: $? = 1
  2560. configure:17397: re-using the existing conftest.o
  2561. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-d-1_54 -liconv >&5
  2562. ld: library not found for -lboost_system-xgcc-d-1_54
  2563. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2564. configure:17412: $? = 1
  2565. configure:17397: re-using the existing conftest.o
  2566. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-mt -liconv >&5
  2567. ld: library not found for -lboost_system-xgcc-mt
  2568. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2569. configure:17412: $? = 1
  2570. configure:17397: re-using the existing conftest.o
  2571. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc -liconv >&5
  2572. ld: library not found for -lboost_system-xgcc
  2573. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2574. configure:17412: $? = 1
  2575. configure:17397: re-using the existing conftest.o
  2576. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-mt-d -liconv >&5
  2577. ld: library not found for -lboost_system-xgcc-mt-d
  2578. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2579. configure:17412: $? = 1
  2580. configure:17397: re-using the existing conftest.o
  2581. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-xgcc-d -liconv >&5
  2582. ld: library not found for -lboost_system-xgcc-d
  2583. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2584. configure:17412: $? = 1
  2585. configure:17397: re-using the existing conftest.o
  2586. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-mt-1_54 -liconv >&5
  2587. ld: library not found for -lboost_system-mt-1_54
  2588. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2589. configure:17412: $? = 1
  2590. configure:17397: re-using the existing conftest.o
  2591. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-1_54 -liconv >&5
  2592. ld: library not found for -lboost_system-1_54
  2593. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2594. configure:17412: $? = 1
  2595. configure:17397: re-using the existing conftest.o
  2596. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-mt-d-1_54 -liconv >&5
  2597. ld: library not found for -lboost_system-mt-d-1_54
  2598. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2599. configure:17412: $? = 1
  2600. configure:17397: re-using the existing conftest.o
  2601. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-d-1_54 -liconv >&5
  2602. ld: library not found for -lboost_system-d-1_54
  2603. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2604. configure:17412: $? = 1
  2605. configure:17397: re-using the existing conftest.o
  2606. configure:17403: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_system-mt -liconv >&5
  2607. configure:17412: $? = 0
  2608. configure:17452: result: yes
  2609. configure:17486: checking boost/asio.hpp usability
  2610. configure:17486: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2611. configure:17486: $? = 0
  2612. configure:17486: result: yes
  2613. configure:17486: checking boost/asio.hpp presence
  2614. configure:17486: g++ -E -I/opt/local/include conftest.cpp
  2615. configure:17486: $? = 0
  2616. configure:17486: result: yes
  2617. configure:17486: checking for boost/asio.hpp
  2618. configure:17486: result: yes
  2619. configure:17516: checking boost/bind.hpp usability
  2620. configure:17516: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2621. configure:17516: $? = 0
  2622. configure:17516: result: yes
  2623. configure:17516: checking boost/bind.hpp presence
  2624. configure:17516: g++ -E -I/opt/local/include conftest.cpp
  2625. configure:17516: $? = 0
  2626. configure:17516: result: yes
  2627. configure:17516: checking for boost/bind.hpp
  2628. configure:17516: result: yes
  2629. configure:17546: checking boost/foreach.hpp usability
  2630. configure:17546: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2631. configure:17546: $? = 0
  2632. configure:17546: result: yes
  2633. configure:17546: checking boost/foreach.hpp presence
  2634. configure:17546: g++ -E -I/opt/local/include conftest.cpp
  2635. configure:17546: $? = 0
  2636. configure:17546: result: yes
  2637. configure:17546: checking for boost/foreach.hpp
  2638. configure:17546: result: yes
  2639. configure:17576: checking boost/function.hpp usability
  2640. configure:17576: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2641. configure:17576: $? = 0
  2642. configure:17576: result: yes
  2643. configure:17576: checking boost/function.hpp presence
  2644. configure:17576: g++ -E -I/opt/local/include conftest.cpp
  2645. configure:17576: $? = 0
  2646. configure:17576: result: yes
  2647. configure:17576: checking for boost/function.hpp
  2648. configure:17576: result: yes
  2649. configure:17606: checking boost/lambda/lambda.hpp usability
  2650. configure:17606: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2651. configure:17606: $? = 0
  2652. configure:17606: result: yes
  2653. configure:17606: checking boost/lambda/lambda.hpp presence
  2654. configure:17606: g++ -E -I/opt/local/include conftest.cpp
  2655. configure:17606: $? = 0
  2656. configure:17606: result: yes
  2657. configure:17606: checking for boost/lambda/lambda.hpp
  2658. configure:17606: result: yes
  2659. configure:17636: checking boost/scoped_ptr.hpp usability
  2660. configure:17636: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2661. configure:17636: $? = 0
  2662. configure:17636: result: yes
  2663. configure:17636: checking boost/scoped_ptr.hpp presence
  2664. configure:17636: g++ -E -I/opt/local/include conftest.cpp
  2665. configure:17636: $? = 0
  2666. configure:17636: result: yes
  2667. configure:17636: checking for boost/scoped_ptr.hpp
  2668. configure:17636: result: yes
  2669. configure:17665: checking boost/shared_ptr.hpp usability
  2670. configure:17665: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2671. configure:17665: $? = 0
  2672. configure:17665: result: yes
  2673. configure:17665: checking boost/shared_ptr.hpp presence
  2674. configure:17665: g++ -E -I/opt/local/include conftest.cpp
  2675. configure:17665: $? = 0
  2676. configure:17665: result: yes
  2677. configure:17665: checking for boost/shared_ptr.hpp
  2678. configure:17665: result: yes
  2679. configure:17696: checking boost/tuple/tuple.hpp usability
  2680. configure:17696: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2681. configure:17696: $? = 0
  2682. configure:17696: result: yes
  2683. configure:17696: checking boost/tuple/tuple.hpp presence
  2684. configure:17696: g++ -E -I/opt/local/include conftest.cpp
  2685. configure:17696: $? = 0
  2686. configure:17696: result: yes
  2687. configure:17696: checking for boost/tuple/tuple.hpp
  2688. configure:17696: result: yes
  2689. configure:17721: checking for the flags needed to use pthreads
  2690. configure:17776: g++ -o conftest -g -O2 conftest.cpp -liconv >&5
  2691. configure:17776: $? = 0
  2692. configure:17790: result:
  2693. configure:17827: checking boost/thread.hpp usability
  2694. configure:17827: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2695. configure:17827: $? = 0
  2696. configure:17827: result: yes
  2697. configure:17827: checking boost/thread.hpp presence
  2698. configure:17827: g++ -E -I/opt/local/include conftest.cpp
  2699. configure:17827: $? = 0
  2700. configure:17827: result: yes
  2701. configure:17827: checking for boost/thread.hpp
  2702. configure:17827: result: yes
  2703. configure:17854: checking for the Boost thread library
  2704. configure:17896: g++ -c -g -O2 -I/opt/local/include conftest.cpp >&5
  2705. configure:17896: $? = 0
  2706. configure:17948: re-using the existing conftest.o
  2707. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-1_54 -liconv >&5
  2708. ld: library not found for -lboost_thread-xgcc42-mt-1_54
  2709. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2710. configure:17963: $? = 1
  2711. configure:17948: re-using the existing conftest.o
  2712. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-1_54 -liconv >&5
  2713. ld: library not found for -lboost_thread-xgcc42-1_54
  2714. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2715. configure:17963: $? = 1
  2716. configure:17948: re-using the existing conftest.o
  2717. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-d-1_54 -liconv >&5
  2718. ld: library not found for -lboost_thread-xgcc42-mt-d-1_54
  2719. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2720. configure:17963: $? = 1
  2721. configure:17948: re-using the existing conftest.o
  2722. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-d-1_54 -liconv >&5
  2723. ld: library not found for -lboost_thread-xgcc42-d-1_54
  2724. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2725. configure:17963: $? = 1
  2726. configure:17948: re-using the existing conftest.o
  2727. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt -liconv >&5
  2728. ld: library not found for -lboost_thread-xgcc42-mt
  2729. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2730. configure:17963: $? = 1
  2731. configure:17948: re-using the existing conftest.o
  2732. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42 -liconv >&5
  2733. ld: library not found for -lboost_thread-xgcc42
  2734. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2735. configure:17963: $? = 1
  2736. configure:17948: re-using the existing conftest.o
  2737. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-mt-d -liconv >&5
  2738. ld: library not found for -lboost_thread-xgcc42-mt-d
  2739. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2740. configure:17963: $? = 1
  2741. configure:17948: re-using the existing conftest.o
  2742. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc42-d -liconv >&5
  2743. ld: library not found for -lboost_thread-xgcc42-d
  2744. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2745. configure:17963: $? = 1
  2746. configure:17948: re-using the existing conftest.o
  2747. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-1_54 -liconv >&5
  2748. ld: library not found for -lboost_thread-xgcc-mt-1_54
  2749. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2750. configure:17963: $? = 1
  2751. configure:17948: re-using the existing conftest.o
  2752. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-1_54 -liconv >&5
  2753. ld: library not found for -lboost_thread-xgcc-1_54
  2754. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2755. configure:17963: $? = 1
  2756. configure:17948: re-using the existing conftest.o
  2757. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-d-1_54 -liconv >&5
  2758. ld: library not found for -lboost_thread-xgcc-mt-d-1_54
  2759. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2760. configure:17963: $? = 1
  2761. configure:17948: re-using the existing conftest.o
  2762. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-d-1_54 -liconv >&5
  2763. ld: library not found for -lboost_thread-xgcc-d-1_54
  2764. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2765. configure:17963: $? = 1
  2766. configure:17948: re-using the existing conftest.o
  2767. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt -liconv >&5
  2768. ld: library not found for -lboost_thread-xgcc-mt
  2769. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2770. configure:17963: $? = 1
  2771. configure:17948: re-using the existing conftest.o
  2772. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc -liconv >&5
  2773. ld: library not found for -lboost_thread-xgcc
  2774. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2775. configure:17963: $? = 1
  2776. configure:17948: re-using the existing conftest.o
  2777. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-mt-d -liconv >&5
  2778. ld: library not found for -lboost_thread-xgcc-mt-d
  2779. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2780. configure:17963: $? = 1
  2781. configure:17948: re-using the existing conftest.o
  2782. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-xgcc-d -liconv >&5
  2783. ld: library not found for -lboost_thread-xgcc-d
  2784. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2785. configure:17963: $? = 1
  2786. configure:17948: re-using the existing conftest.o
  2787. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-mt-1_54 -liconv >&5
  2788. ld: library not found for -lboost_thread-mt-1_54
  2789. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2790. configure:17963: $? = 1
  2791. configure:17948: re-using the existing conftest.o
  2792. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-1_54 -liconv >&5
  2793. ld: library not found for -lboost_thread-1_54
  2794. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2795. configure:17963: $? = 1
  2796. configure:17948: re-using the existing conftest.o
  2797. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-mt-d-1_54 -liconv >&5
  2798. ld: library not found for -lboost_thread-mt-d-1_54
  2799. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2800. configure:17963: $? = 1
  2801. configure:17948: re-using the existing conftest.o
  2802. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-d-1_54 -liconv >&5
  2803. ld: library not found for -lboost_thread-d-1_54
  2804. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2805. configure:17963: $? = 1
  2806. configure:17948: re-using the existing conftest.o
  2807. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-mt -liconv >&5
  2808. Undefined symbols for architecture x86_64:
  2809. "boost::system::system_category()", referenced from:
  2810. boost::mutex::mutex() in conftest.o
  2811. __GLOBAL__I_a in conftest.o
  2812. "boost::system::generic_category()", referenced from:
  2813. __GLOBAL__I_a in conftest.o
  2814. ld: symbol(s) not found for architecture x86_64
  2815. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2816. configure:17963: $? = 1
  2817. configure:17948: re-using the existing conftest.o
  2818. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread -liconv >&5
  2819. ld: library not found for -lboost_thread
  2820. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2821. configure:17963: $? = 1
  2822. configure:17948: re-using the existing conftest.o
  2823. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-mt-d -liconv >&5
  2824. ld: library not found for -lboost_thread-mt-d
  2825. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2826. configure:17963: $? = 1
  2827. configure:17948: re-using the existing conftest.o
  2828. configure:17954: g++ -o conftest -g -O2 -I/opt/local/include -L/opt/local/lib conftest.o -lboost_thread-d -liconv >&5
  2829. ld: library not found for -lboost_thread-d
  2830. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  2831. configure:17963: $? = 1
  2832. configure:18003: result: no
  2833. configure: failed program was:
  2834. | /* confdefs.h */
  2835. | #define PACKAGE_NAME "dss"
  2836. | #define PACKAGE_TARNAME "dss"
  2837. | #define PACKAGE_VERSION "1.21.4"
  2838. | #define PACKAGE_STRING "dss 1.21.4"
  2839. | #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  2840. | #define PACKAGE_URL ""
  2841. | #define PACKAGE "dss"
  2842. | #define VERSION "1.21.4"
  2843. | #define WITH_BONJOUR 1
  2844. | #define MAILDIR ""
  2845. | #define STDC_HEADERS 1
  2846. | #define HAVE_SYS_TYPES_H 1
  2847. | #define HAVE_SYS_STAT_H 1
  2848. | #define HAVE_STDLIB_H 1
  2849. | #define HAVE_STRING_H 1
  2850. | #define HAVE_MEMORY_H 1
  2851. | #define HAVE_STRINGS_H 1
  2852. | #define HAVE_INTTYPES_H 1
  2853. | #define HAVE_STDINT_H 1
  2854. | #define HAVE_UNISTD_H 1
  2855. | #define HAVE_DLFCN_H 1
  2856. | #define LT_OBJDIR ".libs/"
  2857. | #define HAVE_PTHREAD 1
  2858. | #define HAVE_ARPA_INET_H 1
  2859. | #define HAVE_FCNTL_H 1
  2860. | #define HAVE_INTTYPES_H 1
  2861. | #define HAVE_LIMITS_H 1
  2862. | #define HAVE_NETDB_H 1
  2863. | #define HAVE_NETINET_IN_H 1
  2864. | #define HAVE_STDDEF_H 1
  2865. | #define HAVE_STDINT_H 1
  2866. | #define HAVE_STDLIB_H 1
  2867. | #define HAVE_STRING_H 1
  2868. | #define HAVE_SYS_IOCTL_H 1
  2869. | #define HAVE_SYS_SOCKET_H 1
  2870. | #define HAVE_SYS_TIME_H 1
  2871. | #define HAVE_UNISTD_H 1
  2872. | #define HAVE_STDBOOL_H 1
  2873. | #define HAVE_FORK 1
  2874. | #define HAVE_VFORK 1
  2875. | #define HAVE_WORKING_VFORK 1
  2876. | #define HAVE_WORKING_FORK 1
  2877. | #define HAVE_FSEEKO 1
  2878. | #define HAVE_STDLIB_H 1
  2879. | #define HAVE_MALLOC 1
  2880. | #define TIME_WITH_SYS_TIME 1
  2881. | #define HAVE_SYS_TIME_H 1
  2882. | #define HAVE_UNISTD_H 1
  2883. | #define HAVE_ALARM 1
  2884. | #define HAVE_STDLIB_H 1
  2885. | #define HAVE_REALLOC 1
  2886. | #define HAVE_DUP2 1
  2887. | #define HAVE_GETHOSTBYNAME 1
  2888. | #define HAVE_GETTIMEOFDAY 1
  2889. | #define HAVE_INET_NTOA 1
  2890. | #define HAVE_LOCALTIME_R 1
  2891. | #define HAVE_MEMCHR 1
  2892. | #define HAVE_MEMMOVE 1
  2893. | #define HAVE_MEMSET 1
  2894. | #define HAVE_SELECT 1
  2895. | #define HAVE_SETLOCALE 1
  2896. | #define HAVE_SOCKET 1
  2897. | #define HAVE_STRCHR 1
  2898. | #define HAVE_STRCSPN 1
  2899. | #define HAVE_STRDUP 1
  2900. | #define HAVE_STRERROR 1
  2901. | #define HAVE_STRRCHR 1
  2902. | #define HAVE_STRSPN 1
  2903. | #define HAVE_STRSTR 1
  2904. | #define HAVE_STRTOL 1
  2905. | #define HAVE_STRTOUL 1
  2906. | #define HAVE_ICONV 1
  2907. | #define HAVE_EXECINFO_H 1
  2908. | #define HAVE_BACKTRACE 1
  2909. | #define HAVE_BACKTRACE_SYMBOLS 1
  2910. | #define HAVE_BOOST 1
  2911. | #define BOOST_VERSION_146 1
  2912. | #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  2913. | #define HAVE_BOOST_ASIO_HPP 1
  2914. | #define HAVE_BOOST_BIND_HPP 1
  2915. | #define HAVE_BOOST_FOREACH_HPP 1
  2916. | #define HAVE_BOOST_FUNCTION_HPP 1
  2917. | #define HAVE_BOOST_LAMBDA_LAMBDA_HPP 1
  2918. | #define HAVE_BOOST_SCOPED_PTR_HPP 1
  2919. | #define HAVE_BOOST_SHARED_PTR_HPP 1
  2920. | #define HAVE_BOOST_TUPLE_TUPLE_HPP 1
  2921. | #define HAVE_BOOST_THREAD_HPP 1
  2922. | /* end confdefs.h. */
  2923. | #include <boost/thread.hpp>
  2924. |
  2925. | int
  2926. | main ()
  2927. | {
  2928. | boost::thread t; boost::mutex m;
  2929. | ;
  2930. | return 0;
  2931. | }
  2932. configure:18009: error: cannot find the flags to link with Boost thread
  2933.  
  2934. ## ---------------- ##
  2935. ## Cache variables. ##
  2936. ## ---------------- ##
  2937.  
  2938. ac_cv_build=x86_64-apple-darwin12.5.0
  2939. ac_cv_c_compiler_gnu=yes
  2940. ac_cv_c_inline=inline
  2941. ac_cv_c_int32_t=yes
  2942. ac_cv_c_int64_t=yes
  2943. ac_cv_c_uint16_t=yes
  2944. ac_cv_c_uint32_t=yes
  2945. ac_cv_c_uint64_t=yes
  2946. ac_cv_c_uint8_t=yes
  2947. ac_cv_cxx_compiler_gnu=yes
  2948. ac_cv_env_AVAHI_CFLAGS_set=
  2949. ac_cv_env_AVAHI_CFLAGS_value=
  2950. ac_cv_env_AVAHI_LIBS_set=
  2951. ac_cv_env_AVAHI_LIBS_value=
  2952. ac_cv_env_BOOST_ROOT_set=
  2953. ac_cv_env_BOOST_ROOT_value=
  2954. ac_cv_env_CCC_set=
  2955. ac_cv_env_CCC_value=
  2956. ac_cv_env_CC_set=
  2957. ac_cv_env_CC_value=
  2958. ac_cv_env_CFLAGS_set=
  2959. ac_cv_env_CFLAGS_value=
  2960. ac_cv_env_CPPFLAGS_set=
  2961. ac_cv_env_CPPFLAGS_value=
  2962. ac_cv_env_CPP_set=
  2963. ac_cv_env_CPP_value=
  2964. ac_cv_env_CURL_CFLAGS_set=
  2965. ac_cv_env_CURL_CFLAGS_value=
  2966. ac_cv_env_CURL_LIBS_set=
  2967. ac_cv_env_CURL_LIBS_value=
  2968. ac_cv_env_CXXCPP_set=
  2969. ac_cv_env_CXXCPP_value=
  2970. ac_cv_env_CXXFLAGS_set=
  2971. ac_cv_env_CXXFLAGS_value=
  2972. ac_cv_env_CXX_set=
  2973. ac_cv_env_CXX_value=
  2974. ac_cv_env_GSOAP_CFLAGS_set=
  2975. ac_cv_env_GSOAP_CFLAGS_value=
  2976. ac_cv_env_GSOAP_LIBS_set=
  2977. ac_cv_env_GSOAP_LIBS_value=
  2978. ac_cv_env_ICAL_CFLAGS_set=
  2979. ac_cv_env_ICAL_CFLAGS_value=
  2980. ac_cv_env_ICAL_LIBS_set=
  2981. ac_cv_env_ICAL_LIBS_value=
  2982. ac_cv_env_JS_CFLAGS_set=
  2983. ac_cv_env_JS_CFLAGS_value=
  2984. ac_cv_env_JS_LIBS_set=
  2985. ac_cv_env_JS_LIBS_value=
  2986. ac_cv_env_LDFLAGS_set=
  2987. ac_cv_env_LDFLAGS_value=
  2988. ac_cv_env_LIBCOMMCHANNEL_CFLAGS_set=
  2989. ac_cv_env_LIBCOMMCHANNEL_CFLAGS_value=
  2990. ac_cv_env_LIBCOMMCHANNEL_LIBS_set=
  2991. ac_cv_env_LIBCOMMCHANNEL_LIBS_value=
  2992. ac_cv_env_LIBPROTOBUF_CFLAGS_set=
  2993. ac_cv_env_LIBPROTOBUF_CFLAGS_value=
  2994. ac_cv_env_LIBPROTOBUF_LIBS_set=
  2995. ac_cv_env_LIBPROTOBUF_LIBS_value=
  2996. ac_cv_env_LIBS_set=set
  2997. ac_cv_env_LIBS_value=-liconv
  2998. ac_cv_env_LIBTCMALLOC_CFLAGS_set=
  2999. ac_cv_env_LIBTCMALLOC_CFLAGS_value=
  3000. ac_cv_env_LIBTCMALLOC_LIBS_set=
  3001. ac_cv_env_LIBTCMALLOC_LIBS_value=
  3002. ac_cv_env_LIBXML2_CFLAGS_set=
  3003. ac_cv_env_LIBXML2_CFLAGS_value=
  3004. ac_cv_env_LIBXML2_LIBS_set=
  3005. ac_cv_env_LIBXML2_LIBS_value=
  3006. ac_cv_env_OPENSSL_CFLAGS_set=
  3007. ac_cv_env_OPENSSL_CFLAGS_value=
  3008. ac_cv_env_OPENSSL_LIBS_set=
  3009. ac_cv_env_OPENSSL_LIBS_value=
  3010. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3011. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3012. ac_cv_env_PKG_CONFIG_PATH_set=
  3013. ac_cv_env_PKG_CONFIG_PATH_value=
  3014. ac_cv_env_PKG_CONFIG_set=
  3015. ac_cv_env_PKG_CONFIG_value=
  3016. ac_cv_env_build_alias_set=
  3017. ac_cv_env_build_alias_value=
  3018. ac_cv_env_host_alias_set=
  3019. ac_cv_env_host_alias_value=
  3020. ac_cv_env_target_alias_set=
  3021. ac_cv_env_target_alias_value=
  3022. ac_cv_func_alarm=yes
  3023. ac_cv_func_backtrace=yes
  3024. ac_cv_func_backtrace_symbols=yes
  3025. ac_cv_func_clock_gettime=no
  3026. ac_cv_func_dup2=yes
  3027. ac_cv_func_fork=yes
  3028. ac_cv_func_fork_works=yes
  3029. ac_cv_func_gethostbyname=yes
  3030. ac_cv_func_gettimeofday=yes
  3031. ac_cv_func_iconv=yes
  3032. ac_cv_func_inet_ntoa=yes
  3033. ac_cv_func_localtime_r=yes
  3034. ac_cv_func_malloc_0_nonnull=yes
  3035. ac_cv_func_memchr=yes
  3036. ac_cv_func_memmove=yes
  3037. ac_cv_func_memset=yes
  3038. ac_cv_func_realloc_0_nonnull=yes
  3039. ac_cv_func_select=yes
  3040. ac_cv_func_setlocale=yes
  3041. ac_cv_func_socket=yes
  3042. ac_cv_func_strchr=yes
  3043. ac_cv_func_strcspn=yes
  3044. ac_cv_func_strdup=yes
  3045. ac_cv_func_strerror=yes
  3046. ac_cv_func_strrchr=yes
  3047. ac_cv_func_strspn=yes
  3048. ac_cv_func_strstr=yes
  3049. ac_cv_func_strtod=yes
  3050. ac_cv_func_strtol=yes
  3051. ac_cv_func_strtoul=yes
  3052. ac_cv_func_vfork=yes
  3053. ac_cv_func_vfork_works=yes
  3054. ac_cv_func_working_mktime=no
  3055. ac_cv_header_arpa_inet_h=yes
  3056. ac_cv_header_boost_asio_hpp=yes
  3057. ac_cv_header_boost_bind_hpp=yes
  3058. ac_cv_header_boost_foreach_hpp=yes
  3059. ac_cv_header_boost_function_hpp=yes
  3060. ac_cv_header_boost_lambda_lambda_hpp=yes
  3061. ac_cv_header_boost_scoped_ptr_hpp=yes
  3062. ac_cv_header_boost_shared_ptr_hpp=yes
  3063. ac_cv_header_boost_system_error_code_hpp=yes
  3064. ac_cv_header_boost_thread_hpp=yes
  3065. ac_cv_header_boost_tuple_tuple_hpp=yes
  3066. ac_cv_header_dlfcn_h=yes
  3067. ac_cv_header_execinfo_h=yes
  3068. ac_cv_header_fcntl_h=yes
  3069. ac_cv_header_inttypes_h=yes
  3070. ac_cv_header_limits_h=yes
  3071. ac_cv_header_memory_h=yes
  3072. ac_cv_header_netdb_h=yes
  3073. ac_cv_header_netinet_in_h=yes
  3074. ac_cv_header_stdbool_h=yes
  3075. ac_cv_header_stdc=yes
  3076. ac_cv_header_stddef_h=yes
  3077. ac_cv_header_stdint_h=yes
  3078. ac_cv_header_stdlib_h=yes
  3079. ac_cv_header_string_h=yes
  3080. ac_cv_header_strings_h=yes
  3081. ac_cv_header_sys_ioctl_h=yes
  3082. ac_cv_header_sys_socket_h=yes
  3083. ac_cv_header_sys_stat_h=yes
  3084. ac_cv_header_sys_time_h=yes
  3085. ac_cv_header_sys_types_h=yes
  3086. ac_cv_header_time=yes
  3087. ac_cv_header_unistd_h=yes
  3088. ac_cv_header_vfork_h=no
  3089. ac_cv_host=x86_64-apple-darwin12.5.0
  3090. ac_cv_lib_rt_clock_gettime=no
  3091. ac_cv_objext=o
  3092. ac_cv_path_EGREP='/usr/bin/grep -E'
  3093. ac_cv_path_FGREP='/usr/bin/grep -F'
  3094. ac_cv_path_GREP=/usr/bin/grep
  3095. ac_cv_path_SED=/usr/bin/sed
  3096. ac_cv_path_install='/usr/bin/install -c'
  3097. ac_cv_prog_AWK=awk
  3098. ac_cv_prog_CPP='gcc -E'
  3099. ac_cv_prog_CXXCPP='g++ -E'
  3100. ac_cv_prog_ac_ct_AR=ar
  3101. ac_cv_prog_ac_ct_CC=gcc
  3102. ac_cv_prog_ac_ct_CXX=g++
  3103. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  3104. ac_cv_prog_ac_ct_LIPO=lipo
  3105. ac_cv_prog_ac_ct_NMEDIT=nmedit
  3106. ac_cv_prog_ac_ct_OTOOL=otool
  3107. ac_cv_prog_ac_ct_RANLIB=ranlib
  3108. ac_cv_prog_ac_ct_STRIP=strip
  3109. ac_cv_prog_cc_c89=
  3110. ac_cv_prog_cc_g=yes
  3111. ac_cv_prog_cxx_g=yes
  3112. ac_cv_prog_make_make_set=yes
  3113. ac_cv_sys_largefile_source=no
  3114. ac_cv_type__Bool=no
  3115. ac_cv_type_off_t=yes
  3116. ac_cv_type_pid_t=yes
  3117. ac_cv_type_size_t=yes
  3118. am_cv_CC_dependencies_compiler_type=gcc3
  3119. am_cv_CXX_dependencies_compiler_type=gcc3
  3120. boost_cv_inc_path=/opt/local/include
  3121. boost_cv_lib_system=yes
  3122. boost_cv_lib_system_LDFLAGS='-L/opt/local/lib -Wl,-rpath /opt/local/lib'
  3123. boost_cv_lib_system_LDPATH=/opt/local/lib
  3124. boost_cv_lib_system_LIBS=-lboost_system-mt
  3125. boost_cv_lib_tag='xgcc42 -xgcc'
  3126. boost_cv_lib_thread=no
  3127. boost_cv_lib_thread_LIBS=-lboost_thread-d
  3128. boost_cv_lib_version=1_54
  3129. boost_cv_pthread_flag=
  3130. lt_cv_apple_cc_single_mod=yes
  3131. lt_cv_deplibs_check_method=pass_all
  3132. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3133. lt_cv_file_magic_test_file=
  3134. lt_cv_ld_exported_symbols_list=yes
  3135. lt_cv_ld_force_load=yes
  3136. lt_cv_ld_reload_flag=-r
  3137. lt_cv_nm_interface='BSD nm'
  3138. lt_cv_objdir=.libs
  3139. lt_cv_path_LD=/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3140. lt_cv_path_LDCXX=/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  3141. lt_cv_path_NM=/opt/local/bin/nm
  3142. lt_cv_prog_compiler_c_o=yes
  3143. lt_cv_prog_compiler_c_o_CXX=yes
  3144. lt_cv_prog_compiler_pic_works=yes
  3145. lt_cv_prog_compiler_pic_works_CXX=yes
  3146. lt_cv_prog_compiler_rtti_exceptions=yes
  3147. lt_cv_prog_compiler_static_works=no
  3148. lt_cv_prog_compiler_static_works_CXX=no
  3149. lt_cv_prog_gnu_ld=no
  3150. lt_cv_prog_gnu_ldcxx=no
  3151. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  3152. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3153. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  3154. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  3155. lt_cv_sys_max_cmd_len=196608
  3156.  
  3157. ## ----------------- ##
  3158. ## Output variables. ##
  3159. ## ----------------- ##
  3160.  
  3161. ACLOCAL='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run aclocal-1.11'
  3162. AMDEPBACKSLASH='\'
  3163. AMDEP_FALSE='#'
  3164. AMDEP_TRUE=''
  3165. AMTAR='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run tar'
  3166. AM_BACKSLASH='\'
  3167. AM_DEFAULT_VERBOSITY='0'
  3168. AR='ar'
  3169. AUTOCONF='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run autoconf'
  3170. AUTOHEADER='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run autoheader'
  3171. AUTOMAKE='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run automake-1.11'
  3172. AVAHI_CFLAGS=''
  3173. AVAHI_LIBS=''
  3174. AWK='awk'
  3175. BACKTRACE_LDFLAGS='-rdynamic'
  3176. BONJOUR_OPTION_ENABLED='yes'
  3177. BONJOUR_OPTION_REQUESTED='no'
  3178. BOOST_CPPFLAGS='-I/opt/local/include'
  3179. BOOST_FILESYSTEM_LDFLAGS=''
  3180. BOOST_FILESYSTEM_LDPATH=''
  3181. BOOST_FILESYSTEM_LIBS=''
  3182. BOOST_LDPATH='/opt/local/lib'
  3183. BOOST_PROGRAM_OPTIONS_LDFLAGS=''
  3184. BOOST_PROGRAM_OPTIONS_LDPATH=''
  3185. BOOST_PROGRAM_OPTIONS_LIBS=''
  3186. BOOST_ROOT=''
  3187. BOOST_SYSTEM_LDFLAGS='-L/opt/local/lib -Wl,-rpath /opt/local/lib'
  3188. BOOST_SYSTEM_LDPATH='/opt/local/lib'
  3189. BOOST_SYSTEM_LIBS='-lboost_system-mt'
  3190. BOOST_THREAD_LDFLAGS=''
  3191. BOOST_THREAD_LDPATH=''
  3192. BOOST_THREAD_LIBS=''
  3193. BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS=''
  3194. BOOST_UNIT_TEST_FRAMEWORK_LDPATH=''
  3195. BOOST_UNIT_TEST_FRAMEWORK_LIBS=''
  3196. BUILD_GCOV_REPORT_FALSE=''
  3197. BUILD_GCOV_REPORT_TRUE='#'
  3198. BUILD_SOAP_FALSE=''
  3199. BUILD_SOAP_TRUE=''
  3200. CC='gcc'
  3201. CCDEPMODE='depmode=gcc3'
  3202. CFLAGS='-g -O2'
  3203. CPP='gcc -E'
  3204. CPPFLAGS=' -I/opt/local/include'
  3205. CURL_CFLAGS=''
  3206. CURL_LIBS=''
  3207. CXX='g++'
  3208. CXXCPP='g++ -E'
  3209. CXXDEPMODE='depmode=gcc3'
  3210. CXXFLAGS='-g -O2'
  3211. CYGPATH_W='echo'
  3212. DEBUG_OPTION_ENABLED='no'
  3213. DEBUG_OPTION_REQUESTED='no'
  3214. DEFS=''
  3215. DEPDIR='.deps'
  3216. DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost=/opt/local'\'''
  3217. DOXYGEN=''
  3218. DSYMUTIL='dsymutil'
  3219. DUMPBIN=''
  3220. ECHO_C='\c'
  3221. ECHO_N=''
  3222. ECHO_T=''
  3223. EGREP='/usr/bin/grep -E'
  3224. EXEEXT=''
  3225. EXPAT_CFLAGS=''
  3226. EXPAT_LDFLAGS=''
  3227. EXPAT_LIBS=''
  3228. EXPAT_STATUS=''
  3229. FGREP='/usr/bin/grep -F'
  3230. GCOV_CFLAGS=''
  3231. GCOV_LIBS=''
  3232. GENHTML=''
  3233. GREP='/usr/bin/grep'
  3234. GSOAP_CFLAGS=''
  3235. GSOAP_IMPORT_DIR=''
  3236. GSOAP_LIBS=''
  3237. GSOAP_SOAPCPP2=''
  3238. HAVE_CURL=''
  3239. HAVE_DOXYGEN_FALSE=''
  3240. HAVE_DOXYGEN_TRUE=''
  3241. HAVE_LIBTCMALLOC=''
  3242. HTTP_OPTION_ENABLED='no'
  3243. HTTP_OPTION_REQUESTED='no'
  3244. ICAL_CFLAGS=''
  3245. ICAL_LIBS=''
  3246. INSTALL_DATA='${INSTALL} -m 644'
  3247. INSTALL_PROGRAM='${INSTALL}'
  3248. INSTALL_SCRIPT='${INSTALL}'
  3249. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3250. JSONC_CFLAGS=''
  3251. JSONC_LDFLAGS=''
  3252. JSONC_LIBS=''
  3253. JSONC_STATUS=''
  3254. JS_CFLAGS=''
  3255. JS_LIBS=''
  3256. LCOV=''
  3257. LD='/Applications/Xcode_4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  3258. LDFLAGS=''
  3259. LIBCOMMCHANNEL_CFLAGS=''
  3260. LIBCOMMCHANNEL_LIBS=''
  3261. LIBDSM_API_CFLAGS=''
  3262. LIBDSM_API_LDFLAGS=''
  3263. LIBDSM_API_LIBS=''
  3264. LIBDSM_API_STATUS=''
  3265. LIBOBJS=' mktime.o'
  3266. LIBPROTOBUF_CFLAGS=''
  3267. LIBPROTOBUF_LIBS=''
  3268. LIBRRD_CFLAGS=''
  3269. LIBRRD_LDFLAGS=''
  3270. LIBRRD_LIBS=''
  3271. LIBRRD_STATUS=''
  3272. LIBS='-liconv '
  3273. LIBTCMALLOC_CFLAGS=''
  3274. LIBTCMALLOC_LIBS=''
  3275. LIBTCMALLOC_OPTION_ENABLED='yes'
  3276. LIBTCMALLOC_OPTION_REQUESTED='no'
  3277. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3278. LIBXML2_CFLAGS=''
  3279. LIBXML2_LIBS=''
  3280. LIPO='lipo'
  3281. LN_S='ln -s'
  3282. LTLIBOBJS=''
  3283. MAIL_SPOOL_OPTION_ENABLED='no'
  3284. MAIL_SPOOL_OPTION_REQUESTED='no'
  3285. MAKEINFO='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/missing --run makeinfo'
  3286. MKDIR_P='configure_aux/install-sh -c -d'
  3287. MT_SEARCHPATH='/opt/local'
  3288. MT_SEARCHPATH_HEADERS='/opt/local/include'
  3289. MT_SEARCHPATH_LIBS='/opt/local/lib'
  3290. MT_SEARCHPATH_PKGCONFIG='/opt/local/lib/pkgconfig'
  3291. MT_SEARCHPATH_PROGS='/opt/local/bin'
  3292. NM='/opt/local/bin/nm'
  3293. NMEDIT='nmedit'
  3294. OBJDUMP='false'
  3295. OBJEXT='o'
  3296. OPENSSL_CFLAGS=''
  3297. OPENSSL_LIBS=''
  3298. OTOOL64=':'
  3299. OTOOL='otool'
  3300. PACKAGE='dss'
  3301. PACKAGE_BUGREPORT='http://redmine.digitalstrom.org'
  3302. PACKAGE_NAME='dss'
  3303. PACKAGE_STRING='dss 1.21.4'
  3304. PACKAGE_TARNAME='dss'
  3305. PACKAGE_URL=''
  3306. PACKAGE_VERSION='1.21.4'
  3307. PATH_SEPARATOR=':'
  3308. PKG_CONFIG=''
  3309. PKG_CONFIG_LIBDIR=''
  3310. PKG_CONFIG_PATH=':/opt/local/lib/pkgconfig'
  3311. POW_LIB=''
  3312. PTHREAD_CC='gcc'
  3313. PTHREAD_CFLAGS='-D_THREAD_SAFE '
  3314. PTHREAD_LIBS=''
  3315. RANLIB='ranlib'
  3316. SED='/usr/bin/sed'
  3317. SENDMAIL=''
  3318. SENDMAIL_OPTION_ENABLED='yes'
  3319. SENDMAIL_OPTION_REQUESTED='no'
  3320. SET_MAKE=''
  3321. SHELL='/bin/sh'
  3322. SOAP_OPTION_ENABLED='yes'
  3323. SOAP_OPTION_REQUESTED='no'
  3324. STRIP='strip'
  3325. TEST_COVERAGE_OPTION_ENABLED='no'
  3326. TEST_COVERAGE_OPTION_REQUESTED='no'
  3327. VERSION='1.21.4'
  3328. WITH_LIBTCMALLOC_FALSE=''
  3329. WITH_LIBTCMALLOC_TRUE=''
  3330. ac_ct_CC='gcc'
  3331. ac_ct_CXX='g++'
  3332. ac_ct_DUMPBIN=''
  3333. acx_pthread_config=''
  3334. am__EXEEXT_FALSE=''
  3335. am__EXEEXT_TRUE=''
  3336. am__fastdepCC_FALSE='#'
  3337. am__fastdepCC_TRUE=''
  3338. am__fastdepCXX_FALSE='#'
  3339. am__fastdepCXX_TRUE=''
  3340. am__include='include'
  3341. am__isrc=''
  3342. am__leading_dot='.'
  3343. am__quote=''
  3344. am__tar='${AMTAR} chof - "$$tardir"'
  3345. am__untar='${AMTAR} xf -'
  3346. bindir='${exec_prefix}/bin'
  3347. build='x86_64-apple-darwin12.5.0'
  3348. build_alias=''
  3349. build_cpu='x86_64'
  3350. build_os='darwin12.5.0'
  3351. build_vendor='apple'
  3352. datadir='${datarootdir}'
  3353. datarootdir='${prefix}/share'
  3354. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3355. dvidir='${docdir}'
  3356. exec_prefix='NONE'
  3357. host='x86_64-apple-darwin12.5.0'
  3358. host_alias=''
  3359. host_cpu='x86_64'
  3360. host_os='darwin12.5.0'
  3361. host_vendor='apple'
  3362. htmldir='${docdir}'
  3363. includedir='${prefix}/include'
  3364. infodir='${datarootdir}/info'
  3365. install_sh='${SHELL} /Users/jonasschnelli/Downloads/dss-1.21.4/configure_aux/install-sh'
  3366. libdir='/opt/local/lib'
  3367. libexecdir='${exec_prefix}/libexec'
  3368. localedir='${datarootdir}/locale'
  3369. localstatedir='${prefix}/var'
  3370. mandir='${datarootdir}/man'
  3371. mkdir_p='$(top_builddir)/configure_aux/install-sh -c -d'
  3372. oldincludedir='/usr/include'
  3373. pdfdir='${docdir}'
  3374. prefix='/usr/local'
  3375. program_transform_name='s,x,x,'
  3376. psdir='${docdir}'
  3377. sbindir='${exec_prefix}/sbin'
  3378. sharedstatedir='${prefix}/com'
  3379. sysconfdir='${prefix}/etc'
  3380. target_alias=''
  3381.  
  3382. ## ----------- ##
  3383. ## confdefs.h. ##
  3384. ## ----------- ##
  3385.  
  3386. /* confdefs.h */
  3387. #define PACKAGE_NAME "dss"
  3388. #define PACKAGE_TARNAME "dss"
  3389. #define PACKAGE_VERSION "1.21.4"
  3390. #define PACKAGE_STRING "dss 1.21.4"
  3391. #define PACKAGE_BUGREPORT "http://redmine.digitalstrom.org"
  3392. #define PACKAGE_URL ""
  3393. #define PACKAGE "dss"
  3394. #define VERSION "1.21.4"
  3395. #define WITH_BONJOUR 1
  3396. #define MAILDIR ""
  3397. #define STDC_HEADERS 1
  3398. #define HAVE_SYS_TYPES_H 1
  3399. #define HAVE_SYS_STAT_H 1
  3400. #define HAVE_STDLIB_H 1
  3401. #define HAVE_STRING_H 1
  3402. #define HAVE_MEMORY_H 1
  3403. #define HAVE_STRINGS_H 1
  3404. #define HAVE_INTTYPES_H 1
  3405. #define HAVE_STDINT_H 1
  3406. #define HAVE_UNISTD_H 1
  3407. #define HAVE_DLFCN_H 1
  3408. #define LT_OBJDIR ".libs/"
  3409. #define HAVE_PTHREAD 1
  3410. #define HAVE_ARPA_INET_H 1
  3411. #define HAVE_FCNTL_H 1
  3412. #define HAVE_INTTYPES_H 1
  3413. #define HAVE_LIMITS_H 1
  3414. #define HAVE_NETDB_H 1
  3415. #define HAVE_NETINET_IN_H 1
  3416. #define HAVE_STDDEF_H 1
  3417. #define HAVE_STDINT_H 1
  3418. #define HAVE_STDLIB_H 1
  3419. #define HAVE_STRING_H 1
  3420. #define HAVE_SYS_IOCTL_H 1
  3421. #define HAVE_SYS_SOCKET_H 1
  3422. #define HAVE_SYS_TIME_H 1
  3423. #define HAVE_UNISTD_H 1
  3424. #define HAVE_STDBOOL_H 1
  3425. #define HAVE_FORK 1
  3426. #define HAVE_VFORK 1
  3427. #define HAVE_WORKING_VFORK 1
  3428. #define HAVE_WORKING_FORK 1
  3429. #define HAVE_FSEEKO 1
  3430. #define HAVE_STDLIB_H 1
  3431. #define HAVE_MALLOC 1
  3432. #define TIME_WITH_SYS_TIME 1
  3433. #define HAVE_SYS_TIME_H 1
  3434. #define HAVE_UNISTD_H 1
  3435. #define HAVE_ALARM 1
  3436. #define HAVE_STDLIB_H 1
  3437. #define HAVE_REALLOC 1
  3438. #define HAVE_DUP2 1
  3439. #define HAVE_GETHOSTBYNAME 1
  3440. #define HAVE_GETTIMEOFDAY 1
  3441. #define HAVE_INET_NTOA 1
  3442. #define HAVE_LOCALTIME_R 1
  3443. #define HAVE_MEMCHR 1
  3444. #define HAVE_MEMMOVE 1
  3445. #define HAVE_MEMSET 1
  3446. #define HAVE_SELECT 1
  3447. #define HAVE_SETLOCALE 1
  3448. #define HAVE_SOCKET 1
  3449. #define HAVE_STRCHR 1
  3450. #define HAVE_STRCSPN 1
  3451. #define HAVE_STRDUP 1
  3452. #define HAVE_STRERROR 1
  3453. #define HAVE_STRRCHR 1
  3454. #define HAVE_STRSPN 1
  3455. #define HAVE_STRSTR 1
  3456. #define HAVE_STRTOL 1
  3457. #define HAVE_STRTOUL 1
  3458. #define HAVE_ICONV 1
  3459. #define HAVE_EXECINFO_H 1
  3460. #define HAVE_BACKTRACE 1
  3461. #define HAVE_BACKTRACE_SYMBOLS 1
  3462. #define HAVE_BOOST 1
  3463. #define BOOST_VERSION_146 1
  3464. #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1
  3465. #define HAVE_BOOST_ASIO_HPP 1
  3466. #define HAVE_BOOST_BIND_HPP 1
  3467. #define HAVE_BOOST_FOREACH_HPP 1
  3468. #define HAVE_BOOST_FUNCTION_HPP 1
  3469. #define HAVE_BOOST_LAMBDA_LAMBDA_HPP 1
  3470. #define HAVE_BOOST_SCOPED_PTR_HPP 1
  3471. #define HAVE_BOOST_SHARED_PTR_HPP 1
  3472. #define HAVE_BOOST_TUPLE_TUPLE_HPP 1
  3473. #define HAVE_BOOST_THREAD_HPP 1
  3474.  
  3475. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement