Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.44 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 bgpstream configure 1.0.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ponkent530
  14. uname -m = x86_64
  15. uname -r = 4.2.5-1-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/apache-maven/apache-maven-3.2.3/bin
  31. PATH: /bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /usr/lib/jvm/default/bin
  36. PATH: /usr/bin/site_perl
  37. PATH: /usr/bin/vendor_perl
  38. PATH: /usr/bin/core_perl
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2608: checking build system type
  46. configure:2622: result: x86_64-unknown-linux-gnu
  47. configure:2642: checking host system type
  48. configure:2655: result: x86_64-unknown-linux-gnu
  49. configure:2696: checking how to print strings
  50. configure:2723: result: printf
  51. configure:2795: checking for gcc
  52. configure:2811: found /bin/gcc
  53. configure:2822: result: gcc
  54. configure:3051: checking for C compiler version
  55. configure:3060: gcc --version >&5
  56. gcc (GCC) 5.2.0
  57. Copyright (C) 2015 Free Software Foundation, Inc.
  58. This is free software; see the source for copying conditions. There is NO
  59. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  60.  
  61. configure:3071: $? = 0
  62. configure:3060: gcc -v >&5
  63. Using built-in specs.
  64. COLLECT_GCC=gcc
  65. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  66. Target: x86_64-unknown-linux-gnu
  67. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  68. Thread model: posix
  69. gcc version 5.2.0 (GCC)
  70. configure:3071: $? = 0
  71. configure:3060: gcc -V >&5
  72. gcc: error: unrecognized command line option '-V'
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:3071: $? = 1
  76. configure:3060: gcc -qversion >&5
  77. gcc: error: unrecognized command line option '-qversion'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:3071: $? = 1
  81. configure:3091: checking whether the C compiler works
  82. configure:3113: gcc conftest.c >&5
  83. configure:3117: $? = 0
  84. configure:3165: result: yes
  85. configure:3168: checking for C compiler default output file name
  86. configure:3170: result: a.out
  87. configure:3176: checking for suffix of executables
  88. configure:3183: gcc -o conftest conftest.c >&5
  89. configure:3187: $? = 0
  90. configure:3209: result:
  91. configure:3231: checking whether we are cross compiling
  92. configure:3239: gcc -o conftest conftest.c >&5
  93. configure:3243: $? = 0
  94. configure:3250: ./conftest
  95. configure:3254: $? = 0
  96. configure:3269: result: no
  97. configure:3274: checking for suffix of object files
  98. configure:3296: gcc -c conftest.c >&5
  99. configure:3300: $? = 0
  100. configure:3321: result: o
  101. configure:3325: checking whether we are using the GNU C compiler
  102. configure:3344: gcc -c conftest.c >&5
  103. configure:3344: $? = 0
  104. configure:3353: result: yes
  105. configure:3362: checking whether gcc accepts -g
  106. configure:3382: gcc -c -g conftest.c >&5
  107. configure:3382: $? = 0
  108. configure:3423: result: yes
  109. configure:3440: checking for gcc option to accept ISO C89
  110. configure:3503: gcc -c -g -O2 conftest.c >&5
  111. configure:3503: $? = 0
  112. configure:3516: result: none needed
  113. configure:3541: checking whether gcc understands -c and -o together
  114. configure:3563: gcc -c conftest.c -o conftest2.o
  115. configure:3566: $? = 0
  116. configure:3563: gcc -c conftest.c -o conftest2.o
  117. configure:3566: $? = 0
  118. configure:3578: result: yes
  119. configure:3595: checking for a sed that does not truncate output
  120. configure:3659: result: /bin/sed
  121. configure:3677: checking for grep that handles long lines and -e
  122. configure:3735: result: /bin/grep
  123. configure:3740: checking for egrep
  124. configure:3802: result: /bin/grep -E
  125. configure:3807: checking for fgrep
  126. configure:3869: result: /bin/grep -F
  127. configure:3904: checking for ld used by gcc
  128. configure:3971: result: /bin/ld
  129. configure:3978: checking if the linker (/bin/ld) is GNU ld
  130. configure:3993: result: yes
  131. configure:4005: checking for BSD- or MS-compatible name lister (nm)
  132. configure:4059: result: /bin/nm -B
  133. configure:4189: checking the name lister (/bin/nm -B) interface
  134. configure:4196: gcc -c -g -O2 conftest.c >&5
  135. configure:4199: /bin/nm -B "conftest.o"
  136. configure:4202: output
  137. 0000000000000000 B some_variable
  138. configure:4209: result: BSD nm
  139. configure:4212: checking whether ln -s works
  140. configure:4216: result: yes
  141. configure:4224: checking the maximum length of command line arguments
  142. configure:4355: result: 1572864
  143. configure:4403: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  144. configure:4443: result: func_convert_file_noop
  145. configure:4450: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  146. configure:4470: result: func_convert_file_noop
  147. configure:4477: checking for /bin/ld option to reload object files
  148. configure:4484: result: -r
  149. configure:4558: checking for objdump
  150. configure:4574: found /bin/objdump
  151. configure:4585: result: objdump
  152. configure:4617: checking how to recognize dependent libraries
  153. configure:4817: result: pass_all
  154. configure:4902: checking for dlltool
  155. configure:4932: result: no
  156. configure:4962: checking how to associate runtime and link libraries
  157. configure:4989: result: printf %s\n
  158. configure:5050: checking for ar
  159. configure:5066: found /bin/ar
  160. configure:5077: result: ar
  161. configure:5114: checking for archiver @FILE support
  162. configure:5131: gcc -c -g -O2 conftest.c >&5
  163. configure:5131: $? = 0
  164. configure:5134: ar cru libconftest.a @conftest.lst >&5
  165. ar: `u' modifier ignored since `D' is the default (see `U')
  166. configure:5137: $? = 0
  167. configure:5142: ar cru libconftest.a @conftest.lst >&5
  168. ar: `u' modifier ignored since `D' is the default (see `U')
  169. ar: conftest.o: No such file or directory
  170. configure:5145: $? = 1
  171. configure:5157: result: @
  172. configure:5215: checking for strip
  173. configure:5231: found /bin/strip
  174. configure:5242: result: strip
  175. configure:5314: checking for ranlib
  176. configure:5330: found /bin/ranlib
  177. configure:5341: result: ranlib
  178. configure:5418: checking for gawk
  179. configure:5434: found /bin/gawk
  180. configure:5445: result: gawk
  181. configure:5485: checking command to parse /bin/nm -B output from gcc object
  182. configure:5638: gcc -c -g -O2 conftest.c >&5
  183. configure:5641: $? = 0
  184. configure:5645: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  185. configure:5648: $? = 0
  186. configure:5714: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  187. configure:5717: $? = 0
  188. configure:5755: result: ok
  189. configure:5802: checking for sysroot
  190. configure:5832: result: no
  191. configure:5839: checking for a working dd
  192. configure:5877: result: /bin/dd
  193. configure:5881: checking how to truncate binary pipes
  194. configure:5896: result: /bin/dd bs=4096 count=1
  195. configure:6032: gcc -c -g -O2 conftest.c >&5
  196. configure:6035: $? = 0
  197. configure:6225: checking for mt
  198. configure:6255: result: no
  199. configure:6275: checking if : is a manifest tool
  200. configure:6281: : '-?'
  201. configure:6289: result: no
  202. configure:6966: checking how to run the C preprocessor
  203. configure:6997: gcc -E conftest.c
  204. configure:6997: $? = 0
  205. configure:7011: gcc -E conftest.c
  206. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  207. compilation terminated.
  208. configure:7011: $? = 1
  209. configure: failed program was:
  210. | /* confdefs.h */
  211. | #define PACKAGE_NAME "bgpstream"
  212. | #define PACKAGE_TARNAME "bgpstream"
  213. | #define PACKAGE_VERSION "1.0.0"
  214. | #define PACKAGE_STRING "bgpstream 1.0.0"
  215. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  216. | #define PACKAGE_URL ""
  217. | #define BGPSTREAM_MAJOR_VERSION 1
  218. | #define BGPSTREAM_MID_VERSION 0
  219. | #define BGPSTREAM_MINOR_VERSION 0
  220. | /* end confdefs.h. */
  221. | #include <ac_nonexistent.h>
  222. configure:7036: result: gcc -E
  223. configure:7056: gcc -E conftest.c
  224. configure:7056: $? = 0
  225. configure:7070: gcc -E conftest.c
  226. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  227. compilation terminated.
  228. configure:7070: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h */
  231. | #define PACKAGE_NAME "bgpstream"
  232. | #define PACKAGE_TARNAME "bgpstream"
  233. | #define PACKAGE_VERSION "1.0.0"
  234. | #define PACKAGE_STRING "bgpstream 1.0.0"
  235. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  236. | #define PACKAGE_URL ""
  237. | #define BGPSTREAM_MAJOR_VERSION 1
  238. | #define BGPSTREAM_MID_VERSION 0
  239. | #define BGPSTREAM_MINOR_VERSION 0
  240. | /* end confdefs.h. */
  241. | #include <ac_nonexistent.h>
  242. configure:7099: checking for ANSI C header files
  243. configure:7119: gcc -c -g -O2 conftest.c >&5
  244. configure:7119: $? = 0
  245. configure:7192: gcc -o conftest -g -O2 conftest.c >&5
  246. configure:7192: $? = 0
  247. configure:7192: ./conftest
  248. configure:7192: $? = 0
  249. configure:7203: result: yes
  250. configure:7216: checking for sys/types.h
  251. configure:7216: gcc -c -g -O2 conftest.c >&5
  252. configure:7216: $? = 0
  253. configure:7216: result: yes
  254. configure:7216: checking for sys/stat.h
  255. configure:7216: gcc -c -g -O2 conftest.c >&5
  256. configure:7216: $? = 0
  257. configure:7216: result: yes
  258. configure:7216: checking for stdlib.h
  259. configure:7216: gcc -c -g -O2 conftest.c >&5
  260. configure:7216: $? = 0
  261. configure:7216: result: yes
  262. configure:7216: checking for string.h
  263. configure:7216: gcc -c -g -O2 conftest.c >&5
  264. configure:7216: $? = 0
  265. configure:7216: result: yes
  266. configure:7216: checking for memory.h
  267. configure:7216: gcc -c -g -O2 conftest.c >&5
  268. configure:7216: $? = 0
  269. configure:7216: result: yes
  270. configure:7216: checking for strings.h
  271. configure:7216: gcc -c -g -O2 conftest.c >&5
  272. configure:7216: $? = 0
  273. configure:7216: result: yes
  274. configure:7216: checking for inttypes.h
  275. configure:7216: gcc -c -g -O2 conftest.c >&5
  276. configure:7216: $? = 0
  277. configure:7216: result: yes
  278. configure:7216: checking for stdint.h
  279. configure:7216: gcc -c -g -O2 conftest.c >&5
  280. configure:7216: $? = 0
  281. configure:7216: result: yes
  282. configure:7216: checking for unistd.h
  283. configure:7216: gcc -c -g -O2 conftest.c >&5
  284. configure:7216: $? = 0
  285. configure:7216: result: yes
  286. configure:7230: checking for dlfcn.h
  287. configure:7230: gcc -c -g -O2 conftest.c >&5
  288. configure:7230: $? = 0
  289. configure:7230: result: yes
  290. configure:7486: checking for objdir
  291. configure:7501: result: .libs
  292. configure:7765: checking if gcc supports -fno-rtti -fno-exceptions
  293. configure:7783: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  294. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  295. configure:7787: $? = 0
  296. configure:7800: result: no
  297. configure:8158: checking for gcc option to produce PIC
  298. configure:8165: result: -fPIC -DPIC
  299. configure:8173: checking if gcc PIC flag -fPIC -DPIC works
  300. configure:8191: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  301. configure:8195: $? = 0
  302. configure:8208: result: yes
  303. configure:8237: checking if gcc static flag -static works
  304. configure:8265: result: yes
  305. configure:8280: checking if gcc supports -c -o file.o
  306. configure:8301: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  307. configure:8305: $? = 0
  308. configure:8327: result: yes
  309. configure:8335: checking if gcc supports -c -o file.o
  310. configure:8382: result: yes
  311. configure:8415: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
  312. configure:9674: result: yes
  313. configure:9711: checking whether -lc should be explicitly linked in
  314. configure:9719: gcc -c -g -O2 conftest.c >&5
  315. configure:9722: $? = 0
  316. configure:9737: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  317. configure:9740: $? = 0
  318. configure:9754: result: no
  319. configure:9914: checking dynamic linker characteristics
  320. configure:10495: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  321. configure:10495: $? = 0
  322. configure:10732: result: GNU/Linux ld.so
  323. configure:10854: checking how to hardcode library paths into programs
  324. configure:10879: result: immediate
  325. configure:11427: checking whether stripping libraries is possible
  326. configure:11432: result: yes
  327. configure:11467: checking if libtool supports shared libraries
  328. configure:11469: result: yes
  329. configure:11472: checking whether to build shared libraries
  330. configure:11497: result: yes
  331. configure:11500: checking whether to build static libraries
  332. configure:11504: result: yes
  333. configure:11554: checking whether to use rpath
  334. configure:11563: result: yes
  335. configure:11588: checking for a BSD-compatible install
  336. configure:11656: result: /bin/install -c
  337. configure:11667: checking whether build environment is sane
  338. configure:11722: result: yes
  339. configure:11870: checking for a thread-safe mkdir -p
  340. configure:11909: result: /bin/mkdir -p
  341. configure:11912: checking whether make sets $(MAKE)
  342. configure:11934: result: yes
  343. configure:11964: checking for style of include used by make
  344. configure:11992: result: GNU
  345. configure:12026: checking whether make supports nested variables
  346. configure:12043: result: yes
  347. configure:12128: checking dependency style of gcc
  348. configure:12239: result: gcc3
  349. configure:12364: checking for g++
  350. configure:12380: found /bin/g++
  351. configure:12391: result: g++
  352. configure:12418: checking for C++ compiler version
  353. configure:12427: g++ --version >&5
  354. g++ (GCC) 5.2.0
  355. Copyright (C) 2015 Free Software Foundation, Inc.
  356. This is free software; see the source for copying conditions. There is NO
  357. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  358.  
  359. configure:12438: $? = 0
  360. configure:12427: g++ -v >&5
  361. Using built-in specs.
  362. COLLECT_GCC=g++
  363. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/lto-wrapper
  364. Target: x86_64-unknown-linux-gnu
  365. Configured with: /build/gcc/src/gcc-5.2.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=gcc4-compatible
  366. Thread model: posix
  367. gcc version 5.2.0 (GCC)
  368. configure:12438: $? = 0
  369. configure:12427: g++ -V >&5
  370. g++: error: unrecognized command line option '-V'
  371. g++: fatal error: no input files
  372. compilation terminated.
  373. configure:12438: $? = 1
  374. configure:12427: g++ -qversion >&5
  375. g++: error: unrecognized command line option '-qversion'
  376. g++: fatal error: no input files
  377. compilation terminated.
  378. configure:12438: $? = 1
  379. configure:12442: checking whether we are using the GNU C++ compiler
  380. configure:12461: g++ -c conftest.cpp >&5
  381. configure:12461: $? = 0
  382. configure:12470: result: yes
  383. configure:12479: checking whether g++ accepts -g
  384. configure:12499: g++ -c -g conftest.cpp >&5
  385. configure:12499: $? = 0
  386. configure:12540: result: yes
  387. configure:12581: checking how to run the C++ preprocessor
  388. configure:12608: g++ -E conftest.cpp
  389. configure:12608: $? = 0
  390. configure:12622: g++ -E conftest.cpp
  391. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  392. compilation terminated.
  393. configure:12622: $? = 1
  394. configure: failed program was:
  395. | /* confdefs.h */
  396. | #define PACKAGE_NAME "bgpstream"
  397. | #define PACKAGE_TARNAME "bgpstream"
  398. | #define PACKAGE_VERSION "1.0.0"
  399. | #define PACKAGE_STRING "bgpstream 1.0.0"
  400. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  401. | #define PACKAGE_URL ""
  402. | #define BGPSTREAM_MAJOR_VERSION 1
  403. | #define BGPSTREAM_MID_VERSION 0
  404. | #define BGPSTREAM_MINOR_VERSION 0
  405. | #define STDC_HEADERS 1
  406. | #define HAVE_SYS_TYPES_H 1
  407. | #define HAVE_SYS_STAT_H 1
  408. | #define HAVE_STDLIB_H 1
  409. | #define HAVE_STRING_H 1
  410. | #define HAVE_MEMORY_H 1
  411. | #define HAVE_STRINGS_H 1
  412. | #define HAVE_INTTYPES_H 1
  413. | #define HAVE_STDINT_H 1
  414. | #define HAVE_UNISTD_H 1
  415. | #define HAVE_DLFCN_H 1
  416. | #define LT_OBJDIR ".libs/"
  417. | #define PACKAGE "bgpstream"
  418. | #define VERSION "1.0.0"
  419. | /* end confdefs.h. */
  420. | #include <ac_nonexistent.h>
  421. configure:12647: result: g++ -E
  422. configure:12667: g++ -E conftest.cpp
  423. configure:12667: $? = 0
  424. configure:12681: g++ -E conftest.cpp
  425. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  426. compilation terminated.
  427. configure:12681: $? = 1
  428. configure: failed program was:
  429. | /* confdefs.h */
  430. | #define PACKAGE_NAME "bgpstream"
  431. | #define PACKAGE_TARNAME "bgpstream"
  432. | #define PACKAGE_VERSION "1.0.0"
  433. | #define PACKAGE_STRING "bgpstream 1.0.0"
  434. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  435. | #define PACKAGE_URL ""
  436. | #define BGPSTREAM_MAJOR_VERSION 1
  437. | #define BGPSTREAM_MID_VERSION 0
  438. | #define BGPSTREAM_MINOR_VERSION 0
  439. | #define STDC_HEADERS 1
  440. | #define HAVE_SYS_TYPES_H 1
  441. | #define HAVE_SYS_STAT_H 1
  442. | #define HAVE_STDLIB_H 1
  443. | #define HAVE_STRING_H 1
  444. | #define HAVE_MEMORY_H 1
  445. | #define HAVE_STRINGS_H 1
  446. | #define HAVE_INTTYPES_H 1
  447. | #define HAVE_STDINT_H 1
  448. | #define HAVE_UNISTD_H 1
  449. | #define HAVE_DLFCN_H 1
  450. | #define LT_OBJDIR ".libs/"
  451. | #define PACKAGE "bgpstream"
  452. | #define VERSION "1.0.0"
  453. | /* end confdefs.h. */
  454. | #include <ac_nonexistent.h>
  455. configure:12843: checking for ld used by g++
  456. configure:12910: result: /bin/ld -m elf_x86_64
  457. configure:12917: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
  458. configure:12932: result: yes
  459. configure:12987: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
  460. configure:14060: result: yes
  461. configure:14096: g++ -c -g -O2 conftest.cpp >&5
  462. configure:14099: $? = 0
  463. configure:14580: checking for g++ option to produce PIC
  464. configure:14587: result: -fPIC -DPIC
  465. configure:14595: checking if g++ PIC flag -fPIC -DPIC works
  466. configure:14613: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  467. configure:14617: $? = 0
  468. configure:14630: result: yes
  469. configure:14653: checking if g++ static flag -static works
  470. configure:14681: result: yes
  471. configure:14693: checking if g++ supports -c -o file.o
  472. configure:14714: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  473. configure:14718: $? = 0
  474. configure:14740: result: yes
  475. configure:14745: checking if g++ supports -c -o file.o
  476. configure:14792: result: yes
  477. configure:14822: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
  478. configure:14862: result: yes
  479. configure:15003: checking dynamic linker characteristics
  480. configure:15748: result: GNU/Linux ld.so
  481. configure:15813: checking how to hardcode library paths into programs
  482. configure:15838: result: immediate
  483. configure:15880: checking dependency style of g++
  484. configure:15991: result: gcc3
  485. configure:16007: checking for gcc option to accept ISO C99
  486. configure:16156: gcc -c -g -O2 conftest.c >&5
  487. configure:16156: $? = 0
  488. configure:16169: result: none needed
  489. configure:16192: checking for special C compiler options needed for large files
  490. configure:16237: result: no
  491. configure:16243: checking for _FILE_OFFSET_BITS value needed for large files
  492. configure:16268: gcc -c -g -O2 conftest.c >&5
  493. configure:16268: $? = 0
  494. configure:16300: result: no
  495. configure:16391: checking for gettimeofday
  496. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  497. configure:16391: $? = 0
  498. configure:16391: result: yes
  499. configure:16391: checking for memset
  500. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  501. conftest.c:50:6: warning: conflicting types for built-in function 'memset'
  502. char memset ();
  503. ^
  504. configure:16391: $? = 0
  505. configure:16391: result: yes
  506. configure:16391: checking for strdup
  507. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  508. conftest.c:51:6: warning: conflicting types for built-in function 'strdup'
  509. char strdup ();
  510. ^
  511. configure:16391: $? = 0
  512. configure:16391: result: yes
  513. configure:16391: checking for strstr
  514. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  515. conftest.c:52:6: warning: conflicting types for built-in function 'strstr'
  516. char strstr ();
  517. ^
  518. configure:16391: $? = 0
  519. configure:16391: result: yes
  520. configure:16391: checking for strsep
  521. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  522. configure:16391: $? = 0
  523. configure:16391: result: yes
  524. configure:16391: checking for strlcpy
  525. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  526. /tmp/ccoB8N6d.o: In function `main':
  527. /home/ponken/Downloads/bgpstream-1.0.0/conftest.c:65: undefined reference to `strlcpy'
  528. collect2: error: ld returned 1 exit status
  529. configure:16391: $? = 1
  530. configure: failed program was:
  531. | /* confdefs.h */
  532. | #define PACKAGE_NAME "bgpstream"
  533. | #define PACKAGE_TARNAME "bgpstream"
  534. | #define PACKAGE_VERSION "1.0.0"
  535. | #define PACKAGE_STRING "bgpstream 1.0.0"
  536. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  537. | #define PACKAGE_URL ""
  538. | #define BGPSTREAM_MAJOR_VERSION 1
  539. | #define BGPSTREAM_MID_VERSION 0
  540. | #define BGPSTREAM_MINOR_VERSION 0
  541. | #define STDC_HEADERS 1
  542. | #define HAVE_SYS_TYPES_H 1
  543. | #define HAVE_SYS_STAT_H 1
  544. | #define HAVE_STDLIB_H 1
  545. | #define HAVE_STRING_H 1
  546. | #define HAVE_MEMORY_H 1
  547. | #define HAVE_STRINGS_H 1
  548. | #define HAVE_INTTYPES_H 1
  549. | #define HAVE_STDINT_H 1
  550. | #define HAVE_UNISTD_H 1
  551. | #define HAVE_DLFCN_H 1
  552. | #define LT_OBJDIR ".libs/"
  553. | #define PACKAGE "bgpstream"
  554. | #define VERSION "1.0.0"
  555. | #define HAVE_GETTIMEOFDAY 1
  556. | #define HAVE_MEMSET 1
  557. | #define HAVE_STRDUP 1
  558. | #define HAVE_STRSTR 1
  559. | #define HAVE_STRSEP 1
  560. | /* end confdefs.h. */
  561. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  562. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  563. | #define strlcpy innocuous_strlcpy
  564. |
  565. | /* System header to define __stub macros and hopefully few prototypes,
  566. | which can conflict with char strlcpy (); below.
  567. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  568. | <limits.h> exists even on freestanding compilers. */
  569. |
  570. | #ifdef __STDC__
  571. | # include <limits.h>
  572. | #else
  573. | # include <assert.h>
  574. | #endif
  575. |
  576. | #undef strlcpy
  577. |
  578. | /* Override any GCC internal prototype to avoid an error.
  579. | Use char because int might match the return type of a GCC
  580. | builtin and then its argument prototype would still apply. */
  581. | #ifdef __cplusplus
  582. | extern "C"
  583. | #endif
  584. | char strlcpy ();
  585. | /* The GNU C library defines this for functions which it implements
  586. | to always fail with ENOSYS. Some functions are actually named
  587. | something starting with __ and the normal name is an alias. */
  588. | #if defined __stub_strlcpy || defined __stub___strlcpy
  589. | choke me
  590. | #endif
  591. |
  592. | int
  593. | main ()
  594. | {
  595. | return strlcpy ();
  596. | ;
  597. | return 0;
  598. | }
  599. configure:16391: result: no
  600. configure:16391: checking for vasprintf
  601. configure:16391: gcc -o conftest -g -O2 conftest.c >&5
  602. configure:16391: $? = 0
  603. configure:16391: result: yes
  604. configure:16403: checking whether to build with debug information
  605. configure:16412: result: no
  606. configure:16422: checking for size_t
  607. configure:16422: gcc -c -g -O2 conftest.c >&5
  608. configure:16422: $? = 0
  609. configure:16422: gcc -c -g -O2 conftest.c >&5
  610. conftest.c: In function 'main':
  611. conftest.c:68:21: error: expected expression before ')' token
  612. if (sizeof ((size_t)))
  613. ^
  614. configure:16422: $? = 1
  615. configure: failed program was:
  616. | /* confdefs.h */
  617. | #define PACKAGE_NAME "bgpstream"
  618. | #define PACKAGE_TARNAME "bgpstream"
  619. | #define PACKAGE_VERSION "1.0.0"
  620. | #define PACKAGE_STRING "bgpstream 1.0.0"
  621. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  622. | #define PACKAGE_URL ""
  623. | #define BGPSTREAM_MAJOR_VERSION 1
  624. | #define BGPSTREAM_MID_VERSION 0
  625. | #define BGPSTREAM_MINOR_VERSION 0
  626. | #define STDC_HEADERS 1
  627. | #define HAVE_SYS_TYPES_H 1
  628. | #define HAVE_SYS_STAT_H 1
  629. | #define HAVE_STDLIB_H 1
  630. | #define HAVE_STRING_H 1
  631. | #define HAVE_MEMORY_H 1
  632. | #define HAVE_STRINGS_H 1
  633. | #define HAVE_INTTYPES_H 1
  634. | #define HAVE_STDINT_H 1
  635. | #define HAVE_UNISTD_H 1
  636. | #define HAVE_DLFCN_H 1
  637. | #define LT_OBJDIR ".libs/"
  638. | #define PACKAGE "bgpstream"
  639. | #define VERSION "1.0.0"
  640. | #define HAVE_GETTIMEOFDAY 1
  641. | #define HAVE_MEMSET 1
  642. | #define HAVE_STRDUP 1
  643. | #define HAVE_STRSTR 1
  644. | #define HAVE_STRSEP 1
  645. | #define HAVE_VASPRINTF 1
  646. | /* end confdefs.h. */
  647. | #include <stdio.h>
  648. | #ifdef HAVE_SYS_TYPES_H
  649. | # include <sys/types.h>
  650. | #endif
  651. | #ifdef HAVE_SYS_STAT_H
  652. | # include <sys/stat.h>
  653. | #endif
  654. | #ifdef STDC_HEADERS
  655. | # include <stdlib.h>
  656. | # include <stddef.h>
  657. | #else
  658. | # ifdef HAVE_STDLIB_H
  659. | # include <stdlib.h>
  660. | # endif
  661. | #endif
  662. | #ifdef HAVE_STRING_H
  663. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  664. | # include <memory.h>
  665. | # endif
  666. | # include <string.h>
  667. | #endif
  668. | #ifdef HAVE_STRINGS_H
  669. | # include <strings.h>
  670. | #endif
  671. | #ifdef HAVE_INTTYPES_H
  672. | # include <inttypes.h>
  673. | #endif
  674. | #ifdef HAVE_STDINT_H
  675. | # include <stdint.h>
  676. | #endif
  677. | #ifdef HAVE_UNISTD_H
  678. | # include <unistd.h>
  679. | #endif
  680. | int
  681. | main ()
  682. | {
  683. | if (sizeof ((size_t)))
  684. | return 0;
  685. | ;
  686. | return 0;
  687. | }
  688. configure:16422: result: yes
  689. configure:16433: checking for uint16_t
  690. configure:16433: gcc -c -g -O2 conftest.c >&5
  691. configure:16433: $? = 0
  692. configure:16433: result: yes
  693. configure:16445: checking for uint32_t
  694. configure:16445: gcc -c -g -O2 conftest.c >&5
  695. configure:16445: $? = 0
  696. configure:16445: result: yes
  697. configure:16459: checking for uint64_t
  698. configure:16459: gcc -c -g -O2 conftest.c >&5
  699. configure:16459: $? = 0
  700. configure:16459: result: yes
  701. configure:16473: checking for uint8_t
  702. configure:16473: gcc -c -g -O2 conftest.c >&5
  703. configure:16473: $? = 0
  704. configure:16473: result: yes
  705. configure:16491: checking for stdlib.h
  706. configure:16491: result: yes
  707. configure:16501: checking for GNU libc compatible malloc
  708. configure:16525: gcc -o conftest -g -O2 conftest.c >&5
  709. configure:16525: $? = 0
  710. configure:16525: ./conftest
  711. configure:16525: $? = 0
  712. configure:16535: result: yes
  713. configure:16558: checking for stdlib.h
  714. configure:16558: result: yes
  715. configure:16568: checking for GNU libc compatible realloc
  716. configure:16592: gcc -o conftest -g -O2 conftest.c >&5
  717. configure:16592: $? = 0
  718. configure:16592: ./conftest
  719. configure:16592: $? = 0
  720. configure:16602: result: yes
  721. configure:16629: checking arpa/inet.h usability
  722. configure:16629: gcc -c -g -O2 conftest.c >&5
  723. configure:16629: $? = 0
  724. configure:16629: result: yes
  725. configure:16629: checking arpa/inet.h presence
  726. configure:16629: gcc -E conftest.c
  727. configure:16629: $? = 0
  728. configure:16629: result: yes
  729. configure:16629: checking for arpa/inet.h
  730. configure:16629: result: yes
  731. configure:16629: checking for inttypes.h
  732. configure:16629: result: yes
  733. configure:16629: checking limits.h usability
  734. configure:16629: gcc -c -g -O2 conftest.c >&5
  735. configure:16629: $? = 0
  736. configure:16629: result: yes
  737. configure:16629: checking limits.h presence
  738. configure:16629: gcc -E conftest.c
  739. configure:16629: $? = 0
  740. configure:16629: result: yes
  741. configure:16629: checking for limits.h
  742. configure:16629: result: yes
  743. configure:16629: checking math.h usability
  744. configure:16629: gcc -c -g -O2 conftest.c >&5
  745. configure:16629: $? = 0
  746. configure:16629: result: yes
  747. configure:16629: checking math.h presence
  748. configure:16629: gcc -E conftest.c
  749. configure:16629: $? = 0
  750. configure:16629: result: yes
  751. configure:16629: checking for math.h
  752. configure:16629: result: yes
  753. configure:16629: checking for stdlib.h
  754. configure:16629: result: yes
  755. configure:16629: checking for string.h
  756. configure:16629: result: yes
  757. configure:16629: checking time.h usability
  758. configure:16629: gcc -c -g -O2 conftest.c >&5
  759. configure:16629: $? = 0
  760. configure:16629: result: yes
  761. configure:16629: checking time.h presence
  762. configure:16629: gcc -E conftest.c
  763. configure:16629: $? = 0
  764. configure:16629: result: yes
  765. configure:16629: checking for time.h
  766. configure:16629: result: yes
  767. configure:16629: checking sys/time.h usability
  768. configure:16629: gcc -c -g -O2 conftest.c >&5
  769. configure:16629: $? = 0
  770. configure:16629: result: yes
  771. configure:16629: checking sys/time.h presence
  772. configure:16629: gcc -E conftest.c
  773. configure:16629: $? = 0
  774. configure:16629: result: yes
  775. configure:16629: checking for sys/time.h
  776. configure:16629: result: yes
  777. configure:16788: checking if compiler needs certain flags to reject unknown flags
  778. configure:16808: gcc -c -Wunknown-warning-option -Wunused-command-line-argument -Wfoobaz -foobaz conftest.c >&5
  779. gcc: error: unrecognized command line option '-Wunknown-warning-option'
  780. gcc: error: unrecognized command line option '-Wunused-command-line-argument'
  781. gcc: error: unrecognized command line option '-Wfoobaz'
  782. gcc: error: unrecognized command line option '-foobaz'
  783. configure:16808: $? = 1
  784. configure: failed program was:
  785. | /* confdefs.h */
  786. | #define PACKAGE_NAME "bgpstream"
  787. | #define PACKAGE_TARNAME "bgpstream"
  788. | #define PACKAGE_VERSION "1.0.0"
  789. | #define PACKAGE_STRING "bgpstream 1.0.0"
  790. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  791. | #define PACKAGE_URL ""
  792. | #define BGPSTREAM_MAJOR_VERSION 1
  793. | #define BGPSTREAM_MID_VERSION 0
  794. | #define BGPSTREAM_MINOR_VERSION 0
  795. | #define STDC_HEADERS 1
  796. | #define HAVE_SYS_TYPES_H 1
  797. | #define HAVE_SYS_STAT_H 1
  798. | #define HAVE_STDLIB_H 1
  799. | #define HAVE_STRING_H 1
  800. | #define HAVE_MEMORY_H 1
  801. | #define HAVE_STRINGS_H 1
  802. | #define HAVE_INTTYPES_H 1
  803. | #define HAVE_STDINT_H 1
  804. | #define HAVE_UNISTD_H 1
  805. | #define HAVE_DLFCN_H 1
  806. | #define LT_OBJDIR ".libs/"
  807. | #define PACKAGE "bgpstream"
  808. | #define VERSION "1.0.0"
  809. | #define HAVE_GETTIMEOFDAY 1
  810. | #define HAVE_MEMSET 1
  811. | #define HAVE_STRDUP 1
  812. | #define HAVE_STRSTR 1
  813. | #define HAVE_STRSEP 1
  814. | #define HAVE_VASPRINTF 1
  815. | #define HAVE_STDLIB_H 1
  816. | #define HAVE_MALLOC 1
  817. | #define HAVE_STDLIB_H 1
  818. | #define HAVE_REALLOC 1
  819. | #define HAVE_ARPA_INET_H 1
  820. | #define HAVE_INTTYPES_H 1
  821. | #define HAVE_LIMITS_H 1
  822. | #define HAVE_MATH_H 1
  823. | #define HAVE_STDLIB_H 1
  824. | #define HAVE_STRING_H 1
  825. | #define HAVE_TIME_H 1
  826. | #define HAVE_SYS_TIME_H 1
  827. | /* end confdefs.h. */
  828. | int foo(void);
  829. | int
  830. | main ()
  831. | {
  832. | foo()
  833. | ;
  834. | return 0;
  835. | }
  836. configure:16817: result: no
  837. configure:16891: checking for the pthreads library -lpthreads
  838. configure:16929: gcc -o conftest conftest.c -lpthreads >&5
  839. /bin/ld: cannot find -lpthreads
  840. collect2: error: ld returned 1 exit status
  841. configure:16929: $? = 1
  842. configure: failed program was:
  843. | /* confdefs.h */
  844. | #define PACKAGE_NAME "bgpstream"
  845. | #define PACKAGE_TARNAME "bgpstream"
  846. | #define PACKAGE_VERSION "1.0.0"
  847. | #define PACKAGE_STRING "bgpstream 1.0.0"
  848. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  849. | #define PACKAGE_URL ""
  850. | #define BGPSTREAM_MAJOR_VERSION 1
  851. | #define BGPSTREAM_MID_VERSION 0
  852. | #define BGPSTREAM_MINOR_VERSION 0
  853. | #define STDC_HEADERS 1
  854. | #define HAVE_SYS_TYPES_H 1
  855. | #define HAVE_SYS_STAT_H 1
  856. | #define HAVE_STDLIB_H 1
  857. | #define HAVE_STRING_H 1
  858. | #define HAVE_MEMORY_H 1
  859. | #define HAVE_STRINGS_H 1
  860. | #define HAVE_INTTYPES_H 1
  861. | #define HAVE_STDINT_H 1
  862. | #define HAVE_UNISTD_H 1
  863. | #define HAVE_DLFCN_H 1
  864. | #define LT_OBJDIR ".libs/"
  865. | #define PACKAGE "bgpstream"
  866. | #define VERSION "1.0.0"
  867. | #define HAVE_GETTIMEOFDAY 1
  868. | #define HAVE_MEMSET 1
  869. | #define HAVE_STRDUP 1
  870. | #define HAVE_STRSTR 1
  871. | #define HAVE_STRSEP 1
  872. | #define HAVE_VASPRINTF 1
  873. | #define HAVE_STDLIB_H 1
  874. | #define HAVE_MALLOC 1
  875. | #define HAVE_STDLIB_H 1
  876. | #define HAVE_REALLOC 1
  877. | #define HAVE_ARPA_INET_H 1
  878. | #define HAVE_INTTYPES_H 1
  879. | #define HAVE_LIMITS_H 1
  880. | #define HAVE_MATH_H 1
  881. | #define HAVE_STDLIB_H 1
  882. | #define HAVE_STRING_H 1
  883. | #define HAVE_TIME_H 1
  884. | #define HAVE_SYS_TIME_H 1
  885. | /* end confdefs.h. */
  886. | #include <pthread.h>
  887. | static void routine(void *a) { a = 0; }
  888. | static void *start_routine(void *a) { return a; }
  889. | int
  890. | main ()
  891. | {
  892. | pthread_t th; pthread_attr_t attr;
  893. | pthread_create(&th, 0, start_routine, 0);
  894. | pthread_join(th, 0);
  895. | pthread_attr_init(&attr);
  896. | pthread_cleanup_push(routine, 0);
  897. | pthread_cleanup_pop(0) /* ; */
  898. | ;
  899. | return 0;
  900. | }
  901. configure:16938: result: no
  902. configure:16829: checking whether pthreads work without any flags
  903. configure:16929: gcc -o conftest conftest.c >&5
  904. /tmp/ccXZXRIQ.o: In function `main':
  905. conftest.c:(.text+0x43): undefined reference to `pthread_create'
  906. conftest.c:(.text+0x54): undefined reference to `pthread_join'
  907. conftest.c:(.text+0xbc): undefined reference to `__pthread_register_cancel'
  908. conftest.c:(.text+0xcb): undefined reference to `__pthread_unregister_cancel'
  909. collect2: error: ld returned 1 exit status
  910. configure:16929: $? = 1
  911. configure: failed program was:
  912. | /* confdefs.h */
  913. | #define PACKAGE_NAME "bgpstream"
  914. | #define PACKAGE_TARNAME "bgpstream"
  915. | #define PACKAGE_VERSION "1.0.0"
  916. | #define PACKAGE_STRING "bgpstream 1.0.0"
  917. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  918. | #define PACKAGE_URL ""
  919. | #define BGPSTREAM_MAJOR_VERSION 1
  920. | #define BGPSTREAM_MID_VERSION 0
  921. | #define BGPSTREAM_MINOR_VERSION 0
  922. | #define STDC_HEADERS 1
  923. | #define HAVE_SYS_TYPES_H 1
  924. | #define HAVE_SYS_STAT_H 1
  925. | #define HAVE_STDLIB_H 1
  926. | #define HAVE_STRING_H 1
  927. | #define HAVE_MEMORY_H 1
  928. | #define HAVE_STRINGS_H 1
  929. | #define HAVE_INTTYPES_H 1
  930. | #define HAVE_STDINT_H 1
  931. | #define HAVE_UNISTD_H 1
  932. | #define HAVE_DLFCN_H 1
  933. | #define LT_OBJDIR ".libs/"
  934. | #define PACKAGE "bgpstream"
  935. | #define VERSION "1.0.0"
  936. | #define HAVE_GETTIMEOFDAY 1
  937. | #define HAVE_MEMSET 1
  938. | #define HAVE_STRDUP 1
  939. | #define HAVE_STRSTR 1
  940. | #define HAVE_STRSEP 1
  941. | #define HAVE_VASPRINTF 1
  942. | #define HAVE_STDLIB_H 1
  943. | #define HAVE_MALLOC 1
  944. | #define HAVE_STDLIB_H 1
  945. | #define HAVE_REALLOC 1
  946. | #define HAVE_ARPA_INET_H 1
  947. | #define HAVE_INTTYPES_H 1
  948. | #define HAVE_LIMITS_H 1
  949. | #define HAVE_MATH_H 1
  950. | #define HAVE_STDLIB_H 1
  951. | #define HAVE_STRING_H 1
  952. | #define HAVE_TIME_H 1
  953. | #define HAVE_SYS_TIME_H 1
  954. | /* end confdefs.h. */
  955. | #include <pthread.h>
  956. | static void routine(void *a) { a = 0; }
  957. | static void *start_routine(void *a) { return a; }
  958. | int
  959. | main ()
  960. | {
  961. | pthread_t th; pthread_attr_t attr;
  962. | pthread_create(&th, 0, start_routine, 0);
  963. | pthread_join(th, 0);
  964. | pthread_attr_init(&attr);
  965. | pthread_cleanup_push(routine, 0);
  966. | pthread_cleanup_pop(0) /* ; */
  967. | ;
  968. | return 0;
  969. | }
  970. configure:16938: result: no
  971. configure:16841: checking whether pthreads work with -Kthread
  972. configure:16929: gcc -o conftest -Kthread conftest.c >&5
  973. gcc: error: unrecognized command line option '-Kthread'
  974. configure:16929: $? = 1
  975. configure: failed program was:
  976. | /* confdefs.h */
  977. | #define PACKAGE_NAME "bgpstream"
  978. | #define PACKAGE_TARNAME "bgpstream"
  979. | #define PACKAGE_VERSION "1.0.0"
  980. | #define PACKAGE_STRING "bgpstream 1.0.0"
  981. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  982. | #define PACKAGE_URL ""
  983. | #define BGPSTREAM_MAJOR_VERSION 1
  984. | #define BGPSTREAM_MID_VERSION 0
  985. | #define BGPSTREAM_MINOR_VERSION 0
  986. | #define STDC_HEADERS 1
  987. | #define HAVE_SYS_TYPES_H 1
  988. | #define HAVE_SYS_STAT_H 1
  989. | #define HAVE_STDLIB_H 1
  990. | #define HAVE_STRING_H 1
  991. | #define HAVE_MEMORY_H 1
  992. | #define HAVE_STRINGS_H 1
  993. | #define HAVE_INTTYPES_H 1
  994. | #define HAVE_STDINT_H 1
  995. | #define HAVE_UNISTD_H 1
  996. | #define HAVE_DLFCN_H 1
  997. | #define LT_OBJDIR ".libs/"
  998. | #define PACKAGE "bgpstream"
  999. | #define VERSION "1.0.0"
  1000. | #define HAVE_GETTIMEOFDAY 1
  1001. | #define HAVE_MEMSET 1
  1002. | #define HAVE_STRDUP 1
  1003. | #define HAVE_STRSTR 1
  1004. | #define HAVE_STRSEP 1
  1005. | #define HAVE_VASPRINTF 1
  1006. | #define HAVE_STDLIB_H 1
  1007. | #define HAVE_MALLOC 1
  1008. | #define HAVE_STDLIB_H 1
  1009. | #define HAVE_REALLOC 1
  1010. | #define HAVE_ARPA_INET_H 1
  1011. | #define HAVE_INTTYPES_H 1
  1012. | #define HAVE_LIMITS_H 1
  1013. | #define HAVE_MATH_H 1
  1014. | #define HAVE_STDLIB_H 1
  1015. | #define HAVE_STRING_H 1
  1016. | #define HAVE_TIME_H 1
  1017. | #define HAVE_SYS_TIME_H 1
  1018. | /* end confdefs.h. */
  1019. | #include <pthread.h>
  1020. | static void routine(void *a) { a = 0; }
  1021. | static void *start_routine(void *a) { return a; }
  1022. | int
  1023. | main ()
  1024. | {
  1025. | pthread_t th; pthread_attr_t attr;
  1026. | pthread_create(&th, 0, start_routine, 0);
  1027. | pthread_join(th, 0);
  1028. | pthread_attr_init(&attr);
  1029. | pthread_cleanup_push(routine, 0);
  1030. | pthread_cleanup_pop(0) /* ; */
  1031. | ;
  1032. | return 0;
  1033. | }
  1034. configure:16938: result: no
  1035. configure:16841: checking whether pthreads work with -kthread
  1036. configure:16929: gcc -o conftest -kthread conftest.c >&5
  1037. gcc: error: unrecognized command line option '-kthread'
  1038. configure:16929: $? = 1
  1039. configure: failed program was:
  1040. | /* confdefs.h */
  1041. | #define PACKAGE_NAME "bgpstream"
  1042. | #define PACKAGE_TARNAME "bgpstream"
  1043. | #define PACKAGE_VERSION "1.0.0"
  1044. | #define PACKAGE_STRING "bgpstream 1.0.0"
  1045. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  1046. | #define PACKAGE_URL ""
  1047. | #define BGPSTREAM_MAJOR_VERSION 1
  1048. | #define BGPSTREAM_MID_VERSION 0
  1049. | #define BGPSTREAM_MINOR_VERSION 0
  1050. | #define STDC_HEADERS 1
  1051. | #define HAVE_SYS_TYPES_H 1
  1052. | #define HAVE_SYS_STAT_H 1
  1053. | #define HAVE_STDLIB_H 1
  1054. | #define HAVE_STRING_H 1
  1055. | #define HAVE_MEMORY_H 1
  1056. | #define HAVE_STRINGS_H 1
  1057. | #define HAVE_INTTYPES_H 1
  1058. | #define HAVE_STDINT_H 1
  1059. | #define HAVE_UNISTD_H 1
  1060. | #define HAVE_DLFCN_H 1
  1061. | #define LT_OBJDIR ".libs/"
  1062. | #define PACKAGE "bgpstream"
  1063. | #define VERSION "1.0.0"
  1064. | #define HAVE_GETTIMEOFDAY 1
  1065. | #define HAVE_MEMSET 1
  1066. | #define HAVE_STRDUP 1
  1067. | #define HAVE_STRSTR 1
  1068. | #define HAVE_STRSEP 1
  1069. | #define HAVE_VASPRINTF 1
  1070. | #define HAVE_STDLIB_H 1
  1071. | #define HAVE_MALLOC 1
  1072. | #define HAVE_STDLIB_H 1
  1073. | #define HAVE_REALLOC 1
  1074. | #define HAVE_ARPA_INET_H 1
  1075. | #define HAVE_INTTYPES_H 1
  1076. | #define HAVE_LIMITS_H 1
  1077. | #define HAVE_MATH_H 1
  1078. | #define HAVE_STDLIB_H 1
  1079. | #define HAVE_STRING_H 1
  1080. | #define HAVE_TIME_H 1
  1081. | #define HAVE_SYS_TIME_H 1
  1082. | /* end confdefs.h. */
  1083. | #include <pthread.h>
  1084. | static void routine(void *a) { a = 0; }
  1085. | static void *start_routine(void *a) { return a; }
  1086. | int
  1087. | main ()
  1088. | {
  1089. | pthread_t th; pthread_attr_t attr;
  1090. | pthread_create(&th, 0, start_routine, 0);
  1091. | pthread_join(th, 0);
  1092. | pthread_attr_init(&attr);
  1093. | pthread_cleanup_push(routine, 0);
  1094. | pthread_cleanup_pop(0) /* ; */
  1095. | ;
  1096. | return 0;
  1097. | }
  1098. configure:16938: result: no
  1099. configure:16891: checking for the pthreads library -llthread
  1100. configure:16929: gcc -o conftest conftest.c -llthread >&5
  1101. /bin/ld: cannot find -llthread
  1102. collect2: error: ld returned 1 exit status
  1103. configure:16929: $? = 1
  1104. configure: failed program was:
  1105. | /* confdefs.h */
  1106. | #define PACKAGE_NAME "bgpstream"
  1107. | #define PACKAGE_TARNAME "bgpstream"
  1108. | #define PACKAGE_VERSION "1.0.0"
  1109. | #define PACKAGE_STRING "bgpstream 1.0.0"
  1110. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  1111. | #define PACKAGE_URL ""
  1112. | #define BGPSTREAM_MAJOR_VERSION 1
  1113. | #define BGPSTREAM_MID_VERSION 0
  1114. | #define BGPSTREAM_MINOR_VERSION 0
  1115. | #define STDC_HEADERS 1
  1116. | #define HAVE_SYS_TYPES_H 1
  1117. | #define HAVE_SYS_STAT_H 1
  1118. | #define HAVE_STDLIB_H 1
  1119. | #define HAVE_STRING_H 1
  1120. | #define HAVE_MEMORY_H 1
  1121. | #define HAVE_STRINGS_H 1
  1122. | #define HAVE_INTTYPES_H 1
  1123. | #define HAVE_STDINT_H 1
  1124. | #define HAVE_UNISTD_H 1
  1125. | #define HAVE_DLFCN_H 1
  1126. | #define LT_OBJDIR ".libs/"
  1127. | #define PACKAGE "bgpstream"
  1128. | #define VERSION "1.0.0"
  1129. | #define HAVE_GETTIMEOFDAY 1
  1130. | #define HAVE_MEMSET 1
  1131. | #define HAVE_STRDUP 1
  1132. | #define HAVE_STRSTR 1
  1133. | #define HAVE_STRSEP 1
  1134. | #define HAVE_VASPRINTF 1
  1135. | #define HAVE_STDLIB_H 1
  1136. | #define HAVE_MALLOC 1
  1137. | #define HAVE_STDLIB_H 1
  1138. | #define HAVE_REALLOC 1
  1139. | #define HAVE_ARPA_INET_H 1
  1140. | #define HAVE_INTTYPES_H 1
  1141. | #define HAVE_LIMITS_H 1
  1142. | #define HAVE_MATH_H 1
  1143. | #define HAVE_STDLIB_H 1
  1144. | #define HAVE_STRING_H 1
  1145. | #define HAVE_TIME_H 1
  1146. | #define HAVE_SYS_TIME_H 1
  1147. | /* end confdefs.h. */
  1148. | #include <pthread.h>
  1149. | static void routine(void *a) { a = 0; }
  1150. | static void *start_routine(void *a) { return a; }
  1151. | int
  1152. | main ()
  1153. | {
  1154. | pthread_t th; pthread_attr_t attr;
  1155. | pthread_create(&th, 0, start_routine, 0);
  1156. | pthread_join(th, 0);
  1157. | pthread_attr_init(&attr);
  1158. | pthread_cleanup_push(routine, 0);
  1159. | pthread_cleanup_pop(0) /* ; */
  1160. | ;
  1161. | return 0;
  1162. | }
  1163. configure:16938: result: no
  1164. configure:16841: checking whether pthreads work with -pthread
  1165. configure:16929: gcc -o conftest -pthread conftest.c >&5
  1166. configure:16929: $? = 0
  1167. configure:16938: result: yes
  1168. configure:16957: checking for joinable pthread attribute
  1169. configure:16975: gcc -o conftest -pthread conftest.c >&5
  1170. configure:16975: $? = 0
  1171. configure:16983: result: PTHREAD_CREATE_JOINABLE
  1172. configure:16994: checking for pthread_yield
  1173. configure:17011: gcc -o conftest -pthread conftest.c >&5
  1174. conftest.c: In function 'main':
  1175. conftest.c:51:25: warning: implicit declaration of function 'pthread_yield' [-Wimplicit-function-declaration]
  1176. pthread_yield();
  1177. ^
  1178. configure:17011: $? = 0
  1179. configure:17013: result: yes
  1180. configure:17059: checking if more special flags are required for pthreads
  1181. configure:17090: result: no
  1182. configure:17098: checking for PTHREAD_PRIO_INHERIT
  1183. configure:17114: gcc -o conftest -pthread conftest.c >&5
  1184. configure:17114: $? = 0
  1185. configure:17123: result: yes
  1186. configure:17228: checking for library containing wandio_create
  1187. configure:17259: gcc -o conftest -g -O2 -pthread conftest.c >&5
  1188. /tmp/cc6P1Gqb.o: In function `main':
  1189. /home/ponken/Downloads/bgpstream-1.0.0/conftest.c:58: undefined reference to `wandio_create'
  1190. collect2: error: ld returned 1 exit status
  1191. configure:17259: $? = 1
  1192. configure: failed program was:
  1193. | /* confdefs.h */
  1194. | #define PACKAGE_NAME "bgpstream"
  1195. | #define PACKAGE_TARNAME "bgpstream"
  1196. | #define PACKAGE_VERSION "1.0.0"
  1197. | #define PACKAGE_STRING "bgpstream 1.0.0"
  1198. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  1199. | #define PACKAGE_URL ""
  1200. | #define BGPSTREAM_MAJOR_VERSION 1
  1201. | #define BGPSTREAM_MID_VERSION 0
  1202. | #define BGPSTREAM_MINOR_VERSION 0
  1203. | #define STDC_HEADERS 1
  1204. | #define HAVE_SYS_TYPES_H 1
  1205. | #define HAVE_SYS_STAT_H 1
  1206. | #define HAVE_STDLIB_H 1
  1207. | #define HAVE_STRING_H 1
  1208. | #define HAVE_MEMORY_H 1
  1209. | #define HAVE_STRINGS_H 1
  1210. | #define HAVE_INTTYPES_H 1
  1211. | #define HAVE_STDINT_H 1
  1212. | #define HAVE_UNISTD_H 1
  1213. | #define HAVE_DLFCN_H 1
  1214. | #define LT_OBJDIR ".libs/"
  1215. | #define PACKAGE "bgpstream"
  1216. | #define VERSION "1.0.0"
  1217. | #define HAVE_GETTIMEOFDAY 1
  1218. | #define HAVE_MEMSET 1
  1219. | #define HAVE_STRDUP 1
  1220. | #define HAVE_STRSTR 1
  1221. | #define HAVE_STRSEP 1
  1222. | #define HAVE_VASPRINTF 1
  1223. | #define HAVE_STDLIB_H 1
  1224. | #define HAVE_MALLOC 1
  1225. | #define HAVE_STDLIB_H 1
  1226. | #define HAVE_REALLOC 1
  1227. | #define HAVE_ARPA_INET_H 1
  1228. | #define HAVE_INTTYPES_H 1
  1229. | #define HAVE_LIMITS_H 1
  1230. | #define HAVE_MATH_H 1
  1231. | #define HAVE_STDLIB_H 1
  1232. | #define HAVE_STRING_H 1
  1233. | #define HAVE_TIME_H 1
  1234. | #define HAVE_SYS_TIME_H 1
  1235. | #define PTHREAD_YIELD_FUNC pthread_yield
  1236. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1237. | #define HAVE_PTHREAD 1
  1238. | /* end confdefs.h. */
  1239. |
  1240. | /* Override any GCC internal prototype to avoid an error.
  1241. | Use char because int might match the return type of a GCC
  1242. | builtin and then its argument prototype would still apply. */
  1243. | #ifdef __cplusplus
  1244. | extern "C"
  1245. | #endif
  1246. | char wandio_create ();
  1247. | int
  1248. | main ()
  1249. | {
  1250. | return wandio_create ();
  1251. | ;
  1252. | return 0;
  1253. | }
  1254. configure:17259: gcc -o conftest -g -O2 -pthread conftest.c -lwandio >&5
  1255. configure:17259: $? = 0
  1256. configure:17276: result: -lwandio
  1257. configure:17296:
  1258. configure:17298: ---- BGPStream configuration ----
  1259. configure:17302: checking whether to build with data interface: broker
  1260. configure:17335: result: yes
  1261. configure:17348: checking whether to build with data interface: singlefile
  1262. configure:17381: result: yes
  1263. configure:17394: checking whether to build with data interface: csvfile
  1264. configure:17427: result: yes
  1265. configure:17440: checking whether to build with data interface: sqlite
  1266. configure:17473: result: no
  1267. configure:17491: checking data interface dependencies...
  1268. configure:17496: checking for wandio HTTP support
  1269. configure:17518: gcc -o conftest -g -O2 -pthread conftest.c -lwandio >&5
  1270. configure:17518: $? = 0
  1271. configure:17518: ./conftest
  1272. ./conftest: error while loading shared libraries: libwandio.so.1: cannot open shared object file: No such file or directory
  1273. configure:17518: $? = 127
  1274. configure: program exited with status 127
  1275. configure: failed program was:
  1276. | /* confdefs.h */
  1277. | #define PACKAGE_NAME "bgpstream"
  1278. | #define PACKAGE_TARNAME "bgpstream"
  1279. | #define PACKAGE_VERSION "1.0.0"
  1280. | #define PACKAGE_STRING "bgpstream 1.0.0"
  1281. | #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  1282. | #define PACKAGE_URL ""
  1283. | #define BGPSTREAM_MAJOR_VERSION 1
  1284. | #define BGPSTREAM_MID_VERSION 0
  1285. | #define BGPSTREAM_MINOR_VERSION 0
  1286. | #define STDC_HEADERS 1
  1287. | #define HAVE_SYS_TYPES_H 1
  1288. | #define HAVE_SYS_STAT_H 1
  1289. | #define HAVE_STDLIB_H 1
  1290. | #define HAVE_STRING_H 1
  1291. | #define HAVE_MEMORY_H 1
  1292. | #define HAVE_STRINGS_H 1
  1293. | #define HAVE_INTTYPES_H 1
  1294. | #define HAVE_STDINT_H 1
  1295. | #define HAVE_UNISTD_H 1
  1296. | #define HAVE_DLFCN_H 1
  1297. | #define LT_OBJDIR ".libs/"
  1298. | #define PACKAGE "bgpstream"
  1299. | #define VERSION "1.0.0"
  1300. | #define HAVE_GETTIMEOFDAY 1
  1301. | #define HAVE_MEMSET 1
  1302. | #define HAVE_STRDUP 1
  1303. | #define HAVE_STRSTR 1
  1304. | #define HAVE_STRSEP 1
  1305. | #define HAVE_VASPRINTF 1
  1306. | #define HAVE_STDLIB_H 1
  1307. | #define HAVE_MALLOC 1
  1308. | #define HAVE_STDLIB_H 1
  1309. | #define HAVE_REALLOC 1
  1310. | #define HAVE_ARPA_INET_H 1
  1311. | #define HAVE_INTTYPES_H 1
  1312. | #define HAVE_LIMITS_H 1
  1313. | #define HAVE_MATH_H 1
  1314. | #define HAVE_STDLIB_H 1
  1315. | #define HAVE_STRING_H 1
  1316. | #define HAVE_TIME_H 1
  1317. | #define HAVE_SYS_TIME_H 1
  1318. | #define PTHREAD_YIELD_FUNC pthread_yield
  1319. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  1320. | #define HAVE_PTHREAD 1
  1321. | #define WITH_DATA_INTERFACE_BROKER 1
  1322. | #define WITH_DATA_INTERFACE_SINGLEFILE 1
  1323. | #define WITH_DATA_INTERFACE_CSVFILE 1
  1324. | /* end confdefs.h. */
  1325. |
  1326. | #include <wandio.h>
  1327. | int main() {
  1328. | io_t *file = wandio_create("http://bgpstream.caida.org/broker");
  1329. | return (file == NULL);
  1330. | }
  1331. |
  1332. configure:17521: error: wandio HTTP support required. Ensure you have a working Internet connection and that libcurl is installed before building wandio.
  1333.  
  1334.  
  1335. ## ---------------- ##
  1336. ## Cache variables. ##
  1337. ## ---------------- ##
  1338.  
  1339. ac_cv_build=x86_64-unknown-linux-gnu
  1340. ac_cv_c_compiler_gnu=yes
  1341. ac_cv_c_uint16_t=yes
  1342. ac_cv_c_uint32_t=yes
  1343. ac_cv_c_uint64_t=yes
  1344. ac_cv_c_uint8_t=yes
  1345. ac_cv_cxx_compiler_gnu=yes
  1346. ac_cv_env_CCC_set=
  1347. ac_cv_env_CCC_value=
  1348. ac_cv_env_CC_set=
  1349. ac_cv_env_CC_value=
  1350. ac_cv_env_CFLAGS_set=
  1351. ac_cv_env_CFLAGS_value=
  1352. ac_cv_env_CPPFLAGS_set=
  1353. ac_cv_env_CPPFLAGS_value=
  1354. ac_cv_env_CPP_set=
  1355. ac_cv_env_CPP_value=
  1356. ac_cv_env_CXXCPP_set=
  1357. ac_cv_env_CXXCPP_value=
  1358. ac_cv_env_CXXFLAGS_set=
  1359. ac_cv_env_CXXFLAGS_value=
  1360. ac_cv_env_CXX_set=
  1361. ac_cv_env_CXX_value=
  1362. ac_cv_env_LDFLAGS_set=
  1363. ac_cv_env_LDFLAGS_value=
  1364. ac_cv_env_LIBS_set=
  1365. ac_cv_env_LIBS_value=
  1366. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1367. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1368. ac_cv_env_build_alias_set=
  1369. ac_cv_env_build_alias_value=
  1370. ac_cv_env_host_alias_set=
  1371. ac_cv_env_host_alias_value=
  1372. ac_cv_env_target_alias_set=
  1373. ac_cv_env_target_alias_value=
  1374. ac_cv_func_gettimeofday=yes
  1375. ac_cv_func_malloc_0_nonnull=yes
  1376. ac_cv_func_memset=yes
  1377. ac_cv_func_realloc_0_nonnull=yes
  1378. ac_cv_func_strdup=yes
  1379. ac_cv_func_strlcpy=no
  1380. ac_cv_func_strsep=yes
  1381. ac_cv_func_strstr=yes
  1382. ac_cv_func_vasprintf=yes
  1383. ac_cv_header_arpa_inet_h=yes
  1384. ac_cv_header_dlfcn_h=yes
  1385. ac_cv_header_inttypes_h=yes
  1386. ac_cv_header_limits_h=yes
  1387. ac_cv_header_math_h=yes
  1388. ac_cv_header_memory_h=yes
  1389. ac_cv_header_stdc=yes
  1390. ac_cv_header_stdint_h=yes
  1391. ac_cv_header_stdlib_h=yes
  1392. ac_cv_header_string_h=yes
  1393. ac_cv_header_strings_h=yes
  1394. ac_cv_header_sys_stat_h=yes
  1395. ac_cv_header_sys_time_h=yes
  1396. ac_cv_header_sys_types_h=yes
  1397. ac_cv_header_time_h=yes
  1398. ac_cv_header_unistd_h=yes
  1399. ac_cv_host=x86_64-unknown-linux-gnu
  1400. ac_cv_objext=o
  1401. ac_cv_path_EGREP='/bin/grep -E'
  1402. ac_cv_path_FGREP='/bin/grep -F'
  1403. ac_cv_path_GREP=/bin/grep
  1404. ac_cv_path_SED=/bin/sed
  1405. ac_cv_path_install='/bin/install -c'
  1406. ac_cv_path_lt_DD=/bin/dd
  1407. ac_cv_path_mkdir=/bin/mkdir
  1408. ac_cv_prog_AWK=gawk
  1409. ac_cv_prog_CPP='gcc -E'
  1410. ac_cv_prog_CXXCPP='g++ -E'
  1411. ac_cv_prog_ac_ct_AR=ar
  1412. ac_cv_prog_ac_ct_CC=gcc
  1413. ac_cv_prog_ac_ct_CXX=g++
  1414. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1415. ac_cv_prog_ac_ct_RANLIB=ranlib
  1416. ac_cv_prog_ac_ct_STRIP=strip
  1417. ac_cv_prog_cc_c89=
  1418. ac_cv_prog_cc_c99=
  1419. ac_cv_prog_cc_g=yes
  1420. ac_cv_prog_cxx_g=yes
  1421. ac_cv_prog_make_make_set=yes
  1422. ac_cv_search_wandio_create=-lwandio
  1423. ac_cv_sys_file_offset_bits=no
  1424. ac_cv_sys_largefile_CC=no
  1425. ac_cv_type_size_t=yes
  1426. am_cv_CC_dependencies_compiler_type=gcc3
  1427. am_cv_CXX_dependencies_compiler_type=gcc3
  1428. am_cv_make_support_nested_variables=yes
  1429. am_cv_prog_cc_c_o=yes
  1430. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  1431. ax_cv_PTHREAD_PRIO_INHERIT=yes
  1432. ax_cv_PTHREAD_REJECT_UNKNOWN=no
  1433. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  1434. lt_cv_ar_at_file=@
  1435. lt_cv_archive_cmds_need_lc=no
  1436. lt_cv_deplibs_check_method=pass_all
  1437. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1438. lt_cv_file_magic_test_file=
  1439. lt_cv_ld_reload_flag=-r
  1440. lt_cv_nm_interface='BSD nm'
  1441. lt_cv_objdir=.libs
  1442. lt_cv_path_LD=/bin/ld
  1443. lt_cv_path_LDCXX='/bin/ld -m elf_x86_64'
  1444. lt_cv_path_NM='/bin/nm -B'
  1445. lt_cv_path_mainfest_tool=no
  1446. lt_cv_prog_compiler_c_o=yes
  1447. lt_cv_prog_compiler_c_o_CXX=yes
  1448. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1449. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1450. lt_cv_prog_compiler_pic_works=yes
  1451. lt_cv_prog_compiler_pic_works_CXX=yes
  1452. lt_cv_prog_compiler_rtti_exceptions=no
  1453. lt_cv_prog_compiler_static_works=yes
  1454. lt_cv_prog_compiler_static_works_CXX=yes
  1455. lt_cv_prog_gnu_ld=yes
  1456. lt_cv_prog_gnu_ldcxx=yes
  1457. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1458. lt_cv_shlibpath_overrides_runpath=no
  1459. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1460. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1461. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1462. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1463. lt_cv_sys_global_symbol_to_import=
  1464. lt_cv_sys_max_cmd_len=1572864
  1465. lt_cv_to_host_file_cmd=func_convert_file_noop
  1466. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1467. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1468.  
  1469. ## ----------------- ##
  1470. ## Output variables. ##
  1471. ## ----------------- ##
  1472.  
  1473. ACLOCAL='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/missing aclocal-1.15'
  1474. AMDEPBACKSLASH='\'
  1475. AMDEP_FALSE='#'
  1476. AMDEP_TRUE=''
  1477. AMTAR='$${TAR-tar}'
  1478. AM_BACKSLASH='\'
  1479. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1480. AM_DEFAULT_VERBOSITY='1'
  1481. AM_V='$(V)'
  1482. AR='ar'
  1483. AUTOCONF='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/missing autoconf'
  1484. AUTOHEADER='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/missing autoheader'
  1485. AUTOMAKE='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/missing automake-1.15'
  1486. AWK='gawk'
  1487. BGPSTREAM_MAJOR_VERSION='1'
  1488. BGPSTREAM_MID_VERSION='0'
  1489. BGPSTREAM_MINOR_VERSION='0'
  1490. CC='gcc'
  1491. CCDEPMODE='depmode=gcc3'
  1492. CFLAGS='-g -O2 -pthread'
  1493. CPP='gcc -E'
  1494. CPPFLAGS=''
  1495. CXX='g++'
  1496. CXXCPP='g++ -E'
  1497. CXXDEPMODE='depmode=gcc3'
  1498. CXXFLAGS='-g -O2'
  1499. CYGPATH_W='echo'
  1500. DEFS=''
  1501. DEPDIR='.deps'
  1502. DLLTOOL='false'
  1503. DSYMUTIL=''
  1504. DUMPBIN=''
  1505. ECHO_C=''
  1506. ECHO_N='-n'
  1507. ECHO_T=''
  1508. EGREP='/bin/grep -E'
  1509. EXEEXT=''
  1510. FGREP='/bin/grep -F'
  1511. GREP='/bin/grep'
  1512. INSTALL_DATA='${INSTALL} -m 644'
  1513. INSTALL_PROGRAM='${INSTALL}'
  1514. INSTALL_SCRIPT='${INSTALL}'
  1515. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1516. LD='/bin/ld -m elf_x86_64'
  1517. LDFLAGS=''
  1518. LIBOBJS=''
  1519. LIBS='-lwandio'
  1520. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1521. LIPO=''
  1522. LN_S='ln -s'
  1523. LTLIBOBJS=''
  1524. LT_SYS_LIBRARY_PATH=''
  1525. MAKEINFO='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/missing makeinfo'
  1526. MANIFEST_TOOL=':'
  1527. MKDIR_P='/bin/mkdir -p'
  1528. NM='/bin/nm -B'
  1529. NMEDIT=''
  1530. OBJDUMP='objdump'
  1531. OBJEXT='o'
  1532. OTOOL64=''
  1533. OTOOL=''
  1534. PACKAGE='bgpstream'
  1535. PACKAGE_BUGREPORT='bgpstream-info@caida.org'
  1536. PACKAGE_NAME='bgpstream'
  1537. PACKAGE_STRING='bgpstream 1.0.0'
  1538. PACKAGE_TARNAME='bgpstream'
  1539. PACKAGE_URL=''
  1540. PACKAGE_VERSION='1.0.0'
  1541. PATH_SEPARATOR=':'
  1542. PTHREAD_CC='gcc'
  1543. PTHREAD_CFLAGS='-pthread'
  1544. PTHREAD_LIBS=''
  1545. RANLIB='ranlib'
  1546. SED='/bin/sed'
  1547. SET_MAKE=''
  1548. SHELL='/bin/sh'
  1549. STRIP='strip'
  1550. VERSION='1.0.0'
  1551. WITH_DATA_INTERFACE_BROKER_FALSE='#'
  1552. WITH_DATA_INTERFACE_BROKER_TRUE=''
  1553. WITH_DATA_INTERFACE_CSVFILE_FALSE='#'
  1554. WITH_DATA_INTERFACE_CSVFILE_TRUE=''
  1555. WITH_DATA_INTERFACE_SINGLEFILE_FALSE='#'
  1556. WITH_DATA_INTERFACE_SINGLEFILE_TRUE=''
  1557. WITH_DATA_INTERFACE_SQLITE_FALSE=''
  1558. WITH_DATA_INTERFACE_SQLITE_TRUE='#'
  1559. WITH_PLUGIN_PACIFIER_FALSE=''
  1560. WITH_PLUGIN_PACIFIER_TRUE=''
  1561. WITH_PLUGIN_PFXMONITOR_FALSE=''
  1562. WITH_PLUGIN_PFXMONITOR_TRUE=''
  1563. WITH_WANDIO_FALSE='#'
  1564. WITH_WANDIO_TRUE=''
  1565. ac_ct_AR='ar'
  1566. ac_ct_CC='gcc'
  1567. ac_ct_CXX='g++'
  1568. ac_ct_DUMPBIN=''
  1569. am__EXEEXT_FALSE=''
  1570. am__EXEEXT_TRUE=''
  1571. am__fastdepCC_FALSE='#'
  1572. am__fastdepCC_TRUE=''
  1573. am__fastdepCXX_FALSE='#'
  1574. am__fastdepCXX_TRUE=''
  1575. am__include='include'
  1576. am__isrc=''
  1577. am__leading_dot='.'
  1578. am__nodep='_no'
  1579. am__quote=''
  1580. am__tar='$${TAR-tar} chof - "$$tardir"'
  1581. am__untar='$${TAR-tar} xf -'
  1582. ax_pthread_config=''
  1583. bindir='${exec_prefix}/bin'
  1584. build='x86_64-unknown-linux-gnu'
  1585. build_alias=''
  1586. build_cpu='x86_64'
  1587. build_os='linux-gnu'
  1588. build_vendor='unknown'
  1589. datadir='${datarootdir}'
  1590. datarootdir='${prefix}/share'
  1591. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1592. dvidir='${docdir}'
  1593. exec_prefix='NONE'
  1594. host='x86_64-unknown-linux-gnu'
  1595. host_alias=''
  1596. host_cpu='x86_64'
  1597. host_os='linux-gnu'
  1598. host_vendor='unknown'
  1599. htmldir='${docdir}'
  1600. includedir='${prefix}/include'
  1601. infodir='${datarootdir}/info'
  1602. install_sh='${SHELL} /home/ponken/Downloads/bgpstream-1.0.0/install-sh'
  1603. libdir='${exec_prefix}/lib'
  1604. libexecdir='${exec_prefix}/libexec'
  1605. localedir='${datarootdir}/locale'
  1606. localstatedir='${prefix}/var'
  1607. mandir='${datarootdir}/man'
  1608. mkdir_p='$(MKDIR_P)'
  1609. oldincludedir='/usr/include'
  1610. pdfdir='${docdir}'
  1611. prefix='NONE'
  1612. program_transform_name='s,x,x,'
  1613. psdir='${docdir}'
  1614. sbindir='${exec_prefix}/sbin'
  1615. sharedstatedir='${prefix}/com'
  1616. sysconfdir='${prefix}/etc'
  1617. target_alias=''
  1618.  
  1619. ## ----------- ##
  1620. ## confdefs.h. ##
  1621. ## ----------- ##
  1622.  
  1623. /* confdefs.h */
  1624. #define PACKAGE_NAME "bgpstream"
  1625. #define PACKAGE_TARNAME "bgpstream"
  1626. #define PACKAGE_VERSION "1.0.0"
  1627. #define PACKAGE_STRING "bgpstream 1.0.0"
  1628. #define PACKAGE_BUGREPORT "bgpstream-info@caida.org"
  1629. #define PACKAGE_URL ""
  1630. #define BGPSTREAM_MAJOR_VERSION 1
  1631. #define BGPSTREAM_MID_VERSION 0
  1632. #define BGPSTREAM_MINOR_VERSION 0
  1633. #define STDC_HEADERS 1
  1634. #define HAVE_SYS_TYPES_H 1
  1635. #define HAVE_SYS_STAT_H 1
  1636. #define HAVE_STDLIB_H 1
  1637. #define HAVE_STRING_H 1
  1638. #define HAVE_MEMORY_H 1
  1639. #define HAVE_STRINGS_H 1
  1640. #define HAVE_INTTYPES_H 1
  1641. #define HAVE_STDINT_H 1
  1642. #define HAVE_UNISTD_H 1
  1643. #define HAVE_DLFCN_H 1
  1644. #define LT_OBJDIR ".libs/"
  1645. #define PACKAGE "bgpstream"
  1646. #define VERSION "1.0.0"
  1647. #define HAVE_GETTIMEOFDAY 1
  1648. #define HAVE_MEMSET 1
  1649. #define HAVE_STRDUP 1
  1650. #define HAVE_STRSTR 1
  1651. #define HAVE_STRSEP 1
  1652. #define HAVE_VASPRINTF 1
  1653. #define HAVE_STDLIB_H 1
  1654. #define HAVE_MALLOC 1
  1655. #define HAVE_STDLIB_H 1
  1656. #define HAVE_REALLOC 1
  1657. #define HAVE_ARPA_INET_H 1
  1658. #define HAVE_INTTYPES_H 1
  1659. #define HAVE_LIMITS_H 1
  1660. #define HAVE_MATH_H 1
  1661. #define HAVE_STDLIB_H 1
  1662. #define HAVE_STRING_H 1
  1663. #define HAVE_TIME_H 1
  1664. #define HAVE_SYS_TIME_H 1
  1665. #define PTHREAD_YIELD_FUNC pthread_yield
  1666. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1667. #define HAVE_PTHREAD 1
  1668. #define WITH_DATA_INTERFACE_BROKER 1
  1669. #define WITH_DATA_INTERFACE_SINGLEFILE 1
  1670. #define WITH_DATA_INTERFACE_CSVFILE 1
  1671.  
  1672. configure: exit 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement