Advertisement
Guest User

daq config error

a guest
Dec 16th, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.78 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 0.6.2, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure --prefix=/opt/snort --with-libpcap-includes=/opt/snort/include --with-libpcap-libraries=/opt/snort/lib --without-flex --without-bison
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = test-debian-5-64
  14. uname -m = x86_64
  15. uname -r = 2.6.26-2-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Sep 21 03:36:44 UTC 2011
  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/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2511: checking for a BSD-compatible install
  43. configure:2579: result: /usr/bin/install -c
  44. configure:2590: checking whether build environment is sane
  45. configure:2640: result: yes
  46. configure:2781: checking for a thread-safe mkdir -p
  47. configure:2820: result: /bin/mkdir -p
  48. configure:2833: checking for gawk
  49. configure:2863: result: no
  50. configure:2833: checking for mawk
  51. configure:2849: found /usr/bin/mawk
  52. configure:2860: result: mawk
  53. configure:2871: checking whether make sets $(MAKE)
  54. configure:2893: result: yes
  55. configure:3027: checking for gcc
  56. configure:3043: found /usr/bin/gcc
  57. configure:3054: result: gcc
  58. configure:3283: checking for C compiler version
  59. configure:3292: gcc --version >&5
  60. gcc (Debian 4.3.2-1.1) 4.3.2
  61. Copyright (C) 2008 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:3303: $? = 0
  66. configure:3292: gcc -v >&5
  67. Using built-in specs.
  68. Target: x86_64-linux-gnu
  69. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  70. Thread model: posix
  71. gcc version 4.3.2 (Debian 4.3.2-1.1)
  72. configure:3303: $? = 0
  73. configure:3292: gcc -V >&5
  74. gcc: '-V' option must have argument
  75. configure:3303: $? = 1
  76. configure:3292: gcc -qversion >&5
  77. gcc: unrecognized option '-qversion'
  78. gcc: no input files
  79. configure:3303: $? = 1
  80. configure:3323: checking whether the C compiler works
  81. configure:3345: gcc conftest.c >&5
  82. configure:3349: $? = 0
  83. configure:3397: result: yes
  84. configure:3400: checking for C compiler default output file name
  85. configure:3402: result: a.out
  86. configure:3408: checking for suffix of executables
  87. configure:3415: gcc -o conftest conftest.c >&5
  88. configure:3419: $? = 0
  89. configure:3441: result:
  90. configure:3463: checking whether we are cross compiling
  91. configure:3471: gcc -o conftest conftest.c >&5
  92. configure:3475: $? = 0
  93. configure:3482: ./conftest
  94. configure:3486: $? = 0
  95. configure:3501: result: no
  96. configure:3506: checking for suffix of object files
  97. configure:3528: gcc -c conftest.c >&5
  98. configure:3532: $? = 0
  99. configure:3553: result: o
  100. configure:3557: checking whether we are using the GNU C compiler
  101. configure:3576: gcc -c conftest.c >&5
  102. configure:3576: $? = 0
  103. configure:3585: result: yes
  104. configure:3594: checking whether gcc accepts -g
  105. configure:3614: gcc -c -g conftest.c >&5
  106. configure:3614: $? = 0
  107. configure:3655: result: yes
  108. configure:3672: checking for gcc option to accept ISO C89
  109. configure:3736: gcc -c -g -O2 conftest.c >&5
  110. configure:3736: $? = 0
  111. configure:3749: result: none needed
  112. configure:3780: checking for style of include used by make
  113. configure:3808: result: GNU
  114. configure:3833: checking dependency style of gcc
  115. configure:3943: result: gcc3
  116. configure:3987: checking build system type
  117. configure:4001: result: x86_64-unknown-linux-gnu
  118. configure:4021: checking host system type
  119. configure:4034: result: x86_64-unknown-linux-gnu
  120. configure:4054: checking for a sed that does not truncate output
  121. configure:4118: result: /bin/sed
  122. configure:4136: checking for grep that handles long lines and -e
  123. configure:4194: result: /bin/grep
  124. configure:4199: checking for egrep
  125. configure:4261: result: /bin/grep -E
  126. configure:4266: checking for fgrep
  127. configure:4328: result: /bin/grep -F
  128. configure:4363: checking for ld used by gcc
  129. configure:4430: result: /usr/bin/ld
  130. configure:4437: checking if the linker (/usr/bin/ld) is GNU ld
  131. configure:4452: result: yes
  132. configure:4464: checking for BSD- or MS-compatible name lister (nm)
  133. configure:4513: result: /usr/bin/nm -B
  134. configure:4631: checking the name lister (/usr/bin/nm -B) interface
  135. configure:4638: gcc -c -g -O2 conftest.c >&5
  136. configure:4641: /usr/bin/nm -B "conftest.o"
  137. configure:4644: output
  138. 0000000000000000 B some_variable
  139. configure:4651: result: BSD nm
  140. configure:4654: checking whether ln -s works
  141. configure:4658: result: yes
  142. configure:4666: checking the maximum length of command line arguments
  143. configure:4786: result: 98304
  144. configure:4803: checking whether the shell understands some XSI constructs
  145. configure:4813: result: yes
  146. configure:4817: checking whether the shell understands "+="
  147. configure:4823: result: yes
  148. configure:4858: checking for /usr/bin/ld option to reload object files
  149. configure:4865: result: -r
  150. configure:4934: checking for objdump
  151. configure:4950: found /usr/bin/objdump
  152. configure:4961: result: objdump
  153. configure:4993: checking how to recognize dependent libraries
  154. configure:5189: result: pass_all
  155. configure:5249: checking for ar
  156. configure:5265: found /usr/bin/ar
  157. configure:5276: result: ar
  158. configure:5354: checking for strip
  159. configure:5370: found /usr/bin/strip
  160. configure:5381: result: strip
  161. configure:5453: checking for ranlib
  162. configure:5469: found /usr/bin/ranlib
  163. configure:5480: result: ranlib
  164. configure:5570: checking command to parse /usr/bin/nm -B output from gcc object
  165. configure:5688: gcc -c -g -O2 conftest.c >&5
  166. configure:5691: $? = 0
  167. configure:5695: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  168. configure:5698: $? = 0
  169. configure:5752: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  170. configure:5755: $? = 0
  171. configure:5793: result: ok
  172. configure:5889: gcc -c -g -O2 conftest.c >&5
  173. configure:5892: $? = 0
  174. configure:6602: checking how to run the C preprocessor
  175. configure:6633: gcc -E conftest.c
  176. configure:6633: $? = 0
  177. configure:6647: gcc -E conftest.c
  178. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  179. configure:6647: $? = 1
  180. configure: failed program was:
  181. | /* confdefs.h */
  182. | #define PACKAGE_NAME "daq"
  183. | #define PACKAGE_TARNAME "daq"
  184. | #define PACKAGE_VERSION "0.6.2"
  185. | #define PACKAGE_STRING "daq 0.6.2"
  186. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  187. | #define PACKAGE_URL ""
  188. | #define PACKAGE "daq"
  189. | #define VERSION "0.6.2"
  190. | /* end confdefs.h. */
  191. | #include <ac_nonexistent.h>
  192. configure:6672: result: gcc -E
  193. configure:6692: gcc -E conftest.c
  194. configure:6692: $? = 0
  195. configure:6706: gcc -E conftest.c
  196. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  197. configure:6706: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h */
  200. | #define PACKAGE_NAME "daq"
  201. | #define PACKAGE_TARNAME "daq"
  202. | #define PACKAGE_VERSION "0.6.2"
  203. | #define PACKAGE_STRING "daq 0.6.2"
  204. | #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  205. | #define PACKAGE_URL ""
  206. | #define PACKAGE "daq"
  207. | #define VERSION "0.6.2"
  208. | /* end confdefs.h. */
  209. | #include <ac_nonexistent.h>
  210. configure:6735: checking for ANSI C header files
  211. configure:6755: gcc -c -g -O2 conftest.c >&5
  212. configure:6755: $? = 0
  213. configure:6828: gcc -o conftest -g -O2 conftest.c >&5
  214. configure:6828: $? = 0
  215. configure:6828: ./conftest
  216. configure:6828: $? = 0
  217. configure:6839: result: yes
  218. configure:6852: checking for sys/types.h
  219. configure:6852: gcc -c -g -O2 conftest.c >&5
  220. configure:6852: $? = 0
  221. configure:6852: result: yes
  222. configure:6852: checking for sys/stat.h
  223. configure:6852: gcc -c -g -O2 conftest.c >&5
  224. configure:6852: $? = 0
  225. configure:6852: result: yes
  226. configure:6852: checking for stdlib.h
  227. configure:6852: gcc -c -g -O2 conftest.c >&5
  228. configure:6852: $? = 0
  229. configure:6852: result: yes
  230. configure:6852: checking for string.h
  231. configure:6852: gcc -c -g -O2 conftest.c >&5
  232. configure:6852: $? = 0
  233. configure:6852: result: yes
  234. configure:6852: checking for memory.h
  235. configure:6852: gcc -c -g -O2 conftest.c >&5
  236. configure:6852: $? = 0
  237. configure:6852: result: yes
  238. configure:6852: checking for strings.h
  239. configure:6852: gcc -c -g -O2 conftest.c >&5
  240. configure:6852: $? = 0
  241. configure:6852: result: yes
  242. configure:6852: checking for inttypes.h
  243. configure:6852: gcc -c -g -O2 conftest.c >&5
  244. configure:6852: $? = 0
  245. configure:6852: result: yes
  246. configure:6852: checking for stdint.h
  247. configure:6852: gcc -c -g -O2 conftest.c >&5
  248. configure:6852: $? = 0
  249. configure:6852: result: yes
  250. configure:6852: checking for unistd.h
  251. configure:6852: gcc -c -g -O2 conftest.c >&5
  252. configure:6852: $? = 0
  253. configure:6852: result: yes
  254. configure:6866: checking for dlfcn.h
  255. configure:6866: gcc -c -g -O2 conftest.c >&5
  256. configure:6866: $? = 0
  257. configure:6866: result: yes
  258. configure:7050: checking for objdir
  259. configure:7065: result: .libs
  260. configure:7361: checking if gcc supports -fno-rtti -fno-exceptions
  261. configure:7379: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  262. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  263. configure:7383: $? = 0
  264. configure:7396: result: no
  265. configure:7416: checking for gcc option to produce PIC
  266. configure:7688: result: -fPIC -DPIC
  267. configure:7700: checking if gcc PIC flag -fPIC -DPIC works
  268. configure:7718: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  269. configure:7722: $? = 0
  270. configure:7735: result: yes
  271. configure:7759: checking if gcc static flag -static works
  272. configure:7787: result: yes
  273. configure:7802: checking if gcc supports -c -o file.o
  274. configure:7823: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  275. configure:7827: $? = 0
  276. configure:7849: result: yes
  277. configure:7857: checking if gcc supports -c -o file.o
  278. configure:7904: result: yes
  279. configure:7937: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  280. configure:8928: result: yes
  281. configure:8965: checking whether -lc should be explicitly linked in
  282. configure:8970: gcc -c -g -O2 conftest.c >&5
  283. configure:8973: $? = 0
  284. configure:8988: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  285. configure:8991: $? = 0
  286. configure:9003: result: no
  287. configure:9167: checking dynamic linker characteristics
  288. configure:9600: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  289. configure:9600: $? = 0
  290. configure:9830: result: GNU/Linux ld.so
  291. configure:9932: checking how to hardcode library paths into programs
  292. configure:9957: result: immediate
  293. configure:10477: checking whether stripping libraries is possible
  294. configure:10482: result: yes
  295. configure:10517: checking if libtool supports shared libraries
  296. configure:10519: result: yes
  297. configure:10522: checking whether to build shared libraries
  298. configure:10543: result: yes
  299. configure:10546: checking whether to build static libraries
  300. configure:10550: result: yes
  301. configure:10589: checking for visibility support
  302. configure:10614: gcc -c -g -O2 -Werror -fvisibility=hidden conftest.c >&5
  303. configure:10614: $? = 0
  304. configure:10623: result: yes
  305. configure:10654: checking CFLAGS for gcc -Wall
  306. configure:10681: gcc -c -g -O2 -fvisibility=hidden -pedantic -Werror -Wall conftest.c >&5
  307. configure:10681: $? = 0
  308. configure:10695: result: -Wall
  309. configure:10708: : CFLAGS="$CFLAGS $var"
  310. configure:10711: $? = 0
  311. configure:10718: checking CFLAGS for gcc -Wwrite-strings
  312. configure:10745: gcc -c -g -O2 -fvisibility=hidden -Wall -pedantic -Werror -Wwrite-strings conftest.c >&5
  313. configure:10745: $? = 0
  314. configure:10759: result: -Wwrite-strings
  315. configure:10772: : CFLAGS="$CFLAGS $var"
  316. configure:10775: $? = 0
  317. configure:10782: checking CFLAGS for gcc -Wsign-compare
  318. configure:10809: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -pedantic -Werror -Wsign-compare conftest.c >&5
  319. configure:10809: $? = 0
  320. configure:10823: result: -Wsign-compare
  321. configure:10836: : CFLAGS="$CFLAGS $var"
  322. configure:10839: $? = 0
  323. configure:10846: checking CFLAGS for gcc -Wcast-align
  324. configure:10873: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -pedantic -Werror -Wcast-align conftest.c >&5
  325. configure:10873: $? = 0
  326. configure:10887: result: -Wcast-align
  327. configure:10900: : CFLAGS="$CFLAGS $var"
  328. configure:10903: $? = 0
  329. configure:10910: checking CFLAGS for gcc -Wextra
  330. configure:10937: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -pedantic -Werror -Wextra conftest.c >&5
  331. configure:10937: $? = 0
  332. configure:10951: result: -Wextra
  333. configure:10964: : CFLAGS="$CFLAGS $var"
  334. configure:10967: $? = 0
  335. configure:10974: checking CFLAGS for gcc -Wformat
  336. configure:11001: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -pedantic -Werror -Wformat conftest.c >&5
  337. configure:11001: $? = 0
  338. configure:11015: result: -Wformat
  339. configure:11028: : CFLAGS="$CFLAGS $var"
  340. configure:11031: $? = 0
  341. configure:11038: checking CFLAGS for gcc -Wformat-security
  342. configure:11065: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -pedantic -Werror -Wformat-security conftest.c >&5
  343. configure:11065: $? = 0
  344. configure:11079: result: -Wformat-security
  345. configure:11092: : CFLAGS="$CFLAGS $var"
  346. configure:11095: $? = 0
  347. configure:11102: checking CFLAGS for gcc -Wno-unused-parameter
  348. configure:11129: gcc -c -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -pedantic -Werror -Wno-unused-parameter conftest.c >&5
  349. configure:11129: $? = 0
  350. configure:11143: result: -Wno-unused-parameter
  351. configure:11156: : CFLAGS="$CFLAGS $var"
  352. configure:11159: $? = 0
  353. configure:11166: checking CFLAGS for gcc -fno-strict-aliasing
  354. configure:11193: gcc -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
  355. configure:11193: $? = 0
  356. configure:11207: result: -fno-strict-aliasing
  357. configure:11220: : CFLAGS="$CFLAGS $var"
  358. configure:11223: $? = 0
  359. configure:11230: checking CFLAGS for gcc -fdiagnostics-show-option
  360. configure:11257: gcc -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
  361. configure:11257: $? = 0
  362. configure:11271: result: -fdiagnostics-show-option
  363. configure:11284: : CFLAGS="$CFLAGS $var"
  364. configure:11287: $? = 0
  365. configure:11295: checking CFLAGS for gcc -pedantic -std=c99 -D_GNU_SOURCE
  366. configure:11322: gcc -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
  367. configure:11322: $? = 0
  368. configure:11337: result: -pedantic -std=c99 -D_GNU_SOURCE
  369. configure:11350: : CFLAGS="$CFLAGS $var"
  370. configure:11353: $? = 0
  371. configure:11372: checking for getaddrinfo
  372. configure:11372: gcc -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
  373. configure:11372: $? = 0
  374. configure:11372: result: yes
  375. configure:11538: checking for capable lex
  376. configure:11549: result: insufficient
  377. configure:11552: error: Your operating system's lex is insufficient to compile
  378. libsfbpf. You should install both bison and flex.
  379. flex is a lex replacement that has many advantages,
  380. including being able to compile libsfbpf. For more
  381. information, see http://www.gnu.org/software/flex/flex.html .
  382.  
  383. ## ---------------- ##
  384. ## Cache variables. ##
  385. ## ---------------- ##
  386.  
  387. ac_cv_build=x86_64-unknown-linux-gnu
  388. ac_cv_c_compiler_gnu=yes
  389. ac_cv_env_CC_set=
  390. ac_cv_env_CC_value=
  391. ac_cv_env_CFLAGS_set=
  392. ac_cv_env_CFLAGS_value=
  393. ac_cv_env_CPPFLAGS_set=
  394. ac_cv_env_CPPFLAGS_value=
  395. ac_cv_env_CPP_set=
  396. ac_cv_env_CPP_value=
  397. ac_cv_env_LDFLAGS_set=
  398. ac_cv_env_LDFLAGS_value=
  399. ac_cv_env_LIBS_set=
  400. ac_cv_env_LIBS_value=
  401. ac_cv_env_build_alias_set=
  402. ac_cv_env_build_alias_value=
  403. ac_cv_env_host_alias_set=
  404. ac_cv_env_host_alias_value=
  405. ac_cv_env_target_alias_set=
  406. ac_cv_env_target_alias_value=
  407. ac_cv_func_getaddrinfo=yes
  408. ac_cv_header_dlfcn_h=yes
  409. ac_cv_header_inttypes_h=yes
  410. ac_cv_header_memory_h=yes
  411. ac_cv_header_stdc=yes
  412. ac_cv_header_stdint_h=yes
  413. ac_cv_header_stdlib_h=yes
  414. ac_cv_header_string_h=yes
  415. ac_cv_header_strings_h=yes
  416. ac_cv_header_sys_stat_h=yes
  417. ac_cv_header_sys_types_h=yes
  418. ac_cv_header_unistd_h=yes
  419. ac_cv_host=x86_64-unknown-linux-gnu
  420. ac_cv_objext=o
  421. ac_cv_path_EGREP='/bin/grep -E'
  422. ac_cv_path_FGREP='/bin/grep -F'
  423. ac_cv_path_GREP=/bin/grep
  424. ac_cv_path_SED=/bin/sed
  425. ac_cv_path_install='/usr/bin/install -c'
  426. ac_cv_path_mkdir=/bin/mkdir
  427. ac_cv_prog_AWK=mawk
  428. ac_cv_prog_CPP='gcc -E'
  429. ac_cv_prog_ac_ct_AR=ar
  430. ac_cv_prog_ac_ct_CC=gcc
  431. ac_cv_prog_ac_ct_OBJDUMP=objdump
  432. ac_cv_prog_ac_ct_RANLIB=ranlib
  433. ac_cv_prog_ac_ct_STRIP=strip
  434. ac_cv_prog_cc_c89=
  435. ac_cv_prog_cc_g=yes
  436. ac_cv_prog_make_make_set=yes
  437. am_cv_CC_dependencies_compiler_type=gcc3
  438. ax_cv_cflags_gcc_option__Wall=-Wall
  439. ax_cv_cflags_gcc_option__Wcast_align=-Wcast-align
  440. ax_cv_cflags_gcc_option__Wextra=-Wextra
  441. ax_cv_cflags_gcc_option__Wformat=-Wformat
  442. ax_cv_cflags_gcc_option__Wformat_security=-Wformat-security
  443. ax_cv_cflags_gcc_option__Wno_unused_parameter=-Wno-unused-parameter
  444. ax_cv_cflags_gcc_option__Wsign_compare=-Wsign-compare
  445. ax_cv_cflags_gcc_option__Wwrite_strings=-Wwrite-strings
  446. ax_cv_cflags_gcc_option__fdiagnostics_show_option=-fdiagnostics-show-option
  447. ax_cv_cflags_gcc_option__fno_strict_aliasing=-fno-strict-aliasing
  448. ax_cv_cflags_gcc_option__pedantic__std_c99__D_GNU_SOURCE='-pedantic -std=c99 -D_GNU_SOURCE'
  449. gl_cv_cc_visibility=yes
  450. lt_cv_deplibs_check_method=pass_all
  451. lt_cv_file_magic_cmd='$MAGIC_CMD'
  452. lt_cv_file_magic_test_file=
  453. lt_cv_ld_reload_flag=-r
  454. lt_cv_nm_interface='BSD nm'
  455. lt_cv_objdir=.libs
  456. lt_cv_path_LD=/usr/bin/ld
  457. lt_cv_path_NM='/usr/bin/nm -B'
  458. lt_cv_prog_compiler_c_o=yes
  459. lt_cv_prog_compiler_pic_works=yes
  460. lt_cv_prog_compiler_rtti_exceptions=no
  461. lt_cv_prog_compiler_static_works=yes
  462. lt_cv_prog_gnu_ld=yes
  463. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  464. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  465. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  466. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  467. lt_cv_sys_max_cmd_len=98304
  468. sf_cv_capable_lex=insufficient
  469.  
  470. ## ----------------- ##
  471. ## Output variables. ##
  472. ## ----------------- ##
  473.  
  474. ACLOCAL='${SHELL} /root/snort/daq-0.6.2/missing --run aclocal-1.11'
  475. AMDEPBACKSLASH='\'
  476. AMDEP_FALSE='#'
  477. AMDEP_TRUE=''
  478. AMTAR='${SHELL} /root/snort/daq-0.6.2/missing --run tar'
  479. AR='ar'
  480. AUTOCONF='${SHELL} /root/snort/daq-0.6.2/missing --run autoconf'
  481. AUTOHEADER='${SHELL} /root/snort/daq-0.6.2/missing --run autoheader'
  482. AUTOMAKE='${SHELL} /root/snort/daq-0.6.2/missing --run automake-1.11'
  483. AWK='mawk'
  484. BUILD_AFPACKET_MODULE_FALSE=''
  485. BUILD_AFPACKET_MODULE_TRUE=''
  486. BUILD_DUMP_MODULE_FALSE=''
  487. BUILD_DUMP_MODULE_TRUE=''
  488. BUILD_IPFW_MODULE_FALSE=''
  489. BUILD_IPFW_MODULE_TRUE=''
  490. BUILD_IPQ_MODULE_FALSE=''
  491. BUILD_IPQ_MODULE_TRUE=''
  492. BUILD_MODULES_FALSE=''
  493. BUILD_MODULES_TRUE=''
  494. BUILD_NFQ_MODULE_FALSE=''
  495. BUILD_NFQ_MODULE_TRUE=''
  496. BUILD_PCAP_MODULE_FALSE=''
  497. BUILD_PCAP_MODULE_TRUE=''
  498. CC='gcc'
  499. CCDEPMODE='depmode=gcc3'
  500. 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'
  501. CPP='gcc -E'
  502. CPPFLAGS=''
  503. CYGPATH_W='echo'
  504. DEFS=''
  505. DEPDIR='.deps'
  506. DNET_LDFLAGS=''
  507. DSYMUTIL=''
  508. DUMPBIN=''
  509. ECHO_C=''
  510. ECHO_N='-n'
  511. ECHO_T=''
  512. EGREP='/bin/grep -E'
  513. EXEEXT=''
  514. FGREP='/bin/grep -F'
  515. GREP='/bin/grep'
  516. INSTALL_DATA='${INSTALL} -m 644'
  517. INSTALL_PROGRAM='${INSTALL}'
  518. INSTALL_SCRIPT='${INSTALL}'
  519. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  520. LD='/usr/bin/ld -m elf_x86_64'
  521. LDFLAGS=''
  522. LIBDL=''
  523. LIBOBJS=''
  524. LIBS=''
  525. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  526. LIPO=''
  527. LN_S='ln -s'
  528. LTLIBOBJS=''
  529. MAKEINFO='${SHELL} /root/snort/daq-0.6.2/missing --run makeinfo'
  530. MKDIR_P='/bin/mkdir -p'
  531. NM='/usr/bin/nm -B'
  532. NMEDIT=''
  533. OBJDUMP='objdump'
  534. OBJEXT='o'
  535. OTOOL64=''
  536. OTOOL=''
  537. PACKAGE='daq'
  538. PACKAGE_BUGREPORT='snort-team@sourcefire.com'
  539. PACKAGE_NAME='daq'
  540. PACKAGE_STRING='daq 0.6.2'
  541. PACKAGE_TARNAME='daq'
  542. PACKAGE_URL=''
  543. PACKAGE_VERSION='0.6.2'
  544. PATH_SEPARATOR=':'
  545. RANLIB='ranlib'
  546. SED='/bin/sed'
  547. SET_MAKE=''
  548. SHELL='/bin/sh'
  549. STATIC_LIBS=''
  550. STRIP='strip'
  551. VERSION='0.6.2'
  552. V_LEX='lex'
  553. V_YACC='yacc'
  554. XCCFLAGS=''
  555. ac_ct_CC='gcc'
  556. ac_ct_DUMPBIN=''
  557. am__EXEEXT_FALSE=''
  558. am__EXEEXT_TRUE=''
  559. am__fastdepCC_FALSE='#'
  560. am__fastdepCC_TRUE=''
  561. am__include='include'
  562. am__isrc=''
  563. am__leading_dot='.'
  564. am__quote=''
  565. am__tar='${AMTAR} chof - "$$tardir"'
  566. am__untar='${AMTAR} xf -'
  567. bindir='${exec_prefix}/bin'
  568. build='x86_64-unknown-linux-gnu'
  569. build_alias=''
  570. build_cpu='x86_64'
  571. build_os='linux-gnu'
  572. build_vendor='unknown'
  573. datadir='${datarootdir}'
  574. datarootdir='${prefix}/share'
  575. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  576. dvidir='${docdir}'
  577. exec_prefix='NONE'
  578. host='x86_64-unknown-linux-gnu'
  579. host_alias=''
  580. host_cpu='x86_64'
  581. host_os='linux-gnu'
  582. host_vendor='unknown'
  583. htmldir='${docdir}'
  584. includedir='${prefix}/include'
  585. infodir='${datarootdir}/info'
  586. install_sh='${SHELL} /root/snort/daq-0.6.2/install-sh'
  587. libdir='${exec_prefix}/lib'
  588. libexecdir='${exec_prefix}/libexec'
  589. localedir='${datarootdir}/locale'
  590. localstatedir='${prefix}/var'
  591. lt_ECHO='echo'
  592. mandir='${datarootdir}/man'
  593. mkdir_p='/bin/mkdir -p'
  594. oldincludedir='/usr/include'
  595. pdfdir='${docdir}'
  596. prefix='/opt/snort'
  597. program_transform_name='s,x,x,'
  598. psdir='${docdir}'
  599. sbindir='${exec_prefix}/sbin'
  600. sharedstatedir='${prefix}/com'
  601. sysconfdir='${prefix}/etc'
  602. target_alias=''
  603.  
  604. ## ----------- ##
  605. ## confdefs.h. ##
  606. ## ----------- ##
  607.  
  608. /* confdefs.h */
  609. #define PACKAGE_NAME "daq"
  610. #define PACKAGE_TARNAME "daq"
  611. #define PACKAGE_VERSION "0.6.2"
  612. #define PACKAGE_STRING "daq 0.6.2"
  613. #define PACKAGE_BUGREPORT "snort-team@sourcefire.com"
  614. #define PACKAGE_URL ""
  615. #define PACKAGE "daq"
  616. #define VERSION "0.6.2"
  617. #define STDC_HEADERS 1
  618. #define HAVE_SYS_TYPES_H 1
  619. #define HAVE_SYS_STAT_H 1
  620. #define HAVE_STDLIB_H 1
  621. #define HAVE_STRING_H 1
  622. #define HAVE_MEMORY_H 1
  623. #define HAVE_STRINGS_H 1
  624. #define HAVE_INTTYPES_H 1
  625. #define HAVE_STDINT_H 1
  626. #define HAVE_UNISTD_H 1
  627. #define HAVE_DLFCN_H 1
  628. #define LT_OBJDIR ".libs/"
  629. #define HAVE_VISIBILITY 1
  630. #define INET6 1
  631.  
  632. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement