Project

General

Profile

Feature #931 ยป config.log

Peter Manev, 09/03/2013 09:09 AM

 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = 2012-Test
uname -m = x86_64
uname -r = 1.7.25(0.270/5/3)
uname -s = CYGWIN_NT-6.2
uname -v = 2013-08-31 20:37

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /usr/bin
PATH: /usr/lib/pkgconfig
PATH: /usr/lib


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2674: checking for a BSD-compatible install
configure:2742: result: /usr/bin/install -c
configure:2753: checking whether build environment is sane
configure:2803: result: yes
configure:2944: checking for a thread-safe mkdir -p
configure:2983: result: /usr/bin/mkdir -p
configure:2996: checking for gawk
configure:3012: found /usr/bin/gawk
configure:3023: result: gawk
configure:3034: checking whether make sets $(MAKE)
configure:3056: result: yes
configure:3156: checking for style of include used by make
configure:3184: result: GNU
configure:3255: checking for gcc
configure:3271: found /usr/bin/gcc
configure:3282: result: gcc
configure:3511: checking for C compiler version
configure:3520: gcc --version >&5
gcc (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3531: $? = 0
configure:3520: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC)
configure:3531: $? = 0
configure:3520: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3531: $? = 1
configure:3520: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3531: $? = 1
configure:3551: checking whether the C compiler works
configure:3573: gcc -DRELEASE conftest.c >&5
configure:3577: $? = 0
configure:3625: result: yes
configure:3628: checking for C compiler default output file name
configure:3630: result: a.exe
configure:3636: checking for suffix of executables
configure:3643: gcc -o conftest.exe -DRELEASE conftest.c >&5
configure:3647: $? = 0
configure:3669: result: .exe
configure:3691: checking whether we are cross compiling
configure:3699: gcc -o conftest.exe -DRELEASE conftest.c >&5
configure:3703: $? = 0
configure:3710: ./conftest.exe
configure:3714: $? = 0
configure:3729: result: no
configure:3734: checking for suffix of object files
configure:3756: gcc -c -DRELEASE conftest.c >&5
configure:3760: $? = 0
configure:3781: result: o
configure:3785: checking whether we are using the GNU C compiler
configure:3804: gcc -c -DRELEASE conftest.c >&5
configure:3804: $? = 0
configure:3813: result: yes
configure:3822: checking whether gcc accepts -g
configure:3842: gcc -c -g conftest.c >&5
configure:3842: $? = 0
configure:3883: result: yes
configure:3900: checking for gcc option to accept ISO C89
configure:3963: gcc -c -DRELEASE conftest.c >&5
configure:3963: $? = 0
configure:3976: result: none needed
configure:3998: checking dependency style of gcc
configure:4109: result: gcc3
configure:4124: checking for gcc option to accept ISO C99
configure:4273: gcc -c -DRELEASE conftest.c >&5
conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
test_restrict (ccp restrict text)
^
conftest.c: In function 'main':
conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
char *restrict newvar = "Another string";
^
conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0; i < ia->datasize; ++i)
^
conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:4273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:4273: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:4273: $? = 0
configure:4293: result: -std=gnu99
configure:4330: checking build system type
configure:4344: result: x86_64-unknown-cygwin
configure:4364: checking host system type
configure:4377: result: x86_64-unknown-cygwin
configure:4418: checking how to print strings
configure:4445: result: printf
configure:4466: checking for a sed that does not truncate output
configure:4530: result: /usr/bin/sed
configure:4548: checking for grep that handles long lines and -e
configure:4606: result: /usr/bin/grep
configure:4611: checking for egrep
configure:4673: result: /usr/bin/grep -E
configure:4678: checking for fgrep
configure:4740: result: /usr/bin/grep -F
configure:4775: checking for ld used by gcc -std=gnu99
configure:4842: result: /usr/x86_64-pc-cygwin/bin/ld.exe
configure:4849: checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld
configure:4864: result: yes
configure:4876: checking for BSD- or MS-compatible name lister (nm)
configure:4925: result: /usr/bin/nm -B
configure:5055: checking the name lister (/usr/bin/nm -B) interface
configure:5062: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:5065: /usr/bin/nm -B "conftest.o"
configure:5068: output
0000000000000000 b .bss
0000000000000000 d .data
0000000000000000 r .rdata$zzz
0000000000000000 t .text
0000000000000000 B some_variable
configure:5075: result: BSD nm
configure:5078: checking whether ln -s works
configure:5082: result: yes
configure:5090: checking the maximum length of command line arguments
configure:5220: result: 8192
configure:5237: checking whether the shell understands some XSI constructs
configure:5247: result: yes
configure:5251: checking whether the shell understands "+="
configure:5257: result: yes
configure:5292: checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format
configure:5332: result: func_convert_file_noop
configure:5339: checking how to convert x86_64-unknown-cygwin file names to toolchain format
configure:5359: result: func_convert_file_noop
configure:5366: checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files
configure:5373: result: -r
configure:5447: checking for objdump
configure:5463: found /usr/bin/objdump
configure:5474: result: objdump
configure:5506: checking how to recognize dependent libraries
configure:5708: result: file_magic ^x86 archive import|^x86 DLL
configure:5793: checking for dlltool
configure:5809: found /usr/bin/dlltool
configure:5820: result: dlltool
configure:5853: checking how to associate runtime and link libraries
configure:5880: result: func_cygming_dll_for_implib
configure:5941: checking for ar
configure:5957: found /usr/bin/ar
configure:5968: result: ar
configure:6005: checking for archiver @FILE support
configure:6022: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:6022: $? = 0
configure:6025: ar cru libconftest.a @conftest.lst >&5
configure:6028: $? = 0
configure:6033: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6036: $? = 1
configure:6048: result: @
configure:6106: checking for strip
configure:6122: found /usr/bin/strip
configure:6133: result: strip
configure:6205: checking for ranlib
configure:6221: found /usr/bin/ranlib
configure:6232: result: ranlib
configure:6334: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:6454: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:6457: $? = 0
configure:6461: /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
configure:6464: $? = 0
configure:6530: gcc -std=gnu99 -o conftest.exe -DRELEASE conftest.c conftstm.o >&5
configure:6533: $? = 0
configure:6571: result: ok
configure:6608: checking for sysroot
configure:6638: result: no
configure:6894: checking for mt
configure:6924: result: no
configure:6944: checking if : is a manifest tool
configure:6950: : '-?'
configure:6958: result: no
configure:7600: checking how to run the C preprocessor
configure:7631: gcc -std=gnu99 -E conftest.c
configure:7631: $? = 0
configure:7645: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7670: result: gcc -std=gnu99 -E
configure:7690: gcc -std=gnu99 -E conftest.c
configure:7690: $? = 0
configure:7704: gcc -std=gnu99 -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7733: checking for ANSI C header files
configure:7753: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7753: $? = 0
configure:7826: gcc -std=gnu99 -o conftest.exe -DRELEASE conftest.c >&5
configure:7826: $? = 0
configure:7826: ./conftest.exe
configure:7826: $? = 0
configure:7837: result: yes
configure:7850: checking for sys/types.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for sys/stat.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for stdlib.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for string.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for memory.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for strings.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for inttypes.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for stdint.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7850: checking for unistd.h
configure:7850: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7850: $? = 0
configure:7850: result: yes
configure:7864: checking for dlfcn.h
configure:7864: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:7864: $? = 0
configure:7864: result: yes
configure:8070: checking for objdir
configure:8085: result: .libs
configure:8356: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:8374: gcc -std=gnu99 -c -DRELEASE -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8378: $? = 0
configure:8391: result: no
configure:8718: checking for gcc -std=gnu99 option to produce PIC
configure:8725: result: -DDLL_EXPORT -DPIC
configure:8733: checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works
configure:8751: gcc -std=gnu99 -c -DRELEASE -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:8755: $? = 0
configure:8768: result: yes
configure:8797: checking if gcc -std=gnu99 static flag -static works
configure:8825: result: yes
configure:8840: checking if gcc -std=gnu99 supports -c -o file.o
configure:8861: gcc -std=gnu99 -c -DRELEASE -o out/conftest2.o conftest.c >&5
configure:8865: $? = 0
configure:8887: result: yes
configure:8895: checking if gcc -std=gnu99 supports -c -o file.o
configure:8942: result: yes
configure:8975: checking whether the gcc -std=gnu99 linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries
configure:10128: result: yes
configure:10165: checking whether -lc should be explicitly linked in
configure:10173: gcc -std=gnu99 -c -DRELEASE conftest.c >&5
configure:10176: $? = 0
configure:10191: gcc -std=gnu99 -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10194: $? = 1
configure:10208: result: yes
configure:10368: checking dynamic linker characteristics
configure:11101: result: Win32 ld.exe
configure:11208: checking how to hardcode library paths into programs
configure:11233: result: immediate
configure:11773: checking whether stripping libraries is possible
configure:11778: result: yes
configure:11813: checking if libtool supports shared libraries
configure:11815: result: yes
configure:11818: checking whether to build shared libraries
configure:11839: result: yes
configure:11842: checking whether to build static libraries
configure:11846: result: yes
configure:11926: checking gcc version
configure:11932: result: 4.8.1
configure:11953: checking for gawk
configure:11980: result: gawk
configure:12039: checking for gcc
configure:12066: result: gcc
configure:12295: checking for C compiler version
configure:12304: gcc --version >&5
gcc (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:12315: $? = 0
configure:12304: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC)
configure:12315: $? = 0
configure:12304: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:12315: $? = 1
configure:12304: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:12315: $? = 1
configure:12319: checking whether we are using the GNU C compiler
configure:12347: result: yes
configure:12356: checking whether gcc accepts -g
configure:12417: result: yes
configure:12434: checking for gcc option to accept ISO C89
configure:12510: result: none needed
configure:12532: checking dependency style of gcc
configure:12643: result: gcc3
configure:12663: checking how to run the C preprocessor
configure:12733: result: gcc -std=gnu99 -E
configure:12753: gcc -std=gnu99 -E conftest.c
configure:12753: $? = 0
configure:12767: gcc -std=gnu99 -E conftest.c
conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:12767: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12796: checking whether ln -s works
configure:12800: result: yes
configure:12807: checking whether make sets $(MAKE)
configure:12829: result: yes
configure:12841: checking for pkg-config
configure:12859: found /usr/bin/pkg-config
configure:12872: result: /usr/bin/pkg-config
configure:12891: checking for spatch
configure:12922: result: no
configure:12949: checking for python
configure:12967: found /usr/bin/python
configure:12980: result: /usr/bin/python
configure:13014: checking arpa/inet.h usability
configure:13014: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking arpa/inet.h presence
configure:13014: gcc -std=gnu99 -E conftest.c
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking for arpa/inet.h
configure:13014: result: yes
configure:13014: checking assert.h usability
configure:13014: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking assert.h presence
configure:13014: gcc -std=gnu99 -E conftest.c
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking for assert.h
configure:13014: result: yes
configure:13014: checking ctype.h usability
configure:13014: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking ctype.h presence
configure:13014: gcc -std=gnu99 -E conftest.c
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking for ctype.h
configure:13014: result: yes
configure:13014: checking errno.h usability
configure:13014: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking errno.h presence
configure:13014: gcc -std=gnu99 -E conftest.c
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking for errno.h
configure:13014: result: yes
configure:13014: checking fcntl.h usability
configure:13014: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking fcntl.h presence
configure:13014: gcc -std=gnu99 -E conftest.c
configure:13014: $? = 0
configure:13014: result: yes
configure:13014: checking for fcntl.h
configure:13014: result: yes
configure:13014: checking for inttypes.h
configure:13014: result: yes
configure:13026: checking getopt.h usability
configure:13026: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13026: $? = 0
configure:13026: result: yes
configure:13026: checking getopt.h presence
configure:13026: gcc -std=gnu99 -E conftest.c
configure:13026: $? = 0
configure:13026: result: yes
configure:13026: checking for getopt.h
configure:13026: result: yes
configure:13039: checking limits.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking limits.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for limits.h
configure:13039: result: yes
configure:13039: checking netdb.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking netdb.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for netdb.h
configure:13039: result: yes
configure:13039: checking netinet/in.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking netinet/in.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for netinet/in.h
configure:13039: result: yes
configure:13039: checking poll.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking poll.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for poll.h
configure:13039: result: yes
configure:13039: checking sched.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking sched.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for sched.h
configure:13039: result: yes
configure:13039: checking signal.h usability
configure:13039: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking signal.h presence
configure:13039: gcc -std=gnu99 -E conftest.c
configure:13039: $? = 0
configure:13039: result: yes
configure:13039: checking for signal.h
configure:13039: result: yes
configure:13052: checking stdarg.h usability
configure:13052: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking stdarg.h presence
configure:13052: gcc -std=gnu99 -E conftest.c
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking for stdarg.h
configure:13052: result: yes
configure:13052: checking for stdint.h
configure:13052: result: yes
configure:13052: checking stdio.h usability
configure:13052: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking stdio.h presence
configure:13052: gcc -std=gnu99 -E conftest.c
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking for stdio.h
configure:13052: result: yes
configure:13052: checking for stdlib.h
configure:13052: result: yes
configure:13052: checking for string.h
configure:13052: result: yes
configure:13052: checking sys/ioctl.h usability
configure:13052: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking sys/ioctl.h presence
configure:13052: gcc -std=gnu99 -E conftest.c
configure:13052: $? = 0
configure:13052: result: yes
configure:13052: checking for sys/ioctl.h
configure:13052: result: yes
configure:13065: checking syslog.h usability
configure:13065: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13065: $? = 0
configure:13065: result: yes
configure:13065: checking syslog.h presence
configure:13065: gcc -std=gnu99 -E conftest.c
configure:13065: $? = 0
configure:13065: result: yes
configure:13065: checking for syslog.h
configure:13065: result: yes
configure:13065: checking sys/prctl.h usability
configure:13065: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:76:23: fatal error: sys/prctl.h: No such file or directory
#include <sys/prctl.h>
^
compilation terminated.
configure:13065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:13065: result: no
configure:13065: checking sys/prctl.h presence
configure:13065: gcc -std=gnu99 -E conftest.c
conftest.c:43:23: fatal error: sys/prctl.h: No such file or directory
#include <sys/prctl.h>
^
compilation terminated.
configure:13065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h. */
| #include <sys/prctl.h>
configure:13065: result: no
configure:13065: checking for sys/prctl.h
configure:13065: result: no
configure:13065: checking sys/socket.h usability
configure:13065: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13065: $? = 0
configure:13065: result: yes
configure:13065: checking sys/socket.h presence
configure:13065: gcc -std=gnu99 -E conftest.c
configure:13065: $? = 0
configure:13065: result: yes
configure:13065: checking for sys/socket.h
configure:13065: result: yes
configure:13065: checking for sys/stat.h
configure:13065: result: yes
configure:13065: checking sys/syscall.h usability
configure:13065: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:78:25: fatal error: sys/syscall.h: No such file or directory
#include <sys/syscall.h>
^
compilation terminated.
configure:13065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syscall.h>
configure:13065: result: no
configure:13065: checking sys/syscall.h presence
configure:13065: gcc -std=gnu99 -E conftest.c
conftest.c:45:25: fatal error: sys/syscall.h: No such file or directory
#include <sys/syscall.h>
^
compilation terminated.
configure:13065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h. */
| #include <sys/syscall.h>
configure:13065: result: no
configure:13065: checking for sys/syscall.h
configure:13065: result: no
configure:13078: checking sys/time.h usability
configure:13078: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking sys/time.h presence
configure:13078: gcc -std=gnu99 -E conftest.c
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for sys/time.h
configure:13078: result: yes
configure:13078: checking time.h usability
configure:13078: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking time.h presence
configure:13078: gcc -std=gnu99 -E conftest.c
configure:13078: $? = 0
configure:13078: result: yes
configure:13078: checking for time.h
configure:13078: result: yes
configure:13078: checking for unistd.h
configure:13078: result: yes
configure:13091: checking for sys/ioctl.h
configure:13091: result: yes
configure:13091: checking linux/if_ether.h usability
configure:13091: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:82:28: fatal error: linux/if_ether.h: No such file or directory
#include <linux/if_ether.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_ether.h>
configure:13091: result: no
configure:13091: checking linux/if_ether.h presence
configure:13091: gcc -std=gnu99 -E conftest.c
conftest.c:49:28: fatal error: linux/if_ether.h: No such file or directory
#include <linux/if_ether.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <linux/if_ether.h>
configure:13091: result: no
configure:13091: checking for linux/if_ether.h
configure:13091: result: no
configure:13091: checking linux/if_packet.h usability
configure:13091: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:82:29: fatal error: linux/if_packet.h: No such file or directory
#include <linux/if_packet.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_packet.h>
configure:13091: result: no
configure:13091: checking linux/if_packet.h presence
configure:13091: gcc -std=gnu99 -E conftest.c
conftest.c:49:29: fatal error: linux/if_packet.h: No such file or directory
#include <linux/if_packet.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <linux/if_packet.h>
configure:13091: result: no
configure:13091: checking for linux/if_packet.h
configure:13091: result: no
configure:13091: checking linux/filter.h usability
configure:13091: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:82:26: fatal error: linux/filter.h: No such file or directory
#include <linux/filter.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/filter.h>
configure:13091: result: no
configure:13091: checking linux/filter.h presence
configure:13091: gcc -std=gnu99 -E conftest.c
conftest.c:49:26: fatal error: linux/filter.h: No such file or directory
#include <linux/filter.h>
^
compilation terminated.
configure:13091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <linux/filter.h>
configure:13091: result: no
configure:13091: checking for linux/filter.h
configure:13091: result: no
configure:13105: checking for sys/socket.h
configure:13105: result: yes
configure:13105: checking for net/if.h
configure:13105: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13105: $? = 0
configure:13105: result: yes
configure:13105: checking for sys/mman.h
configure:13105: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13105: $? = 0
configure:13105: result: yes
configure:13105: checking for linux/if_arp.h
configure:13105: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:58:26: fatal error: linux/if_arp.h: No such file or directory
#include <linux/if_arp.h>
^
compilation terminated.
configure:13105: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/types.h>
| #include <sys/socket.h>
| #endif
|
|
| #include <linux/if_arp.h>
configure:13105: result: no
configure:13124: checking for windows.h
configure:13124: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13124: $? = 0
configure:13124: result: yes
configure:13124: checking for winsock2.h
configure:13124: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13124: $? = 0
configure:13124: result: yes
configure:13124: checking for ws2tcpip.h
configure:13124: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13124: $? = 0
configure:13124: result: yes
configure:13138: checking for w32api/winbase.h
configure:13138: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13138: $? = 0
configure:13138: result: yes
configure:13153: checking for inline
configure:13169: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13169: $? = 0
configure:13177: result: inline
configure:13195: checking for pid_t
configure:13195: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13195: $? = 0
configure:13195: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:13195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:13195: result: yes
configure:13206: checking for size_t
configure:13206: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13206: $? = 0
configure:13206: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:13206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:13206: result: yes
configure:13217: checking for int32_t
configure:13217: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13217: $? = 0
configure:13217: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c: In function 'main':
conftest.c:94:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:93:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:93:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:13217: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13217: result: yes
configure:13228: checking for uint16_t
configure:13228: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13228: $? = 0
configure:13228: result: yes
configure:13240: checking for uint32_t
configure:13240: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13240: $? = 0
configure:13240: result: yes
configure:13254: checking for uint64_t
configure:13254: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13254: $? = 0
configure:13254: result: yes
configure:13268: checking for uint8_t
configure:13268: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13268: $? = 0
configure:13268: result: yes
configure:13282: checking for stdbool.h that conforms to C99
configure:13349: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c: In function 'main':
conftest.c:105:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
bool e = &s;
^
conftest.c:109:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:109:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
^
conftest.c:110:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
^
conftest.c:110:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
^
conftest.c:110:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
^
configure:13349: $? = 0
configure:13356: result: yes
configure:13358: checking for _Bool
configure:13358: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13358: $? = 0
configure:13358: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:13358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:13358: result: yes
configure:13379: checking for stdlib.h
configure:13379: result: yes
configure:13389: checking for GNU libc compatible malloc
configure:13413: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13413: $? = 0
configure:13413: ./conftest.exe
configure:13413: $? = 0
configure:13423: result: yes
configure:13446: checking for stdlib.h
configure:13446: result: yes
configure:13456: checking for GNU libc compatible realloc
configure:13480: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13480: $? = 0
configure:13480: ./conftest.exe
configure:13480: $? = 0
configure:13490: result: yes
configure:13514: checking for gettimeofday
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for memset
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:86:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strcasecmp
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:87:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char strcasecmp ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strchr
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:88:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strdup
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:89:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strerror
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strncasecmp
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:91:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strtol
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for strtoul
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13514: $? = 0
configure:13514: result: yes
configure:13514: checking for memchr
configure:13514: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
conftest.c:94:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
char memchr ();
^
configure:13514: $? = 0
configure:13514: result: yes
configure:13532: checking for special C compiler options needed for large files
configure:13577: result: no
configure:13583: checking for _FILE_OFFSET_BITS value needed for large files
configure:13608: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 conftest.c >&5
configure:13608: $? = 0
configure:13640: result: no
configure:13727: checking host os
configure:13783: result: ok
configure:14160: checking pcre.h usability
configure:14160: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:14160: $? = 0
configure:14160: result: yes
configure:14160: checking pcre.h presence
configure:14160: gcc -std=gnu99 -E conftest.c
configure:14160: $? = 0
configure:14160: result: yes
configure:14160: checking for pcre.h
configure:14160: result: yes
configure:14173: checking for pcre_get_substring in -lpcre
configure:14198: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c -lpcre >&5
configure:14198: $? = 0
configure:14207: result: yes
configure:14232: checking for pcre_dfa_exec in -lpcre
configure:14257: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c -lpcre -lpcre >&5
configure:14257: $? = 0
configure:14266: result: yes
configure:14300: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:14300: $? = 0
configure:14318: checking for PCRE JIT support
configure:14334: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:14334: $? = 0
configure:14343: result: yes
configure:14349: checking for PCRE JIT support usability
configure:14377: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:14377: $? = 0
configure:14393: result: yes
configure:14423: checking yaml.h usability
configure:14423: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:14423: $? = 0
configure:14423: result: yes
configure:14423: checking yaml.h presence
configure:14423: gcc -std=gnu99 -E conftest.c
configure:14423: $? = 0
configure:14423: result: yes
configure:14423: checking for yaml.h
configure:14423: result: yes
configure:14437: checking for yaml_parser_initialize in -lyaml
configure:14462: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c -lyaml -lpcre >&5
configure:14462: $? = 0
configure:14471: result: yes
configure:14525: checking for pthread_create in -lpthread
configure:14550: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c -lpthread -lyaml -lpcre >&5
configure:14550: $? = 0
configure:14559: result: yes
configure:14614: checking jansson.h usability
configure:14614: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
conftest.c:110:21: fatal error: jansson.h: No such file or directory
#include <jansson.h>
^
compilation terminated.
configure:14614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jansson.h>
configure:14614: result: no
configure:14614: checking jansson.h presence
configure:14614: gcc -std=gnu99 -E conftest.c
conftest.c:77:21: fatal error: jansson.h: No such file or directory
#include <jansson.h>
^
compilation terminated.
configure:14614: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <jansson.h>
configure:14614: result: no
configure:14614: checking for jansson.h
configure:14614: result: no
configure:15477: checking for libnet.h version 1.1.x
configure:16054: checking pcap.h usability
configure:16054: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:16054: $? = 0
configure:16054: result: yes
configure:16054: checking pcap.h presence
configure:16054: gcc -std=gnu99 -E conftest.c
configure:16054: $? = 0
configure:16054: result: yes
configure:16054: checking for pcap.h
configure:16054: result: yes
configure:16069: checking for pcap.h
configure:16069: result: yes
configure:16069: checking pcap/pcap.h usability
configure:16069: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:16069: $? = 0
configure:16069: result: yes
configure:16069: checking pcap/pcap.h presence
configure:16069: gcc -std=gnu99 -E conftest.c
configure:16069: $? = 0
configure:16069: result: yes
configure:16069: checking for pcap/pcap.h
configure:16069: result: yes
configure:16069: checking pcap/bpf.h usability
configure:16069: gcc -c -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c >&5
configure:16069: $? = 0
configure:16069: result: yes
configure:16069: checking pcap/bpf.h presence
configure:16069: gcc -std=gnu99 -E conftest.c
configure:16069: $? = 0
configure:16069: result: yes
configure:16069: checking for pcap/bpf.h
configure:16069: result: yes
configure:16081: checking for pcap_open_live in -lpcap
configure:16106: gcc -o conftest.exe -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native conftest.c -lpcap -lpthread -lpthread -lyaml -lpcre >&5
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/../lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/libpcap.a when searching for -lpcap
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpcap
collect2: error: ld returned 1 exit status
configure:16106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "1.4.5"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_W32API_WINBASE_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_PCAP_BPF_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pcap_open_live ();
| int
| main ()
| {
| return pcap_open_live ();
| ;
| return 0;
| }
configure:16115: result: no

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-cygwin
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBHTPMAXVERSION_CFLAGS_set=
ac_cv_env_LIBHTPMAXVERSION_CFLAGS_value=
ac_cv_env_LIBHTPMAXVERSION_LIBS_set=
ac_cv_env_LIBHTPMAXVERSION_LIBS_value=
ac_cv_env_LIBHTPMINVERSION_CFLAGS_set=
ac_cv_env_LIBHTPMINVERSION_CFLAGS_value=
ac_cv_env_LIBHTPMINVERSION_LIBS_set=
ac_cv_env_LIBHTPMINVERSION_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUAJIT_CFLAGS_set=
ac_cv_env_LUAJIT_CFLAGS_value=
ac_cv_env_LUAJIT_LIBS_set=
ac_cv_env_LUAJIT_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memchr=yes
ac_cv_func_memset=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jansson_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_filter_h=no
ac_cv_header_linux_if_arp_h=no
ac_cv_header_linux_if_ether_h=no
ac_cv_header_linux_if_packet_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pcap_bpf_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pcap_pcap_h=yes
ac_cv_header_pcre_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_w32api_winbase_h=yes
ac_cv_header_windows_h=yes
ac_cv_header_winsock2_h=yes
ac_cv_header_ws2tcpip_h=yes
ac_cv_header_yaml_h=yes
ac_cv_host=x86_64-unknown-cygwin
ac_cv_lib_pcap_pcap_open_live=no
ac_cv_lib_pcre_pcre_dfa_exec=yes
ac_cv_lib_pcre_pcre_get_substring=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_yaml_yaml_parser_initialize=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_HAVE_COCCINELLE_CONFIG=no
ac_cv_path_HAVE_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_HAVE_PYTHON_CONFIG=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
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'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=8192
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/Administrator/suricata-1.4.5/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /home/Administrator/suricata-1.4.5/missing --run autoconf'
AUTOHEADER='${SHELL} /home/Administrator/suricata-1.4.5/missing --run autoheader'
AUTOMAKE='${SHELL} /home/Administrator/suricata-1.4.5/missing --run automake-1.11'
AWK='gawk'
BUILD_CUDA_FALSE=''
BUILD_CUDA_TRUE=''
BUILD_LIBHTP_FALSE=''
BUILD_LIBHTP_TRUE=''
BUILD_UNITTESTS_FALSE=''
BUILD_UNITTESTS_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -DRELEASE -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -fno-strict-aliasing -Wno-unused-parameter -std=gnu99 -march=native'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CYGPATH_W='cygpath -w'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_COCCINELLE_CONFIG='no'
HAVE_COCCINELLE_FALSE=''
HAVE_COCCINELLE_TRUE='#'
HAVE_GIT_CMD=''
HAVE_PCAP_CONFIG=''
HAVE_PKG_CONFIG='/usr/bin/pkg-config'
HAVE_PYTHON_CONFIG='/usr/bin/python'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-cygwin/bin/ld.exe'
LDFLAGS=''
LIBHTPMAXVERSION_CFLAGS=''
LIBHTPMAXVERSION_LIBS=''
LIBHTPMINVERSION_CFLAGS=''
LIBHTPMINVERSION_LIBS=''
LIBOBJS=''
LIBPRELUDE_CFLAGS=''
LIBPRELUDE_CONFIG=''
LIBPRELUDE_CONFIG_PREFIX=''
LIBPRELUDE_LDFLAGS=''
LIBPRELUDE_LIBS=''
LIBPRELUDE_PREFIX=''
LIBPRELUDE_PTHREAD_CFLAGS=''
LIBS='-lpthread -lyaml -lpcre '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LUAJIT_CFLAGS=''
LUAJIT_LIBS=''
MAKEINFO='${SHELL} /home/Administrator/suricata-1.4.5/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NVCC=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='suricata'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON=''
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.4.5'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-cygwin'
build_alias=''
build_cpu='x86_64'
build_os='cygwin'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
e_localstatedir=''
e_logdir=''
e_logfilesdir=''
e_magic_file='/usr/share/file/magic'
e_rundir=''
e_sysconfdir=''
e_sysconfrulesdir=''
exec_prefix='NONE'
host='x86_64-unknown-cygwin'
host_alias=''
host_cpu='x86_64'
host_os='cygwin'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/Administrator/suricata-1.4.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "suricata"
#define VERSION "1.4.5"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ARPA_INET_H 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_GETOPT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_POLL_H 1
#define HAVE_SCHED_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_WINDOWS_H 1
#define HAVE_WINSOCK2_H 1
#define HAVE_WS2TCPIP_H 1
#define HAVE_W32API_WINBASE_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_MEMCHR 1
#define HAVE_LIBPCRE 1
#define HAVE_LIBPCRE 1
#define PCRE_HAVE_JIT 1
#define HAVE_LIBYAML 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PCAP_H 1
#define HAVE_PCAP_PCAP_H 1
#define HAVE_PCAP_BPF_H 1

configure: exit 1
    (1-1/1)