Guest User

Snort-2.9.6.0 - config.log

a guest
Feb 19th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.96 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 configure, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-debug --enable-debug-msgs --enable-build-dynamic-examples
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu-server
  14. uname -m = i686
  15. uname -r = 3.5.0-23-generic
  16. uname -s = Linux
  17. uname -v = #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013
  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. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2668: checking for a BSD-compatible install
  44. configure:2736: result: /usr/bin/install -c
  45. configure:2747: checking whether build environment is sane
  46. configure:2802: result: yes
  47. configure:2953: checking for a thread-safe mkdir -p
  48. configure:2992: result: /bin/mkdir -p
  49. configure:2999: checking for gawk
  50. configure:3029: result: no
  51. configure:2999: checking for mawk
  52. configure:3015: found /usr/bin/mawk
  53. configure:3026: result: mawk
  54. configure:3037: checking whether make sets $(MAKE)
  55. configure:3059: result: yes
  56. configure:3088: checking whether make supports nested variables
  57. configure:3105: result: yes
  58. configure:3204: checking whether to enable maintainer-specific portions of Makefiles
  59. configure:3213: result: no
  60. configure:3238: checking for style of include used by make
  61. configure:3266: result: GNU
  62. configure:3337: checking for gcc
  63. configure:3353: found /usr/bin/gcc
  64. configure:3364: result: gcc
  65. configure:3593: checking for C compiler version
  66. configure:3602: gcc --version >&5
  67. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  68. Copyright (C) 2011 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3613: $? = 0
  73. configure:3602: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  77. Target: i686-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  79. Thread model: posix
  80. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  81. configure:3613: $? = 0
  82. configure:3602: gcc -V >&5
  83. gcc: error: unrecognized option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3613: $? = 4
  87. configure:3602: gcc -qversion >&5
  88. gcc: error: unrecognized option '-qversion'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3613: $? = 4
  92. configure:3633: checking whether the C compiler works
  93. configure:3655: gcc conftest.c >&5
  94. configure:3659: $? = 0
  95. configure:3707: result: yes
  96. configure:3710: checking for C compiler default output file name
  97. configure:3712: result: a.out
  98. configure:3718: checking for suffix of executables
  99. configure:3725: gcc -o conftest conftest.c >&5
  100. configure:3729: $? = 0
  101. configure:3751: result:
  102. configure:3773: checking whether we are cross compiling
  103. configure:3781: gcc -o conftest conftest.c >&5
  104. configure:3785: $? = 0
  105. configure:3792: ./conftest
  106. configure:3796: $? = 0
  107. configure:3811: result: no
  108. configure:3816: checking for suffix of object files
  109. configure:3838: gcc -c conftest.c >&5
  110. configure:3842: $? = 0
  111. configure:3863: result: o
  112. configure:3867: checking whether we are using the GNU C compiler
  113. configure:3886: gcc -c conftest.c >&5
  114. configure:3886: $? = 0
  115. configure:3895: result: yes
  116. configure:3904: checking whether gcc accepts -g
  117. configure:3924: gcc -c -g conftest.c >&5
  118. configure:3924: $? = 0
  119. configure:3965: result: yes
  120. configure:3982: checking for gcc option to accept ISO C89
  121. configure:4045: gcc -c -g -O2 conftest.c >&5
  122. configure:4045: $? = 0
  123. configure:4058: result: none needed
  124. configure:4080: checking dependency style of gcc
  125. configure:4191: result: gcc3
  126. configure:4210: checking for gcc option to accept ISO C99
  127. configure:4359: gcc -c -g -O2 conftest.c >&5
  128. conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
  129. conftest.c: In function 'main':
  130. conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  131. conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
  132. conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
  133. conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
  134. conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
  135. configure:4359: $? = 1
  136. configure: failed program was:
  137. | /* confdefs.h */
  138. | #define PACKAGE_NAME ""
  139. | #define PACKAGE_TARNAME ""
  140. | #define PACKAGE_VERSION ""
  141. | #define PACKAGE_STRING ""
  142. | #define PACKAGE_BUGREPORT ""
  143. | #define PACKAGE_URL ""
  144. | #define PACKAGE "snort"
  145. | #define VERSION "2.9.6.0"
  146. | /* end confdefs.h. */
  147. | #include <stdarg.h>
  148. | #include <stdbool.h>
  149. | #include <stdlib.h>
  150. | #include <wchar.h>
  151. | #include <stdio.h>
  152. |
  153. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  154. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  155. | #define showlist(...) puts (#__VA_ARGS__)
  156. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  157. | static void
  158. | test_varargs_macros (void)
  159. | {
  160. | int x = 1234;
  161. | int y = 5678;
  162. | debug ("Flag");
  163. | debug ("X = %d\n", x);
  164. | showlist (The first, second, and third items.);
  165. | report (x>y, "x is %d but y is %d", x, y);
  166. | }
  167. |
  168. | // Check long long types.
  169. | #define BIG64 18446744073709551615ull
  170. | #define BIG32 4294967295ul
  171. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  172. | #if !BIG_OK
  173. | your preprocessor is broken;
  174. | #endif
  175. | #if BIG_OK
  176. | #else
  177. | your preprocessor is broken;
  178. | #endif
  179. | static long long int bignum = -9223372036854775807LL;
  180. | static unsigned long long int ubignum = BIG64;
  181. |
  182. | struct incomplete_array
  183. | {
  184. | int datasize;
  185. | double data[];
  186. | };
  187. |
  188. | struct named_init {
  189. | int number;
  190. | const wchar_t *name;
  191. | double average;
  192. | };
  193. |
  194. | typedef const char *ccp;
  195. |
  196. | static inline int
  197. | test_restrict (ccp restrict text)
  198. | {
  199. | // See if C++-style comments work.
  200. | // Iterate through items via the restricted pointer.
  201. | // Also check for declarations in for loops.
  202. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  203. | continue;
  204. | return 0;
  205. | }
  206. |
  207. | // Check varargs and va_copy.
  208. | static void
  209. | test_varargs (const char *format, ...)
  210. | {
  211. | va_list args;
  212. | va_start (args, format);
  213. | va_list args_copy;
  214. | va_copy (args_copy, args);
  215. |
  216. | const char *str;
  217. | int number;
  218. | float fnumber;
  219. |
  220. | while (*format)
  221. | {
  222. | switch (*format++)
  223. | {
  224. | case 's': // string
  225. | str = va_arg (args_copy, const char *);
  226. | break;
  227. | case 'd': // int
  228. | number = va_arg (args_copy, int);
  229. | break;
  230. | case 'f': // float
  231. | fnumber = va_arg (args_copy, double);
  232. | break;
  233. | default:
  234. | break;
  235. | }
  236. | }
  237. | va_end (args_copy);
  238. | va_end (args);
  239. | }
  240. |
  241. | int
  242. | main ()
  243. | {
  244. |
  245. | // Check bool.
  246. | _Bool success = false;
  247. |
  248. | // Check restrict.
  249. | if (test_restrict ("String literal") == 0)
  250. | success = true;
  251. | char *restrict newvar = "Another string";
  252. |
  253. | // Check varargs.
  254. | test_varargs ("s, d' f .", "string", 65, 34.234);
  255. | test_varargs_macros ();
  256. |
  257. | // Check flexible array members.
  258. | struct incomplete_array *ia =
  259. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  260. | ia->datasize = 10;
  261. | for (int i = 0; i < ia->datasize; ++i)
  262. | ia->data[i] = i * 1.234;
  263. |
  264. | // Check named initializers.
  265. | struct named_init ni = {
  266. | .number = 34,
  267. | .name = L"Test wide string",
  268. | .average = 543.34343,
  269. | };
  270. |
  271. | ni.number = 58;
  272. |
  273. | int dynamic_array[ni.number];
  274. | dynamic_array[ni.number - 1] = 543;
  275. |
  276. | // work around unused variable warnings
  277. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  278. | || dynamic_array[ni.number - 1] != 543);
  279. |
  280. | ;
  281. | return 0;
  282. | }
  283. configure:4359: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  284. configure:4359: $? = 0
  285. configure:4379: result: -std=gnu99
  286. configure:4480: checking for gcc -std=gnu99 option to accept ISO Standard C
  287. configure:4494: result: -std=gnu99
  288. configure:4546: checking for gcc
  289. configure:4573: result: gcc
  290. configure:4802: checking for C compiler version
  291. configure:4811: gcc --version >&5
  292. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  293. Copyright (C) 2011 Free Software Foundation, Inc.
  294. This is free software; see the source for copying conditions. There is NO
  295. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  296.  
  297. configure:4822: $? = 0
  298. configure:4811: gcc -v >&5
  299. Using built-in specs.
  300. COLLECT_GCC=gcc
  301. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  302. Target: i686-linux-gnu
  303. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  304. Thread model: posix
  305. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  306. configure:4822: $? = 0
  307. configure:4811: gcc -V >&5
  308. gcc: error: unrecognized option '-V'
  309. gcc: fatal error: no input files
  310. compilation terminated.
  311. configure:4822: $? = 4
  312. configure:4811: gcc -qversion >&5
  313. gcc: error: unrecognized option '-qversion'
  314. gcc: fatal error: no input files
  315. compilation terminated.
  316. configure:4822: $? = 4
  317. configure:4826: checking whether we are using the GNU C compiler
  318. configure:4854: result: yes
  319. configure:4863: checking whether gcc accepts -g
  320. configure:4924: result: yes
  321. configure:4941: checking for gcc option to accept ISO C89
  322. configure:5017: result: none needed
  323. configure:5039: checking dependency style of gcc
  324. configure:5150: result: gcc3
  325. configure:5194: checking build system type
  326. configure:5208: result: i686-pc-linux-gnu
  327. configure:5228: checking host system type
  328. configure:5241: result: i686-pc-linux-gnu
  329. configure:5282: checking how to print strings
  330. configure:5309: result: printf
  331. configure:5330: checking for a sed that does not truncate output
  332. configure:5394: result: /bin/sed
  333. configure:5412: checking for grep that handles long lines and -e
  334. configure:5470: result: /bin/grep
  335. configure:5475: checking for egrep
  336. configure:5537: result: /bin/grep -E
  337. configure:5542: checking for fgrep
  338. configure:5604: result: /bin/grep -F
  339. configure:5639: checking for ld used by gcc
  340. configure:5706: result: /usr/bin/ld
  341. configure:5713: checking if the linker (/usr/bin/ld) is GNU ld
  342. configure:5728: result: yes
  343. configure:5740: checking for BSD- or MS-compatible name lister (nm)
  344. configure:5789: result: /usr/bin/nm -B
  345. configure:5919: checking the name lister (/usr/bin/nm -B) interface
  346. configure:5926: gcc -c -g -O2 conftest.c >&5
  347. configure:5929: /usr/bin/nm -B "conftest.o"
  348. configure:5932: output
  349. 00000000 B some_variable
  350. configure:5939: result: BSD nm
  351. configure:5942: checking whether ln -s works
  352. configure:5946: result: yes
  353. configure:5954: checking the maximum length of command line arguments
  354. configure:6084: result: 1572864
  355. configure:6101: checking whether the shell understands some XSI constructs
  356. configure:6111: result: yes
  357. configure:6115: checking whether the shell understands "+="
  358. configure:6121: result: yes
  359. configure:6156: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  360. configure:6196: result: func_convert_file_noop
  361. configure:6203: checking how to convert i686-pc-linux-gnu file names to toolchain format
  362. configure:6223: result: func_convert_file_noop
  363. configure:6230: checking for /usr/bin/ld option to reload object files
  364. configure:6237: result: -r
  365. configure:6311: checking for objdump
  366. configure:6327: found /usr/bin/objdump
  367. configure:6338: result: objdump
  368. configure:6370: checking how to recognize dependent libraries
  369. configure:6572: result: pass_all
  370. configure:6657: checking for dlltool
  371. configure:6687: result: no
  372. configure:6717: checking how to associate runtime and link libraries
  373. configure:6744: result: printf %s\n
  374. configure:6805: checking for ar
  375. configure:6821: found /usr/bin/ar
  376. configure:6832: result: ar
  377. configure:6869: checking for archiver @FILE support
  378. configure:6886: gcc -c -g -O2 conftest.c >&5
  379. configure:6886: $? = 0
  380. configure:6889: ar cru libconftest.a @conftest.lst >&5
  381. configure:6892: $? = 0
  382. configure:6897: ar cru libconftest.a @conftest.lst >&5
  383. ar: conftest.o: No such file or directory
  384. configure:6900: $? = 1
  385. configure:6912: result: @
  386. configure:6970: checking for strip
  387. configure:6986: found /usr/bin/strip
  388. configure:6997: result: strip
  389. configure:7069: checking for ranlib
  390. configure:7085: found /usr/bin/ranlib
  391. configure:7096: result: ranlib
  392. configure:7198: checking command to parse /usr/bin/nm -B output from gcc object
  393. configure:7318: gcc -c -g -O2 conftest.c >&5
  394. configure:7321: $? = 0
  395. configure:7325: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  396. configure:7328: $? = 0
  397. configure:7394: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  398. configure:7397: $? = 0
  399. configure:7435: result: ok
  400. configure:7472: checking for sysroot
  401. configure:7502: result: no
  402. configure:7764: checking for mt
  403. configure:7780: found /bin/mt
  404. configure:7791: result: mt
  405. configure:7814: checking if mt is a manifest tool
  406. configure:7820: mt '-?'
  407. configure:7828: result: no
  408. configure:8470: checking how to run the C preprocessor
  409. configure:8501: gcc -E conftest.c
  410. configure:8501: $? = 0
  411. configure:8515: gcc -E conftest.c
  412. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  413. compilation terminated.
  414. configure:8515: $? = 1
  415. configure: failed program was:
  416. | /* confdefs.h */
  417. | #define PACKAGE_NAME ""
  418. | #define PACKAGE_TARNAME ""
  419. | #define PACKAGE_VERSION ""
  420. | #define PACKAGE_STRING ""
  421. | #define PACKAGE_BUGREPORT ""
  422. | #define PACKAGE_URL ""
  423. | #define PACKAGE "snort"
  424. | #define VERSION "2.9.6.0"
  425. | /* end confdefs.h. */
  426. | #include <ac_nonexistent.h>
  427. configure:8540: result: gcc -E
  428. configure:8560: gcc -E conftest.c
  429. configure:8560: $? = 0
  430. configure:8574: gcc -E conftest.c
  431. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  432. compilation terminated.
  433. configure:8574: $? = 1
  434. configure: failed program was:
  435. | /* confdefs.h */
  436. | #define PACKAGE_NAME ""
  437. | #define PACKAGE_TARNAME ""
  438. | #define PACKAGE_VERSION ""
  439. | #define PACKAGE_STRING ""
  440. | #define PACKAGE_BUGREPORT ""
  441. | #define PACKAGE_URL ""
  442. | #define PACKAGE "snort"
  443. | #define VERSION "2.9.6.0"
  444. | /* end confdefs.h. */
  445. | #include <ac_nonexistent.h>
  446. configure:8603: checking for ANSI C header files
  447. configure:8623: gcc -c -g -O2 conftest.c >&5
  448. configure:8623: $? = 0
  449. configure:8696: gcc -o conftest -g -O2 conftest.c >&5
  450. configure:8696: $? = 0
  451. configure:8696: ./conftest
  452. configure:8696: $? = 0
  453. configure:8707: result: yes
  454. configure:8720: checking for sys/types.h
  455. configure:8720: gcc -c -g -O2 conftest.c >&5
  456. configure:8720: $? = 0
  457. configure:8720: result: yes
  458. configure:8720: checking for sys/stat.h
  459. configure:8720: gcc -c -g -O2 conftest.c >&5
  460. configure:8720: $? = 0
  461. configure:8720: result: yes
  462. configure:8720: checking for stdlib.h
  463. configure:8720: gcc -c -g -O2 conftest.c >&5
  464. configure:8720: $? = 0
  465. configure:8720: result: yes
  466. configure:8720: checking for string.h
  467. configure:8720: gcc -c -g -O2 conftest.c >&5
  468. configure:8720: $? = 0
  469. configure:8720: result: yes
  470. configure:8720: checking for memory.h
  471. configure:8720: gcc -c -g -O2 conftest.c >&5
  472. configure:8720: $? = 0
  473. configure:8720: result: yes
  474. configure:8720: checking for strings.h
  475. configure:8720: gcc -c -g -O2 conftest.c >&5
  476. configure:8720: $? = 0
  477. configure:8720: result: yes
  478. configure:8720: checking for inttypes.h
  479. configure:8720: gcc -c -g -O2 conftest.c >&5
  480. configure:8720: $? = 0
  481. configure:8720: result: yes
  482. configure:8720: checking for stdint.h
  483. configure:8720: gcc -c -g -O2 conftest.c >&5
  484. configure:8720: $? = 0
  485. configure:8720: result: yes
  486. configure:8720: checking for unistd.h
  487. configure:8720: gcc -c -g -O2 conftest.c >&5
  488. configure:8720: $? = 0
  489. configure:8720: result: yes
  490. configure:8734: checking for dlfcn.h
  491. configure:8734: gcc -c -g -O2 conftest.c >&5
  492. configure:8734: $? = 0
  493. configure:8734: result: yes
  494. configure:8940: checking for objdir
  495. configure:8955: result: .libs
  496. configure:9222: checking if gcc supports -fno-rtti -fno-exceptions
  497. configure:9240: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  498. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  499. configure:9244: $? = 0
  500. configure:9257: result: no
  501. configure:9584: checking for gcc option to produce PIC
  502. configure:9591: result: -fPIC -DPIC
  503. configure:9599: checking if gcc PIC flag -fPIC -DPIC works
  504. configure:9617: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  505. configure:9621: $? = 0
  506. configure:9634: result: yes
  507. configure:9663: checking if gcc static flag -static works
  508. configure:9691: result: yes
  509. configure:9706: checking if gcc supports -c -o file.o
  510. configure:9727: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  511. configure:9731: $? = 0
  512. configure:9753: result: yes
  513. configure:9761: checking if gcc supports -c -o file.o
  514. configure:9808: result: yes
  515. configure:9841: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  516. configure:10994: result: yes
  517. configure:11031: checking whether -lc should be explicitly linked in
  518. configure:11039: gcc -c -g -O2 conftest.c >&5
  519. configure:11042: $? = 0
  520. configure:11057: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  521. configure:11060: $? = 0
  522. configure:11074: result: no
  523. configure:11234: checking dynamic linker characteristics
  524. configure:11745: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  525. configure:11745: $? = 0
  526. configure:11971: result: GNU/Linux ld.so
  527. configure:12078: checking how to hardcode library paths into programs
  528. configure:12103: result: immediate
  529. configure:12643: checking whether stripping libraries is possible
  530. configure:12648: result: yes
  531. configure:12683: checking if libtool supports shared libraries
  532. configure:12685: result: yes
  533. configure:12688: checking whether to build shared libraries
  534. configure:12709: result: yes
  535. configure:12712: checking whether to build static libraries
  536. configure:12716: result: yes
  537. configure:12796: checking for ranlib
  538. configure:12823: result: ranlib
  539. configure:12845: checking whether byte ordering is bigendian
  540. configure:12860: gcc -c -g -O2 conftest.c >&5
  541. conftest.c:24:9: error: unknown type name 'not'
  542. conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  543. conftest.c:24:15: error: unknown type name 'universal'
  544. configure:12860: $? = 1
  545. configure: failed program was:
  546. | /* confdefs.h */
  547. | #define PACKAGE_NAME ""
  548. | #define PACKAGE_TARNAME ""
  549. | #define PACKAGE_VERSION ""
  550. | #define PACKAGE_STRING ""
  551. | #define PACKAGE_BUGREPORT ""
  552. | #define PACKAGE_URL ""
  553. | #define PACKAGE "snort"
  554. | #define VERSION "2.9.6.0"
  555. | #define STDC_HEADERS 1
  556. | #define HAVE_SYS_TYPES_H 1
  557. | #define HAVE_SYS_STAT_H 1
  558. | #define HAVE_STDLIB_H 1
  559. | #define HAVE_STRING_H 1
  560. | #define HAVE_MEMORY_H 1
  561. | #define HAVE_STRINGS_H 1
  562. | #define HAVE_INTTYPES_H 1
  563. | #define HAVE_STDINT_H 1
  564. | #define HAVE_UNISTD_H 1
  565. | #define HAVE_DLFCN_H 1
  566. | #define LT_OBJDIR ".libs/"
  567. | /* end confdefs.h. */
  568. | #ifndef __APPLE_CC__
  569. | not a universal capable compiler
  570. | #endif
  571. | typedef int dummy;
  572. |
  573. configure:12905: gcc -c -g -O2 conftest.c >&5
  574. configure:12905: $? = 0
  575. configure:12923: gcc -c -g -O2 conftest.c >&5
  576. conftest.c: In function 'main':
  577. conftest.c:30:4: error: unknown type name 'not'
  578. conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  579. configure:12923: $? = 1
  580. configure: failed program was:
  581. | /* confdefs.h */
  582. | #define PACKAGE_NAME ""
  583. | #define PACKAGE_TARNAME ""
  584. | #define PACKAGE_VERSION ""
  585. | #define PACKAGE_STRING ""
  586. | #define PACKAGE_BUGREPORT ""
  587. | #define PACKAGE_URL ""
  588. | #define PACKAGE "snort"
  589. | #define VERSION "2.9.6.0"
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_TYPES_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_STDLIB_H 1
  594. | #define HAVE_STRING_H 1
  595. | #define HAVE_MEMORY_H 1
  596. | #define HAVE_STRINGS_H 1
  597. | #define HAVE_INTTYPES_H 1
  598. | #define HAVE_STDINT_H 1
  599. | #define HAVE_UNISTD_H 1
  600. | #define HAVE_DLFCN_H 1
  601. | #define LT_OBJDIR ".libs/"
  602. | /* end confdefs.h. */
  603. | #include <sys/types.h>
  604. | #include <sys/param.h>
  605. |
  606. | int
  607. | main ()
  608. | {
  609. | #if BYTE_ORDER != BIG_ENDIAN
  610. | not big endian
  611. | #endif
  612. |
  613. | ;
  614. | return 0;
  615. | }
  616. configure:13051: result: no
  617. configure:13069: checking for inline
  618. configure:13085: gcc -c -g -O2 conftest.c >&5
  619. configure:13085: $? = 0
  620. configure:13093: result: inline
  621. configure:13233: checking for stdbool.h that conforms to C99
  622. configure:13300: gcc -c -g -O2 conftest.c >&5
  623. configure:13300: $? = 0
  624. configure:13307: result: yes
  625. configure:13309: checking for _Bool
  626. configure:13309: gcc -c -g -O2 conftest.c >&5
  627. configure:13309: $? = 0
  628. configure:13309: gcc -c -g -O2 conftest.c >&5
  629. conftest.c: In function 'main':
  630. conftest.c:60:20: error: expected expression before ')' token
  631. configure:13309: $? = 1
  632. configure: failed program was:
  633. | /* confdefs.h */
  634. | #define PACKAGE_NAME ""
  635. | #define PACKAGE_TARNAME ""
  636. | #define PACKAGE_VERSION ""
  637. | #define PACKAGE_STRING ""
  638. | #define PACKAGE_BUGREPORT ""
  639. | #define PACKAGE_URL ""
  640. | #define PACKAGE "snort"
  641. | #define VERSION "2.9.6.0"
  642. | #define STDC_HEADERS 1
  643. | #define HAVE_SYS_TYPES_H 1
  644. | #define HAVE_SYS_STAT_H 1
  645. | #define HAVE_STDLIB_H 1
  646. | #define HAVE_STRING_H 1
  647. | #define HAVE_MEMORY_H 1
  648. | #define HAVE_STRINGS_H 1
  649. | #define HAVE_INTTYPES_H 1
  650. | #define HAVE_STDINT_H 1
  651. | #define HAVE_UNISTD_H 1
  652. | #define HAVE_DLFCN_H 1
  653. | #define LT_OBJDIR ".libs/"
  654. | #define LINUX 1
  655. | /* end confdefs.h. */
  656. | #include <stdio.h>
  657. | #ifdef HAVE_SYS_TYPES_H
  658. | # include <sys/types.h>
  659. | #endif
  660. | #ifdef HAVE_SYS_STAT_H
  661. | # include <sys/stat.h>
  662. | #endif
  663. | #ifdef STDC_HEADERS
  664. | # include <stdlib.h>
  665. | # include <stddef.h>
  666. | #else
  667. | # ifdef HAVE_STDLIB_H
  668. | # include <stdlib.h>
  669. | # endif
  670. | #endif
  671. | #ifdef HAVE_STRING_H
  672. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  673. | # include <memory.h>
  674. | # endif
  675. | # include <string.h>
  676. | #endif
  677. | #ifdef HAVE_STRINGS_H
  678. | # include <strings.h>
  679. | #endif
  680. | #ifdef HAVE_INTTYPES_H
  681. | # include <inttypes.h>
  682. | #endif
  683. | #ifdef HAVE_STDINT_H
  684. | # include <stdint.h>
  685. | #endif
  686. | #ifdef HAVE_UNISTD_H
  687. | # include <unistd.h>
  688. | #endif
  689. | int
  690. | main ()
  691. | {
  692. | if (sizeof ((_Bool)))
  693. | return 0;
  694. | ;
  695. | return 0;
  696. | }
  697. configure:13309: result: yes
  698. configure:13365: checking for bison
  699. configure:13381: found /usr/bin/bison
  700. configure:13392: result: bison
  701. configure:13416: checking for flex
  702. configure:13432: found /usr/bin/flex
  703. configure:13443: result: flex
  704. configure:13471: checking for inttypes.h
  705. configure:13471: result: yes
  706. configure:13471: checking math.h usability
  707. configure:13471: gcc -c -g -O2 conftest.c >&5
  708. configure:13471: $? = 0
  709. configure:13471: result: yes
  710. configure:13471: checking math.h presence
  711. configure:13471: gcc -E conftest.c
  712. configure:13471: $? = 0
  713. configure:13471: result: yes
  714. configure:13471: checking for math.h
  715. configure:13471: result: yes
  716. configure:13471: checking paths.h usability
  717. configure:13471: gcc -c -g -O2 conftest.c >&5
  718. configure:13471: $? = 0
  719. configure:13471: result: yes
  720. configure:13471: checking paths.h presence
  721. configure:13471: gcc -E conftest.c
  722. configure:13471: $? = 0
  723. configure:13471: result: yes
  724. configure:13471: checking for paths.h
  725. configure:13471: result: yes
  726. configure:13471: checking for stdlib.h
  727. configure:13471: result: yes
  728. configure:13471: checking for string.h
  729. configure:13471: result: yes
  730. configure:13471: checking for strings.h
  731. configure:13471: result: yes
  732. configure:13471: checking for unistd.h
  733. configure:13471: result: yes
  734. configure:13471: checking wchar.h usability
  735. configure:13471: gcc -c -g -O2 conftest.c >&5
  736. configure:13471: $? = 0
  737. configure:13471: result: yes
  738. configure:13471: checking wchar.h presence
  739. configure:13471: gcc -E conftest.c
  740. configure:13471: $? = 0
  741. configure:13471: result: yes
  742. configure:13471: checking for wchar.h
  743. configure:13471: result: yes
  744. configure:13471: checking sys/sockio.h usability
  745. configure:13471: gcc -c -g -O2 conftest.c >&5
  746. conftest.c:67:24: fatal error: sys/sockio.h: No such file or directory
  747. compilation terminated.
  748. configure:13471: $? = 1
  749. configure: failed program was:
  750. | /* confdefs.h */
  751. | #define PACKAGE_NAME ""
  752. | #define PACKAGE_TARNAME ""
  753. | #define PACKAGE_VERSION ""
  754. | #define PACKAGE_STRING ""
  755. | #define PACKAGE_BUGREPORT ""
  756. | #define PACKAGE_URL ""
  757. | #define PACKAGE "snort"
  758. | #define VERSION "2.9.6.0"
  759. | #define STDC_HEADERS 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define HAVE_DLFCN_H 1
  770. | #define LT_OBJDIR ".libs/"
  771. | #define LINUX 1
  772. | #define HAVE__BOOL 1
  773. | #define HAVE_STDBOOL_H 1
  774. | #define HAVE_INTTYPES_H 1
  775. | #define HAVE_MATH_H 1
  776. | #define HAVE_PATHS_H 1
  777. | #define HAVE_STDLIB_H 1
  778. | #define HAVE_STRING_H 1
  779. | #define HAVE_STRINGS_H 1
  780. | #define HAVE_UNISTD_H 1
  781. | #define HAVE_WCHAR_H 1
  782. | /* end confdefs.h. */
  783. | #include <stdio.h>
  784. | #ifdef HAVE_SYS_TYPES_H
  785. | # include <sys/types.h>
  786. | #endif
  787. | #ifdef HAVE_SYS_STAT_H
  788. | # include <sys/stat.h>
  789. | #endif
  790. | #ifdef STDC_HEADERS
  791. | # include <stdlib.h>
  792. | # include <stddef.h>
  793. | #else
  794. | # ifdef HAVE_STDLIB_H
  795. | # include <stdlib.h>
  796. | # endif
  797. | #endif
  798. | #ifdef HAVE_STRING_H
  799. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  800. | # include <memory.h>
  801. | # endif
  802. | # include <string.h>
  803. | #endif
  804. | #ifdef HAVE_STRINGS_H
  805. | # include <strings.h>
  806. | #endif
  807. | #ifdef HAVE_INTTYPES_H
  808. | # include <inttypes.h>
  809. | #endif
  810. | #ifdef HAVE_STDINT_H
  811. | # include <stdint.h>
  812. | #endif
  813. | #ifdef HAVE_UNISTD_H
  814. | # include <unistd.h>
  815. | #endif
  816. | #include <sys/sockio.h>
  817. configure:13471: result: no
  818. configure:13471: checking sys/sockio.h presence
  819. configure:13471: gcc -E conftest.c
  820. conftest.c:34:24: fatal error: sys/sockio.h: No such file or directory
  821. compilation terminated.
  822. configure:13471: $? = 1
  823. configure: failed program was:
  824. | /* confdefs.h */
  825. | #define PACKAGE_NAME ""
  826. | #define PACKAGE_TARNAME ""
  827. | #define PACKAGE_VERSION ""
  828. | #define PACKAGE_STRING ""
  829. | #define PACKAGE_BUGREPORT ""
  830. | #define PACKAGE_URL ""
  831. | #define PACKAGE "snort"
  832. | #define VERSION "2.9.6.0"
  833. | #define STDC_HEADERS 1
  834. | #define HAVE_SYS_TYPES_H 1
  835. | #define HAVE_SYS_STAT_H 1
  836. | #define HAVE_STDLIB_H 1
  837. | #define HAVE_STRING_H 1
  838. | #define HAVE_MEMORY_H 1
  839. | #define HAVE_STRINGS_H 1
  840. | #define HAVE_INTTYPES_H 1
  841. | #define HAVE_STDINT_H 1
  842. | #define HAVE_UNISTD_H 1
  843. | #define HAVE_DLFCN_H 1
  844. | #define LT_OBJDIR ".libs/"
  845. | #define LINUX 1
  846. | #define HAVE__BOOL 1
  847. | #define HAVE_STDBOOL_H 1
  848. | #define HAVE_INTTYPES_H 1
  849. | #define HAVE_MATH_H 1
  850. | #define HAVE_PATHS_H 1
  851. | #define HAVE_STDLIB_H 1
  852. | #define HAVE_STRING_H 1
  853. | #define HAVE_STRINGS_H 1
  854. | #define HAVE_UNISTD_H 1
  855. | #define HAVE_WCHAR_H 1
  856. | /* end confdefs.h. */
  857. | #include <sys/sockio.h>
  858. configure:13471: result: no
  859. configure:13471: checking for sys/sockio.h
  860. configure:13471: result: no
  861. configure:13485: checking for floor in -lm
  862. configure:13510: gcc -o conftest -g -O2 conftest.c -lm >&5
  863. conftest.c:41:6: warning: conflicting types for built-in function 'floor' [enabled by default]
  864. configure:13510: $? = 0
  865. configure:13519: result: yes
  866. configure:13530: checking for ceil in -lm
  867. configure:13555: gcc -o conftest -g -O2 conftest.c -lm -lm >&5
  868. conftest.c:42:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
  869. configure:13555: $? = 0
  870. configure:13564: result: yes
  871. configure:13578: checking uuid/uuid.h usability
  872. configure:13578: gcc -c -g -O2 conftest.c >&5
  873. conftest.c:69:23: fatal error: uuid/uuid.h: No such file or directory
  874. compilation terminated.
  875. configure:13578: $? = 1
  876. configure: failed program was:
  877. | /* confdefs.h */
  878. | #define PACKAGE_NAME ""
  879. | #define PACKAGE_TARNAME ""
  880. | #define PACKAGE_VERSION ""
  881. | #define PACKAGE_STRING ""
  882. | #define PACKAGE_BUGREPORT ""
  883. | #define PACKAGE_URL ""
  884. | #define PACKAGE "snort"
  885. | #define VERSION "2.9.6.0"
  886. | #define STDC_HEADERS 1
  887. | #define HAVE_SYS_TYPES_H 1
  888. | #define HAVE_SYS_STAT_H 1
  889. | #define HAVE_STDLIB_H 1
  890. | #define HAVE_STRING_H 1
  891. | #define HAVE_MEMORY_H 1
  892. | #define HAVE_STRINGS_H 1
  893. | #define HAVE_INTTYPES_H 1
  894. | #define HAVE_STDINT_H 1
  895. | #define HAVE_UNISTD_H 1
  896. | #define HAVE_DLFCN_H 1
  897. | #define LT_OBJDIR ".libs/"
  898. | #define LINUX 1
  899. | #define HAVE__BOOL 1
  900. | #define HAVE_STDBOOL_H 1
  901. | #define HAVE_INTTYPES_H 1
  902. | #define HAVE_MATH_H 1
  903. | #define HAVE_PATHS_H 1
  904. | #define HAVE_STDLIB_H 1
  905. | #define HAVE_STRING_H 1
  906. | #define HAVE_STRINGS_H 1
  907. | #define HAVE_UNISTD_H 1
  908. | #define HAVE_WCHAR_H 1
  909. | #define HAVE_LIBM 1
  910. | #define HAVE_LIBM 1
  911. | /* end confdefs.h. */
  912. | #include <stdio.h>
  913. | #ifdef HAVE_SYS_TYPES_H
  914. | # include <sys/types.h>
  915. | #endif
  916. | #ifdef HAVE_SYS_STAT_H
  917. | # include <sys/stat.h>
  918. | #endif
  919. | #ifdef STDC_HEADERS
  920. | # include <stdlib.h>
  921. | # include <stddef.h>
  922. | #else
  923. | # ifdef HAVE_STDLIB_H
  924. | # include <stdlib.h>
  925. | # endif
  926. | #endif
  927. | #ifdef HAVE_STRING_H
  928. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  929. | # include <memory.h>
  930. | # endif
  931. | # include <string.h>
  932. | #endif
  933. | #ifdef HAVE_STRINGS_H
  934. | # include <strings.h>
  935. | #endif
  936. | #ifdef HAVE_INTTYPES_H
  937. | # include <inttypes.h>
  938. | #endif
  939. | #ifdef HAVE_STDINT_H
  940. | # include <stdint.h>
  941. | #endif
  942. | #ifdef HAVE_UNISTD_H
  943. | # include <unistd.h>
  944. | #endif
  945. | #include <uuid/uuid.h>
  946. configure:13578: result: no
  947. configure:13578: checking uuid/uuid.h presence
  948. configure:13578: gcc -E conftest.c
  949. conftest.c:36:23: fatal error: uuid/uuid.h: No such file or directory
  950. compilation terminated.
  951. configure:13578: $? = 1
  952. configure: failed program was:
  953. | /* confdefs.h */
  954. | #define PACKAGE_NAME ""
  955. | #define PACKAGE_TARNAME ""
  956. | #define PACKAGE_VERSION ""
  957. | #define PACKAGE_STRING ""
  958. | #define PACKAGE_BUGREPORT ""
  959. | #define PACKAGE_URL ""
  960. | #define PACKAGE "snort"
  961. | #define VERSION "2.9.6.0"
  962. | #define STDC_HEADERS 1
  963. | #define HAVE_SYS_TYPES_H 1
  964. | #define HAVE_SYS_STAT_H 1
  965. | #define HAVE_STDLIB_H 1
  966. | #define HAVE_STRING_H 1
  967. | #define HAVE_MEMORY_H 1
  968. | #define HAVE_STRINGS_H 1
  969. | #define HAVE_INTTYPES_H 1
  970. | #define HAVE_STDINT_H 1
  971. | #define HAVE_UNISTD_H 1
  972. | #define HAVE_DLFCN_H 1
  973. | #define LT_OBJDIR ".libs/"
  974. | #define LINUX 1
  975. | #define HAVE__BOOL 1
  976. | #define HAVE_STDBOOL_H 1
  977. | #define HAVE_INTTYPES_H 1
  978. | #define HAVE_MATH_H 1
  979. | #define HAVE_PATHS_H 1
  980. | #define HAVE_STDLIB_H 1
  981. | #define HAVE_STRING_H 1
  982. | #define HAVE_STRINGS_H 1
  983. | #define HAVE_UNISTD_H 1
  984. | #define HAVE_WCHAR_H 1
  985. | #define HAVE_LIBM 1
  986. | #define HAVE_LIBM 1
  987. | /* end confdefs.h. */
  988. | #include <uuid/uuid.h>
  989. configure:13578: result: no
  990. configure:13578: checking for uuid/uuid.h
  991. configure:13578: result: no
  992. configure:13682: checking for inet_ntoa in -lnsl
  993. configure:13707: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  994. configure:13707: $? = 0
  995. configure:13716: result: yes
  996. configure:13730: checking for socket in -lsocket
  997. configure:13755: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl -lm -lm >&5
  998. /usr/bin/ld: cannot find -lsocket
  999. collect2: ld returned 1 exit status
  1000. configure:13755: $? = 1
  1001. configure: failed program was:
  1002. | /* confdefs.h */
  1003. | #define PACKAGE_NAME ""
  1004. | #define PACKAGE_TARNAME ""
  1005. | #define PACKAGE_VERSION ""
  1006. | #define PACKAGE_STRING ""
  1007. | #define PACKAGE_BUGREPORT ""
  1008. | #define PACKAGE_URL ""
  1009. | #define PACKAGE "snort"
  1010. | #define VERSION "2.9.6.0"
  1011. | #define STDC_HEADERS 1
  1012. | #define HAVE_SYS_TYPES_H 1
  1013. | #define HAVE_SYS_STAT_H 1
  1014. | #define HAVE_STDLIB_H 1
  1015. | #define HAVE_STRING_H 1
  1016. | #define HAVE_MEMORY_H 1
  1017. | #define HAVE_STRINGS_H 1
  1018. | #define HAVE_INTTYPES_H 1
  1019. | #define HAVE_STDINT_H 1
  1020. | #define HAVE_UNISTD_H 1
  1021. | #define HAVE_DLFCN_H 1
  1022. | #define LT_OBJDIR ".libs/"
  1023. | #define LINUX 1
  1024. | #define HAVE__BOOL 1
  1025. | #define HAVE_STDBOOL_H 1
  1026. | #define HAVE_INTTYPES_H 1
  1027. | #define HAVE_MATH_H 1
  1028. | #define HAVE_PATHS_H 1
  1029. | #define HAVE_STDLIB_H 1
  1030. | #define HAVE_STRING_H 1
  1031. | #define HAVE_STRINGS_H 1
  1032. | #define HAVE_UNISTD_H 1
  1033. | #define HAVE_WCHAR_H 1
  1034. | #define HAVE_LIBM 1
  1035. | #define HAVE_LIBM 1
  1036. | #define HAVE_LIBNSL 1
  1037. | /* end confdefs.h. */
  1038. |
  1039. | /* Override any GCC internal prototype to avoid an error.
  1040. | Use char because int might match the return type of a GCC
  1041. | builtin and then its argument prototype would still apply. */
  1042. | #ifdef __cplusplus
  1043. | extern "C"
  1044. | #endif
  1045. | char socket ();
  1046. | int
  1047. | main ()
  1048. | {
  1049. | return socket ();
  1050. | ;
  1051. | return 0;
  1052. | }
  1053. configure:13764: result: no
  1054. configure:13828: checking whether printf must be declared
  1055. configure:13861: gcc -c -g -O2 conftest.c >&5
  1056. configure:13861: $? = 0
  1057. configure:13881: result: no
  1058. configure:13828: checking whether fprintf must be declared
  1059. configure:13861: gcc -c -g -O2 conftest.c >&5
  1060. configure:13861: $? = 0
  1061. configure:13881: result: no
  1062. configure:13828: checking whether syslog must be declared
  1063. configure:13861: gcc -c -g -O2 conftest.c >&5
  1064. configure:13861: $? = 0
  1065. configure:13881: result: no
  1066. configure:13828: checking whether puts must be declared
  1067. configure:13861: gcc -c -g -O2 conftest.c >&5
  1068. configure:13861: $? = 0
  1069. configure:13881: result: no
  1070. configure:13828: checking whether fputs must be declared
  1071. configure:13861: gcc -c -g -O2 conftest.c >&5
  1072. configure:13861: $? = 0
  1073. configure:13881: result: no
  1074. configure:13828: checking whether fputc must be declared
  1075. configure:13861: gcc -c -g -O2 conftest.c >&5
  1076. configure:13861: $? = 0
  1077. configure:13881: result: no
  1078. configure:13828: checking whether fopen must be declared
  1079. configure:13861: gcc -c -g -O2 conftest.c >&5
  1080. configure:13861: $? = 0
  1081. configure:13881: result: no
  1082. configure:13828: checking whether fclose must be declared
  1083. configure:13861: gcc -c -g -O2 conftest.c >&5
  1084. configure:13861: $? = 0
  1085. configure:13881: result: no
  1086. configure:13828: checking whether fwrite must be declared
  1087. configure:13861: gcc -c -g -O2 conftest.c >&5
  1088. configure:13861: $? = 0
  1089. configure:13881: result: no
  1090. configure:13828: checking whether fflush must be declared
  1091. configure:13861: gcc -c -g -O2 conftest.c >&5
  1092. configure:13861: $? = 0
  1093. configure:13881: result: no
  1094. configure:13828: checking whether getopt must be declared
  1095. configure:13861: gcc -c -g -O2 conftest.c >&5
  1096. configure:13861: $? = 0
  1097. configure:13881: result: no
  1098. configure:13828: checking whether bzero must be declared
  1099. configure:13861: gcc -c -g -O2 conftest.c >&5
  1100. configure:13861: $? = 0
  1101. configure:13881: result: no
  1102. configure:13828: checking whether bcopy must be declared
  1103. configure:13861: gcc -c -g -O2 conftest.c >&5
  1104. configure:13861: $? = 0
  1105. configure:13881: result: no
  1106. configure:13828: checking whether memset must be declared
  1107. configure:13861: gcc -c -g -O2 conftest.c >&5
  1108. configure:13861: $? = 0
  1109. configure:13881: result: no
  1110. configure:13828: checking whether strtol must be declared
  1111. configure:13861: gcc -c -g -O2 conftest.c >&5
  1112. configure:13861: $? = 0
  1113. configure:13881: result: no
  1114. configure:13828: checking whether strcasecmp must be declared
  1115. configure:13861: gcc -c -g -O2 conftest.c >&5
  1116. configure:13861: $? = 0
  1117. configure:13881: result: no
  1118. configure:13828: checking whether strncasecmp must be declared
  1119. configure:13861: gcc -c -g -O2 conftest.c >&5
  1120. configure:13861: $? = 0
  1121. configure:13881: result: no
  1122. configure:13828: checking whether strerror must be declared
  1123. configure:13861: gcc -c -g -O2 conftest.c >&5
  1124. configure:13861: $? = 0
  1125. configure:13881: result: no
  1126. configure:13828: checking whether perror must be declared
  1127. configure:13861: gcc -c -g -O2 conftest.c >&5
  1128. configure:13861: $? = 0
  1129. configure:13881: result: no
  1130. configure:13828: checking whether socket must be declared
  1131. configure:13861: gcc -c -g -O2 conftest.c >&5
  1132. configure:13861: $? = 0
  1133. configure:13881: result: no
  1134. configure:13828: checking whether sendto must be declared
  1135. configure:13861: gcc -c -g -O2 conftest.c >&5
  1136. configure:13861: $? = 0
  1137. configure:13881: result: no
  1138. configure:13828: checking whether vsnprintf must be declared
  1139. configure:13861: gcc -c -g -O2 conftest.c >&5
  1140. configure:13861: $? = 0
  1141. configure:13881: result: no
  1142. configure:13828: checking whether snprintf must be declared
  1143. configure:13861: gcc -c -g -O2 conftest.c >&5
  1144. configure:13861: $? = 0
  1145. configure:13881: result: no
  1146. configure:13828: checking whether strtoul must be declared
  1147. configure:13861: gcc -c -g -O2 conftest.c >&5
  1148. configure:13861: $? = 0
  1149. configure:13881: result: no
  1150. configure:13891: checking for sigaction
  1151. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1152. configure:13891: $? = 0
  1153. configure:13891: result: yes
  1154. configure:13891: checking for strlcpy
  1155. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1156. /tmp/ccQesEgm.o: In function `main':
  1157. /root/snort-2.9.6.0/conftest.c:72: undefined reference to `strlcpy'
  1158. collect2: ld returned 1 exit status
  1159. configure:13891: $? = 1
  1160. configure: failed program was:
  1161. | /* confdefs.h */
  1162. | #define PACKAGE_NAME ""
  1163. | #define PACKAGE_TARNAME ""
  1164. | #define PACKAGE_VERSION ""
  1165. | #define PACKAGE_STRING ""
  1166. | #define PACKAGE_BUGREPORT ""
  1167. | #define PACKAGE_URL ""
  1168. | #define PACKAGE "snort"
  1169. | #define VERSION "2.9.6.0"
  1170. | #define STDC_HEADERS 1
  1171. | #define HAVE_SYS_TYPES_H 1
  1172. | #define HAVE_SYS_STAT_H 1
  1173. | #define HAVE_STDLIB_H 1
  1174. | #define HAVE_STRING_H 1
  1175. | #define HAVE_MEMORY_H 1
  1176. | #define HAVE_STRINGS_H 1
  1177. | #define HAVE_INTTYPES_H 1
  1178. | #define HAVE_STDINT_H 1
  1179. | #define HAVE_UNISTD_H 1
  1180. | #define HAVE_DLFCN_H 1
  1181. | #define LT_OBJDIR ".libs/"
  1182. | #define LINUX 1
  1183. | #define HAVE__BOOL 1
  1184. | #define HAVE_STDBOOL_H 1
  1185. | #define HAVE_INTTYPES_H 1
  1186. | #define HAVE_MATH_H 1
  1187. | #define HAVE_PATHS_H 1
  1188. | #define HAVE_STDLIB_H 1
  1189. | #define HAVE_STRING_H 1
  1190. | #define HAVE_STRINGS_H 1
  1191. | #define HAVE_UNISTD_H 1
  1192. | #define HAVE_WCHAR_H 1
  1193. | #define HAVE_LIBM 1
  1194. | #define HAVE_LIBM 1
  1195. | #define HAVE_LIBNSL 1
  1196. | #define HAVE_SIGACTION 1
  1197. | /* end confdefs.h. */
  1198. | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
  1199. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1200. | #define strlcpy innocuous_strlcpy
  1201. |
  1202. | /* System header to define __stub macros and hopefully few prototypes,
  1203. | which can conflict with char strlcpy (); below.
  1204. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1205. | <limits.h> exists even on freestanding compilers. */
  1206. |
  1207. | #ifdef __STDC__
  1208. | # include <limits.h>
  1209. | #else
  1210. | # include <assert.h>
  1211. | #endif
  1212. |
  1213. | #undef strlcpy
  1214. |
  1215. | /* Override any GCC internal prototype to avoid an error.
  1216. | Use char because int might match the return type of a GCC
  1217. | builtin and then its argument prototype would still apply. */
  1218. | #ifdef __cplusplus
  1219. | extern "C"
  1220. | #endif
  1221. | char strlcpy ();
  1222. | /* The GNU C library defines this for functions which it implements
  1223. | to always fail with ENOSYS. Some functions are actually named
  1224. | something starting with __ and the normal name is an alias. */
  1225. | #if defined __stub_strlcpy || defined __stub___strlcpy
  1226. | choke me
  1227. | #endif
  1228. |
  1229. | int
  1230. | main ()
  1231. | {
  1232. | return strlcpy ();
  1233. | ;
  1234. | return 0;
  1235. | }
  1236. configure:13891: result: no
  1237. configure:13891: checking for strlcat
  1238. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1239. /tmp/ccorEqVr.o: In function `main':
  1240. /root/snort-2.9.6.0/conftest.c:72: undefined reference to `strlcat'
  1241. collect2: ld returned 1 exit status
  1242. configure:13891: $? = 1
  1243. configure: failed program was:
  1244. | /* confdefs.h */
  1245. | #define PACKAGE_NAME ""
  1246. | #define PACKAGE_TARNAME ""
  1247. | #define PACKAGE_VERSION ""
  1248. | #define PACKAGE_STRING ""
  1249. | #define PACKAGE_BUGREPORT ""
  1250. | #define PACKAGE_URL ""
  1251. | #define PACKAGE "snort"
  1252. | #define VERSION "2.9.6.0"
  1253. | #define STDC_HEADERS 1
  1254. | #define HAVE_SYS_TYPES_H 1
  1255. | #define HAVE_SYS_STAT_H 1
  1256. | #define HAVE_STDLIB_H 1
  1257. | #define HAVE_STRING_H 1
  1258. | #define HAVE_MEMORY_H 1
  1259. | #define HAVE_STRINGS_H 1
  1260. | #define HAVE_INTTYPES_H 1
  1261. | #define HAVE_STDINT_H 1
  1262. | #define HAVE_UNISTD_H 1
  1263. | #define HAVE_DLFCN_H 1
  1264. | #define LT_OBJDIR ".libs/"
  1265. | #define LINUX 1
  1266. | #define HAVE__BOOL 1
  1267. | #define HAVE_STDBOOL_H 1
  1268. | #define HAVE_INTTYPES_H 1
  1269. | #define HAVE_MATH_H 1
  1270. | #define HAVE_PATHS_H 1
  1271. | #define HAVE_STDLIB_H 1
  1272. | #define HAVE_STRING_H 1
  1273. | #define HAVE_STRINGS_H 1
  1274. | #define HAVE_UNISTD_H 1
  1275. | #define HAVE_WCHAR_H 1
  1276. | #define HAVE_LIBM 1
  1277. | #define HAVE_LIBM 1
  1278. | #define HAVE_LIBNSL 1
  1279. | #define HAVE_SIGACTION 1
  1280. | /* end confdefs.h. */
  1281. | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
  1282. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  1283. | #define strlcat innocuous_strlcat
  1284. |
  1285. | /* System header to define __stub macros and hopefully few prototypes,
  1286. | which can conflict with char strlcat (); below.
  1287. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1288. | <limits.h> exists even on freestanding compilers. */
  1289. |
  1290. | #ifdef __STDC__
  1291. | # include <limits.h>
  1292. | #else
  1293. | # include <assert.h>
  1294. | #endif
  1295. |
  1296. | #undef strlcat
  1297. |
  1298. | /* Override any GCC internal prototype to avoid an error.
  1299. | Use char because int might match the return type of a GCC
  1300. | builtin and then its argument prototype would still apply. */
  1301. | #ifdef __cplusplus
  1302. | extern "C"
  1303. | #endif
  1304. | char strlcat ();
  1305. | /* The GNU C library defines this for functions which it implements
  1306. | to always fail with ENOSYS. Some functions are actually named
  1307. | something starting with __ and the normal name is an alias. */
  1308. | #if defined __stub_strlcat || defined __stub___strlcat
  1309. | choke me
  1310. | #endif
  1311. |
  1312. | int
  1313. | main ()
  1314. | {
  1315. | return strlcat ();
  1316. | ;
  1317. | return 0;
  1318. | }
  1319. configure:13891: result: no
  1320. configure:13891: checking for strerror
  1321. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1322. configure:13891: $? = 0
  1323. configure:13891: result: yes
  1324. configure:13891: checking for vswprintf
  1325. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1326. configure:13891: $? = 0
  1327. configure:13891: result: yes
  1328. configure:13891: checking for wprintf
  1329. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1330. configure:13891: $? = 0
  1331. configure:13891: result: yes
  1332. configure:13891: checking for memrchr
  1333. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1334. configure:13891: $? = 0
  1335. configure:13891: result: yes
  1336. configure:13891: checking for inet_ntop
  1337. configure:13891: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1338. configure:13891: $? = 0
  1339. configure:13891: result: yes
  1340. configure:13901: checking for snprintf
  1341. configure:13901: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1342. conftest.c:66:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
  1343. configure:13901: $? = 0
  1344. configure:13901: result: yes
  1345. configure:13925: checking for malloc_trim
  1346. configure:13925: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1347. configure:13925: $? = 0
  1348. configure:13925: result: yes
  1349. configure:13925: checking for mallinfo
  1350. configure:13925: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1351. configure:13925: $? = 0
  1352. configure:13925: result: yes
  1353. configure:13939: checking size of char
  1354. configure:13944: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1355. configure:13944: $? = 0
  1356. configure:13944: ./conftest
  1357. configure:13944: $? = 0
  1358. configure:13958: result: 1
  1359. configure:13972: checking size of short
  1360. configure:13977: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1361. configure:13977: $? = 0
  1362. configure:13977: ./conftest
  1363. configure:13977: $? = 0
  1364. configure:13991: result: 2
  1365. configure:14005: checking size of int
  1366. configure:14010: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1367. configure:14010: $? = 0
  1368. configure:14010: ./conftest
  1369. configure:14010: $? = 0
  1370. configure:14024: result: 4
  1371. configure:14038: checking size of long int
  1372. configure:14043: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1373. configure:14043: $? = 0
  1374. configure:14043: ./conftest
  1375. configure:14043: $? = 0
  1376. configure:14057: result: 4
  1377. configure:14071: checking size of long long int
  1378. configure:14076: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1379. configure:14076: $? = 0
  1380. configure:14076: ./conftest
  1381. configure:14076: $? = 0
  1382. configure:14090: result: 8
  1383. configure:14104: checking size of unsigned int
  1384. configure:14109: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1385. configure:14109: $? = 0
  1386. configure:14109: ./conftest
  1387. configure:14109: $? = 0
  1388. configure:14123: result: 4
  1389. configure:14137: checking size of unsigned long int
  1390. configure:14142: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1391. configure:14142: $? = 0
  1392. configure:14142: ./conftest
  1393. configure:14142: $? = 0
  1394. configure:14156: result: 4
  1395. configure:14170: checking size of unsigned long long int
  1396. configure:14175: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  1397. configure:14175: $? = 0
  1398. configure:14175: ./conftest
  1399. configure:14175: $? = 0
  1400. configure:14189: result: 8
  1401. configure:14201: checking for u_int8_t
  1402. configure:14201: gcc -c -g -O2 conftest.c >&5
  1403. configure:14201: $? = 0
  1404. configure:14201: gcc -c -g -O2 conftest.c >&5
  1405. conftest.c: In function 'main':
  1406. conftest.c:90:23: error: expected expression before ')' token
  1407. configure:14201: $? = 1
  1408. configure: failed program was:
  1409. | /* confdefs.h */
  1410. | #define PACKAGE_NAME ""
  1411. | #define PACKAGE_TARNAME ""
  1412. | #define PACKAGE_VERSION ""
  1413. | #define PACKAGE_STRING ""
  1414. | #define PACKAGE_BUGREPORT ""
  1415. | #define PACKAGE_URL ""
  1416. | #define PACKAGE "snort"
  1417. | #define VERSION "2.9.6.0"
  1418. | #define STDC_HEADERS 1
  1419. | #define HAVE_SYS_TYPES_H 1
  1420. | #define HAVE_SYS_STAT_H 1
  1421. | #define HAVE_STDLIB_H 1
  1422. | #define HAVE_STRING_H 1
  1423. | #define HAVE_MEMORY_H 1
  1424. | #define HAVE_STRINGS_H 1
  1425. | #define HAVE_INTTYPES_H 1
  1426. | #define HAVE_STDINT_H 1
  1427. | #define HAVE_UNISTD_H 1
  1428. | #define HAVE_DLFCN_H 1
  1429. | #define LT_OBJDIR ".libs/"
  1430. | #define LINUX 1
  1431. | #define HAVE__BOOL 1
  1432. | #define HAVE_STDBOOL_H 1
  1433. | #define HAVE_INTTYPES_H 1
  1434. | #define HAVE_MATH_H 1
  1435. | #define HAVE_PATHS_H 1
  1436. | #define HAVE_STDLIB_H 1
  1437. | #define HAVE_STRING_H 1
  1438. | #define HAVE_STRINGS_H 1
  1439. | #define HAVE_UNISTD_H 1
  1440. | #define HAVE_WCHAR_H 1
  1441. | #define HAVE_LIBM 1
  1442. | #define HAVE_LIBM 1
  1443. | #define HAVE_LIBNSL 1
  1444. | #define HAVE_SIGACTION 1
  1445. | #define HAVE_STRERROR 1
  1446. | #define HAVE_VSWPRINTF 1
  1447. | #define HAVE_WPRINTF 1
  1448. | #define HAVE_MEMRCHR 1
  1449. | #define HAVE_INET_NTOP 1
  1450. | #define HAVE_SNPRINTF /**/
  1451. | #define HAVE_MALLOC_TRIM 1
  1452. | #define HAVE_MALLINFO 1
  1453. | #define SIZEOF_CHAR 1
  1454. | #define SIZEOF_SHORT 2
  1455. | #define SIZEOF_INT 4
  1456. | #define SIZEOF_LONG_INT 4
  1457. | #define SIZEOF_LONG_LONG_INT 8
  1458. | #define SIZEOF_UNSIGNED_INT 4
  1459. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1460. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1461. | /* end confdefs.h. */
  1462. | #include <stdio.h>
  1463. | #ifdef HAVE_SYS_TYPES_H
  1464. | # include <sys/types.h>
  1465. | #endif
  1466. | #ifdef HAVE_SYS_STAT_H
  1467. | # include <sys/stat.h>
  1468. | #endif
  1469. | #ifdef STDC_HEADERS
  1470. | # include <stdlib.h>
  1471. | # include <stddef.h>
  1472. | #else
  1473. | # ifdef HAVE_STDLIB_H
  1474. | # include <stdlib.h>
  1475. | # endif
  1476. | #endif
  1477. | #ifdef HAVE_STRING_H
  1478. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1479. | # include <memory.h>
  1480. | # endif
  1481. | # include <string.h>
  1482. | #endif
  1483. | #ifdef HAVE_STRINGS_H
  1484. | # include <strings.h>
  1485. | #endif
  1486. | #ifdef HAVE_INTTYPES_H
  1487. | # include <inttypes.h>
  1488. | #endif
  1489. | #ifdef HAVE_STDINT_H
  1490. | # include <stdint.h>
  1491. | #endif
  1492. | #ifdef HAVE_UNISTD_H
  1493. | # include <unistd.h>
  1494. | #endif
  1495. | int
  1496. | main ()
  1497. | {
  1498. | if (sizeof ((u_int8_t)))
  1499. | return 0;
  1500. | ;
  1501. | return 0;
  1502. | }
  1503. configure:14201: result: yes
  1504. configure:14210: checking for u_int16_t
  1505. configure:14210: gcc -c -g -O2 conftest.c >&5
  1506. configure:14210: $? = 0
  1507. configure:14210: gcc -c -g -O2 conftest.c >&5
  1508. conftest.c: In function 'main':
  1509. conftest.c:91:24: error: expected expression before ')' token
  1510. configure:14210: $? = 1
  1511. configure: failed program was:
  1512. | /* confdefs.h */
  1513. | #define PACKAGE_NAME ""
  1514. | #define PACKAGE_TARNAME ""
  1515. | #define PACKAGE_VERSION ""
  1516. | #define PACKAGE_STRING ""
  1517. | #define PACKAGE_BUGREPORT ""
  1518. | #define PACKAGE_URL ""
  1519. | #define PACKAGE "snort"
  1520. | #define VERSION "2.9.6.0"
  1521. | #define STDC_HEADERS 1
  1522. | #define HAVE_SYS_TYPES_H 1
  1523. | #define HAVE_SYS_STAT_H 1
  1524. | #define HAVE_STDLIB_H 1
  1525. | #define HAVE_STRING_H 1
  1526. | #define HAVE_MEMORY_H 1
  1527. | #define HAVE_STRINGS_H 1
  1528. | #define HAVE_INTTYPES_H 1
  1529. | #define HAVE_STDINT_H 1
  1530. | #define HAVE_UNISTD_H 1
  1531. | #define HAVE_DLFCN_H 1
  1532. | #define LT_OBJDIR ".libs/"
  1533. | #define LINUX 1
  1534. | #define HAVE__BOOL 1
  1535. | #define HAVE_STDBOOL_H 1
  1536. | #define HAVE_INTTYPES_H 1
  1537. | #define HAVE_MATH_H 1
  1538. | #define HAVE_PATHS_H 1
  1539. | #define HAVE_STDLIB_H 1
  1540. | #define HAVE_STRING_H 1
  1541. | #define HAVE_STRINGS_H 1
  1542. | #define HAVE_UNISTD_H 1
  1543. | #define HAVE_WCHAR_H 1
  1544. | #define HAVE_LIBM 1
  1545. | #define HAVE_LIBM 1
  1546. | #define HAVE_LIBNSL 1
  1547. | #define HAVE_SIGACTION 1
  1548. | #define HAVE_STRERROR 1
  1549. | #define HAVE_VSWPRINTF 1
  1550. | #define HAVE_WPRINTF 1
  1551. | #define HAVE_MEMRCHR 1
  1552. | #define HAVE_INET_NTOP 1
  1553. | #define HAVE_SNPRINTF /**/
  1554. | #define HAVE_MALLOC_TRIM 1
  1555. | #define HAVE_MALLINFO 1
  1556. | #define SIZEOF_CHAR 1
  1557. | #define SIZEOF_SHORT 2
  1558. | #define SIZEOF_INT 4
  1559. | #define SIZEOF_LONG_INT 4
  1560. | #define SIZEOF_LONG_LONG_INT 8
  1561. | #define SIZEOF_UNSIGNED_INT 4
  1562. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1563. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1564. | #define HAVE_U_INT8_T 1
  1565. | /* end confdefs.h. */
  1566. | #include <stdio.h>
  1567. | #ifdef HAVE_SYS_TYPES_H
  1568. | # include <sys/types.h>
  1569. | #endif
  1570. | #ifdef HAVE_SYS_STAT_H
  1571. | # include <sys/stat.h>
  1572. | #endif
  1573. | #ifdef STDC_HEADERS
  1574. | # include <stdlib.h>
  1575. | # include <stddef.h>
  1576. | #else
  1577. | # ifdef HAVE_STDLIB_H
  1578. | # include <stdlib.h>
  1579. | # endif
  1580. | #endif
  1581. | #ifdef HAVE_STRING_H
  1582. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1583. | # include <memory.h>
  1584. | # endif
  1585. | # include <string.h>
  1586. | #endif
  1587. | #ifdef HAVE_STRINGS_H
  1588. | # include <strings.h>
  1589. | #endif
  1590. | #ifdef HAVE_INTTYPES_H
  1591. | # include <inttypes.h>
  1592. | #endif
  1593. | #ifdef HAVE_STDINT_H
  1594. | # include <stdint.h>
  1595. | #endif
  1596. | #ifdef HAVE_UNISTD_H
  1597. | # include <unistd.h>
  1598. | #endif
  1599. | int
  1600. | main ()
  1601. | {
  1602. | if (sizeof ((u_int16_t)))
  1603. | return 0;
  1604. | ;
  1605. | return 0;
  1606. | }
  1607. configure:14210: result: yes
  1608. configure:14219: checking for u_int32_t
  1609. configure:14219: gcc -c -g -O2 conftest.c >&5
  1610. configure:14219: $? = 0
  1611. configure:14219: gcc -c -g -O2 conftest.c >&5
  1612. conftest.c: In function 'main':
  1613. conftest.c:92:24: error: expected expression before ')' token
  1614. configure:14219: $? = 1
  1615. configure: failed program was:
  1616. | /* confdefs.h */
  1617. | #define PACKAGE_NAME ""
  1618. | #define PACKAGE_TARNAME ""
  1619. | #define PACKAGE_VERSION ""
  1620. | #define PACKAGE_STRING ""
  1621. | #define PACKAGE_BUGREPORT ""
  1622. | #define PACKAGE_URL ""
  1623. | #define PACKAGE "snort"
  1624. | #define VERSION "2.9.6.0"
  1625. | #define STDC_HEADERS 1
  1626. | #define HAVE_SYS_TYPES_H 1
  1627. | #define HAVE_SYS_STAT_H 1
  1628. | #define HAVE_STDLIB_H 1
  1629. | #define HAVE_STRING_H 1
  1630. | #define HAVE_MEMORY_H 1
  1631. | #define HAVE_STRINGS_H 1
  1632. | #define HAVE_INTTYPES_H 1
  1633. | #define HAVE_STDINT_H 1
  1634. | #define HAVE_UNISTD_H 1
  1635. | #define HAVE_DLFCN_H 1
  1636. | #define LT_OBJDIR ".libs/"
  1637. | #define LINUX 1
  1638. | #define HAVE__BOOL 1
  1639. | #define HAVE_STDBOOL_H 1
  1640. | #define HAVE_INTTYPES_H 1
  1641. | #define HAVE_MATH_H 1
  1642. | #define HAVE_PATHS_H 1
  1643. | #define HAVE_STDLIB_H 1
  1644. | #define HAVE_STRING_H 1
  1645. | #define HAVE_STRINGS_H 1
  1646. | #define HAVE_UNISTD_H 1
  1647. | #define HAVE_WCHAR_H 1
  1648. | #define HAVE_LIBM 1
  1649. | #define HAVE_LIBM 1
  1650. | #define HAVE_LIBNSL 1
  1651. | #define HAVE_SIGACTION 1
  1652. | #define HAVE_STRERROR 1
  1653. | #define HAVE_VSWPRINTF 1
  1654. | #define HAVE_WPRINTF 1
  1655. | #define HAVE_MEMRCHR 1
  1656. | #define HAVE_INET_NTOP 1
  1657. | #define HAVE_SNPRINTF /**/
  1658. | #define HAVE_MALLOC_TRIM 1
  1659. | #define HAVE_MALLINFO 1
  1660. | #define SIZEOF_CHAR 1
  1661. | #define SIZEOF_SHORT 2
  1662. | #define SIZEOF_INT 4
  1663. | #define SIZEOF_LONG_INT 4
  1664. | #define SIZEOF_LONG_LONG_INT 8
  1665. | #define SIZEOF_UNSIGNED_INT 4
  1666. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1667. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1668. | #define HAVE_U_INT8_T 1
  1669. | #define HAVE_U_INT16_T 1
  1670. | /* end confdefs.h. */
  1671. | #include <stdio.h>
  1672. | #ifdef HAVE_SYS_TYPES_H
  1673. | # include <sys/types.h>
  1674. | #endif
  1675. | #ifdef HAVE_SYS_STAT_H
  1676. | # include <sys/stat.h>
  1677. | #endif
  1678. | #ifdef STDC_HEADERS
  1679. | # include <stdlib.h>
  1680. | # include <stddef.h>
  1681. | #else
  1682. | # ifdef HAVE_STDLIB_H
  1683. | # include <stdlib.h>
  1684. | # endif
  1685. | #endif
  1686. | #ifdef HAVE_STRING_H
  1687. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1688. | # include <memory.h>
  1689. | # endif
  1690. | # include <string.h>
  1691. | #endif
  1692. | #ifdef HAVE_STRINGS_H
  1693. | # include <strings.h>
  1694. | #endif
  1695. | #ifdef HAVE_INTTYPES_H
  1696. | # include <inttypes.h>
  1697. | #endif
  1698. | #ifdef HAVE_STDINT_H
  1699. | # include <stdint.h>
  1700. | #endif
  1701. | #ifdef HAVE_UNISTD_H
  1702. | # include <unistd.h>
  1703. | #endif
  1704. | int
  1705. | main ()
  1706. | {
  1707. | if (sizeof ((u_int32_t)))
  1708. | return 0;
  1709. | ;
  1710. | return 0;
  1711. | }
  1712. configure:14219: result: yes
  1713. configure:14228: checking for u_int64_t
  1714. configure:14228: gcc -c -g -O2 conftest.c >&5
  1715. configure:14228: $? = 0
  1716. configure:14228: gcc -c -g -O2 conftest.c >&5
  1717. conftest.c: In function 'main':
  1718. conftest.c:93:24: error: expected expression before ')' token
  1719. configure:14228: $? = 1
  1720. configure: failed program was:
  1721. | /* confdefs.h */
  1722. | #define PACKAGE_NAME ""
  1723. | #define PACKAGE_TARNAME ""
  1724. | #define PACKAGE_VERSION ""
  1725. | #define PACKAGE_STRING ""
  1726. | #define PACKAGE_BUGREPORT ""
  1727. | #define PACKAGE_URL ""
  1728. | #define PACKAGE "snort"
  1729. | #define VERSION "2.9.6.0"
  1730. | #define STDC_HEADERS 1
  1731. | #define HAVE_SYS_TYPES_H 1
  1732. | #define HAVE_SYS_STAT_H 1
  1733. | #define HAVE_STDLIB_H 1
  1734. | #define HAVE_STRING_H 1
  1735. | #define HAVE_MEMORY_H 1
  1736. | #define HAVE_STRINGS_H 1
  1737. | #define HAVE_INTTYPES_H 1
  1738. | #define HAVE_STDINT_H 1
  1739. | #define HAVE_UNISTD_H 1
  1740. | #define HAVE_DLFCN_H 1
  1741. | #define LT_OBJDIR ".libs/"
  1742. | #define LINUX 1
  1743. | #define HAVE__BOOL 1
  1744. | #define HAVE_STDBOOL_H 1
  1745. | #define HAVE_INTTYPES_H 1
  1746. | #define HAVE_MATH_H 1
  1747. | #define HAVE_PATHS_H 1
  1748. | #define HAVE_STDLIB_H 1
  1749. | #define HAVE_STRING_H 1
  1750. | #define HAVE_STRINGS_H 1
  1751. | #define HAVE_UNISTD_H 1
  1752. | #define HAVE_WCHAR_H 1
  1753. | #define HAVE_LIBM 1
  1754. | #define HAVE_LIBM 1
  1755. | #define HAVE_LIBNSL 1
  1756. | #define HAVE_SIGACTION 1
  1757. | #define HAVE_STRERROR 1
  1758. | #define HAVE_VSWPRINTF 1
  1759. | #define HAVE_WPRINTF 1
  1760. | #define HAVE_MEMRCHR 1
  1761. | #define HAVE_INET_NTOP 1
  1762. | #define HAVE_SNPRINTF /**/
  1763. | #define HAVE_MALLOC_TRIM 1
  1764. | #define HAVE_MALLINFO 1
  1765. | #define SIZEOF_CHAR 1
  1766. | #define SIZEOF_SHORT 2
  1767. | #define SIZEOF_INT 4
  1768. | #define SIZEOF_LONG_INT 4
  1769. | #define SIZEOF_LONG_LONG_INT 8
  1770. | #define SIZEOF_UNSIGNED_INT 4
  1771. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1772. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1773. | #define HAVE_U_INT8_T 1
  1774. | #define HAVE_U_INT16_T 1
  1775. | #define HAVE_U_INT32_T 1
  1776. | /* end confdefs.h. */
  1777. | #include <stdio.h>
  1778. | #ifdef HAVE_SYS_TYPES_H
  1779. | # include <sys/types.h>
  1780. | #endif
  1781. | #ifdef HAVE_SYS_STAT_H
  1782. | # include <sys/stat.h>
  1783. | #endif
  1784. | #ifdef STDC_HEADERS
  1785. | # include <stdlib.h>
  1786. | # include <stddef.h>
  1787. | #else
  1788. | # ifdef HAVE_STDLIB_H
  1789. | # include <stdlib.h>
  1790. | # endif
  1791. | #endif
  1792. | #ifdef HAVE_STRING_H
  1793. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1794. | # include <memory.h>
  1795. | # endif
  1796. | # include <string.h>
  1797. | #endif
  1798. | #ifdef HAVE_STRINGS_H
  1799. | # include <strings.h>
  1800. | #endif
  1801. | #ifdef HAVE_INTTYPES_H
  1802. | # include <inttypes.h>
  1803. | #endif
  1804. | #ifdef HAVE_STDINT_H
  1805. | # include <stdint.h>
  1806. | #endif
  1807. | #ifdef HAVE_UNISTD_H
  1808. | # include <unistd.h>
  1809. | #endif
  1810. | int
  1811. | main ()
  1812. | {
  1813. | if (sizeof ((u_int64_t)))
  1814. | return 0;
  1815. | ;
  1816. | return 0;
  1817. | }
  1818. configure:14228: result: yes
  1819. configure:14237: checking for uint8_t
  1820. configure:14237: gcc -c -g -O2 conftest.c >&5
  1821. configure:14237: $? = 0
  1822. configure:14237: gcc -c -g -O2 conftest.c >&5
  1823. conftest.c: In function 'main':
  1824. conftest.c:94:22: error: expected expression before ')' token
  1825. configure:14237: $? = 1
  1826. configure: failed program was:
  1827. | /* confdefs.h */
  1828. | #define PACKAGE_NAME ""
  1829. | #define PACKAGE_TARNAME ""
  1830. | #define PACKAGE_VERSION ""
  1831. | #define PACKAGE_STRING ""
  1832. | #define PACKAGE_BUGREPORT ""
  1833. | #define PACKAGE_URL ""
  1834. | #define PACKAGE "snort"
  1835. | #define VERSION "2.9.6.0"
  1836. | #define STDC_HEADERS 1
  1837. | #define HAVE_SYS_TYPES_H 1
  1838. | #define HAVE_SYS_STAT_H 1
  1839. | #define HAVE_STDLIB_H 1
  1840. | #define HAVE_STRING_H 1
  1841. | #define HAVE_MEMORY_H 1
  1842. | #define HAVE_STRINGS_H 1
  1843. | #define HAVE_INTTYPES_H 1
  1844. | #define HAVE_STDINT_H 1
  1845. | #define HAVE_UNISTD_H 1
  1846. | #define HAVE_DLFCN_H 1
  1847. | #define LT_OBJDIR ".libs/"
  1848. | #define LINUX 1
  1849. | #define HAVE__BOOL 1
  1850. | #define HAVE_STDBOOL_H 1
  1851. | #define HAVE_INTTYPES_H 1
  1852. | #define HAVE_MATH_H 1
  1853. | #define HAVE_PATHS_H 1
  1854. | #define HAVE_STDLIB_H 1
  1855. | #define HAVE_STRING_H 1
  1856. | #define HAVE_STRINGS_H 1
  1857. | #define HAVE_UNISTD_H 1
  1858. | #define HAVE_WCHAR_H 1
  1859. | #define HAVE_LIBM 1
  1860. | #define HAVE_LIBM 1
  1861. | #define HAVE_LIBNSL 1
  1862. | #define HAVE_SIGACTION 1
  1863. | #define HAVE_STRERROR 1
  1864. | #define HAVE_VSWPRINTF 1
  1865. | #define HAVE_WPRINTF 1
  1866. | #define HAVE_MEMRCHR 1
  1867. | #define HAVE_INET_NTOP 1
  1868. | #define HAVE_SNPRINTF /**/
  1869. | #define HAVE_MALLOC_TRIM 1
  1870. | #define HAVE_MALLINFO 1
  1871. | #define SIZEOF_CHAR 1
  1872. | #define SIZEOF_SHORT 2
  1873. | #define SIZEOF_INT 4
  1874. | #define SIZEOF_LONG_INT 4
  1875. | #define SIZEOF_LONG_LONG_INT 8
  1876. | #define SIZEOF_UNSIGNED_INT 4
  1877. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1878. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1879. | #define HAVE_U_INT8_T 1
  1880. | #define HAVE_U_INT16_T 1
  1881. | #define HAVE_U_INT32_T 1
  1882. | #define HAVE_U_INT64_T 1
  1883. | /* end confdefs.h. */
  1884. | #include <stdio.h>
  1885. | #ifdef HAVE_SYS_TYPES_H
  1886. | # include <sys/types.h>
  1887. | #endif
  1888. | #ifdef HAVE_SYS_STAT_H
  1889. | # include <sys/stat.h>
  1890. | #endif
  1891. | #ifdef STDC_HEADERS
  1892. | # include <stdlib.h>
  1893. | # include <stddef.h>
  1894. | #else
  1895. | # ifdef HAVE_STDLIB_H
  1896. | # include <stdlib.h>
  1897. | # endif
  1898. | #endif
  1899. | #ifdef HAVE_STRING_H
  1900. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1901. | # include <memory.h>
  1902. | # endif
  1903. | # include <string.h>
  1904. | #endif
  1905. | #ifdef HAVE_STRINGS_H
  1906. | # include <strings.h>
  1907. | #endif
  1908. | #ifdef HAVE_INTTYPES_H
  1909. | # include <inttypes.h>
  1910. | #endif
  1911. | #ifdef HAVE_STDINT_H
  1912. | # include <stdint.h>
  1913. | #endif
  1914. | #ifdef HAVE_UNISTD_H
  1915. | # include <unistd.h>
  1916. | #endif
  1917. | int
  1918. | main ()
  1919. | {
  1920. | if (sizeof ((uint8_t)))
  1921. | return 0;
  1922. | ;
  1923. | return 0;
  1924. | }
  1925. configure:14237: result: yes
  1926. configure:14246: checking for uint16_t
  1927. configure:14246: gcc -c -g -O2 conftest.c >&5
  1928. configure:14246: $? = 0
  1929. configure:14246: gcc -c -g -O2 conftest.c >&5
  1930. conftest.c: In function 'main':
  1931. conftest.c:95:23: error: expected expression before ')' token
  1932. configure:14246: $? = 1
  1933. configure: failed program was:
  1934. | /* confdefs.h */
  1935. | #define PACKAGE_NAME ""
  1936. | #define PACKAGE_TARNAME ""
  1937. | #define PACKAGE_VERSION ""
  1938. | #define PACKAGE_STRING ""
  1939. | #define PACKAGE_BUGREPORT ""
  1940. | #define PACKAGE_URL ""
  1941. | #define PACKAGE "snort"
  1942. | #define VERSION "2.9.6.0"
  1943. | #define STDC_HEADERS 1
  1944. | #define HAVE_SYS_TYPES_H 1
  1945. | #define HAVE_SYS_STAT_H 1
  1946. | #define HAVE_STDLIB_H 1
  1947. | #define HAVE_STRING_H 1
  1948. | #define HAVE_MEMORY_H 1
  1949. | #define HAVE_STRINGS_H 1
  1950. | #define HAVE_INTTYPES_H 1
  1951. | #define HAVE_STDINT_H 1
  1952. | #define HAVE_UNISTD_H 1
  1953. | #define HAVE_DLFCN_H 1
  1954. | #define LT_OBJDIR ".libs/"
  1955. | #define LINUX 1
  1956. | #define HAVE__BOOL 1
  1957. | #define HAVE_STDBOOL_H 1
  1958. | #define HAVE_INTTYPES_H 1
  1959. | #define HAVE_MATH_H 1
  1960. | #define HAVE_PATHS_H 1
  1961. | #define HAVE_STDLIB_H 1
  1962. | #define HAVE_STRING_H 1
  1963. | #define HAVE_STRINGS_H 1
  1964. | #define HAVE_UNISTD_H 1
  1965. | #define HAVE_WCHAR_H 1
  1966. | #define HAVE_LIBM 1
  1967. | #define HAVE_LIBM 1
  1968. | #define HAVE_LIBNSL 1
  1969. | #define HAVE_SIGACTION 1
  1970. | #define HAVE_STRERROR 1
  1971. | #define HAVE_VSWPRINTF 1
  1972. | #define HAVE_WPRINTF 1
  1973. | #define HAVE_MEMRCHR 1
  1974. | #define HAVE_INET_NTOP 1
  1975. | #define HAVE_SNPRINTF /**/
  1976. | #define HAVE_MALLOC_TRIM 1
  1977. | #define HAVE_MALLINFO 1
  1978. | #define SIZEOF_CHAR 1
  1979. | #define SIZEOF_SHORT 2
  1980. | #define SIZEOF_INT 4
  1981. | #define SIZEOF_LONG_INT 4
  1982. | #define SIZEOF_LONG_LONG_INT 8
  1983. | #define SIZEOF_UNSIGNED_INT 4
  1984. | #define SIZEOF_UNSIGNED_LONG_INT 4
  1985. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  1986. | #define HAVE_U_INT8_T 1
  1987. | #define HAVE_U_INT16_T 1
  1988. | #define HAVE_U_INT32_T 1
  1989. | #define HAVE_U_INT64_T 1
  1990. | #define HAVE_UINT8_T 1
  1991. | /* end confdefs.h. */
  1992. | #include <stdio.h>
  1993. | #ifdef HAVE_SYS_TYPES_H
  1994. | # include <sys/types.h>
  1995. | #endif
  1996. | #ifdef HAVE_SYS_STAT_H
  1997. | # include <sys/stat.h>
  1998. | #endif
  1999. | #ifdef STDC_HEADERS
  2000. | # include <stdlib.h>
  2001. | # include <stddef.h>
  2002. | #else
  2003. | # ifdef HAVE_STDLIB_H
  2004. | # include <stdlib.h>
  2005. | # endif
  2006. | #endif
  2007. | #ifdef HAVE_STRING_H
  2008. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2009. | # include <memory.h>
  2010. | # endif
  2011. | # include <string.h>
  2012. | #endif
  2013. | #ifdef HAVE_STRINGS_H
  2014. | # include <strings.h>
  2015. | #endif
  2016. | #ifdef HAVE_INTTYPES_H
  2017. | # include <inttypes.h>
  2018. | #endif
  2019. | #ifdef HAVE_STDINT_H
  2020. | # include <stdint.h>
  2021. | #endif
  2022. | #ifdef HAVE_UNISTD_H
  2023. | # include <unistd.h>
  2024. | #endif
  2025. | int
  2026. | main ()
  2027. | {
  2028. | if (sizeof ((uint16_t)))
  2029. | return 0;
  2030. | ;
  2031. | return 0;
  2032. | }
  2033. configure:14246: result: yes
  2034. configure:14255: checking for uint32_t
  2035. configure:14255: gcc -c -g -O2 conftest.c >&5
  2036. configure:14255: $? = 0
  2037. configure:14255: gcc -c -g -O2 conftest.c >&5
  2038. conftest.c: In function 'main':
  2039. conftest.c:96:23: error: expected expression before ')' token
  2040. configure:14255: $? = 1
  2041. configure: failed program was:
  2042. | /* confdefs.h */
  2043. | #define PACKAGE_NAME ""
  2044. | #define PACKAGE_TARNAME ""
  2045. | #define PACKAGE_VERSION ""
  2046. | #define PACKAGE_STRING ""
  2047. | #define PACKAGE_BUGREPORT ""
  2048. | #define PACKAGE_URL ""
  2049. | #define PACKAGE "snort"
  2050. | #define VERSION "2.9.6.0"
  2051. | #define STDC_HEADERS 1
  2052. | #define HAVE_SYS_TYPES_H 1
  2053. | #define HAVE_SYS_STAT_H 1
  2054. | #define HAVE_STDLIB_H 1
  2055. | #define HAVE_STRING_H 1
  2056. | #define HAVE_MEMORY_H 1
  2057. | #define HAVE_STRINGS_H 1
  2058. | #define HAVE_INTTYPES_H 1
  2059. | #define HAVE_STDINT_H 1
  2060. | #define HAVE_UNISTD_H 1
  2061. | #define HAVE_DLFCN_H 1
  2062. | #define LT_OBJDIR ".libs/"
  2063. | #define LINUX 1
  2064. | #define HAVE__BOOL 1
  2065. | #define HAVE_STDBOOL_H 1
  2066. | #define HAVE_INTTYPES_H 1
  2067. | #define HAVE_MATH_H 1
  2068. | #define HAVE_PATHS_H 1
  2069. | #define HAVE_STDLIB_H 1
  2070. | #define HAVE_STRING_H 1
  2071. | #define HAVE_STRINGS_H 1
  2072. | #define HAVE_UNISTD_H 1
  2073. | #define HAVE_WCHAR_H 1
  2074. | #define HAVE_LIBM 1
  2075. | #define HAVE_LIBM 1
  2076. | #define HAVE_LIBNSL 1
  2077. | #define HAVE_SIGACTION 1
  2078. | #define HAVE_STRERROR 1
  2079. | #define HAVE_VSWPRINTF 1
  2080. | #define HAVE_WPRINTF 1
  2081. | #define HAVE_MEMRCHR 1
  2082. | #define HAVE_INET_NTOP 1
  2083. | #define HAVE_SNPRINTF /**/
  2084. | #define HAVE_MALLOC_TRIM 1
  2085. | #define HAVE_MALLINFO 1
  2086. | #define SIZEOF_CHAR 1
  2087. | #define SIZEOF_SHORT 2
  2088. | #define SIZEOF_INT 4
  2089. | #define SIZEOF_LONG_INT 4
  2090. | #define SIZEOF_LONG_LONG_INT 8
  2091. | #define SIZEOF_UNSIGNED_INT 4
  2092. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2093. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2094. | #define HAVE_U_INT8_T 1
  2095. | #define HAVE_U_INT16_T 1
  2096. | #define HAVE_U_INT32_T 1
  2097. | #define HAVE_U_INT64_T 1
  2098. | #define HAVE_UINT8_T 1
  2099. | #define HAVE_UINT16_T 1
  2100. | /* end confdefs.h. */
  2101. | #include <stdio.h>
  2102. | #ifdef HAVE_SYS_TYPES_H
  2103. | # include <sys/types.h>
  2104. | #endif
  2105. | #ifdef HAVE_SYS_STAT_H
  2106. | # include <sys/stat.h>
  2107. | #endif
  2108. | #ifdef STDC_HEADERS
  2109. | # include <stdlib.h>
  2110. | # include <stddef.h>
  2111. | #else
  2112. | # ifdef HAVE_STDLIB_H
  2113. | # include <stdlib.h>
  2114. | # endif
  2115. | #endif
  2116. | #ifdef HAVE_STRING_H
  2117. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2118. | # include <memory.h>
  2119. | # endif
  2120. | # include <string.h>
  2121. | #endif
  2122. | #ifdef HAVE_STRINGS_H
  2123. | # include <strings.h>
  2124. | #endif
  2125. | #ifdef HAVE_INTTYPES_H
  2126. | # include <inttypes.h>
  2127. | #endif
  2128. | #ifdef HAVE_STDINT_H
  2129. | # include <stdint.h>
  2130. | #endif
  2131. | #ifdef HAVE_UNISTD_H
  2132. | # include <unistd.h>
  2133. | #endif
  2134. | int
  2135. | main ()
  2136. | {
  2137. | if (sizeof ((uint32_t)))
  2138. | return 0;
  2139. | ;
  2140. | return 0;
  2141. | }
  2142. configure:14255: result: yes
  2143. configure:14264: checking for uint64_t
  2144. configure:14264: gcc -c -g -O2 conftest.c >&5
  2145. configure:14264: $? = 0
  2146. configure:14264: gcc -c -g -O2 conftest.c >&5
  2147. conftest.c: In function 'main':
  2148. conftest.c:97:23: error: expected expression before ')' token
  2149. configure:14264: $? = 1
  2150. configure: failed program was:
  2151. | /* confdefs.h */
  2152. | #define PACKAGE_NAME ""
  2153. | #define PACKAGE_TARNAME ""
  2154. | #define PACKAGE_VERSION ""
  2155. | #define PACKAGE_STRING ""
  2156. | #define PACKAGE_BUGREPORT ""
  2157. | #define PACKAGE_URL ""
  2158. | #define PACKAGE "snort"
  2159. | #define VERSION "2.9.6.0"
  2160. | #define STDC_HEADERS 1
  2161. | #define HAVE_SYS_TYPES_H 1
  2162. | #define HAVE_SYS_STAT_H 1
  2163. | #define HAVE_STDLIB_H 1
  2164. | #define HAVE_STRING_H 1
  2165. | #define HAVE_MEMORY_H 1
  2166. | #define HAVE_STRINGS_H 1
  2167. | #define HAVE_INTTYPES_H 1
  2168. | #define HAVE_STDINT_H 1
  2169. | #define HAVE_UNISTD_H 1
  2170. | #define HAVE_DLFCN_H 1
  2171. | #define LT_OBJDIR ".libs/"
  2172. | #define LINUX 1
  2173. | #define HAVE__BOOL 1
  2174. | #define HAVE_STDBOOL_H 1
  2175. | #define HAVE_INTTYPES_H 1
  2176. | #define HAVE_MATH_H 1
  2177. | #define HAVE_PATHS_H 1
  2178. | #define HAVE_STDLIB_H 1
  2179. | #define HAVE_STRING_H 1
  2180. | #define HAVE_STRINGS_H 1
  2181. | #define HAVE_UNISTD_H 1
  2182. | #define HAVE_WCHAR_H 1
  2183. | #define HAVE_LIBM 1
  2184. | #define HAVE_LIBM 1
  2185. | #define HAVE_LIBNSL 1
  2186. | #define HAVE_SIGACTION 1
  2187. | #define HAVE_STRERROR 1
  2188. | #define HAVE_VSWPRINTF 1
  2189. | #define HAVE_WPRINTF 1
  2190. | #define HAVE_MEMRCHR 1
  2191. | #define HAVE_INET_NTOP 1
  2192. | #define HAVE_SNPRINTF /**/
  2193. | #define HAVE_MALLOC_TRIM 1
  2194. | #define HAVE_MALLINFO 1
  2195. | #define SIZEOF_CHAR 1
  2196. | #define SIZEOF_SHORT 2
  2197. | #define SIZEOF_INT 4
  2198. | #define SIZEOF_LONG_INT 4
  2199. | #define SIZEOF_LONG_LONG_INT 8
  2200. | #define SIZEOF_UNSIGNED_INT 4
  2201. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2202. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2203. | #define HAVE_U_INT8_T 1
  2204. | #define HAVE_U_INT16_T 1
  2205. | #define HAVE_U_INT32_T 1
  2206. | #define HAVE_U_INT64_T 1
  2207. | #define HAVE_UINT8_T 1
  2208. | #define HAVE_UINT16_T 1
  2209. | #define HAVE_UINT32_T 1
  2210. | /* end confdefs.h. */
  2211. | #include <stdio.h>
  2212. | #ifdef HAVE_SYS_TYPES_H
  2213. | # include <sys/types.h>
  2214. | #endif
  2215. | #ifdef HAVE_SYS_STAT_H
  2216. | # include <sys/stat.h>
  2217. | #endif
  2218. | #ifdef STDC_HEADERS
  2219. | # include <stdlib.h>
  2220. | # include <stddef.h>
  2221. | #else
  2222. | # ifdef HAVE_STDLIB_H
  2223. | # include <stdlib.h>
  2224. | # endif
  2225. | #endif
  2226. | #ifdef HAVE_STRING_H
  2227. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2228. | # include <memory.h>
  2229. | # endif
  2230. | # include <string.h>
  2231. | #endif
  2232. | #ifdef HAVE_STRINGS_H
  2233. | # include <strings.h>
  2234. | #endif
  2235. | #ifdef HAVE_INTTYPES_H
  2236. | # include <inttypes.h>
  2237. | #endif
  2238. | #ifdef HAVE_STDINT_H
  2239. | # include <stdint.h>
  2240. | #endif
  2241. | #ifdef HAVE_UNISTD_H
  2242. | # include <unistd.h>
  2243. | #endif
  2244. | int
  2245. | main ()
  2246. | {
  2247. | if (sizeof ((uint64_t)))
  2248. | return 0;
  2249. | ;
  2250. | return 0;
  2251. | }
  2252. configure:14264: result: yes
  2253. configure:14274: checking for int8_t
  2254. configure:14274: gcc -c -g -O2 conftest.c >&5
  2255. configure:14274: $? = 0
  2256. configure:14274: gcc -c -g -O2 conftest.c >&5
  2257. conftest.c: In function 'main':
  2258. conftest.c:98:21: error: expected expression before ')' token
  2259. configure:14274: $? = 1
  2260. configure: failed program was:
  2261. | /* confdefs.h */
  2262. | #define PACKAGE_NAME ""
  2263. | #define PACKAGE_TARNAME ""
  2264. | #define PACKAGE_VERSION ""
  2265. | #define PACKAGE_STRING ""
  2266. | #define PACKAGE_BUGREPORT ""
  2267. | #define PACKAGE_URL ""
  2268. | #define PACKAGE "snort"
  2269. | #define VERSION "2.9.6.0"
  2270. | #define STDC_HEADERS 1
  2271. | #define HAVE_SYS_TYPES_H 1
  2272. | #define HAVE_SYS_STAT_H 1
  2273. | #define HAVE_STDLIB_H 1
  2274. | #define HAVE_STRING_H 1
  2275. | #define HAVE_MEMORY_H 1
  2276. | #define HAVE_STRINGS_H 1
  2277. | #define HAVE_INTTYPES_H 1
  2278. | #define HAVE_STDINT_H 1
  2279. | #define HAVE_UNISTD_H 1
  2280. | #define HAVE_DLFCN_H 1
  2281. | #define LT_OBJDIR ".libs/"
  2282. | #define LINUX 1
  2283. | #define HAVE__BOOL 1
  2284. | #define HAVE_STDBOOL_H 1
  2285. | #define HAVE_INTTYPES_H 1
  2286. | #define HAVE_MATH_H 1
  2287. | #define HAVE_PATHS_H 1
  2288. | #define HAVE_STDLIB_H 1
  2289. | #define HAVE_STRING_H 1
  2290. | #define HAVE_STRINGS_H 1
  2291. | #define HAVE_UNISTD_H 1
  2292. | #define HAVE_WCHAR_H 1
  2293. | #define HAVE_LIBM 1
  2294. | #define HAVE_LIBM 1
  2295. | #define HAVE_LIBNSL 1
  2296. | #define HAVE_SIGACTION 1
  2297. | #define HAVE_STRERROR 1
  2298. | #define HAVE_VSWPRINTF 1
  2299. | #define HAVE_WPRINTF 1
  2300. | #define HAVE_MEMRCHR 1
  2301. | #define HAVE_INET_NTOP 1
  2302. | #define HAVE_SNPRINTF /**/
  2303. | #define HAVE_MALLOC_TRIM 1
  2304. | #define HAVE_MALLINFO 1
  2305. | #define SIZEOF_CHAR 1
  2306. | #define SIZEOF_SHORT 2
  2307. | #define SIZEOF_INT 4
  2308. | #define SIZEOF_LONG_INT 4
  2309. | #define SIZEOF_LONG_LONG_INT 8
  2310. | #define SIZEOF_UNSIGNED_INT 4
  2311. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2312. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2313. | #define HAVE_U_INT8_T 1
  2314. | #define HAVE_U_INT16_T 1
  2315. | #define HAVE_U_INT32_T 1
  2316. | #define HAVE_U_INT64_T 1
  2317. | #define HAVE_UINT8_T 1
  2318. | #define HAVE_UINT16_T 1
  2319. | #define HAVE_UINT32_T 1
  2320. | #define HAVE_UINT64_T 1
  2321. | /* end confdefs.h. */
  2322. | #include <stdio.h>
  2323. | #ifdef HAVE_SYS_TYPES_H
  2324. | # include <sys/types.h>
  2325. | #endif
  2326. | #ifdef HAVE_SYS_STAT_H
  2327. | # include <sys/stat.h>
  2328. | #endif
  2329. | #ifdef STDC_HEADERS
  2330. | # include <stdlib.h>
  2331. | # include <stddef.h>
  2332. | #else
  2333. | # ifdef HAVE_STDLIB_H
  2334. | # include <stdlib.h>
  2335. | # endif
  2336. | #endif
  2337. | #ifdef HAVE_STRING_H
  2338. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2339. | # include <memory.h>
  2340. | # endif
  2341. | # include <string.h>
  2342. | #endif
  2343. | #ifdef HAVE_STRINGS_H
  2344. | # include <strings.h>
  2345. | #endif
  2346. | #ifdef HAVE_INTTYPES_H
  2347. | # include <inttypes.h>
  2348. | #endif
  2349. | #ifdef HAVE_STDINT_H
  2350. | # include <stdint.h>
  2351. | #endif
  2352. | #ifdef HAVE_UNISTD_H
  2353. | # include <unistd.h>
  2354. | #endif
  2355. | int
  2356. | main ()
  2357. | {
  2358. | if (sizeof ((int8_t)))
  2359. | return 0;
  2360. | ;
  2361. | return 0;
  2362. | }
  2363. configure:14274: result: yes
  2364. configure:14283: checking for int16_t
  2365. configure:14283: gcc -c -g -O2 conftest.c >&5
  2366. configure:14283: $? = 0
  2367. configure:14283: gcc -c -g -O2 conftest.c >&5
  2368. conftest.c: In function 'main':
  2369. conftest.c:99:22: error: expected expression before ')' token
  2370. configure:14283: $? = 1
  2371. configure: failed program was:
  2372. | /* confdefs.h */
  2373. | #define PACKAGE_NAME ""
  2374. | #define PACKAGE_TARNAME ""
  2375. | #define PACKAGE_VERSION ""
  2376. | #define PACKAGE_STRING ""
  2377. | #define PACKAGE_BUGREPORT ""
  2378. | #define PACKAGE_URL ""
  2379. | #define PACKAGE "snort"
  2380. | #define VERSION "2.9.6.0"
  2381. | #define STDC_HEADERS 1
  2382. | #define HAVE_SYS_TYPES_H 1
  2383. | #define HAVE_SYS_STAT_H 1
  2384. | #define HAVE_STDLIB_H 1
  2385. | #define HAVE_STRING_H 1
  2386. | #define HAVE_MEMORY_H 1
  2387. | #define HAVE_STRINGS_H 1
  2388. | #define HAVE_INTTYPES_H 1
  2389. | #define HAVE_STDINT_H 1
  2390. | #define HAVE_UNISTD_H 1
  2391. | #define HAVE_DLFCN_H 1
  2392. | #define LT_OBJDIR ".libs/"
  2393. | #define LINUX 1
  2394. | #define HAVE__BOOL 1
  2395. | #define HAVE_STDBOOL_H 1
  2396. | #define HAVE_INTTYPES_H 1
  2397. | #define HAVE_MATH_H 1
  2398. | #define HAVE_PATHS_H 1
  2399. | #define HAVE_STDLIB_H 1
  2400. | #define HAVE_STRING_H 1
  2401. | #define HAVE_STRINGS_H 1
  2402. | #define HAVE_UNISTD_H 1
  2403. | #define HAVE_WCHAR_H 1
  2404. | #define HAVE_LIBM 1
  2405. | #define HAVE_LIBM 1
  2406. | #define HAVE_LIBNSL 1
  2407. | #define HAVE_SIGACTION 1
  2408. | #define HAVE_STRERROR 1
  2409. | #define HAVE_VSWPRINTF 1
  2410. | #define HAVE_WPRINTF 1
  2411. | #define HAVE_MEMRCHR 1
  2412. | #define HAVE_INET_NTOP 1
  2413. | #define HAVE_SNPRINTF /**/
  2414. | #define HAVE_MALLOC_TRIM 1
  2415. | #define HAVE_MALLINFO 1
  2416. | #define SIZEOF_CHAR 1
  2417. | #define SIZEOF_SHORT 2
  2418. | #define SIZEOF_INT 4
  2419. | #define SIZEOF_LONG_INT 4
  2420. | #define SIZEOF_LONG_LONG_INT 8
  2421. | #define SIZEOF_UNSIGNED_INT 4
  2422. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2423. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2424. | #define HAVE_U_INT8_T 1
  2425. | #define HAVE_U_INT16_T 1
  2426. | #define HAVE_U_INT32_T 1
  2427. | #define HAVE_U_INT64_T 1
  2428. | #define HAVE_UINT8_T 1
  2429. | #define HAVE_UINT16_T 1
  2430. | #define HAVE_UINT32_T 1
  2431. | #define HAVE_UINT64_T 1
  2432. | #define HAVE_INT8_T 1
  2433. | /* end confdefs.h. */
  2434. | #include <stdio.h>
  2435. | #ifdef HAVE_SYS_TYPES_H
  2436. | # include <sys/types.h>
  2437. | #endif
  2438. | #ifdef HAVE_SYS_STAT_H
  2439. | # include <sys/stat.h>
  2440. | #endif
  2441. | #ifdef STDC_HEADERS
  2442. | # include <stdlib.h>
  2443. | # include <stddef.h>
  2444. | #else
  2445. | # ifdef HAVE_STDLIB_H
  2446. | # include <stdlib.h>
  2447. | # endif
  2448. | #endif
  2449. | #ifdef HAVE_STRING_H
  2450. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2451. | # include <memory.h>
  2452. | # endif
  2453. | # include <string.h>
  2454. | #endif
  2455. | #ifdef HAVE_STRINGS_H
  2456. | # include <strings.h>
  2457. | #endif
  2458. | #ifdef HAVE_INTTYPES_H
  2459. | # include <inttypes.h>
  2460. | #endif
  2461. | #ifdef HAVE_STDINT_H
  2462. | # include <stdint.h>
  2463. | #endif
  2464. | #ifdef HAVE_UNISTD_H
  2465. | # include <unistd.h>
  2466. | #endif
  2467. | int
  2468. | main ()
  2469. | {
  2470. | if (sizeof ((int16_t)))
  2471. | return 0;
  2472. | ;
  2473. | return 0;
  2474. | }
  2475. configure:14283: result: yes
  2476. configure:14292: checking for int32_t
  2477. configure:14292: gcc -c -g -O2 conftest.c >&5
  2478. configure:14292: $? = 0
  2479. configure:14292: gcc -c -g -O2 conftest.c >&5
  2480. conftest.c: In function 'main':
  2481. conftest.c:100:22: error: expected expression before ')' token
  2482. configure:14292: $? = 1
  2483. configure: failed program was:
  2484. | /* confdefs.h */
  2485. | #define PACKAGE_NAME ""
  2486. | #define PACKAGE_TARNAME ""
  2487. | #define PACKAGE_VERSION ""
  2488. | #define PACKAGE_STRING ""
  2489. | #define PACKAGE_BUGREPORT ""
  2490. | #define PACKAGE_URL ""
  2491. | #define PACKAGE "snort"
  2492. | #define VERSION "2.9.6.0"
  2493. | #define STDC_HEADERS 1
  2494. | #define HAVE_SYS_TYPES_H 1
  2495. | #define HAVE_SYS_STAT_H 1
  2496. | #define HAVE_STDLIB_H 1
  2497. | #define HAVE_STRING_H 1
  2498. | #define HAVE_MEMORY_H 1
  2499. | #define HAVE_STRINGS_H 1
  2500. | #define HAVE_INTTYPES_H 1
  2501. | #define HAVE_STDINT_H 1
  2502. | #define HAVE_UNISTD_H 1
  2503. | #define HAVE_DLFCN_H 1
  2504. | #define LT_OBJDIR ".libs/"
  2505. | #define LINUX 1
  2506. | #define HAVE__BOOL 1
  2507. | #define HAVE_STDBOOL_H 1
  2508. | #define HAVE_INTTYPES_H 1
  2509. | #define HAVE_MATH_H 1
  2510. | #define HAVE_PATHS_H 1
  2511. | #define HAVE_STDLIB_H 1
  2512. | #define HAVE_STRING_H 1
  2513. | #define HAVE_STRINGS_H 1
  2514. | #define HAVE_UNISTD_H 1
  2515. | #define HAVE_WCHAR_H 1
  2516. | #define HAVE_LIBM 1
  2517. | #define HAVE_LIBM 1
  2518. | #define HAVE_LIBNSL 1
  2519. | #define HAVE_SIGACTION 1
  2520. | #define HAVE_STRERROR 1
  2521. | #define HAVE_VSWPRINTF 1
  2522. | #define HAVE_WPRINTF 1
  2523. | #define HAVE_MEMRCHR 1
  2524. | #define HAVE_INET_NTOP 1
  2525. | #define HAVE_SNPRINTF /**/
  2526. | #define HAVE_MALLOC_TRIM 1
  2527. | #define HAVE_MALLINFO 1
  2528. | #define SIZEOF_CHAR 1
  2529. | #define SIZEOF_SHORT 2
  2530. | #define SIZEOF_INT 4
  2531. | #define SIZEOF_LONG_INT 4
  2532. | #define SIZEOF_LONG_LONG_INT 8
  2533. | #define SIZEOF_UNSIGNED_INT 4
  2534. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2535. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2536. | #define HAVE_U_INT8_T 1
  2537. | #define HAVE_U_INT16_T 1
  2538. | #define HAVE_U_INT32_T 1
  2539. | #define HAVE_U_INT64_T 1
  2540. | #define HAVE_UINT8_T 1
  2541. | #define HAVE_UINT16_T 1
  2542. | #define HAVE_UINT32_T 1
  2543. | #define HAVE_UINT64_T 1
  2544. | #define HAVE_INT8_T 1
  2545. | #define HAVE_INT16_T 1
  2546. | /* end confdefs.h. */
  2547. | #include <stdio.h>
  2548. | #ifdef HAVE_SYS_TYPES_H
  2549. | # include <sys/types.h>
  2550. | #endif
  2551. | #ifdef HAVE_SYS_STAT_H
  2552. | # include <sys/stat.h>
  2553. | #endif
  2554. | #ifdef STDC_HEADERS
  2555. | # include <stdlib.h>
  2556. | # include <stddef.h>
  2557. | #else
  2558. | # ifdef HAVE_STDLIB_H
  2559. | # include <stdlib.h>
  2560. | # endif
  2561. | #endif
  2562. | #ifdef HAVE_STRING_H
  2563. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2564. | # include <memory.h>
  2565. | # endif
  2566. | # include <string.h>
  2567. | #endif
  2568. | #ifdef HAVE_STRINGS_H
  2569. | # include <strings.h>
  2570. | #endif
  2571. | #ifdef HAVE_INTTYPES_H
  2572. | # include <inttypes.h>
  2573. | #endif
  2574. | #ifdef HAVE_STDINT_H
  2575. | # include <stdint.h>
  2576. | #endif
  2577. | #ifdef HAVE_UNISTD_H
  2578. | # include <unistd.h>
  2579. | #endif
  2580. | int
  2581. | main ()
  2582. | {
  2583. | if (sizeof ((int32_t)))
  2584. | return 0;
  2585. | ;
  2586. | return 0;
  2587. | }
  2588. configure:14292: result: yes
  2589. configure:14301: checking for int64_t
  2590. configure:14301: gcc -c -g -O2 conftest.c >&5
  2591. configure:14301: $? = 0
  2592. configure:14301: gcc -c -g -O2 conftest.c >&5
  2593. conftest.c: In function 'main':
  2594. conftest.c:101:22: error: expected expression before ')' token
  2595. configure:14301: $? = 1
  2596. configure: failed program was:
  2597. | /* confdefs.h */
  2598. | #define PACKAGE_NAME ""
  2599. | #define PACKAGE_TARNAME ""
  2600. | #define PACKAGE_VERSION ""
  2601. | #define PACKAGE_STRING ""
  2602. | #define PACKAGE_BUGREPORT ""
  2603. | #define PACKAGE_URL ""
  2604. | #define PACKAGE "snort"
  2605. | #define VERSION "2.9.6.0"
  2606. | #define STDC_HEADERS 1
  2607. | #define HAVE_SYS_TYPES_H 1
  2608. | #define HAVE_SYS_STAT_H 1
  2609. | #define HAVE_STDLIB_H 1
  2610. | #define HAVE_STRING_H 1
  2611. | #define HAVE_MEMORY_H 1
  2612. | #define HAVE_STRINGS_H 1
  2613. | #define HAVE_INTTYPES_H 1
  2614. | #define HAVE_STDINT_H 1
  2615. | #define HAVE_UNISTD_H 1
  2616. | #define HAVE_DLFCN_H 1
  2617. | #define LT_OBJDIR ".libs/"
  2618. | #define LINUX 1
  2619. | #define HAVE__BOOL 1
  2620. | #define HAVE_STDBOOL_H 1
  2621. | #define HAVE_INTTYPES_H 1
  2622. | #define HAVE_MATH_H 1
  2623. | #define HAVE_PATHS_H 1
  2624. | #define HAVE_STDLIB_H 1
  2625. | #define HAVE_STRING_H 1
  2626. | #define HAVE_STRINGS_H 1
  2627. | #define HAVE_UNISTD_H 1
  2628. | #define HAVE_WCHAR_H 1
  2629. | #define HAVE_LIBM 1
  2630. | #define HAVE_LIBM 1
  2631. | #define HAVE_LIBNSL 1
  2632. | #define HAVE_SIGACTION 1
  2633. | #define HAVE_STRERROR 1
  2634. | #define HAVE_VSWPRINTF 1
  2635. | #define HAVE_WPRINTF 1
  2636. | #define HAVE_MEMRCHR 1
  2637. | #define HAVE_INET_NTOP 1
  2638. | #define HAVE_SNPRINTF /**/
  2639. | #define HAVE_MALLOC_TRIM 1
  2640. | #define HAVE_MALLINFO 1
  2641. | #define SIZEOF_CHAR 1
  2642. | #define SIZEOF_SHORT 2
  2643. | #define SIZEOF_INT 4
  2644. | #define SIZEOF_LONG_INT 4
  2645. | #define SIZEOF_LONG_LONG_INT 8
  2646. | #define SIZEOF_UNSIGNED_INT 4
  2647. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2648. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2649. | #define HAVE_U_INT8_T 1
  2650. | #define HAVE_U_INT16_T 1
  2651. | #define HAVE_U_INT32_T 1
  2652. | #define HAVE_U_INT64_T 1
  2653. | #define HAVE_UINT8_T 1
  2654. | #define HAVE_UINT16_T 1
  2655. | #define HAVE_UINT32_T 1
  2656. | #define HAVE_UINT64_T 1
  2657. | #define HAVE_INT8_T 1
  2658. | #define HAVE_INT16_T 1
  2659. | #define HAVE_INT32_T 1
  2660. | /* end confdefs.h. */
  2661. | #include <stdio.h>
  2662. | #ifdef HAVE_SYS_TYPES_H
  2663. | # include <sys/types.h>
  2664. | #endif
  2665. | #ifdef HAVE_SYS_STAT_H
  2666. | # include <sys/stat.h>
  2667. | #endif
  2668. | #ifdef STDC_HEADERS
  2669. | # include <stdlib.h>
  2670. | # include <stddef.h>
  2671. | #else
  2672. | # ifdef HAVE_STDLIB_H
  2673. | # include <stdlib.h>
  2674. | # endif
  2675. | #endif
  2676. | #ifdef HAVE_STRING_H
  2677. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2678. | # include <memory.h>
  2679. | # endif
  2680. | # include <string.h>
  2681. | #endif
  2682. | #ifdef HAVE_STRINGS_H
  2683. | # include <strings.h>
  2684. | #endif
  2685. | #ifdef HAVE_INTTYPES_H
  2686. | # include <inttypes.h>
  2687. | #endif
  2688. | #ifdef HAVE_STDINT_H
  2689. | # include <stdint.h>
  2690. | #endif
  2691. | #ifdef HAVE_UNISTD_H
  2692. | # include <unistd.h>
  2693. | #endif
  2694. | int
  2695. | main ()
  2696. | {
  2697. | if (sizeof ((int64_t)))
  2698. | return 0;
  2699. | ;
  2700. | return 0;
  2701. | }
  2702. configure:14301: result: yes
  2703. configure:14312: checking for boolean
  2704. configure:14312: gcc -c -g -O2 conftest.c >&5
  2705. conftest.c: In function 'main':
  2706. conftest.c:102:13: error: 'boolean' undeclared (first use in this function)
  2707. conftest.c:102:13: note: each undeclared identifier is reported only once for each function it appears in
  2708. configure:14312: $? = 1
  2709. configure: failed program was:
  2710. | /* confdefs.h */
  2711. | #define PACKAGE_NAME ""
  2712. | #define PACKAGE_TARNAME ""
  2713. | #define PACKAGE_VERSION ""
  2714. | #define PACKAGE_STRING ""
  2715. | #define PACKAGE_BUGREPORT ""
  2716. | #define PACKAGE_URL ""
  2717. | #define PACKAGE "snort"
  2718. | #define VERSION "2.9.6.0"
  2719. | #define STDC_HEADERS 1
  2720. | #define HAVE_SYS_TYPES_H 1
  2721. | #define HAVE_SYS_STAT_H 1
  2722. | #define HAVE_STDLIB_H 1
  2723. | #define HAVE_STRING_H 1
  2724. | #define HAVE_MEMORY_H 1
  2725. | #define HAVE_STRINGS_H 1
  2726. | #define HAVE_INTTYPES_H 1
  2727. | #define HAVE_STDINT_H 1
  2728. | #define HAVE_UNISTD_H 1
  2729. | #define HAVE_DLFCN_H 1
  2730. | #define LT_OBJDIR ".libs/"
  2731. | #define LINUX 1
  2732. | #define HAVE__BOOL 1
  2733. | #define HAVE_STDBOOL_H 1
  2734. | #define HAVE_INTTYPES_H 1
  2735. | #define HAVE_MATH_H 1
  2736. | #define HAVE_PATHS_H 1
  2737. | #define HAVE_STDLIB_H 1
  2738. | #define HAVE_STRING_H 1
  2739. | #define HAVE_STRINGS_H 1
  2740. | #define HAVE_UNISTD_H 1
  2741. | #define HAVE_WCHAR_H 1
  2742. | #define HAVE_LIBM 1
  2743. | #define HAVE_LIBM 1
  2744. | #define HAVE_LIBNSL 1
  2745. | #define HAVE_SIGACTION 1
  2746. | #define HAVE_STRERROR 1
  2747. | #define HAVE_VSWPRINTF 1
  2748. | #define HAVE_WPRINTF 1
  2749. | #define HAVE_MEMRCHR 1
  2750. | #define HAVE_INET_NTOP 1
  2751. | #define HAVE_SNPRINTF /**/
  2752. | #define HAVE_MALLOC_TRIM 1
  2753. | #define HAVE_MALLINFO 1
  2754. | #define SIZEOF_CHAR 1
  2755. | #define SIZEOF_SHORT 2
  2756. | #define SIZEOF_INT 4
  2757. | #define SIZEOF_LONG_INT 4
  2758. | #define SIZEOF_LONG_LONG_INT 8
  2759. | #define SIZEOF_UNSIGNED_INT 4
  2760. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2761. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2762. | #define HAVE_U_INT8_T 1
  2763. | #define HAVE_U_INT16_T 1
  2764. | #define HAVE_U_INT32_T 1
  2765. | #define HAVE_U_INT64_T 1
  2766. | #define HAVE_UINT8_T 1
  2767. | #define HAVE_UINT16_T 1
  2768. | #define HAVE_UINT32_T 1
  2769. | #define HAVE_UINT64_T 1
  2770. | #define HAVE_INT8_T 1
  2771. | #define HAVE_INT16_T 1
  2772. | #define HAVE_INT32_T 1
  2773. | #define HAVE_INT64_T 1
  2774. | /* end confdefs.h. */
  2775. | #include <stdio.h>
  2776. | #ifdef HAVE_SYS_TYPES_H
  2777. | # include <sys/types.h>
  2778. | #endif
  2779. | #ifdef HAVE_SYS_STAT_H
  2780. | # include <sys/stat.h>
  2781. | #endif
  2782. | #ifdef STDC_HEADERS
  2783. | # include <stdlib.h>
  2784. | # include <stddef.h>
  2785. | #else
  2786. | # ifdef HAVE_STDLIB_H
  2787. | # include <stdlib.h>
  2788. | # endif
  2789. | #endif
  2790. | #ifdef HAVE_STRING_H
  2791. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2792. | # include <memory.h>
  2793. | # endif
  2794. | # include <string.h>
  2795. | #endif
  2796. | #ifdef HAVE_STRINGS_H
  2797. | # include <strings.h>
  2798. | #endif
  2799. | #ifdef HAVE_INTTYPES_H
  2800. | # include <inttypes.h>
  2801. | #endif
  2802. | #ifdef HAVE_STDINT_H
  2803. | # include <stdint.h>
  2804. | #endif
  2805. | #ifdef HAVE_UNISTD_H
  2806. | # include <unistd.h>
  2807. | #endif
  2808. | int
  2809. | main ()
  2810. | {
  2811. | if (sizeof (boolean))
  2812. | return 0;
  2813. | ;
  2814. | return 0;
  2815. | }
  2816. configure:14312: result: no
  2817. configure:14325: checking for INADDR_NONE
  2818. configure:14351: gcc -o conftest -g -O2 conftest.c -lnsl -lm -lm >&5
  2819. configure:14351: $? = 0
  2820. configure:14351: ./conftest
  2821. configure:14351: $? = 0
  2822. configure:14360: result: yes
  2823. configure:14381: gcc -c -g -O2 conftest.c >&5
  2824. configure:14381: $? = 0
  2825. configure:14388: checking for __FUNCTION__
  2826. configure:14403: gcc -c -g -O2 conftest.c >&5
  2827. configure:14403: $? = 0
  2828. configure:14410: result: yes
  2829. configure:14511: checking for pcap_datalink in -lpcap
  2830. configure:14536: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
  2831. configure:14536: $? = 0
  2832. configure:14545: result: yes
  2833. configure:14696: checking for pcap_lex_destroy
  2834. configure:14719: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
  2835. configure:14719: $? = 0
  2836. configure:14719: ./conftest
  2837. configure:14719: $? = 0
  2838. configure:14728: result: yes
  2839. configure:14736: checking for pcap_lib_version
  2840. configure:14750: gcc -o conftest -g -O2 conftest.c -lpcap -lnsl -lm -lm >&5
  2841. configure:14750: $? = 0
  2842. configure:14758: result: yes
  2843. configure:14805: checking pcre.h usability
  2844. configure:14805: gcc -c -g -O2 conftest.c >&5
  2845. configure:14805: $? = 0
  2846. configure:14805: result: yes
  2847. configure:14805: checking pcre.h presence
  2848. configure:14805: gcc -E conftest.c
  2849. configure:14805: $? = 0
  2850. configure:14805: result: yes
  2851. configure:14805: checking for pcre.h
  2852. configure:14805: result: yes
  2853. configure:14827: checking for pcre_compile in -lpcre
  2854. configure:14852: gcc -o conftest -g -O2 -L/usr/lib/i386-linux-gnu -lpcre conftest.c -lpcre -lpcap -lnsl -lm -lm >&5
  2855. configure:14852: $? = 0
  2856. configure:14861: result: yes
  2857. configure:14881: checking for libpcre version 6.0 or greater
  2858. configure:14902: gcc -o conftest -g -O2 -L/usr/lib/i386-linux-gnu -lpcre conftest.c -lpcre -lpcap -lnsl -lm -lm >&5
  2859. configure:14902: $? = 0
  2860. configure:14920: result: yes
  2861. configure:14956: checking openssl/sha.h usability
  2862. configure:14956: gcc -c -g -O2 conftest.c >&5
  2863. conftest.c:106:25: fatal error: openssl/sha.h: No such file or directory
  2864. compilation terminated.
  2865. configure:14956: $? = 1
  2866. configure: failed program was:
  2867. | /* confdefs.h */
  2868. | #define PACKAGE_NAME ""
  2869. | #define PACKAGE_TARNAME ""
  2870. | #define PACKAGE_VERSION ""
  2871. | #define PACKAGE_STRING ""
  2872. | #define PACKAGE_BUGREPORT ""
  2873. | #define PACKAGE_URL ""
  2874. | #define PACKAGE "snort"
  2875. | #define VERSION "2.9.6.0"
  2876. | #define STDC_HEADERS 1
  2877. | #define HAVE_SYS_TYPES_H 1
  2878. | #define HAVE_SYS_STAT_H 1
  2879. | #define HAVE_STDLIB_H 1
  2880. | #define HAVE_STRING_H 1
  2881. | #define HAVE_MEMORY_H 1
  2882. | #define HAVE_STRINGS_H 1
  2883. | #define HAVE_INTTYPES_H 1
  2884. | #define HAVE_STDINT_H 1
  2885. | #define HAVE_UNISTD_H 1
  2886. | #define HAVE_DLFCN_H 1
  2887. | #define LT_OBJDIR ".libs/"
  2888. | #define LINUX 1
  2889. | #define HAVE__BOOL 1
  2890. | #define HAVE_STDBOOL_H 1
  2891. | #define HAVE_INTTYPES_H 1
  2892. | #define HAVE_MATH_H 1
  2893. | #define HAVE_PATHS_H 1
  2894. | #define HAVE_STDLIB_H 1
  2895. | #define HAVE_STRING_H 1
  2896. | #define HAVE_STRINGS_H 1
  2897. | #define HAVE_UNISTD_H 1
  2898. | #define HAVE_WCHAR_H 1
  2899. | #define HAVE_LIBM 1
  2900. | #define HAVE_LIBM 1
  2901. | #define HAVE_LIBNSL 1
  2902. | #define HAVE_SIGACTION 1
  2903. | #define HAVE_STRERROR 1
  2904. | #define HAVE_VSWPRINTF 1
  2905. | #define HAVE_WPRINTF 1
  2906. | #define HAVE_MEMRCHR 1
  2907. | #define HAVE_INET_NTOP 1
  2908. | #define HAVE_SNPRINTF /**/
  2909. | #define HAVE_MALLOC_TRIM 1
  2910. | #define HAVE_MALLINFO 1
  2911. | #define SIZEOF_CHAR 1
  2912. | #define SIZEOF_SHORT 2
  2913. | #define SIZEOF_INT 4
  2914. | #define SIZEOF_LONG_INT 4
  2915. | #define SIZEOF_LONG_LONG_INT 8
  2916. | #define SIZEOF_UNSIGNED_INT 4
  2917. | #define SIZEOF_UNSIGNED_LONG_INT 4
  2918. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  2919. | #define HAVE_U_INT8_T 1
  2920. | #define HAVE_U_INT16_T 1
  2921. | #define HAVE_U_INT32_T 1
  2922. | #define HAVE_U_INT64_T 1
  2923. | #define HAVE_UINT8_T 1
  2924. | #define HAVE_UINT16_T 1
  2925. | #define HAVE_UINT32_T 1
  2926. | #define HAVE_UINT64_T 1
  2927. | #define HAVE_INT8_T 1
  2928. | #define HAVE_INT16_T 1
  2929. | #define HAVE_INT32_T 1
  2930. | #define HAVE_INT64_T 1
  2931. | #define ERRLIST_PREDEFINED 1
  2932. | #define HAVE___FUNCTION__ 1
  2933. | #define HAVE_LIBPCAP 1
  2934. | #define HAVE_PCAP_LEX_DESTROY 1
  2935. | #define HAVE_PCAP_LIB_VERSION 1
  2936. | #define HAVE_PCRE_H 1
  2937. | #define HAVE_LIBPCRE 1
  2938. | /* end confdefs.h. */
  2939. | #include <stdio.h>
  2940. | #ifdef HAVE_SYS_TYPES_H
  2941. | # include <sys/types.h>
  2942. | #endif
  2943. | #ifdef HAVE_SYS_STAT_H
  2944. | # include <sys/stat.h>
  2945. | #endif
  2946. | #ifdef STDC_HEADERS
  2947. | # include <stdlib.h>
  2948. | # include <stddef.h>
  2949. | #else
  2950. | # ifdef HAVE_STDLIB_H
  2951. | # include <stdlib.h>
  2952. | # endif
  2953. | #endif
  2954. | #ifdef HAVE_STRING_H
  2955. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2956. | # include <memory.h>
  2957. | # endif
  2958. | # include <string.h>
  2959. | #endif
  2960. | #ifdef HAVE_STRINGS_H
  2961. | # include <strings.h>
  2962. | #endif
  2963. | #ifdef HAVE_INTTYPES_H
  2964. | # include <inttypes.h>
  2965. | #endif
  2966. | #ifdef HAVE_STDINT_H
  2967. | # include <stdint.h>
  2968. | #endif
  2969. | #ifdef HAVE_UNISTD_H
  2970. | # include <unistd.h>
  2971. | #endif
  2972. | #include <openssl/sha.h>
  2973. configure:14956: result: no
  2974. configure:14956: checking openssl/sha.h presence
  2975. configure:14956: gcc -E conftest.c
  2976. conftest.c:73:25: fatal error: openssl/sha.h: No such file or directory
  2977. compilation terminated.
  2978. configure:14956: $? = 1
  2979. configure: failed program was:
  2980. | /* confdefs.h */
  2981. | #define PACKAGE_NAME ""
  2982. | #define PACKAGE_TARNAME ""
  2983. | #define PACKAGE_VERSION ""
  2984. | #define PACKAGE_STRING ""
  2985. | #define PACKAGE_BUGREPORT ""
  2986. | #define PACKAGE_URL ""
  2987. | #define PACKAGE "snort"
  2988. | #define VERSION "2.9.6.0"
  2989. | #define STDC_HEADERS 1
  2990. | #define HAVE_SYS_TYPES_H 1
  2991. | #define HAVE_SYS_STAT_H 1
  2992. | #define HAVE_STDLIB_H 1
  2993. | #define HAVE_STRING_H 1
  2994. | #define HAVE_MEMORY_H 1
  2995. | #define HAVE_STRINGS_H 1
  2996. | #define HAVE_INTTYPES_H 1
  2997. | #define HAVE_STDINT_H 1
  2998. | #define HAVE_UNISTD_H 1
  2999. | #define HAVE_DLFCN_H 1
  3000. | #define LT_OBJDIR ".libs/"
  3001. | #define LINUX 1
  3002. | #define HAVE__BOOL 1
  3003. | #define HAVE_STDBOOL_H 1
  3004. | #define HAVE_INTTYPES_H 1
  3005. | #define HAVE_MATH_H 1
  3006. | #define HAVE_PATHS_H 1
  3007. | #define HAVE_STDLIB_H 1
  3008. | #define HAVE_STRING_H 1
  3009. | #define HAVE_STRINGS_H 1
  3010. | #define HAVE_UNISTD_H 1
  3011. | #define HAVE_WCHAR_H 1
  3012. | #define HAVE_LIBM 1
  3013. | #define HAVE_LIBM 1
  3014. | #define HAVE_LIBNSL 1
  3015. | #define HAVE_SIGACTION 1
  3016. | #define HAVE_STRERROR 1
  3017. | #define HAVE_VSWPRINTF 1
  3018. | #define HAVE_WPRINTF 1
  3019. | #define HAVE_MEMRCHR 1
  3020. | #define HAVE_INET_NTOP 1
  3021. | #define HAVE_SNPRINTF /**/
  3022. | #define HAVE_MALLOC_TRIM 1
  3023. | #define HAVE_MALLINFO 1
  3024. | #define SIZEOF_CHAR 1
  3025. | #define SIZEOF_SHORT 2
  3026. | #define SIZEOF_INT 4
  3027. | #define SIZEOF_LONG_INT 4
  3028. | #define SIZEOF_LONG_LONG_INT 8
  3029. | #define SIZEOF_UNSIGNED_INT 4
  3030. | #define SIZEOF_UNSIGNED_LONG_INT 4
  3031. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  3032. | #define HAVE_U_INT8_T 1
  3033. | #define HAVE_U_INT16_T 1
  3034. | #define HAVE_U_INT32_T 1
  3035. | #define HAVE_U_INT64_T 1
  3036. | #define HAVE_UINT8_T 1
  3037. | #define HAVE_UINT16_T 1
  3038. | #define HAVE_UINT32_T 1
  3039. | #define HAVE_UINT64_T 1
  3040. | #define HAVE_INT8_T 1
  3041. | #define HAVE_INT16_T 1
  3042. | #define HAVE_INT32_T 1
  3043. | #define HAVE_INT64_T 1
  3044. | #define ERRLIST_PREDEFINED 1
  3045. | #define HAVE___FUNCTION__ 1
  3046. | #define HAVE_LIBPCAP 1
  3047. | #define HAVE_PCAP_LEX_DESTROY 1
  3048. | #define HAVE_PCAP_LIB_VERSION 1
  3049. | #define HAVE_PCRE_H 1
  3050. | #define HAVE_LIBPCRE 1
  3051. | /* end confdefs.h. */
  3052. | #include <openssl/sha.h>
  3053. configure:14956: result: no
  3054. configure:14956: checking for openssl/sha.h
  3055. configure:14956: result: no
  3056. configure:15160: checking dnet.h usability
  3057. configure:15160: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  3058. configure:15160: $? = 0
  3059. configure:15160: result: yes
  3060. configure:15160: checking dnet.h presence
  3061. configure:15160: gcc -E -I/usr/local/include conftest.c
  3062. configure:15160: $? = 0
  3063. configure:15160: result: yes
  3064. configure:15160: checking for dnet.h
  3065. configure:15160: result: yes
  3066. configure:15174: checking dumbnet.h usability
  3067. configure:15174: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  3068. conftest.c:107:21: fatal error: dumbnet.h: No such file or directory
  3069. compilation terminated.
  3070. configure:15174: $? = 1
  3071. configure: failed program was:
  3072. | /* confdefs.h */
  3073. | #define PACKAGE_NAME ""
  3074. | #define PACKAGE_TARNAME ""
  3075. | #define PACKAGE_VERSION ""
  3076. | #define PACKAGE_STRING ""
  3077. | #define PACKAGE_BUGREPORT ""
  3078. | #define PACKAGE_URL ""
  3079. | #define PACKAGE "snort"
  3080. | #define VERSION "2.9.6.0"
  3081. | #define STDC_HEADERS 1
  3082. | #define HAVE_SYS_TYPES_H 1
  3083. | #define HAVE_SYS_STAT_H 1
  3084. | #define HAVE_STDLIB_H 1
  3085. | #define HAVE_STRING_H 1
  3086. | #define HAVE_MEMORY_H 1
  3087. | #define HAVE_STRINGS_H 1
  3088. | #define HAVE_INTTYPES_H 1
  3089. | #define HAVE_STDINT_H 1
  3090. | #define HAVE_UNISTD_H 1
  3091. | #define HAVE_DLFCN_H 1
  3092. | #define LT_OBJDIR ".libs/"
  3093. | #define LINUX 1
  3094. | #define HAVE__BOOL 1
  3095. | #define HAVE_STDBOOL_H 1
  3096. | #define HAVE_INTTYPES_H 1
  3097. | #define HAVE_MATH_H 1
  3098. | #define HAVE_PATHS_H 1
  3099. | #define HAVE_STDLIB_H 1
  3100. | #define HAVE_STRING_H 1
  3101. | #define HAVE_STRINGS_H 1
  3102. | #define HAVE_UNISTD_H 1
  3103. | #define HAVE_WCHAR_H 1
  3104. | #define HAVE_LIBM 1
  3105. | #define HAVE_LIBM 1
  3106. | #define HAVE_LIBNSL 1
  3107. | #define HAVE_SIGACTION 1
  3108. | #define HAVE_STRERROR 1
  3109. | #define HAVE_VSWPRINTF 1
  3110. | #define HAVE_WPRINTF 1
  3111. | #define HAVE_MEMRCHR 1
  3112. | #define HAVE_INET_NTOP 1
  3113. | #define HAVE_SNPRINTF /**/
  3114. | #define HAVE_MALLOC_TRIM 1
  3115. | #define HAVE_MALLINFO 1
  3116. | #define SIZEOF_CHAR 1
  3117. | #define SIZEOF_SHORT 2
  3118. | #define SIZEOF_INT 4
  3119. | #define SIZEOF_LONG_INT 4
  3120. | #define SIZEOF_LONG_LONG_INT 8
  3121. | #define SIZEOF_UNSIGNED_INT 4
  3122. | #define SIZEOF_UNSIGNED_LONG_INT 4
  3123. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  3124. | #define HAVE_U_INT8_T 1
  3125. | #define HAVE_U_INT16_T 1
  3126. | #define HAVE_U_INT32_T 1
  3127. | #define HAVE_U_INT64_T 1
  3128. | #define HAVE_UINT8_T 1
  3129. | #define HAVE_UINT16_T 1
  3130. | #define HAVE_UINT32_T 1
  3131. | #define HAVE_UINT64_T 1
  3132. | #define HAVE_INT8_T 1
  3133. | #define HAVE_INT16_T 1
  3134. | #define HAVE_INT32_T 1
  3135. | #define HAVE_INT64_T 1
  3136. | #define ERRLIST_PREDEFINED 1
  3137. | #define HAVE___FUNCTION__ 1
  3138. | #define HAVE_LIBPCAP 1
  3139. | #define HAVE_PCAP_LEX_DESTROY 1
  3140. | #define HAVE_PCAP_LIB_VERSION 1
  3141. | #define HAVE_PCRE_H 1
  3142. | #define HAVE_LIBPCRE 1
  3143. | #define HAVE_DNET_H 1
  3144. | /* end confdefs.h. */
  3145. | #include <stdio.h>
  3146. | #ifdef HAVE_SYS_TYPES_H
  3147. | # include <sys/types.h>
  3148. | #endif
  3149. | #ifdef HAVE_SYS_STAT_H
  3150. | # include <sys/stat.h>
  3151. | #endif
  3152. | #ifdef STDC_HEADERS
  3153. | # include <stdlib.h>
  3154. | # include <stddef.h>
  3155. | #else
  3156. | # ifdef HAVE_STDLIB_H
  3157. | # include <stdlib.h>
  3158. | # endif
  3159. | #endif
  3160. | #ifdef HAVE_STRING_H
  3161. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3162. | # include <memory.h>
  3163. | # endif
  3164. | # include <string.h>
  3165. | #endif
  3166. | #ifdef HAVE_STRINGS_H
  3167. | # include <strings.h>
  3168. | #endif
  3169. | #ifdef HAVE_INTTYPES_H
  3170. | # include <inttypes.h>
  3171. | #endif
  3172. | #ifdef HAVE_STDINT_H
  3173. | # include <stdint.h>
  3174. | #endif
  3175. | #ifdef HAVE_UNISTD_H
  3176. | # include <unistd.h>
  3177. | #endif
  3178. | #include <dumbnet.h>
  3179. configure:15174: result: no
  3180. configure:15174: checking dumbnet.h presence
  3181. configure:15174: gcc -E -I/usr/local/include conftest.c
  3182. conftest.c:74:21: fatal error: dumbnet.h: No such file or directory
  3183. compilation terminated.
  3184. configure:15174: $? = 1
  3185. configure: failed program was:
  3186. | /* confdefs.h */
  3187. | #define PACKAGE_NAME ""
  3188. | #define PACKAGE_TARNAME ""
  3189. | #define PACKAGE_VERSION ""
  3190. | #define PACKAGE_STRING ""
  3191. | #define PACKAGE_BUGREPORT ""
  3192. | #define PACKAGE_URL ""
  3193. | #define PACKAGE "snort"
  3194. | #define VERSION "2.9.6.0"
  3195. | #define STDC_HEADERS 1
  3196. | #define HAVE_SYS_TYPES_H 1
  3197. | #define HAVE_SYS_STAT_H 1
  3198. | #define HAVE_STDLIB_H 1
  3199. | #define HAVE_STRING_H 1
  3200. | #define HAVE_MEMORY_H 1
  3201. | #define HAVE_STRINGS_H 1
  3202. | #define HAVE_INTTYPES_H 1
  3203. | #define HAVE_STDINT_H 1
  3204. | #define HAVE_UNISTD_H 1
  3205. | #define HAVE_DLFCN_H 1
  3206. | #define LT_OBJDIR ".libs/"
  3207. | #define LINUX 1
  3208. | #define HAVE__BOOL 1
  3209. | #define HAVE_STDBOOL_H 1
  3210. | #define HAVE_INTTYPES_H 1
  3211. | #define HAVE_MATH_H 1
  3212. | #define HAVE_PATHS_H 1
  3213. | #define HAVE_STDLIB_H 1
  3214. | #define HAVE_STRING_H 1
  3215. | #define HAVE_STRINGS_H 1
  3216. | #define HAVE_UNISTD_H 1
  3217. | #define HAVE_WCHAR_H 1
  3218. | #define HAVE_LIBM 1
  3219. | #define HAVE_LIBM 1
  3220. | #define HAVE_LIBNSL 1
  3221. | #define HAVE_SIGACTION 1
  3222. | #define HAVE_STRERROR 1
  3223. | #define HAVE_VSWPRINTF 1
  3224. | #define HAVE_WPRINTF 1
  3225. | #define HAVE_MEMRCHR 1
  3226. | #define HAVE_INET_NTOP 1
  3227. | #define HAVE_SNPRINTF /**/
  3228. | #define HAVE_MALLOC_TRIM 1
  3229. | #define HAVE_MALLINFO 1
  3230. | #define SIZEOF_CHAR 1
  3231. | #define SIZEOF_SHORT 2
  3232. | #define SIZEOF_INT 4
  3233. | #define SIZEOF_LONG_INT 4
  3234. | #define SIZEOF_LONG_LONG_INT 8
  3235. | #define SIZEOF_UNSIGNED_INT 4
  3236. | #define SIZEOF_UNSIGNED_LONG_INT 4
  3237. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  3238. | #define HAVE_U_INT8_T 1
  3239. | #define HAVE_U_INT16_T 1
  3240. | #define HAVE_U_INT32_T 1
  3241. | #define HAVE_U_INT64_T 1
  3242. | #define HAVE_UINT8_T 1
  3243. | #define HAVE_UINT16_T 1
  3244. | #define HAVE_UINT32_T 1
  3245. | #define HAVE_UINT64_T 1
  3246. | #define HAVE_INT8_T 1
  3247. | #define HAVE_INT16_T 1
  3248. | #define HAVE_INT32_T 1
  3249. | #define HAVE_INT64_T 1
  3250. | #define ERRLIST_PREDEFINED 1
  3251. | #define HAVE___FUNCTION__ 1
  3252. | #define HAVE_LIBPCAP 1
  3253. | #define HAVE_PCAP_LEX_DESTROY 1
  3254. | #define HAVE_PCAP_LIB_VERSION 1
  3255. | #define HAVE_PCRE_H 1
  3256. | #define HAVE_LIBPCRE 1
  3257. | #define HAVE_DNET_H 1
  3258. | /* end confdefs.h. */
  3259. | #include <dumbnet.h>
  3260. configure:15174: result: no
  3261. configure:15174: checking for dumbnet.h
  3262. configure:15174: result: no
  3263. configure:15195: checking for eth_set in -ldnet
  3264. configure:15220: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
  3265. configure:15220: $? = 0
  3266. configure:15229: result: yes
  3267. configure:15242: checking for eth_set in -ldumbnet
  3268. configure:15267: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldumbnet -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
  3269. /usr/bin/ld: cannot find -ldumbnet
  3270. collect2: ld returned 1 exit status
  3271. configure:15267: $? = 1
  3272. configure: failed program was:
  3273. | /* confdefs.h */
  3274. | #define PACKAGE_NAME ""
  3275. | #define PACKAGE_TARNAME ""
  3276. | #define PACKAGE_VERSION ""
  3277. | #define PACKAGE_STRING ""
  3278. | #define PACKAGE_BUGREPORT ""
  3279. | #define PACKAGE_URL ""
  3280. | #define PACKAGE "snort"
  3281. | #define VERSION "2.9.6.0"
  3282. | #define STDC_HEADERS 1
  3283. | #define HAVE_SYS_TYPES_H 1
  3284. | #define HAVE_SYS_STAT_H 1
  3285. | #define HAVE_STDLIB_H 1
  3286. | #define HAVE_STRING_H 1
  3287. | #define HAVE_MEMORY_H 1
  3288. | #define HAVE_STRINGS_H 1
  3289. | #define HAVE_INTTYPES_H 1
  3290. | #define HAVE_STDINT_H 1
  3291. | #define HAVE_UNISTD_H 1
  3292. | #define HAVE_DLFCN_H 1
  3293. | #define LT_OBJDIR ".libs/"
  3294. | #define LINUX 1
  3295. | #define HAVE__BOOL 1
  3296. | #define HAVE_STDBOOL_H 1
  3297. | #define HAVE_INTTYPES_H 1
  3298. | #define HAVE_MATH_H 1
  3299. | #define HAVE_PATHS_H 1
  3300. | #define HAVE_STDLIB_H 1
  3301. | #define HAVE_STRING_H 1
  3302. | #define HAVE_STRINGS_H 1
  3303. | #define HAVE_UNISTD_H 1
  3304. | #define HAVE_WCHAR_H 1
  3305. | #define HAVE_LIBM 1
  3306. | #define HAVE_LIBM 1
  3307. | #define HAVE_LIBNSL 1
  3308. | #define HAVE_SIGACTION 1
  3309. | #define HAVE_STRERROR 1
  3310. | #define HAVE_VSWPRINTF 1
  3311. | #define HAVE_WPRINTF 1
  3312. | #define HAVE_MEMRCHR 1
  3313. | #define HAVE_INET_NTOP 1
  3314. | #define HAVE_SNPRINTF /**/
  3315. | #define HAVE_MALLOC_TRIM 1
  3316. | #define HAVE_MALLINFO 1
  3317. | #define SIZEOF_CHAR 1
  3318. | #define SIZEOF_SHORT 2
  3319. | #define SIZEOF_INT 4
  3320. | #define SIZEOF_LONG_INT 4
  3321. | #define SIZEOF_LONG_LONG_INT 8
  3322. | #define SIZEOF_UNSIGNED_INT 4
  3323. | #define SIZEOF_UNSIGNED_LONG_INT 4
  3324. | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  3325. | #define HAVE_U_INT8_T 1
  3326. | #define HAVE_U_INT16_T 1
  3327. | #define HAVE_U_INT32_T 1
  3328. | #define HAVE_U_INT64_T 1
  3329. | #define HAVE_UINT8_T 1
  3330. | #define HAVE_UINT16_T 1
  3331. | #define HAVE_UINT32_T 1
  3332. | #define HAVE_UINT64_T 1
  3333. | #define HAVE_INT8_T 1
  3334. | #define HAVE_INT16_T 1
  3335. | #define HAVE_INT32_T 1
  3336. | #define HAVE_INT64_T 1
  3337. | #define ERRLIST_PREDEFINED 1
  3338. | #define HAVE___FUNCTION__ 1
  3339. | #define HAVE_LIBPCAP 1
  3340. | #define HAVE_PCAP_LEX_DESTROY 1
  3341. | #define HAVE_PCAP_LIB_VERSION 1
  3342. | #define HAVE_PCRE_H 1
  3343. | #define HAVE_LIBPCRE 1
  3344. | #define HAVE_DNET_H 1
  3345. | #define HAVE_LIBDNET 1
  3346. | /* end confdefs.h. */
  3347. |
  3348. | /* Override any GCC internal prototype to avoid an error.
  3349. | Use char because int might match the return type of a GCC
  3350. | builtin and then its argument prototype would still apply. */
  3351. | #ifdef __cplusplus
  3352. | extern "C"
  3353. | #endif
  3354. | char eth_set ();
  3355. | int
  3356. | main ()
  3357. | {
  3358. | return eth_set ();
  3359. | ;
  3360. | return 0;
  3361. | }
  3362. configure:15276: result: no
  3363. configure:15333: checking for dlsym in -ldl
  3364. configure:15358: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldl -ldnet -lpcre -lpcap -lnsl -lm -lm >&5
  3365. configure:15358: $? = 0
  3366. configure:15367: result: yes
  3367. configure:15433: checking for daq_load_modules in -ldaq_static
  3368. configure:15458: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
  3369. configure:15458: $? = 0
  3370. configure:15467: result: yes
  3371. configure:15540: checking for daq_hup_apply
  3372. configure:15540: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
  3373. configure:15540: $? = 0
  3374. configure:15540: result: yes
  3375. configure:15540: checking for daq_acquire_with_meta
  3376. configure:15540: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
  3377. configure:15540: $? = 0
  3378. configure:15540: result: yes
  3379. configure:15550: checking for daq address space ID
  3380. configure:15574: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
  3381. configure:15574: $? = 0
  3382. configure:15574: ./conftest
  3383. configure:15574: $? = 0
  3384. configure:15583: result: yes
  3385. configure:15592: checking for sparc
  3386. configure:15606: result: no
  3387. configure:15660: checking for visibility support
  3388. configure:15685: gcc -c -g -O2 -Werror -fvisibility=hidden -I/usr/local/include conftest.c >&5
  3389. configure:15685: $? = 0
  3390. configure:15694: result: yes
  3391. configure:15753: checking zlib.h usability
  3392. configure:15753: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
  3393. configure:15753: $? = 0
  3394. configure:15753: result: yes
  3395. configure:15753: checking zlib.h presence
  3396. configure:15753: gcc -E -I/usr/local/include conftest.c
  3397. configure:15753: $? = 0
  3398. configure:15753: result: yes
  3399. configure:15753: checking for zlib.h
  3400. configure:15753: result: yes
  3401. configure:15773: checking for inflate in -lz
  3402. configure:15798: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet conftest.c -lz -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap >&5
  3403. configure:15798: $? = 0
  3404. configure:15807: result: yes
  3405. configure:16605: checking for linuxthreads
  3406. configure:16617: result: no
  3407. configure:16637: checking for yylex_destroy support
  3408. configure:16671: result: yes
  3409. configure:16821: checking that generated files are newer than configure
  3410. configure:16827: result: done
  3411. configure:16919: creating ./config.status
  3412.  
  3413. ## ---------------------- ##
  3414. ## Running config.status. ##
  3415. ## ---------------------- ##
  3416.  
  3417. This file was extended by config.status, which was
  3418. generated by GNU Autoconf 2.69. Invocation command line was
  3419.  
  3420. CONFIG_FILES =
  3421. CONFIG_HEADERS =
  3422. CONFIG_LINKS =
  3423. CONFIG_COMMANDS =
  3424. $ ./config.status
  3425.  
  3426. on ubuntu-server
  3427.  
  3428. config.status:1263: creating snort.pc
  3429. config.status:1263: creating Makefile
  3430. config.status:1263: creating src/Makefile
  3431. config.status:1263: creating src/sfutil/Makefile
  3432. config.status:1263: creating src/control/Makefile
  3433. config.status:1263: creating src/file-process/Makefile
  3434. config.status:1263: creating src/file-process/libs/Makefile
  3435. config.status:1263: creating src/side-channel/Makefile
  3436. config.status:1263: creating src/side-channel/dynamic-plugins/Makefile
  3437. config.status:1263: creating src/side-channel/dynamic-plugins/snort_side_channel.pc
  3438. config.status:1263: creating src/side-channel/plugins/Makefile
  3439. config.status:1263: creating src/detection-plugins/Makefile
  3440. config.status:1263: creating src/dynamic-examples/Makefile
  3441. config.status:1263: creating src/dynamic-examples/dynamic-preprocessor/Makefile
  3442. config.status:1263: creating src/dynamic-examples/dynamic-rule/Makefile
  3443. config.status:1263: creating src/dynamic-plugins/Makefile
  3444. config.status:1263: creating src/dynamic-plugins/sf_engine/Makefile
  3445. config.status:1263: creating src/dynamic-plugins/sf_engine/examples/Makefile
  3446. config.status:1263: creating src/dynamic-plugins/sf_preproc_example/Makefile
  3447. config.status:1263: creating src/dynamic-preprocessors/Makefile
  3448. config.status:1263: creating src/dynamic-preprocessors/libs/Makefile
  3449. config.status:1263: creating src/dynamic-preprocessors/libs/snort_preproc.pc
  3450. config.status:1263: creating src/dynamic-preprocessors/ftptelnet/Makefile
  3451. config.status:1263: creating src/dynamic-preprocessors/smtp/Makefile
  3452. config.status:1263: creating src/dynamic-preprocessors/ssh/Makefile
  3453. config.status:1263: creating src/dynamic-preprocessors/sip/Makefile
  3454. config.status:1263: creating src/dynamic-preprocessors/reputation/Makefile
  3455. config.status:1263: creating src/dynamic-preprocessors/gtp/Makefile
  3456. config.status:1263: creating src/dynamic-preprocessors/dcerpc2/Makefile
  3457. config.status:1263: creating src/dynamic-preprocessors/pop/Makefile
  3458. config.status:1263: creating src/dynamic-preprocessors/imap/Makefile
  3459. config.status:1263: creating src/dynamic-preprocessors/sdf/Makefile
  3460. config.status:1263: creating src/dynamic-preprocessors/dns/Makefile
  3461. config.status:1263: creating src/dynamic-preprocessors/ssl/Makefile
  3462. config.status:1263: creating src/dynamic-preprocessors/modbus/Makefile
  3463. config.status:1263: creating src/dynamic-preprocessors/dnp3/Makefile
  3464. config.status:1263: creating src/dynamic-preprocessors/rzb_saac/Makefile
  3465. config.status:1263: creating src/dynamic-preprocessors/file/Makefile
  3466. config.status:1263: creating src/dynamic-output/Makefile
  3467. config.status:1263: creating src/dynamic-output/plugins/Makefile
  3468. config.status:1263: creating src/dynamic-output/libs/Makefile
  3469. config.status:1263: creating src/dynamic-output/libs/snort_output.pc
  3470. config.status:1263: creating src/output-plugins/Makefile
  3471. config.status:1263: creating src/preprocessors/Makefile
  3472. config.status:1263: creating src/preprocessors/HttpInspect/Makefile
  3473. config.status:1263: creating src/preprocessors/HttpInspect/include/Makefile
  3474. config.status:1263: creating src/preprocessors/HttpInspect/utils/Makefile
  3475. config.status:1263: creating src/preprocessors/HttpInspect/anomaly_detection/Makefile
  3476. config.status:1263: creating src/preprocessors/HttpInspect/client/Makefile
  3477. config.status:1263: creating src/preprocessors/HttpInspect/event_output/Makefile
  3478. config.status:1263: creating src/preprocessors/HttpInspect/mode_inspection/Makefile
  3479. config.status:1263: creating src/preprocessors/HttpInspect/normalization/Makefile
  3480. config.status:1263: creating src/preprocessors/HttpInspect/server/Makefile
  3481. config.status:1263: creating src/preprocessors/HttpInspect/session_inspection/Makefile
  3482. config.status:1263: creating src/preprocessors/HttpInspect/user_interface/Makefile
  3483. config.status:1263: creating src/preprocessors/Stream5/Makefile
  3484. config.status:1263: creating src/parser/Makefile
  3485. config.status:1263: creating src/target-based/Makefile
  3486. config.status:1263: creating doc/Makefile
  3487. config.status:1263: creating rpm/Makefile
  3488. config.status:1263: creating preproc_rules/Makefile
  3489. config.status:1263: creating m4/Makefile
  3490. config.status:1263: creating etc/Makefile
  3491. config.status:1263: creating templates/Makefile
  3492. config.status:1263: creating tools/Makefile
  3493. config.status:1263: creating tools/control/Makefile
  3494. config.status:1263: creating tools/u2boat/Makefile
  3495. config.status:1263: creating tools/u2spewfoo/Makefile
  3496. config.status:1263: creating tools/file_server/Makefile
  3497. config.status:1263: creating src/win32/Makefile
  3498. config.status:1263: creating config.h
  3499. config.status:1492: executing depfiles commands
  3500. config.status:1492: executing libtool commands
  3501.  
  3502. ## ---------------- ##
  3503. ## Cache variables. ##
  3504. ## ---------------- ##
  3505.  
  3506. ac_cv_build=i686-pc-linux-gnu
  3507. ac_cv_c_bigendian=no
  3508. ac_cv_c_compiler_gnu=yes
  3509. ac_cv_c_inline=inline
  3510. ac_cv_env_CC_set=
  3511. ac_cv_env_CC_value=
  3512. ac_cv_env_CFLAGS_set=
  3513. ac_cv_env_CFLAGS_value=
  3514. ac_cv_env_CPPFLAGS_set=
  3515. ac_cv_env_CPPFLAGS_value=
  3516. ac_cv_env_CPP_set=
  3517. ac_cv_env_CPP_value=
  3518. ac_cv_env_LDFLAGS_set=
  3519. ac_cv_env_LDFLAGS_value=
  3520. ac_cv_env_LIBS_set=
  3521. ac_cv_env_LIBS_value=
  3522. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3523. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3524. ac_cv_env_PKG_CONFIG_PATH_set=
  3525. ac_cv_env_PKG_CONFIG_PATH_value=
  3526. ac_cv_env_PKG_CONFIG_set=
  3527. ac_cv_env_PKG_CONFIG_value=
  3528. ac_cv_env_RAZORBACK_CFLAGS_set=
  3529. ac_cv_env_RAZORBACK_CFLAGS_value=
  3530. ac_cv_env_RAZORBACK_LIBS_set=
  3531. ac_cv_env_RAZORBACK_LIBS_value=
  3532. ac_cv_env_SIGNAL_SNORT_DUMP_STATS_set=
  3533. ac_cv_env_SIGNAL_SNORT_DUMP_STATS_value=
  3534. ac_cv_env_SIGNAL_SNORT_READ_ATTR_TBL_set=
  3535. ac_cv_env_SIGNAL_SNORT_READ_ATTR_TBL_value=
  3536. ac_cv_env_SIGNAL_SNORT_RELOAD_set=
  3537. ac_cv_env_SIGNAL_SNORT_RELOAD_value=
  3538. ac_cv_env_SIGNAL_SNORT_ROTATE_STATS_set=
  3539. ac_cv_env_SIGNAL_SNORT_ROTATE_STATS_value=
  3540. ac_cv_env_build_alias_set=
  3541. ac_cv_env_build_alias_value=
  3542. ac_cv_env_host_alias_set=
  3543. ac_cv_env_host_alias_value=
  3544. ac_cv_env_target_alias_set=
  3545. ac_cv_env_target_alias_value=
  3546. ac_cv_func_daq_acquire_with_meta=yes
  3547. ac_cv_func_daq_hup_apply=yes
  3548. ac_cv_func_inet_ntop=yes
  3549. ac_cv_func_mallinfo=yes
  3550. ac_cv_func_malloc_trim=yes
  3551. ac_cv_func_memrchr=yes
  3552. ac_cv_func_sigaction=yes
  3553. ac_cv_func_snprintf=yes
  3554. ac_cv_func_strerror=yes
  3555. ac_cv_func_strlcat=no
  3556. ac_cv_func_strlcpy=no
  3557. ac_cv_func_vswprintf=yes
  3558. ac_cv_func_wprintf=yes
  3559. ac_cv_header_dlfcn_h=yes
  3560. ac_cv_header_dnet_h=yes
  3561. ac_cv_header_dumbnet_h=no
  3562. ac_cv_header_inttypes_h=yes
  3563. ac_cv_header_math_h=yes
  3564. ac_cv_header_memory_h=yes
  3565. ac_cv_header_openssl_sha_h=no
  3566. ac_cv_header_paths_h=yes
  3567. ac_cv_header_pcre_h=yes
  3568. ac_cv_header_stdbool_h=yes
  3569. ac_cv_header_stdc=yes
  3570. ac_cv_header_stdint_h=yes
  3571. ac_cv_header_stdlib_h=yes
  3572. ac_cv_header_string_h=yes
  3573. ac_cv_header_strings_h=yes
  3574. ac_cv_header_sys_sockio_h=no
  3575. ac_cv_header_sys_stat_h=yes
  3576. ac_cv_header_sys_types_h=yes
  3577. ac_cv_header_unistd_h=yes
  3578. ac_cv_header_uuid_uuid_h=no
  3579. ac_cv_header_wchar_h=yes
  3580. ac_cv_header_zlib_h=yes
  3581. ac_cv_host=i686-pc-linux-gnu
  3582. ac_cv_lib_daq_static_daq_load_modules=yes
  3583. ac_cv_lib_dl_dlsym=yes
  3584. ac_cv_lib_dnet_eth_set=yes
  3585. ac_cv_lib_dumbnet_eth_set=no
  3586. ac_cv_lib_m_ceil=yes
  3587. ac_cv_lib_m_floor=yes
  3588. ac_cv_lib_nsl_inet_ntoa=yes
  3589. ac_cv_lib_pcap_pcap_datalink=yes
  3590. ac_cv_lib_pcre_pcre_compile=yes
  3591. ac_cv_lib_socket_socket=no
  3592. ac_cv_lib_z_inflate=yes
  3593. ac_cv_objext=o
  3594. ac_cv_path_EGREP='/bin/grep -E'
  3595. ac_cv_path_FGREP='/bin/grep -F'
  3596. ac_cv_path_GREP=/bin/grep
  3597. ac_cv_path_SED=/bin/sed
  3598. ac_cv_path_install='/usr/bin/install -c'
  3599. ac_cv_path_mkdir=/bin/mkdir
  3600. ac_cv_prog_AWK=mawk
  3601. ac_cv_prog_CPP='gcc -E'
  3602. ac_cv_prog_LEX=flex
  3603. ac_cv_prog_YACC=bison
  3604. ac_cv_prog_ac_ct_AR=ar
  3605. ac_cv_prog_ac_ct_CC=gcc
  3606. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  3607. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3608. ac_cv_prog_ac_ct_RANLIB=ranlib
  3609. ac_cv_prog_ac_ct_STRIP=strip
  3610. ac_cv_prog_cc_c89=
  3611. ac_cv_prog_cc_c99=-std=gnu99
  3612. ac_cv_prog_cc_g=yes
  3613. ac_cv_prog_cc_stdc=-std=gnu99
  3614. ac_cv_prog_make_make_set=yes
  3615. ac_cv_sizeof_char=1
  3616. ac_cv_sizeof_int=4
  3617. ac_cv_sizeof_long_int=4
  3618. ac_cv_sizeof_long_long_int=8
  3619. ac_cv_sizeof_short=2
  3620. ac_cv_sizeof_unsigned_int=4
  3621. ac_cv_sizeof_unsigned_long_int=4
  3622. ac_cv_sizeof_unsigned_long_long_int=8
  3623. ac_cv_type__Bool=yes
  3624. ac_cv_type_boolean=no
  3625. ac_cv_type_int16_t=yes
  3626. ac_cv_type_int32_t=yes
  3627. ac_cv_type_int64_t=yes
  3628. ac_cv_type_int8_t=yes
  3629. ac_cv_type_u_int16_t=yes
  3630. ac_cv_type_u_int32_t=yes
  3631. ac_cv_type_u_int64_t=yes
  3632. ac_cv_type_u_int8_t=yes
  3633. ac_cv_type_uint16_t=yes
  3634. ac_cv_type_uint32_t=yes
  3635. ac_cv_type_uint64_t=yes
  3636. ac_cv_type_uint8_t=yes
  3637. am_cv_CC_dependencies_compiler_type=gcc3
  3638. am_cv_make_support_nested_variables=yes
  3639. gl_cv_cc_visibility=yes
  3640. lt_cv_ar_at_file=@
  3641. lt_cv_archive_cmds_need_lc=no
  3642. lt_cv_deplibs_check_method=pass_all
  3643. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3644. lt_cv_file_magic_test_file=
  3645. lt_cv_ld_reload_flag=-r
  3646. lt_cv_nm_interface='BSD nm'
  3647. lt_cv_objdir=.libs
  3648. lt_cv_path_LD=/usr/bin/ld
  3649. lt_cv_path_NM='/usr/bin/nm -B'
  3650. lt_cv_path_mainfest_tool=no
  3651. lt_cv_prog_compiler_c_o=yes
  3652. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  3653. lt_cv_prog_compiler_pic_works=yes
  3654. lt_cv_prog_compiler_rtti_exceptions=no
  3655. lt_cv_prog_compiler_static_works=yes
  3656. lt_cv_prog_gnu_ld=yes
  3657. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  3658. lt_cv_shlibpath_overrides_runpath=no
  3659. 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'\'''
  3660. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3661. 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'\'''
  3662. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3663. lt_cv_sys_max_cmd_len=1572864
  3664. lt_cv_to_host_file_cmd=func_convert_file_noop
  3665. lt_cv_to_tool_file_cmd=func_convert_file_noop
  3666. sn_cv_decl_needed_bcopy=no
  3667. sn_cv_decl_needed_bzero=no
  3668. sn_cv_decl_needed_fclose=no
  3669. sn_cv_decl_needed_fflush=no
  3670. sn_cv_decl_needed_fopen=no
  3671. sn_cv_decl_needed_fprintf=no
  3672. sn_cv_decl_needed_fputc=no
  3673. sn_cv_decl_needed_fputs=no
  3674. sn_cv_decl_needed_fwrite=no
  3675. sn_cv_decl_needed_getopt=no
  3676. sn_cv_decl_needed_memset=no
  3677. sn_cv_decl_needed_perror=no
  3678. sn_cv_decl_needed_printf=no
  3679. sn_cv_decl_needed_puts=no
  3680. sn_cv_decl_needed_sendto=no
  3681. sn_cv_decl_needed_snprintf=no
  3682. sn_cv_decl_needed_socket=no
  3683. sn_cv_decl_needed_strcasecmp=no
  3684. sn_cv_decl_needed_strerror=no
  3685. sn_cv_decl_needed_strncasecmp=no
  3686. sn_cv_decl_needed_strtol=no
  3687. sn_cv_decl_needed_strtoul=no
  3688. sn_cv_decl_needed_syslog=no
  3689. sn_cv_decl_needed_vsnprintf=no
  3690. sn_cv_have___FUNCTION__=yes
  3691.  
  3692. ## ----------------- ##
  3693. ## Output variables. ##
  3694. ## ----------------- ##
  3695.  
  3696. ACLOCAL='${SHELL} /root/snort-2.9.6.0/missing aclocal-1.13'
  3697. AMDEPBACKSLASH='\'
  3698. AMDEP_FALSE='#'
  3699. AMDEP_TRUE=''
  3700. AMTAR='$${TAR-tar}'
  3701. AM_BACKSLASH='\'
  3702. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  3703. AM_DEFAULT_VERBOSITY='1'
  3704. AM_V='$(V)'
  3705. AR='ar'
  3706. AUTOCONF='${SHELL} /root/snort-2.9.6.0/missing autoconf'
  3707. AUTOHEADER='${SHELL} /root/snort-2.9.6.0/missing autoheader'
  3708. AUTOMAKE='${SHELL} /root/snort-2.9.6.0/missing automake-1.13'
  3709. AWK='mawk'
  3710. BUILD_CONTROL_SOCKET_FALSE=''
  3711. BUILD_CONTROL_SOCKET_TRUE='#'
  3712. BUILD_DYNAMIC_EXAMPLES_FALSE='#'
  3713. BUILD_DYNAMIC_EXAMPLES_TRUE=''
  3714. BUILD_HA_FALSE=''
  3715. BUILD_HA_TRUE='#'
  3716. BUILD_PROCPIDSTATS_FALSE=''
  3717. BUILD_PROCPIDSTATS_TRUE='#'
  3718. BUILD_REACT_FALSE='#'
  3719. BUILD_REACT_TRUE=''
  3720. BUILD_RESPOND3_FALSE='#'
  3721. BUILD_RESPOND3_TRUE=''
  3722. BUILD_SIDE_CHANNEL_FALSE=''
  3723. BUILD_SIDE_CHANNEL_TRUE='#'
  3724. BUILD_SNPRINTF_FALSE=''
  3725. BUILD_SNPRINTF_TRUE='#'
  3726. CC='gcc'
  3727. CCDEPMODE='depmode=gcc3'
  3728. CCONFIGFLAGS=' -DSF_VISIBILITY -fvisibility=hidden'
  3729. CFLAGS='-g -O0 -DSF_VISIBILITY -fvisibility=hidden -fno-strict-aliasing -Wall'
  3730. CONFIGFLAGS=' -DSF_WCHAR -DTARGET_BASED -DPERF_PROFILING -DSNORT_RELOAD -DNO_NON_ETHER_DECODER -DNORMALIZER -DACTIVE_RESPONSE'
  3731. CPP='gcc -E'
  3732. CPPFLAGS='-I/usr/local/include -DZLIB -DGRE -DMPLS -DPPM_MGR -DDEBUG_MSGS -DDEBUG -DENABLE_REACT -DENABLE_RESPOND -DENABLE_RESPONSE3 -DSF_WCHAR -DTARGET_BASED -DPERF_PROFILING -DSNORT_RELOAD -DNO_NON_ETHER_DECODER -DNORMALIZER -DACTIVE_RESPONSE'
  3733. CYGPATH_W='echo'
  3734. DEFS='-DHAVE_CONFIG_H'
  3735. DEPDIR='.deps'
  3736. DLLTOOL='false'
  3737. DSYMUTIL=''
  3738. DUMPBIN=''
  3739. ECHO_C=''
  3740. ECHO_N='-n'
  3741. ECHO_T=''
  3742. EGREP='/bin/grep -E'
  3743. EXEEXT=''
  3744. FEAT_FILE_INSPECT_FALSE=''
  3745. FEAT_FILE_INSPECT_TRUE='#'
  3746. FGREP='/bin/grep -F'
  3747. GREP='/bin/grep'
  3748. HAVE_INTEL_SOFT_CPM_FALSE=''
  3749. HAVE_INTEL_SOFT_CPM_TRUE='#'
  3750. HAVE_SHARED_REP_FALSE=''
  3751. HAVE_SHARED_REP_TRUE='#'
  3752. HAVE_TARGET_BASED_FALSE='#'
  3753. HAVE_TARGET_BASED_TRUE=''
  3754. HAVE_ZLIB_FALSE='#'
  3755. HAVE_ZLIB_TRUE=''
  3756. ICONFIGFLAGS=''
  3757. INCLUDES='-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/sfutil $(extra_incl) -I$(top_srcdir)/src/output-plugins -I$(top_srcdir)/src/detection-plugins -I$(top_srcdir)/src/dynamic-plugins -I$(top_srcdir)/src/preprocessors -I$(top_srcdir)/src/preprocessors/portscan -I$(top_srcdir)/src/preprocessors/HttpInspect/include -I$(top_srcdir)/src/preprocessors/Stream5 -I$(top_srcdir)/src/target-based -I$(top_srcdir)/src/control -I$(top_srcdir)/src/file-process -I$(top_srcdir)/src/file-process/libs -I$(top_srcdir)/src/side-channel -I$(top_srcdir)/src/side-channel/plugins'
  3758. INSTALL_DATA='${INSTALL} -m 644'
  3759. INSTALL_PROGRAM='${INSTALL}'
  3760. INSTALL_SCRIPT='${INSTALL}'
  3761. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3762. LD='/usr/bin/ld'
  3763. LDFLAGS=' -L/usr/lib/i386-linux-gnu -lpcre -L/usr/local/lib -ldnet'
  3764. LEX='flex'
  3765. LIBOBJS=''
  3766. LIBS='-lz -ldaq_static -ldnet -lpcre -lpcap -lnsl -lm -lm -ldl -L/usr/local/lib -ldaq_static_modules -lsfbpf -lpcap -lsfbpf -lpcap -lz -lpthread -lpthread -lpthread'
  3767. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3768. LIPO=''
  3769. LN_S='ln -s'
  3770. LTLIBOBJS=''
  3771. MAINT='#'
  3772. MAINTAINER_MODE_FALSE=''
  3773. MAINTAINER_MODE_TRUE='#'
  3774. MAKEINFO='${SHELL} /root/snort-2.9.6.0/missing makeinfo'
  3775. MANIFEST_TOOL=':'
  3776. MKDIR_P='/bin/mkdir -p'
  3777. NM='/usr/bin/nm -B'
  3778. NMEDIT=''
  3779. OBJDUMP='objdump'
  3780. OBJEXT='o'
  3781. OTOOL64=''
  3782. OTOOL=''
  3783. PACKAGE='snort'
  3784. PACKAGE_BUGREPORT=''
  3785. PACKAGE_NAME=''
  3786. PACKAGE_STRING=''
  3787. PACKAGE_TARNAME=''
  3788. PACKAGE_URL=''
  3789. PACKAGE_VERSION=''
  3790. PATH_SEPARATOR=':'
  3791. PKG_CONFIG=''
  3792. PKG_CONFIG_LIBDIR=''
  3793. PKG_CONFIG_PATH='NONE/lib/pkgconfig:'
  3794. RANLIB='ranlib'
  3795. RAZORBACK_CFLAGS=''
  3796. RAZORBACK_LIBS=''
  3797. SED='/bin/sed'
  3798. SET_MAKE=''
  3799. SHELL='/bin/bash'
  3800. SIGNAL_SNORT_DUMP_STATS=''
  3801. SIGNAL_SNORT_READ_ATTR_TBL=''
  3802. SIGNAL_SNORT_RELOAD=''
  3803. SIGNAL_SNORT_ROTATE_STATS=''
  3804. SO_WITH_STATIC_LIB_FALSE='#'
  3805. SO_WITH_STATIC_LIB_TRUE=''
  3806. STRIP='strip'
  3807. VERSION='2.9.6.0'
  3808. WANT_SF_SAAC_FALSE=''
  3809. WANT_SF_SAAC_TRUE='#'
  3810. XCCFLAGS=''
  3811. YACC='bison -y'
  3812. ac_ct_AR='ar'
  3813. ac_ct_CC='gcc'
  3814. ac_ct_DUMPBIN=''
  3815. am__EXEEXT_FALSE=''
  3816. am__EXEEXT_TRUE='#'
  3817. am__fastdepCC_FALSE='#'
  3818. am__fastdepCC_TRUE=''
  3819. am__include='include'
  3820. am__isrc=''
  3821. am__leading_dot='.'
  3822. am__nodep='_no'
  3823. am__quote=''
  3824. am__tar='$${TAR-tar} chof - "$$tardir"'
  3825. am__untar='$${TAR-tar} xf -'
  3826. bindir='${exec_prefix}/bin'
  3827. build='i686-pc-linux-gnu'
  3828. build_alias=''
  3829. build_cpu='i686'
  3830. build_os='linux-gnu'
  3831. build_vendor='pc'
  3832. datadir='${datarootdir}'
  3833. datarootdir='${prefix}/share'
  3834. docdir='${datarootdir}/doc/${PACKAGE}'
  3835. dvidir='${docdir}'
  3836. exec_prefix='${prefix}'
  3837. extra_incl='-I/usr/include/pcap'
  3838. host='i686-pc-linux-gnu'
  3839. host_alias=''
  3840. host_cpu='i686'
  3841. host_os='linux-gnu'
  3842. host_vendor='pc'
  3843. htmldir='${docdir}'
  3844. includedir='${prefix}/include'
  3845. infodir='${datarootdir}/info'
  3846. install_sh='${SHELL} /root/snort-2.9.6.0/install-sh'
  3847. libdir='${exec_prefix}/lib'
  3848. libexecdir='${exec_prefix}/libexec'
  3849. localedir='${datarootdir}/locale'
  3850. localstatedir='${prefix}/var'
  3851. mandir='${datarootdir}/man'
  3852. mkdir_p='$(MKDIR_P)'
  3853. oldincludedir='/usr/include'
  3854. pdfdir='${docdir}'
  3855. prefix='/usr/local'
  3856. program_transform_name='s,x,x,'
  3857. psdir='${docdir}'
  3858. sbindir='${exec_prefix}/sbin'
  3859. sharedstatedir='${prefix}/com'
  3860. sysconfdir='${prefix}/etc'
  3861. target_alias=''
  3862.  
  3863. ## ----------- ##
  3864. ## confdefs.h. ##
  3865. ## ----------- ##
  3866.  
  3867. /* confdefs.h */
  3868. #define PACKAGE_NAME ""
  3869. #define PACKAGE_TARNAME ""
  3870. #define PACKAGE_VERSION ""
  3871. #define PACKAGE_STRING ""
  3872. #define PACKAGE_BUGREPORT ""
  3873. #define PACKAGE_URL ""
  3874. #define PACKAGE "snort"
  3875. #define VERSION "2.9.6.0"
  3876. #define STDC_HEADERS 1
  3877. #define HAVE_SYS_TYPES_H 1
  3878. #define HAVE_SYS_STAT_H 1
  3879. #define HAVE_STDLIB_H 1
  3880. #define HAVE_STRING_H 1
  3881. #define HAVE_MEMORY_H 1
  3882. #define HAVE_STRINGS_H 1
  3883. #define HAVE_INTTYPES_H 1
  3884. #define HAVE_STDINT_H 1
  3885. #define HAVE_UNISTD_H 1
  3886. #define HAVE_DLFCN_H 1
  3887. #define LT_OBJDIR ".libs/"
  3888. #define LINUX 1
  3889. #define HAVE__BOOL 1
  3890. #define HAVE_STDBOOL_H 1
  3891. #define HAVE_INTTYPES_H 1
  3892. #define HAVE_MATH_H 1
  3893. #define HAVE_PATHS_H 1
  3894. #define HAVE_STDLIB_H 1
  3895. #define HAVE_STRING_H 1
  3896. #define HAVE_STRINGS_H 1
  3897. #define HAVE_UNISTD_H 1
  3898. #define HAVE_WCHAR_H 1
  3899. #define HAVE_LIBM 1
  3900. #define HAVE_LIBM 1
  3901. #define HAVE_LIBNSL 1
  3902. #define HAVE_SIGACTION 1
  3903. #define HAVE_STRERROR 1
  3904. #define HAVE_VSWPRINTF 1
  3905. #define HAVE_WPRINTF 1
  3906. #define HAVE_MEMRCHR 1
  3907. #define HAVE_INET_NTOP 1
  3908. #define HAVE_SNPRINTF /**/
  3909. #define HAVE_MALLOC_TRIM 1
  3910. #define HAVE_MALLINFO 1
  3911. #define SIZEOF_CHAR 1
  3912. #define SIZEOF_SHORT 2
  3913. #define SIZEOF_INT 4
  3914. #define SIZEOF_LONG_INT 4
  3915. #define SIZEOF_LONG_LONG_INT 8
  3916. #define SIZEOF_UNSIGNED_INT 4
  3917. #define SIZEOF_UNSIGNED_LONG_INT 4
  3918. #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
  3919. #define HAVE_U_INT8_T 1
  3920. #define HAVE_U_INT16_T 1
  3921. #define HAVE_U_INT32_T 1
  3922. #define HAVE_U_INT64_T 1
  3923. #define HAVE_UINT8_T 1
  3924. #define HAVE_UINT16_T 1
  3925. #define HAVE_UINT32_T 1
  3926. #define HAVE_UINT64_T 1
  3927. #define HAVE_INT8_T 1
  3928. #define HAVE_INT16_T 1
  3929. #define HAVE_INT32_T 1
  3930. #define HAVE_INT64_T 1
  3931. #define ERRLIST_PREDEFINED 1
  3932. #define HAVE___FUNCTION__ 1
  3933. #define HAVE_LIBPCAP 1
  3934. #define HAVE_PCAP_LEX_DESTROY 1
  3935. #define HAVE_PCAP_LIB_VERSION 1
  3936. #define HAVE_PCRE_H 1
  3937. #define HAVE_LIBPCRE 1
  3938. #define HAVE_DNET_H 1
  3939. #define HAVE_LIBDNET 1
  3940. #define HAVE_DAQ_HUP_APPLY 1
  3941. #define HAVE_DAQ_ACQUIRE_WITH_META 1
  3942. #define HAVE_DAQ_ADDRESS_SPACE_ID 1
  3943. #define HAVE_VISIBILITY 1
  3944. #define HAVE_ZLIB_H 1
  3945. #define HAVE_LIBZ 1
  3946. #define HAVE_YYLEX_DESTROY 1
  3947.  
  3948. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment