Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.13 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 daq configure 2.0.6, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --disable-dependency-tracking --disable-silent-rules --prefix=/usr/local/Cellar/daq/2.0.6
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Mitchells-MacBook-Pro.local
  14. uname -m = x86_64
  15. uname -r = 16.7.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/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 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 319 tasks, 1579 threads, 4 processors
  34. Load average: 2.44, Mach factor: 1.86
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/Homebrew/Library/Homebrew/shims/super
  40. PATH: /usr/bin
  41. PATH: /bin
  42. PATH: /usr/sbin
  43. PATH: /sbin
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2480: checking for a BSD-compatible install
  51. configure:2548: result: /usr/bin/install -c
  52. configure:2559: checking whether build environment is sane
  53. configure:2614: result: yes
  54. configure:2765: checking for a thread-safe mkdir -p
  55. configure:2804: result: ./install-sh -c -d
  56. configure:2811: checking for gawk
  57. configure:2841: result: no
  58. configure:2811: checking for mawk
  59. configure:2841: result: no
  60. configure:2811: checking for nawk
  61. configure:2841: result: no
  62. configure:2811: checking for awk
  63. configure:2827: found /usr/bin/awk
  64. configure:2838: result: awk
  65. configure:2849: checking whether make sets $(MAKE)
  66. configure:2871: result: yes
  67. configure:2900: checking whether make supports nested variables
  68. configure:2917: result: yes
  69. configure:3093: checking for gcc
  70. configure:3120: result: clang
  71. configure:3349: checking for C compiler version
  72. configure:3358: clang --version >&5
  73. Apple LLVM version 9.0.0 (clang-900.0.37)
  74. Target: x86_64-apple-darwin16.7.0
  75. Thread model: posix
  76. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  77. configure:3369: $? = 0
  78. configure:3358: clang -v >&5
  79. Apple LLVM version 9.0.0 (clang-900.0.37)
  80. Target: x86_64-apple-darwin16.7.0
  81. Thread model: posix
  82. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  83. configure:3369: $? = 0
  84. configure:3358: clang -V >&5
  85. clang: error: unsupported option '-V -isystem/usr/local/include'
  86. configure:3369: $? = 1
  87. configure:3358: clang -qversion >&5
  88. clang: error: unknown argument: '-qversion'
  89. configure:3369: $? = 1
  90. configure:3389: checking whether the C compiler works
  91. configure:3411: clang conftest.c >&5
  92. configure:3415: $? = 0
  93. configure:3463: result: yes
  94. configure:3466: checking for C compiler default output file name
  95. configure:3468: result: a.out
  96. configure:3474: checking for suffix of executables
  97. configure:3481: clang -o conftest conftest.c >&5
  98. configure:3485: $? = 0
  99. configure:3507: result:
  100. configure:3529: checking whether we are cross compiling
  101. configure:3537: clang -o conftest conftest.c >&5
  102. configure:3541: $? = 0
  103. configure:3548: ./conftest
  104. configure:3552: $? = 0
  105. configure:3567: result: no
  106. configure:3572: checking for suffix of object files
  107. configure:3594: clang -c conftest.c >&5
  108. configure:3598: $? = 0
  109. configure:3619: result: o
  110. configure:3623: checking whether we are using the GNU C compiler
  111. configure:3642: clang -c conftest.c >&5
  112. configure:3642: $? = 0
  113. configure:3651: result: yes
  114. configure:3660: checking whether clang accepts -g
  115. configure:3680: clang -c -g conftest.c >&5
  116. configure:3680: $? = 0
  117. configure:3721: result: yes
  118. configure:3738: checking for clang option to accept ISO C89
  119. configure:3801: clang -c -g -O2 conftest.c >&5
  120. configure:3801: $? = 0
  121. configure:3814: result: none needed
  122. configure:3839: checking whether clang understands -c and -o together
  123. configure:3861: clang -c conftest.c -o conftest2.o
  124. configure:3864: $? = 0
  125. configure:3861: clang -c conftest.c -o conftest2.o
  126. configure:3864: $? = 0
  127. configure:3876: result: yes
  128. configure:3904: checking for style of include used by make
  129. configure:3932: result: GNU
  130. configure:3958: checking dependency style of clang
  131. configure:4069: result: none
  132. configure:4113: checking build system type
  133. configure:4127: result: x86_64-apple-darwin16.7.0
  134. configure:4147: checking host system type
  135. configure:4160: result: x86_64-apple-darwin16.7.0
  136. configure:4201: checking how to print strings
  137. configure:4228: result: printf
  138. configure:4249: checking for a sed that does not truncate output
  139. configure:4313: result: /usr/local/Homebrew/Library/Homebrew/shims/super/sed
  140. configure:4331: checking for grep that handles long lines and -e
  141. configure:4389: result: /usr/bin/grep
  142. configure:4394: checking for egrep
  143. configure:4456: result: /usr/bin/grep -E
  144. configure:4461: checking for fgrep
  145. configure:4523: result: /usr/bin/grep -F
  146. configure:4558: checking for ld used by clang
  147. configure:4625: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  148. configure:4632: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
  149. configure:4647: result: no
  150. configure:4659: checking for BSD- or MS-compatible name lister (nm)
  151. configure:4713: result: /usr/bin/nm -B
  152. configure:4843: checking the name lister (/usr/bin/nm -B) interface
  153. configure:4850: clang -c -g -O2 conftest.c >&5
  154. configure:4853: /usr/bin/nm -B "conftest.o"
  155. configure:4856: output
  156. 00000000000001dc S _some_variable
  157. configure:4863: result: BSD nm
  158. configure:4866: checking whether ln -s works
  159. configure:4870: result: yes
  160. configure:4878: checking the maximum length of command line arguments
  161. configure:5009: result: 196608
  162. configure:5057: checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format
  163. configure:5097: result: func_convert_file_noop
  164. configure:5104: checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format
  165. configure:5124: result: func_convert_file_noop
  166. configure:5131: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
  167. configure:5138: result: -r
  168. configure:5212: checking for objdump
  169. configure:5228: found /usr/bin/objdump
  170. configure:5239: result: objdump
  171. configure:5271: checking how to recognize dependent libraries
  172. configure:5471: result: pass_all
  173. configure:5556: checking for dlltool
  174. configure:5586: result: no
  175. configure:5616: checking how to associate runtime and link libraries
  176. configure:5643: result: printf %s\n
  177. configure:5704: checking for ar
  178. configure:5720: found /usr/bin/ar
  179. configure:5731: result: ar
  180. configure:5768: checking for archiver @FILE support
  181. configure:5785: clang -c -g -O2 conftest.c >&5
  182. configure:5785: $? = 0
  183. configure:5788: ar cru libconftest.a @conftest.lst >&5
  184. ar: @conftest.lst: No such file or directory
  185. configure:5791: $? = 1
  186. configure:5811: result: no
  187. configure:5869: checking for strip
  188. configure:5885: found /usr/bin/strip
  189. configure:5896: result: strip
  190. configure:5968: checking for ranlib
  191. configure:5984: found /usr/bin/ranlib
  192. configure:5995: result: ranlib
  193. configure:6097: checking command to parse /usr/bin/nm -B output from clang object
  194. configure:6250: clang -c -g -O2 conftest.c >&5
  195. configure:6253: $? = 0
  196. configure:6257: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  197. configure:6260: $? = 0
  198. cannot find nm_test_var in conftest.nm
  199. configure:6250: clang -c -g -O2 conftest.c >&5
  200. configure:6253: $? = 0
  201. configure:6257: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  202. configure:6260: $? = 0
  203. configure:6326: clang -o conftest -g -O2 conftest.c conftstm.o >&5
  204. warning: (x86_64) could not find object file symbol for symbol _main
  205. configure:6329: $? = 0
  206. configure:6367: result: ok
  207. configure:6414: checking for sysroot
  208. configure:6444: result: no
  209. configure:6451: checking for a working dd
  210. configure:6489: result: /bin/dd
  211. configure:6493: checking how to truncate binary pipes
  212. configure:6508: result: /bin/dd bs=4096 count=1
  213. configure:6837: checking for mt
  214. configure:6867: result: no
  215. configure:6887: checking if : is a manifest tool
  216. configure:6893: : '-?'
  217. configure:6901: result: no
  218. configure:6957: checking for dsymutil
  219. configure:6973: found /usr/bin/dsymutil
  220. configure:6984: result: dsymutil
  221. configure:7049: checking for nmedit
  222. configure:7065: found /usr/bin/nmedit
  223. configure:7076: result: nmedit
  224. configure:7141: checking for lipo
  225. configure:7157: found /usr/bin/lipo
  226. configure:7168: result: lipo
  227. configure:7233: checking for otool
  228. configure:7249: found /usr/bin/otool
  229. configure:7260: result: otool
  230. configure:7325: checking for otool64
  231. configure:7355: result: no
  232. configure:7400: checking for -single_module linker flag
  233. clang -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  234. configure:7433: result: yes
  235. configure:7436: checking for -exported_symbols_list linker flag
  236. configure:7456: clang -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  237. configure:7456: $? = 0
  238. configure:7466: result: yes
  239. configure:7469: checking for -force_load linker flag
  240. clang -g -O2 -c -o conftest.o conftest.c
  241. ar cru libconftest.a conftest.o
  242. ranlib libconftest.a
  243. clang -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  244. configure:7501: result: yes
  245. configure:7578: checking how to run the C preprocessor
  246. configure:7609: clang -E conftest.c
  247. configure:7609: $? = 0
  248. configure:7623: clang -E conftest.c
  249. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  250. #include <ac_nonexistent.h>
  251. ^~~~~~~~~~~~~~~~~~
  252. 1 error generated.
  253. configure:7623: $? = 1
  254. configure: failed program was:
  255. | /* confdefs.h */
  256. | #define PACKAGE_NAME "daq"
  257. | #define PACKAGE_TARNAME "daq"
  258. | #define PACKAGE_VERSION "2.0.6"
  259. | #define PACKAGE_STRING "daq 2.0.6"
  260. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  261. | #define PACKAGE_URL ""
  262. | #define PACKAGE "daq"
  263. | #define VERSION "2.0.6"
  264. | /* end confdefs.h. */
  265. | #include <ac_nonexistent.h>
  266. configure:7648: result: clang -E
  267. configure:7668: clang -E conftest.c
  268. configure:7668: $? = 0
  269. configure:7682: clang -E conftest.c
  270. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  271. #include <ac_nonexistent.h>
  272. ^~~~~~~~~~~~~~~~~~
  273. 1 error generated.
  274. configure:7682: $? = 1
  275. configure: failed program was:
  276. | /* confdefs.h */
  277. | #define PACKAGE_NAME "daq"
  278. | #define PACKAGE_TARNAME "daq"
  279. | #define PACKAGE_VERSION "2.0.6"
  280. | #define PACKAGE_STRING "daq 2.0.6"
  281. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  282. | #define PACKAGE_URL ""
  283. | #define PACKAGE "daq"
  284. | #define VERSION "2.0.6"
  285. | /* end confdefs.h. */
  286. | #include <ac_nonexistent.h>
  287. configure:7711: checking for ANSI C header files
  288. configure:7731: clang -c -g -O2 conftest.c >&5
  289. configure:7731: $? = 0
  290. configure:7804: clang -o conftest -g -O2 conftest.c >&5
  291. configure:7804: $? = 0
  292. configure:7804: ./conftest
  293. configure:7804: $? = 0
  294. configure:7815: result: yes
  295. configure:7828: checking for sys/types.h
  296. configure:7828: clang -c -g -O2 conftest.c >&5
  297. configure:7828: $? = 0
  298. configure:7828: result: yes
  299. configure:7828: checking for sys/stat.h
  300. configure:7828: clang -c -g -O2 conftest.c >&5
  301. configure:7828: $? = 0
  302. configure:7828: result: yes
  303. configure:7828: checking for stdlib.h
  304. configure:7828: clang -c -g -O2 conftest.c >&5
  305. configure:7828: $? = 0
  306. configure:7828: result: yes
  307. configure:7828: checking for string.h
  308. configure:7828: clang -c -g -O2 conftest.c >&5
  309. configure:7828: $? = 0
  310. configure:7828: result: yes
  311. configure:7828: checking for memory.h
  312. configure:7828: clang -c -g -O2 conftest.c >&5
  313. configure:7828: $? = 0
  314. configure:7828: result: yes
  315. configure:7828: checking for strings.h
  316. configure:7828: clang -c -g -O2 conftest.c >&5
  317. configure:7828: $? = 0
  318. configure:7828: result: yes
  319. configure:7828: checking for inttypes.h
  320. configure:7828: clang -c -g -O2 conftest.c >&5
  321. configure:7828: $? = 0
  322. configure:7828: result: yes
  323. configure:7828: checking for stdint.h
  324. configure:7828: clang -c -g -O2 conftest.c >&5
  325. configure:7828: $? = 0
  326. configure:7828: result: yes
  327. configure:7828: checking for unistd.h
  328. configure:7828: clang -c -g -O2 conftest.c >&5
  329. configure:7828: $? = 0
  330. configure:7828: result: yes
  331. configure:7842: checking for dlfcn.h
  332. configure:7842: clang -c -g -O2 conftest.c >&5
  333. configure:7842: $? = 0
  334. configure:7842: result: yes
  335. configure:8098: checking for objdir
  336. configure:8113: result: .libs
  337. configure:8377: checking if clang supports -fno-rtti -fno-exceptions
  338. configure:8395: clang -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  339. configure:8399: $? = 0
  340. configure:8412: result: yes
  341. configure:8770: checking for clang option to produce PIC
  342. configure:8777: result: -fno-common -DPIC
  343. configure:8785: checking if clang PIC flag -fno-common -DPIC works
  344. configure:8803: clang -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  345. configure:8807: $? = 0
  346. configure:8820: result: yes
  347. configure:8849: checking if clang static flag -static works
  348. configure:8877: result: no
  349. configure:8892: checking if clang supports -c -o file.o
  350. configure:8913: clang -c -g -O2 -o out/conftest2.o conftest.c >&5
  351. configure:8917: $? = 0
  352. configure:8939: result: yes
  353. configure:8947: checking if clang supports -c -o file.o
  354. configure:8994: result: yes
  355. configure:9027: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
  356. configure:10286: result: yes
  357. configure:10526: checking dynamic linker characteristics
  358. configure:11344: result: darwin16.7.0 dyld
  359. configure:11466: checking how to hardcode library paths into programs
  360. configure:11491: result: immediate
  361. configure:12039: checking whether stripping libraries is possible
  362. configure:12053: result: yes
  363. configure:12079: checking if libtool supports shared libraries
  364. configure:12081: result: yes
  365. configure:12084: checking whether to build shared libraries
  366. configure:12109: result: yes
  367. configure:12112: checking whether to build static libraries
  368. configure:12116: result: yes
  369. configure:12157: checking for visibility support
  370. configure:12182: clang -c -g -O2 -Werror -fvisibility=hidden conftest.c >&5
  371. configure:12182: $? = 0
  372. configure:12191: result: yes
  373. configure:12222: checking CFLAGS for gcc -Wall
  374. configure:12249: clang -c -g -O2 -fvisibility=hidden -pedantic -Werror -Wall conftest.c >&5
  375. configure:12249: $? = 0
  376. configure:12263: result: -Wall
  377. configure:12276: : CFLAGS="$CFLAGS $var"
  378. configure:12279: $? = 0
  379. configure:12286: checking CFLAGS for gcc -Wwrite-strings
  380. configure:12313: clang -c -g -O2 -fvisibility=hidden -Wall -pedantic -Werror -Wwrite-strings conftest.c >&5
  381. configure:12313: $? = 0
  382. configure:12327: result: -Wwrite-strings
  383. configure:12340: : CFLAGS="$CFLAGS $var"
  384. configure:12343: $? = 0
  385. configure:12350: checking CFLAGS for gcc -Wsign-compare
  386. configure:12377: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -pedantic -Werror -Wsign-compare conftest.c >&5
  387. configure:12377: $? = 0
  388. configure:12391: result: -Wsign-compare
  389. configure:12404: : CFLAGS="$CFLAGS $var"
  390. configure:12407: $? = 0
  391. configure:12414: checking CFLAGS for gcc -Wcast-align
  392. configure:12441: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -pedantic -Werror -Wcast-align conftest.c >&5
  393. configure:12441: $? = 0
  394. configure:12455: result: -Wcast-align
  395. configure:12468: : CFLAGS="$CFLAGS $var"
  396. configure:12471: $? = 0
  397. configure:12478: checking CFLAGS for gcc -Wextra
  398. configure:12505: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -pedantic -Werror -Wextra conftest.c >&5
  399. configure:12505: $? = 0
  400. configure:12519: result: -Wextra
  401. configure:12532: : CFLAGS="$CFLAGS $var"
  402. configure:12535: $? = 0
  403. configure:12542: checking CFLAGS for gcc -Wformat
  404. configure:12569: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -pedantic -Werror -Wformat conftest.c >&5
  405. configure:12569: $? = 0
  406. configure:12583: result: -Wformat
  407. configure:12596: : CFLAGS="$CFLAGS $var"
  408. configure:12599: $? = 0
  409. configure:12606: checking CFLAGS for gcc -Wformat-security
  410. configure:12633: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -pedantic -Werror -Wformat-security conftest.c >&5
  411. configure:12633: $? = 0
  412. configure:12647: result: -Wformat-security
  413. configure:12660: : CFLAGS="$CFLAGS $var"
  414. configure:12663: $? = 0
  415. configure:12670: checking CFLAGS for gcc -Wno-unused-parameter
  416. configure:12697: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -pedantic -Werror -Wno-unused-parameter conftest.c >&5
  417. configure:12697: $? = 0
  418. configure:12711: result: -Wno-unused-parameter
  419. configure:12724: : CFLAGS="$CFLAGS $var"
  420. configure:12727: $? = 0
  421. configure:12734: checking CFLAGS for gcc -fno-strict-aliasing
  422. configure:12761: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -pedantic -Werror -fno-strict-aliasing conftest.c >&5
  423. configure:12761: $? = 0
  424. configure:12775: result: -fno-strict-aliasing
  425. configure:12788: : CFLAGS="$CFLAGS $var"
  426. configure:12791: $? = 0
  427. configure:12798: checking CFLAGS for gcc -fdiagnostics-show-option
  428. configure:12825: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -pedantic -Werror -fdiagnostics-show-option conftest.c >&5
  429. configure:12825: $? = 0
  430. configure:12839: result: -fdiagnostics-show-option
  431. configure:12852: : CFLAGS="$CFLAGS $var"
  432. configure:12855: $? = 0
  433. configure:12862: checking CFLAGS for gcc -pedantic -std=c99 -D_GNU_SOURCE
  434. configure:12889: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -Werror -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  435. configure:12889: $? = 0
  436. configure:12903: result: -pedantic -std=c99 -D_GNU_SOURCE
  437. configure:12916: : CFLAGS="$CFLAGS $var"
  438. configure:12919: $? = 0
  439. configure:12938: checking for getaddrinfo
  440. configure:12938: clang -o conftest -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  441. configure:12938: $? = 0
  442. configure:12938: result: yes
  443. configure:12978: checking for flex
  444. configure:12994: found /usr/bin/flex
  445. configure:13005: result: flex
  446. configure:13020: checking for flex 2.4 or higher
  447. configure:13032: result: yes
  448. configure:13048: checking for bison
  449. configure:13064: found /usr/bin/bison
  450. configure:13075: result: bison
  451. configure:13227: checking linux/if_ether.h usability
  452. configure:13227: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  453. conftest.c:58:10: fatal error: 'linux/if_ether.h' file not found
  454. #include <linux/if_ether.h>
  455. ^~~~~~~~~~~~~~~~~~
  456. 1 error generated.
  457. configure:13227: $? = 1
  458. configure: failed program was:
  459. | /* confdefs.h */
  460. | #define PACKAGE_NAME "daq"
  461. | #define PACKAGE_TARNAME "daq"
  462. | #define PACKAGE_VERSION "2.0.6"
  463. | #define PACKAGE_STRING "daq 2.0.6"
  464. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  465. | #define PACKAGE_URL ""
  466. | #define PACKAGE "daq"
  467. | #define VERSION "2.0.6"
  468. | #define STDC_HEADERS 1
  469. | #define HAVE_SYS_TYPES_H 1
  470. | #define HAVE_SYS_STAT_H 1
  471. | #define HAVE_STDLIB_H 1
  472. | #define HAVE_STRING_H 1
  473. | #define HAVE_MEMORY_H 1
  474. | #define HAVE_STRINGS_H 1
  475. | #define HAVE_INTTYPES_H 1
  476. | #define HAVE_STDINT_H 1
  477. | #define HAVE_UNISTD_H 1
  478. | #define HAVE_DLFCN_H 1
  479. | #define LT_OBJDIR ".libs/"
  480. | #define HAVE_VISIBILITY 1
  481. | #define INET6 1
  482. | /* end confdefs.h. */
  483. | #include <stdio.h>
  484. | #ifdef HAVE_SYS_TYPES_H
  485. | # include <sys/types.h>
  486. | #endif
  487. | #ifdef HAVE_SYS_STAT_H
  488. | # include <sys/stat.h>
  489. | #endif
  490. | #ifdef STDC_HEADERS
  491. | # include <stdlib.h>
  492. | # include <stddef.h>
  493. | #else
  494. | # ifdef HAVE_STDLIB_H
  495. | # include <stdlib.h>
  496. | # endif
  497. | #endif
  498. | #ifdef HAVE_STRING_H
  499. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  500. | # include <memory.h>
  501. | # endif
  502. | # include <string.h>
  503. | #endif
  504. | #ifdef HAVE_STRINGS_H
  505. | # include <strings.h>
  506. | #endif
  507. | #ifdef HAVE_INTTYPES_H
  508. | # include <inttypes.h>
  509. | #endif
  510. | #ifdef HAVE_STDINT_H
  511. | # include <stdint.h>
  512. | #endif
  513. | #ifdef HAVE_UNISTD_H
  514. | # include <unistd.h>
  515. | #endif
  516. | #include <linux/if_ether.h>
  517. configure:13227: result: no
  518. configure:13227: checking linux/if_ether.h presence
  519. configure:13227: clang -E conftest.c
  520. conftest.c:25:10: fatal error: 'linux/if_ether.h' file not found
  521. #include <linux/if_ether.h>
  522. ^~~~~~~~~~~~~~~~~~
  523. 1 error generated.
  524. configure:13227: $? = 1
  525. configure: failed program was:
  526. | /* confdefs.h */
  527. | #define PACKAGE_NAME "daq"
  528. | #define PACKAGE_TARNAME "daq"
  529. | #define PACKAGE_VERSION "2.0.6"
  530. | #define PACKAGE_STRING "daq 2.0.6"
  531. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  532. | #define PACKAGE_URL ""
  533. | #define PACKAGE "daq"
  534. | #define VERSION "2.0.6"
  535. | #define STDC_HEADERS 1
  536. | #define HAVE_SYS_TYPES_H 1
  537. | #define HAVE_SYS_STAT_H 1
  538. | #define HAVE_STDLIB_H 1
  539. | #define HAVE_STRING_H 1
  540. | #define HAVE_MEMORY_H 1
  541. | #define HAVE_STRINGS_H 1
  542. | #define HAVE_INTTYPES_H 1
  543. | #define HAVE_STDINT_H 1
  544. | #define HAVE_UNISTD_H 1
  545. | #define HAVE_DLFCN_H 1
  546. | #define LT_OBJDIR ".libs/"
  547. | #define HAVE_VISIBILITY 1
  548. | #define INET6 1
  549. | /* end confdefs.h. */
  550. | #include <linux/if_ether.h>
  551. configure:13227: result: no
  552. configure:13227: checking for linux/if_ether.h
  553. configure:13227: result: no
  554. configure:13227: checking linux/if_packet.h usability
  555. configure:13227: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  556. conftest.c:58:10: fatal error: 'linux/if_packet.h' file not found
  557. #include <linux/if_packet.h>
  558. ^~~~~~~~~~~~~~~~~~~
  559. 1 error generated.
  560. configure:13227: $? = 1
  561. configure: failed program was:
  562. | /* confdefs.h */
  563. | #define PACKAGE_NAME "daq"
  564. | #define PACKAGE_TARNAME "daq"
  565. | #define PACKAGE_VERSION "2.0.6"
  566. | #define PACKAGE_STRING "daq 2.0.6"
  567. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  568. | #define PACKAGE_URL ""
  569. | #define PACKAGE "daq"
  570. | #define VERSION "2.0.6"
  571. | #define STDC_HEADERS 1
  572. | #define HAVE_SYS_TYPES_H 1
  573. | #define HAVE_SYS_STAT_H 1
  574. | #define HAVE_STDLIB_H 1
  575. | #define HAVE_STRING_H 1
  576. | #define HAVE_MEMORY_H 1
  577. | #define HAVE_STRINGS_H 1
  578. | #define HAVE_INTTYPES_H 1
  579. | #define HAVE_STDINT_H 1
  580. | #define HAVE_UNISTD_H 1
  581. | #define HAVE_DLFCN_H 1
  582. | #define LT_OBJDIR ".libs/"
  583. | #define HAVE_VISIBILITY 1
  584. | #define INET6 1
  585. | /* end confdefs.h. */
  586. | #include <stdio.h>
  587. | #ifdef HAVE_SYS_TYPES_H
  588. | # include <sys/types.h>
  589. | #endif
  590. | #ifdef HAVE_SYS_STAT_H
  591. | # include <sys/stat.h>
  592. | #endif
  593. | #ifdef STDC_HEADERS
  594. | # include <stdlib.h>
  595. | # include <stddef.h>
  596. | #else
  597. | # ifdef HAVE_STDLIB_H
  598. | # include <stdlib.h>
  599. | # endif
  600. | #endif
  601. | #ifdef HAVE_STRING_H
  602. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  603. | # include <memory.h>
  604. | # endif
  605. | # include <string.h>
  606. | #endif
  607. | #ifdef HAVE_STRINGS_H
  608. | # include <strings.h>
  609. | #endif
  610. | #ifdef HAVE_INTTYPES_H
  611. | # include <inttypes.h>
  612. | #endif
  613. | #ifdef HAVE_STDINT_H
  614. | # include <stdint.h>
  615. | #endif
  616. | #ifdef HAVE_UNISTD_H
  617. | # include <unistd.h>
  618. | #endif
  619. | #include <linux/if_packet.h>
  620. configure:13227: result: no
  621. configure:13227: checking linux/if_packet.h presence
  622. configure:13227: clang -E conftest.c
  623. conftest.c:25:10: fatal error: 'linux/if_packet.h' file not found
  624. #include <linux/if_packet.h>
  625. ^~~~~~~~~~~~~~~~~~~
  626. 1 error generated.
  627. configure:13227: $? = 1
  628. configure: failed program was:
  629. | /* confdefs.h */
  630. | #define PACKAGE_NAME "daq"
  631. | #define PACKAGE_TARNAME "daq"
  632. | #define PACKAGE_VERSION "2.0.6"
  633. | #define PACKAGE_STRING "daq 2.0.6"
  634. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  635. | #define PACKAGE_URL ""
  636. | #define PACKAGE "daq"
  637. | #define VERSION "2.0.6"
  638. | #define STDC_HEADERS 1
  639. | #define HAVE_SYS_TYPES_H 1
  640. | #define HAVE_SYS_STAT_H 1
  641. | #define HAVE_STDLIB_H 1
  642. | #define HAVE_STRING_H 1
  643. | #define HAVE_MEMORY_H 1
  644. | #define HAVE_STRINGS_H 1
  645. | #define HAVE_INTTYPES_H 1
  646. | #define HAVE_STDINT_H 1
  647. | #define HAVE_UNISTD_H 1
  648. | #define HAVE_DLFCN_H 1
  649. | #define LT_OBJDIR ".libs/"
  650. | #define HAVE_VISIBILITY 1
  651. | #define INET6 1
  652. | /* end confdefs.h. */
  653. | #include <linux/if_packet.h>
  654. configure:13227: result: no
  655. configure:13227: checking for linux/if_packet.h
  656. configure:13227: result: no
  657. configure:13239: checking whether TPACKET2_HDRLEN is declared
  658. configure:13239: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  659. conftest.c:25:10: fatal error: 'linux/if_packet.h' file not found
  660. #include <linux/if_packet.h>
  661. ^~~~~~~~~~~~~~~~~~~
  662. 1 error generated.
  663. configure:13239: $? = 1
  664. configure: failed program was:
  665. | /* confdefs.h */
  666. | #define PACKAGE_NAME "daq"
  667. | #define PACKAGE_TARNAME "daq"
  668. | #define PACKAGE_VERSION "2.0.6"
  669. | #define PACKAGE_STRING "daq 2.0.6"
  670. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  671. | #define PACKAGE_URL ""
  672. | #define PACKAGE "daq"
  673. | #define VERSION "2.0.6"
  674. | #define STDC_HEADERS 1
  675. | #define HAVE_SYS_TYPES_H 1
  676. | #define HAVE_SYS_STAT_H 1
  677. | #define HAVE_STDLIB_H 1
  678. | #define HAVE_STRING_H 1
  679. | #define HAVE_MEMORY_H 1
  680. | #define HAVE_STRINGS_H 1
  681. | #define HAVE_INTTYPES_H 1
  682. | #define HAVE_STDINT_H 1
  683. | #define HAVE_UNISTD_H 1
  684. | #define HAVE_DLFCN_H 1
  685. | #define LT_OBJDIR ".libs/"
  686. | #define HAVE_VISIBILITY 1
  687. | #define INET6 1
  688. | /* end confdefs.h. */
  689. | #include <linux/if_packet.h>
  690. |
  691. | int
  692. | main ()
  693. | {
  694. | #ifndef TPACKET2_HDRLEN
  695. | #ifdef __cplusplus
  696. | (void) TPACKET2_HDRLEN;
  697. | #else
  698. | (void) TPACKET2_HDRLEN;
  699. | #endif
  700. | #endif
  701. |
  702. | ;
  703. | return 0;
  704. | }
  705. configure:13239: result: no
  706. configure:13255: checking whether PACKET_TX_RING is declared
  707. configure:13255: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  708. conftest.c:26:10: fatal error: 'linux/if_packet.h' file not found
  709. #include <linux/if_packet.h>
  710. ^~~~~~~~~~~~~~~~~~~
  711. 1 error generated.
  712. configure:13255: $? = 1
  713. configure: failed program was:
  714. | /* confdefs.h */
  715. | #define PACKAGE_NAME "daq"
  716. | #define PACKAGE_TARNAME "daq"
  717. | #define PACKAGE_VERSION "2.0.6"
  718. | #define PACKAGE_STRING "daq 2.0.6"
  719. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  720. | #define PACKAGE_URL ""
  721. | #define PACKAGE "daq"
  722. | #define VERSION "2.0.6"
  723. | #define STDC_HEADERS 1
  724. | #define HAVE_SYS_TYPES_H 1
  725. | #define HAVE_SYS_STAT_H 1
  726. | #define HAVE_STDLIB_H 1
  727. | #define HAVE_STRING_H 1
  728. | #define HAVE_MEMORY_H 1
  729. | #define HAVE_STRINGS_H 1
  730. | #define HAVE_INTTYPES_H 1
  731. | #define HAVE_STDINT_H 1
  732. | #define HAVE_UNISTD_H 1
  733. | #define HAVE_DLFCN_H 1
  734. | #define LT_OBJDIR ".libs/"
  735. | #define HAVE_VISIBILITY 1
  736. | #define INET6 1
  737. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  738. | /* end confdefs.h. */
  739. | #include <linux/if_packet.h>
  740. |
  741. | int
  742. | main ()
  743. | {
  744. | #ifndef PACKET_TX_RING
  745. | #ifdef __cplusplus
  746. | (void) PACKET_TX_RING;
  747. | #else
  748. | (void) PACKET_TX_RING;
  749. | #endif
  750. | #endif
  751. |
  752. | ;
  753. | return 0;
  754. | }
  755. configure:13255: result: no
  756. configure:13294: checking pcap.h usability
  757. configure:13294: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  758. configure:13294: $? = 0
  759. configure:13294: result: yes
  760. configure:13294: checking pcap.h presence
  761. configure:13294: clang -E conftest.c
  762. configure:13294: $? = 0
  763. configure:13294: result: yes
  764. configure:13294: checking for pcap.h
  765. configure:13294: result: yes
  766. configure:13302: checking for pcap_lib_version in -lpcap
  767. configure:13327: clang -o conftest -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c -lpcap >&5
  768. configure:13327: $? = 0
  769. configure:13336: result: yes
  770. configure:13394: checking netinet/in.h usability
  771. configure:13394: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  772. configure:13394: $? = 0
  773. configure:13394: result: yes
  774. configure:13394: checking netinet/in.h presence
  775. configure:13394: clang -E conftest.c
  776. configure:13394: $? = 0
  777. configure:13394: result: yes
  778. configure:13394: checking for netinet/in.h
  779. configure:13394: result: yes
  780. configure:13394: checking libipq.h usability
  781. configure:13394: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  782. conftest.c:62:10: fatal error: 'libipq.h' file not found
  783. #include <libipq.h>
  784. ^~~~~~~~~~
  785. 1 error generated.
  786. configure:13394: $? = 1
  787. configure: failed program was:
  788. | /* confdefs.h */
  789. | #define PACKAGE_NAME "daq"
  790. | #define PACKAGE_TARNAME "daq"
  791. | #define PACKAGE_VERSION "2.0.6"
  792. | #define PACKAGE_STRING "daq 2.0.6"
  793. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  794. | #define PACKAGE_URL ""
  795. | #define PACKAGE "daq"
  796. | #define VERSION "2.0.6"
  797. | #define STDC_HEADERS 1
  798. | #define HAVE_SYS_TYPES_H 1
  799. | #define HAVE_SYS_STAT_H 1
  800. | #define HAVE_STDLIB_H 1
  801. | #define HAVE_STRING_H 1
  802. | #define HAVE_MEMORY_H 1
  803. | #define HAVE_STRINGS_H 1
  804. | #define HAVE_INTTYPES_H 1
  805. | #define HAVE_STDINT_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define HAVE_DLFCN_H 1
  808. | #define LT_OBJDIR ".libs/"
  809. | #define HAVE_VISIBILITY 1
  810. | #define INET6 1
  811. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  812. | #define HAVE_DECL_PACKET_TX_RING 0
  813. | #define HAVE_LIBPCAP 1
  814. | #define HAVE_NETINET_IN_H 1
  815. | /* end confdefs.h. */
  816. | #include <stdio.h>
  817. | #ifdef HAVE_SYS_TYPES_H
  818. | # include <sys/types.h>
  819. | #endif
  820. | #ifdef HAVE_SYS_STAT_H
  821. | # include <sys/stat.h>
  822. | #endif
  823. | #ifdef STDC_HEADERS
  824. | # include <stdlib.h>
  825. | # include <stddef.h>
  826. | #else
  827. | # ifdef HAVE_STDLIB_H
  828. | # include <stdlib.h>
  829. | # endif
  830. | #endif
  831. | #ifdef HAVE_STRING_H
  832. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  833. | # include <memory.h>
  834. | # endif
  835. | # include <string.h>
  836. | #endif
  837. | #ifdef HAVE_STRINGS_H
  838. | # include <strings.h>
  839. | #endif
  840. | #ifdef HAVE_INTTYPES_H
  841. | # include <inttypes.h>
  842. | #endif
  843. | #ifdef HAVE_STDINT_H
  844. | # include <stdint.h>
  845. | #endif
  846. | #ifdef HAVE_UNISTD_H
  847. | # include <unistd.h>
  848. | #endif
  849. | #include <libipq.h>
  850. configure:13394: result: no
  851. configure:13394: checking libipq.h presence
  852. configure:13394: clang -E conftest.c
  853. conftest.c:29:10: fatal error: 'libipq.h' file not found
  854. #include <libipq.h>
  855. ^~~~~~~~~~
  856. 1 error generated.
  857. configure:13394: $? = 1
  858. configure: failed program was:
  859. | /* confdefs.h */
  860. | #define PACKAGE_NAME "daq"
  861. | #define PACKAGE_TARNAME "daq"
  862. | #define PACKAGE_VERSION "2.0.6"
  863. | #define PACKAGE_STRING "daq 2.0.6"
  864. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  865. | #define PACKAGE_URL ""
  866. | #define PACKAGE "daq"
  867. | #define VERSION "2.0.6"
  868. | #define STDC_HEADERS 1
  869. | #define HAVE_SYS_TYPES_H 1
  870. | #define HAVE_SYS_STAT_H 1
  871. | #define HAVE_STDLIB_H 1
  872. | #define HAVE_STRING_H 1
  873. | #define HAVE_MEMORY_H 1
  874. | #define HAVE_STRINGS_H 1
  875. | #define HAVE_INTTYPES_H 1
  876. | #define HAVE_STDINT_H 1
  877. | #define HAVE_UNISTD_H 1
  878. | #define HAVE_DLFCN_H 1
  879. | #define LT_OBJDIR ".libs/"
  880. | #define HAVE_VISIBILITY 1
  881. | #define INET6 1
  882. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  883. | #define HAVE_DECL_PACKET_TX_RING 0
  884. | #define HAVE_LIBPCAP 1
  885. | #define HAVE_NETINET_IN_H 1
  886. | /* end confdefs.h. */
  887. | #include <libipq.h>
  888. configure:13394: result: no
  889. configure:13394: checking for libipq.h
  890. configure:13394: result: no
  891. configure:13406: checking for linux/netfilter.h
  892. configure:13406: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  893. conftest.c:33:10: fatal error: 'linux/netfilter.h' file not found
  894. #include <linux/netfilter.h>
  895. ^~~~~~~~~~~~~~~~~~~
  896. 1 error generated.
  897. configure:13406: $? = 1
  898. configure: failed program was:
  899. | /* confdefs.h */
  900. | #define PACKAGE_NAME "daq"
  901. | #define PACKAGE_TARNAME "daq"
  902. | #define PACKAGE_VERSION "2.0.6"
  903. | #define PACKAGE_STRING "daq 2.0.6"
  904. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  905. | #define PACKAGE_URL ""
  906. | #define PACKAGE "daq"
  907. | #define VERSION "2.0.6"
  908. | #define STDC_HEADERS 1
  909. | #define HAVE_SYS_TYPES_H 1
  910. | #define HAVE_SYS_STAT_H 1
  911. | #define HAVE_STDLIB_H 1
  912. | #define HAVE_STRING_H 1
  913. | #define HAVE_MEMORY_H 1
  914. | #define HAVE_STRINGS_H 1
  915. | #define HAVE_INTTYPES_H 1
  916. | #define HAVE_STDINT_H 1
  917. | #define HAVE_UNISTD_H 1
  918. | #define HAVE_DLFCN_H 1
  919. | #define LT_OBJDIR ".libs/"
  920. | #define HAVE_VISIBILITY 1
  921. | #define INET6 1
  922. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  923. | #define HAVE_DECL_PACKET_TX_RING 0
  924. | #define HAVE_LIBPCAP 1
  925. | #define HAVE_NETINET_IN_H 1
  926. | /* end confdefs.h. */
  927. |
  928. | #include <netinet/in.h>
  929. |
  930. |
  931. | #include <linux/netfilter.h>
  932. configure:13406: result: no
  933. configure:13442: checking for netinet/in.h
  934. configure:13442: result: yes
  935. configure:13442: checking libnetfilter_queue/libnetfilter_queue.h usability
  936. configure:13442: clang -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c >&5
  937. conftest.c:63:10: fatal error: 'libnetfilter_queue/libnetfilter_queue.h' file not found
  938. #include <libnetfilter_queue/libnetfilter_queue.h>
  939. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  940. 1 error generated.
  941. configure:13442: $? = 1
  942. configure: failed program was:
  943. | /* confdefs.h */
  944. | #define PACKAGE_NAME "daq"
  945. | #define PACKAGE_TARNAME "daq"
  946. | #define PACKAGE_VERSION "2.0.6"
  947. | #define PACKAGE_STRING "daq 2.0.6"
  948. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  949. | #define PACKAGE_URL ""
  950. | #define PACKAGE "daq"
  951. | #define VERSION "2.0.6"
  952. | #define STDC_HEADERS 1
  953. | #define HAVE_SYS_TYPES_H 1
  954. | #define HAVE_SYS_STAT_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_MEMORY_H 1
  958. | #define HAVE_STRINGS_H 1
  959. | #define HAVE_INTTYPES_H 1
  960. | #define HAVE_STDINT_H 1
  961. | #define HAVE_UNISTD_H 1
  962. | #define HAVE_DLFCN_H 1
  963. | #define LT_OBJDIR ".libs/"
  964. | #define HAVE_VISIBILITY 1
  965. | #define INET6 1
  966. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  967. | #define HAVE_DECL_PACKET_TX_RING 0
  968. | #define HAVE_LIBPCAP 1
  969. | #define HAVE_NETINET_IN_H 1
  970. | #define HAVE_NETINET_IN_H 1
  971. | /* end confdefs.h. */
  972. | #include <stdio.h>
  973. | #ifdef HAVE_SYS_TYPES_H
  974. | # include <sys/types.h>
  975. | #endif
  976. | #ifdef HAVE_SYS_STAT_H
  977. | # include <sys/stat.h>
  978. | #endif
  979. | #ifdef STDC_HEADERS
  980. | # include <stdlib.h>
  981. | # include <stddef.h>
  982. | #else
  983. | # ifdef HAVE_STDLIB_H
  984. | # include <stdlib.h>
  985. | # endif
  986. | #endif
  987. | #ifdef HAVE_STRING_H
  988. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  989. | # include <memory.h>
  990. | # endif
  991. | # include <string.h>
  992. | #endif
  993. | #ifdef HAVE_STRINGS_H
  994. | # include <strings.h>
  995. | #endif
  996. | #ifdef HAVE_INTTYPES_H
  997. | # include <inttypes.h>
  998. | #endif
  999. | #ifdef HAVE_STDINT_H
  1000. | # include <stdint.h>
  1001. | #endif
  1002. | #ifdef HAVE_UNISTD_H
  1003. | # include <unistd.h>
  1004. | #endif
  1005. | #include <libnetfilter_queue/libnetfilter_queue.h>
  1006. configure:13442: result: no
  1007. configure:13442: checking libnetfilter_queue/libnetfilter_queue.h presence
  1008. configure:13442: clang -E conftest.c
  1009. conftest.c:30:10: fatal error: 'libnetfilter_queue/libnetfilter_queue.h' file not found
  1010. #include <libnetfilter_queue/libnetfilter_queue.h>
  1011. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1012. 1 error generated.
  1013. configure:13442: $? = 1
  1014. configure: failed program was:
  1015. | /* confdefs.h */
  1016. | #define PACKAGE_NAME "daq"
  1017. | #define PACKAGE_TARNAME "daq"
  1018. | #define PACKAGE_VERSION "2.0.6"
  1019. | #define PACKAGE_STRING "daq 2.0.6"
  1020. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  1021. | #define PACKAGE_URL ""
  1022. | #define PACKAGE "daq"
  1023. | #define VERSION "2.0.6"
  1024. | #define STDC_HEADERS 1
  1025. | #define HAVE_SYS_TYPES_H 1
  1026. | #define HAVE_SYS_STAT_H 1
  1027. | #define HAVE_STDLIB_H 1
  1028. | #define HAVE_STRING_H 1
  1029. | #define HAVE_MEMORY_H 1
  1030. | #define HAVE_STRINGS_H 1
  1031. | #define HAVE_INTTYPES_H 1
  1032. | #define HAVE_STDINT_H 1
  1033. | #define HAVE_UNISTD_H 1
  1034. | #define HAVE_DLFCN_H 1
  1035. | #define LT_OBJDIR ".libs/"
  1036. | #define HAVE_VISIBILITY 1
  1037. | #define INET6 1
  1038. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  1039. | #define HAVE_DECL_PACKET_TX_RING 0
  1040. | #define HAVE_LIBPCAP 1
  1041. | #define HAVE_NETINET_IN_H 1
  1042. | #define HAVE_NETINET_IN_H 1
  1043. | /* end confdefs.h. */
  1044. | #include <libnetfilter_queue/libnetfilter_queue.h>
  1045. configure:13442: result: no
  1046. configure:13442: checking for libnetfilter_queue/libnetfilter_queue.h
  1047. configure:13442: result: no
  1048. configure:13454: checking for linux/netfilter.h
  1049. configure:13454: result: no
  1050. configure:13487: checking for pcap.h
  1051. configure:13487: result: yes
  1052. configure:13497: checking for pcap_lib_version
  1053. configure:13499: checking for pcap_lib_version in -lpcap
  1054. configure:13533: result: yes
  1055. configure:13548: checking for libpcap version >= "1.0.0"
  1056. configure:13578: clang -o conftest -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE conftest.c -lpcap -lpcap >&5
  1057. Undefined symbols for architecture x86_64:
  1058. "_pcap_version", referenced from:
  1059. _main in conftest-43b08b.o
  1060. ld: symbol(s) not found for architecture x86_64
  1061. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  1062. configure:13578: $? = 1
  1063. configure: program exited with status 1
  1064. configure: failed program was:
  1065. | /* confdefs.h */
  1066. | #define PACKAGE_NAME "daq"
  1067. | #define PACKAGE_TARNAME "daq"
  1068. | #define PACKAGE_VERSION "2.0.6"
  1069. | #define PACKAGE_STRING "daq 2.0.6"
  1070. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  1071. | #define PACKAGE_URL ""
  1072. | #define PACKAGE "daq"
  1073. | #define VERSION "2.0.6"
  1074. | #define STDC_HEADERS 1
  1075. | #define HAVE_SYS_TYPES_H 1
  1076. | #define HAVE_SYS_STAT_H 1
  1077. | #define HAVE_STDLIB_H 1
  1078. | #define HAVE_STRING_H 1
  1079. | #define HAVE_MEMORY_H 1
  1080. | #define HAVE_STRINGS_H 1
  1081. | #define HAVE_INTTYPES_H 1
  1082. | #define HAVE_STDINT_H 1
  1083. | #define HAVE_UNISTD_H 1
  1084. | #define HAVE_DLFCN_H 1
  1085. | #define LT_OBJDIR ".libs/"
  1086. | #define HAVE_VISIBILITY 1
  1087. | #define INET6 1
  1088. | #define HAVE_DECL_TPACKET2_HDRLEN 0
  1089. | #define HAVE_DECL_PACKET_TX_RING 0
  1090. | #define HAVE_LIBPCAP 1
  1091. | #define HAVE_NETINET_IN_H 1
  1092. | #define HAVE_NETINET_IN_H 1
  1093. | /* end confdefs.h. */
  1094. |
  1095. | #include <pcap.h>
  1096. | #include <string.h>
  1097. | extern char pcap_version[];
  1098. |
  1099. | int
  1100. | main ()
  1101. | {
  1102. |
  1103. | if (strcmp(pcap_version, "1.0.0") < 0)
  1104. | return 1;
  1105. |
  1106. | ;
  1107. | return 0;
  1108. | }
  1109. configure:13588: result: no
  1110.  
  1111. ## ---------------- ##
  1112. ## Cache variables. ##
  1113. ## ---------------- ##
  1114.  
  1115. ac_cv_build=x86_64-apple-darwin16.7.0
  1116. ac_cv_c_compiler_gnu=yes
  1117. ac_cv_env_CC_set=set
  1118. ac_cv_env_CC_value=clang
  1119. ac_cv_env_CFLAGS_set=
  1120. ac_cv_env_CFLAGS_value=
  1121. ac_cv_env_CPPFLAGS_set=
  1122. ac_cv_env_CPPFLAGS_value=
  1123. ac_cv_env_CPP_set=
  1124. ac_cv_env_CPP_value=
  1125. ac_cv_env_LDFLAGS_set=
  1126. ac_cv_env_LDFLAGS_value=
  1127. ac_cv_env_LIBS_set=
  1128. ac_cv_env_LIBS_value=
  1129. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1130. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1131. ac_cv_env_build_alias_set=
  1132. ac_cv_env_build_alias_value=
  1133. ac_cv_env_host_alias_set=
  1134. ac_cv_env_host_alias_value=
  1135. ac_cv_env_target_alias_set=
  1136. ac_cv_env_target_alias_value=
  1137. ac_cv_func_fmemopen=no
  1138. ac_cv_func_futimens=no
  1139. ac_cv_func_getaddrinfo=yes
  1140. ac_cv_func_open_memstream=no
  1141. ac_cv_func_utimensat=no
  1142. ac_cv_have_decl_PACKET_TX_RING=no
  1143. ac_cv_have_decl_TPACKET2_HDRLEN=no
  1144. ac_cv_header_dlfcn_h=yes
  1145. ac_cv_header_inttypes_h=yes
  1146. ac_cv_header_libipq_h=no
  1147. ac_cv_header_libnetfilter_queue_libnetfilter_queue_h=no
  1148. ac_cv_header_linux_if_ether_h=no
  1149. ac_cv_header_linux_if_packet_h=no
  1150. ac_cv_header_linux_netfilter_h=no
  1151. ac_cv_header_memory_h=yes
  1152. ac_cv_header_netinet_in_h=yes
  1153. ac_cv_header_pcap_h=yes
  1154. ac_cv_header_stdc=yes
  1155. ac_cv_header_stdint_h=yes
  1156. ac_cv_header_stdlib_h=yes
  1157. ac_cv_header_string_h=yes
  1158. ac_cv_header_strings_h=yes
  1159. ac_cv_header_sys_stat_h=yes
  1160. ac_cv_header_sys_types_h=yes
  1161. ac_cv_header_unistd_h=yes
  1162. ac_cv_host=x86_64-apple-darwin16.7.0
  1163. ac_cv_lbl_flex_v24=yes
  1164. ac_cv_lib_pcap_pcap_lib_version=yes
  1165. ac_cv_objext=o
  1166. ac_cv_path_EGREP='/usr/bin/grep -E'
  1167. ac_cv_path_FGREP='/usr/bin/grep -F'
  1168. ac_cv_path_GREP=/usr/bin/grep
  1169. ac_cv_path_SED=/usr/local/Homebrew/Library/Homebrew/shims/super/sed
  1170. ac_cv_path_install='/usr/bin/install -c'
  1171. ac_cv_path_lt_DD=/bin/dd
  1172. ac_cv_prog_AWK=awk
  1173. ac_cv_prog_CPP='clang -E'
  1174. ac_cv_prog_V_LEX=flex
  1175. ac_cv_prog_V_YACC=bison
  1176. ac_cv_prog_ac_ct_AR=ar
  1177. ac_cv_prog_ac_ct_CC=clang
  1178. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  1179. ac_cv_prog_ac_ct_LIPO=lipo
  1180. ac_cv_prog_ac_ct_NMEDIT=nmedit
  1181. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1182. ac_cv_prog_ac_ct_OTOOL=otool
  1183. ac_cv_prog_ac_ct_RANLIB=ranlib
  1184. ac_cv_prog_ac_ct_STRIP=strip
  1185. ac_cv_prog_cc_c89=
  1186. ac_cv_prog_cc_g=yes
  1187. ac_cv_prog_make_make_set=yes
  1188. am_cv_CC_dependencies_compiler_type=none
  1189. am_cv_make_support_nested_variables=yes
  1190. am_cv_prog_cc_c_o=yes
  1191. ax_cv_cflags_gcc_option__Wall=-Wall
  1192. ax_cv_cflags_gcc_option__Wcast_align=-Wcast-align
  1193. ax_cv_cflags_gcc_option__Wextra=-Wextra
  1194. ax_cv_cflags_gcc_option__Wformat=-Wformat
  1195. ax_cv_cflags_gcc_option__Wformat_security=-Wformat-security
  1196. ax_cv_cflags_gcc_option__Wno_unused_parameter=-Wno-unused-parameter
  1197. ax_cv_cflags_gcc_option__Wsign_compare=-Wsign-compare
  1198. ax_cv_cflags_gcc_option__Wwrite_strings=-Wwrite-strings
  1199. ax_cv_cflags_gcc_option__fdiagnostics_show_option=-fdiagnostics-show-option
  1200. ax_cv_cflags_gcc_option__fno_strict_aliasing=-fno-strict-aliasing
  1201. ax_cv_cflags_gcc_option__pedantic__std_c99__D_GNU_SOURCE='-pedantic -std=c99 -D_GNU_SOURCE'
  1202. daq_cv_libpcap_version_1x=no
  1203. gl_cv_cc_visibility=yes
  1204. lt_cv_apple_cc_single_mod=yes
  1205. lt_cv_ar_at_file=no
  1206. lt_cv_deplibs_check_method=pass_all
  1207. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1208. lt_cv_file_magic_test_file=
  1209. lt_cv_ld_exported_symbols_list=yes
  1210. lt_cv_ld_force_load=yes
  1211. lt_cv_ld_reload_flag=-r
  1212. lt_cv_nm_interface='BSD nm'
  1213. lt_cv_objdir=.libs
  1214. lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  1215. lt_cv_path_NM='/usr/bin/nm -B'
  1216. lt_cv_path_mainfest_tool=no
  1217. lt_cv_prog_compiler_c_o=yes
  1218. lt_cv_prog_compiler_pic='-fno-common -DPIC'
  1219. lt_cv_prog_compiler_pic_works=yes
  1220. lt_cv_prog_compiler_rtti_exceptions=yes
  1221. lt_cv_prog_compiler_static_works=no
  1222. lt_cv_prog_gnu_ld=no
  1223. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1224. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1225. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1226. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1227. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  1228. lt_cv_sys_global_symbol_to_import=
  1229. lt_cv_sys_max_cmd_len=196608
  1230. lt_cv_to_host_file_cmd=func_convert_file_noop
  1231. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1232. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1233.  
  1234. ## ----------------- ##
  1235. ## Output variables. ##
  1236. ## ----------------- ##
  1237.  
  1238. ACLOCAL='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/missing aclocal-1.15'
  1239. AMDEPBACKSLASH=''
  1240. AMDEP_FALSE=''
  1241. AMDEP_TRUE='#'
  1242. AMTAR='$${TAR-tar}'
  1243. AM_BACKSLASH='\'
  1244. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1245. AM_DEFAULT_VERBOSITY='1'
  1246. AM_V='$(V)'
  1247. AR='ar'
  1248. AUTOCONF='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/missing autoconf'
  1249. AUTOHEADER='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/missing autoheader'
  1250. AUTOMAKE='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/missing automake-1.15'
  1251. AWK='awk'
  1252. BUILD_AFPACKET_MODULE_FALSE=''
  1253. BUILD_AFPACKET_MODULE_TRUE='#'
  1254. BUILD_DUMP_MODULE_FALSE='#'
  1255. BUILD_DUMP_MODULE_TRUE=''
  1256. BUILD_IPFW_MODULE_FALSE='#'
  1257. BUILD_IPFW_MODULE_TRUE=''
  1258. BUILD_IPQ_MODULE_FALSE=''
  1259. BUILD_IPQ_MODULE_TRUE='#'
  1260. BUILD_MODULES_FALSE=''
  1261. BUILD_MODULES_TRUE=''
  1262. BUILD_NETMAP_MODULE_FALSE=''
  1263. BUILD_NETMAP_MODULE_TRUE=''
  1264. BUILD_NFQ_MODULE_FALSE=''
  1265. BUILD_NFQ_MODULE_TRUE='#'
  1266. BUILD_PCAP_MODULE_FALSE=''
  1267. BUILD_PCAP_MODULE_TRUE=''
  1268. BUILD_SHARED_MODULES_FALSE=''
  1269. BUILD_SHARED_MODULES_TRUE=''
  1270. CC='clang'
  1271. CCDEPMODE='depmode=none'
  1272. CFLAGS='-g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE'
  1273. CPP='clang -E'
  1274. CPPFLAGS=' '
  1275. CYGPATH_W='echo'
  1276. DEFS=''
  1277. DEPDIR='.deps'
  1278. DLLTOOL='false'
  1279. DNET_LDFLAGS=''
  1280. DSYMUTIL='dsymutil'
  1281. DUMPBIN=''
  1282. ECHO_C='\c'
  1283. ECHO_N=''
  1284. ECHO_T=''
  1285. EGREP='/usr/bin/grep -E'
  1286. EXEEXT=''
  1287. FGREP='/usr/bin/grep -F'
  1288. GREP='/usr/bin/grep'
  1289. INSTALL_DATA='${INSTALL} -m 644'
  1290. INSTALL_PROGRAM='${INSTALL}'
  1291. INSTALL_SCRIPT='${INSTALL}'
  1292. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1293. LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
  1294. LDFLAGS=''
  1295. LIBDL=''
  1296. LIBOBJS=''
  1297. LIBS='-lpcap -lpcap '
  1298. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1299. LIPO='lipo'
  1300. LN_S='ln -s'
  1301. LTLIBOBJS=''
  1302. LT_SYS_LIBRARY_PATH=''
  1303. MAKEINFO='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/missing makeinfo'
  1304. MANIFEST_TOOL=':'
  1305. MKDIR_P='./install-sh -c -d'
  1306. NM='/usr/bin/nm -B'
  1307. NMEDIT='nmedit'
  1308. OBJDUMP='objdump'
  1309. OBJEXT='o'
  1310. OTOOL64=':'
  1311. OTOOL='otool'
  1312. PACKAGE='daq'
  1313. PACKAGE_BUGREPORT='snort-team@sourcefire.com'
  1314. PACKAGE_NAME='daq'
  1315. PACKAGE_STRING='daq 2.0.6'
  1316. PACKAGE_TARNAME='daq'
  1317. PACKAGE_URL=''
  1318. PACKAGE_VERSION='2.0.6'
  1319. PATH_SEPARATOR=':'
  1320. RANLIB='ranlib'
  1321. SED='/usr/local/Homebrew/Library/Homebrew/shims/super/sed'
  1322. SET_MAKE=''
  1323. SHELL='/bin/sh'
  1324. STATIC_LIBS=' -lpcap -lsfbpf'
  1325. STRIP='strip'
  1326. VERSION='2.0.6'
  1327. V_LEX='flex -Psfbpf_'
  1328. V_YACC='bison -y -p sfbpf_'
  1329. XCCFLAGS=''
  1330. ac_ct_AR='ar'
  1331. ac_ct_CC='clang'
  1332. ac_ct_DUMPBIN=''
  1333. am__EXEEXT_FALSE=''
  1334. am__EXEEXT_TRUE=''
  1335. am__fastdepCC_FALSE=''
  1336. am__fastdepCC_TRUE='#'
  1337. am__include='include'
  1338. am__isrc=''
  1339. am__leading_dot='.'
  1340. am__nodep=''
  1341. am__quote=''
  1342. am__tar='$${TAR-tar} chof - "$$tardir"'
  1343. am__untar='$${TAR-tar} xf -'
  1344. bindir='${exec_prefix}/bin'
  1345. build='x86_64-apple-darwin16.7.0'
  1346. build_alias=''
  1347. build_cpu='x86_64'
  1348. build_os='darwin16.7.0'
  1349. build_vendor='apple'
  1350. datadir='${datarootdir}'
  1351. datarootdir='${prefix}/share'
  1352. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1353. dvidir='${docdir}'
  1354. exec_prefix='NONE'
  1355. host='x86_64-apple-darwin16.7.0'
  1356. host_alias=''
  1357. host_cpu='x86_64'
  1358. host_os='darwin16.7.0'
  1359. host_vendor='apple'
  1360. htmldir='${docdir}'
  1361. includedir='${prefix}/include'
  1362. infodir='${datarootdir}/info'
  1363. install_sh='${SHELL} /private/tmp/daq-20171008-53179-e6hocu/daq-2.0.6/install-sh'
  1364. libdir='${exec_prefix}/lib'
  1365. libexecdir='${exec_prefix}/libexec'
  1366. localedir='${datarootdir}/locale'
  1367. localstatedir='${prefix}/var'
  1368. mandir='${datarootdir}/man'
  1369. mkdir_p='$(MKDIR_P)'
  1370. oldincludedir='/usr/include'
  1371. pdfdir='${docdir}'
  1372. prefix='/usr/local/Cellar/daq/2.0.6'
  1373. program_transform_name='s,x,x,'
  1374. psdir='${docdir}'
  1375. sbindir='${exec_prefix}/sbin'
  1376. sharedstatedir='${prefix}/com'
  1377. sysconfdir='${prefix}/etc'
  1378. target_alias=''
  1379.  
  1380. ## ----------- ##
  1381. ## confdefs.h. ##
  1382. ## ----------- ##
  1383.  
  1384. /* confdefs.h */
  1385. #define PACKAGE_NAME "daq"
  1386. #define PACKAGE_TARNAME "daq"
  1387. #define PACKAGE_VERSION "2.0.6"
  1388. #define PACKAGE_STRING "daq 2.0.6"
  1389. #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  1390. #define PACKAGE_URL ""
  1391. #define PACKAGE "daq"
  1392. #define VERSION "2.0.6"
  1393. #define STDC_HEADERS 1
  1394. #define HAVE_SYS_TYPES_H 1
  1395. #define HAVE_SYS_STAT_H 1
  1396. #define HAVE_STDLIB_H 1
  1397. #define HAVE_STRING_H 1
  1398. #define HAVE_MEMORY_H 1
  1399. #define HAVE_STRINGS_H 1
  1400. #define HAVE_INTTYPES_H 1
  1401. #define HAVE_STDINT_H 1
  1402. #define HAVE_UNISTD_H 1
  1403. #define HAVE_DLFCN_H 1
  1404. #define LT_OBJDIR ".libs/"
  1405. #define HAVE_VISIBILITY 1
  1406. #define INET6 1
  1407. #define HAVE_DECL_TPACKET2_HDRLEN 0
  1408. #define HAVE_DECL_PACKET_TX_RING 0
  1409. #define HAVE_LIBPCAP 1
  1410. #define HAVE_NETINET_IN_H 1
  1411. #define HAVE_NETINET_IN_H 1
  1412.  
  1413. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement