Wireshark-dev: Re: [Wireshark-dev] linux package requirements for wireshark build
From: Alan Partis <alpartis@xxxxxxxxxxxxxx>
Date: Sun, 25 Jun 2017 21:27:38 -0400 (EDT)
On Sun, 25 Jun 2017, Guy Harris wrote: > On Jun 25, 2017, at 5:29 PM, Alan Partis <alpartis@xxxxxxxxxxxxxx> wrote: > > > $ dnf list zlib* > > Last metadata expiration check: 10:52:36 ago on Sat Jun 24 22:28:29 2017. > > Installed Packages > > zlib.i686 1.2.8-10.fc24 @fedora > > zlib.x86_64 1.2.8-10.fc24 @koji-override-0 > > zlib-devel.i686 1.2.8-10.fc24 @fedora > > So you have both 32-bit and 64-bit versions of the shared library > installed, but only a *32-bit* version of the development package? > > That could probably confuse a configure script; it should fail in some > clearer fashion if you have that configuration and are configuring to > build a 64-bit version. yessir Attached recreated config.log per request ... _______________________________________________________ Alan Partis thundernet development group
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Wireshark configure 2.5.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = lincoln uname -m = x86_64 uname -r = 4.10.17-100.fc24.x86_64 uname -s = Linux uname -v = #1 SMP Mon May 22 16:32:22 UTC 2017 /usr/bin/uname -p = x86_64 /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: . PATH: /home/alpartis/bin PATH: /thundernet/bin PATH: /digium/bin PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /etc/alternatives/java_sdk/bin PATH: /home/alpartis/devtools/android/sdk/tools PATH: /home/alpartis/devtools/android/sdk/platform-tools PATH: /home/alpartis/devtools/android/sdk/ndk-bundle PATH: /home/alpartis/.local/bin PATH: /home/alpartis/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2996: checking build system type configure:3010: result: x86_64-pc-linux-gnu configure:3030: checking host system type configure:3043: result: x86_64-pc-linux-gnu configure:3063: checking target system type configure:3076: result: x86_64-pc-linux-gnu configure:3119: checking for a BSD-compatible install configure:3187: result: /usr/bin/install -c configure:3198: checking whether build environment is sane configure:3253: result: yes configure:3404: checking for a thread-safe mkdir -p configure:3443: result: /usr/bin/mkdir -p configure:3450: checking for gawk configure:3466: found /usr/bin/gawk configure:3477: result: gawk configure:3488: checking whether make sets $(MAKE) configure:3510: result: yes configure:3539: checking whether make supports nested variables configure:3556: result: yes configure:3645: checking whether UID '1000' is supported by ustar format configure:3648: result: yes configure:3655: checking whether GID '1000' is supported by ustar format configure:3658: result: yes configure:3666: checking how to create a ustar tar archive configure:3677: tar --version tar (GNU tar) 1.28 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3680: $? = 0 configure:3720: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3723: $? = 0 configure:3727: tar -xf - <conftest.tar configure:3730: $? = 0 configure:3732: cat conftest.dir/file GrepMe configure:3735: $? = 0 configure:3748: result: gnutar configure:3812: checking whether make supports nested variables configure:3829: result: yes configure:3905: checking how to print strings configure:3932: result: printf configure:3965: checking for style of include used by make configure:3993: result: GNU configure:4064: checking for gcc configure:4080: found /usr/bin/gcc configure:4091: result: gcc configure:4320: checking for C compiler version configure:4329: gcc --version >&5 gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) Copyright (C) 2016 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:4340: $? = 0 configure:4329: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.3.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) configure:4340: $? = 0 configure:4329: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4340: $? = 1 configure:4329: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4340: $? = 1 configure:4360: checking whether the C compiler works configure:4382: gcc conftest.c >&5 configure:4386: $? = 0 configure:4434: result: yes configure:4437: checking for C compiler default output file name configure:4439: result: a.out configure:4445: checking for suffix of executables configure:4452: gcc -o conftest conftest.c >&5 configure:4456: $? = 0 configure:4478: result: configure:4500: checking whether we are cross compiling configure:4508: gcc -o conftest conftest.c >&5 configure:4512: $? = 0 configure:4519: ./conftest configure:4523: $? = 0 configure:4538: result: no configure:4543: checking for suffix of object files configure:4565: gcc -c conftest.c >&5 configure:4569: $? = 0 configure:4590: result: o configure:4594: checking whether we are using the GNU C compiler configure:4613: gcc -c conftest.c >&5 configure:4613: $? = 0 configure:4622: result: yes configure:4631: checking whether gcc accepts -g configure:4651: gcc -c -g conftest.c >&5 configure:4651: $? = 0 configure:4692: result: yes configure:4709: checking for gcc option to accept ISO C89 configure:4772: gcc -c -g -O2 conftest.c >&5 configure:4772: $? = 0 configure:4785: result: none needed configure:4810: checking whether gcc understands -c and -o together configure:4832: gcc -c conftest.c -o conftest2.o configure:4835: $? = 0 configure:4832: gcc -c conftest.c -o conftest2.o configure:4835: $? = 0 configure:4847: result: yes configure:4866: checking dependency style of gcc configure:4977: result: gcc3 configure:4992: checking for a sed that does not truncate output configure:5056: result: /usr/bin/sed configure:5074: checking for grep that handles long lines and -e configure:5132: result: /usr/bin/grep configure:5137: checking for egrep configure:5199: result: /usr/bin/grep -E configure:5204: checking for fgrep configure:5266: result: /usr/bin/grep -F configure:5301: checking for ld used by gcc configure:5368: result: /usr/bin/ld configure:5375: checking if the linker (/usr/bin/ld) is GNU ld configure:5390: result: yes configure:5402: checking for BSD- or MS-compatible name lister (nm) configure:5456: result: /usr/bin/nm -B configure:5586: checking the name lister (/usr/bin/nm -B) interface configure:5593: gcc -c -g -O2 conftest.c >&5 configure:5596: /usr/bin/nm -B "conftest.o" configure:5599: output 0000000000000000 B some_variable configure:5606: result: BSD nm configure:5609: checking whether ln -s works configure:5613: result: yes configure:5621: checking the maximum length of command line arguments configure:5752: result: 1572864 configure:5800: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5840: result: func_convert_file_noop configure:5847: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5867: result: func_convert_file_noop configure:5874: checking for /usr/bin/ld option to reload object files configure:5881: result: -r configure:5955: checking for objdump configure:5971: found /usr/bin/objdump configure:5982: result: objdump configure:6014: checking how to recognize dependent libraries configure:6214: result: pass_all configure:6299: checking for dlltool configure:6329: result: no configure:6359: checking how to associate runtime and link libraries configure:6386: result: printf %s\n configure:6447: checking for ar configure:6463: found /usr/bin/ar configure:6474: result: ar configure:6511: checking for archiver @FILE support configure:6528: gcc -c -g -O2 conftest.c >&5 configure:6528: $? = 0 configure:6531: ar cru libconftest.a @conftest.lst >&5 configure:6534: $? = 0 configure:6539: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6542: $? = 1 configure:6554: result: @ configure:6612: checking for strip configure:6628: found /usr/bin/strip configure:6639: result: strip configure:6711: checking for ranlib configure:6727: found /usr/bin/ranlib configure:6738: result: ranlib configure:6840: checking command to parse /usr/bin/nm -B output from gcc object configure:6993: gcc -c -g -O2 conftest.c >&5 configure:6996: $? = 0 configure:7000: /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:7003: $? = 0 configure:7069: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7072: $? = 0 configure:7110: result: ok configure:7157: checking for sysroot configure:7187: result: no configure:7194: checking for a working dd configure:7232: result: /usr/bin/dd configure:7236: checking how to truncate binary pipes configure:7251: result: /usr/bin/dd bs=4096 count=1 configure:7387: gcc -c -g -O2 conftest.c >&5 configure:7390: $? = 0 configure:7580: checking for mt configure:7610: result: no configure:7630: checking if : is a manifest tool configure:7636: : '-?' configure:7644: result: no configure:8321: checking how to run the C preprocessor configure:8352: gcc -E conftest.c configure:8352: $? = 0 configure:8366: gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:8366: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8391: result: gcc -E configure:8411: gcc -E conftest.c configure:8411: $? = 0 configure:8425: gcc -E conftest.c conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:8425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8454: checking for ANSI C header files configure:8474: gcc -c -g -O2 conftest.c >&5 configure:8474: $? = 0 configure:8547: gcc -o conftest -g -O2 conftest.c >&5 configure:8547: $? = 0 configure:8547: ./conftest configure:8547: $? = 0 configure:8558: result: yes configure:8571: checking for sys/types.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for sys/stat.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for stdlib.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for string.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for memory.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for strings.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for inttypes.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for stdint.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8571: checking for unistd.h configure:8571: gcc -c -g -O2 conftest.c >&5 configure:8571: $? = 0 configure:8571: result: yes configure:8585: checking for dlfcn.h configure:8585: gcc -c -g -O2 conftest.c >&5 configure:8585: $? = 0 configure:8585: result: yes configure:8839: checking for objdir configure:8854: result: .libs configure:9118: checking if gcc supports -fno-rtti -fno-exceptions configure:9136: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:9140: $? = 0 configure:9153: result: no configure:9511: checking for gcc option to produce PIC configure:9518: result: -fPIC -DPIC configure:9526: checking if gcc PIC flag -fPIC -DPIC works configure:9544: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9548: $? = 0 configure:9561: result: yes configure:9590: checking if gcc static flag -static works configure:9618: result: no configure:9633: checking if gcc supports -c -o file.o configure:9654: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9658: $? = 0 configure:9680: result: yes configure:9688: checking if gcc supports -c -o file.o configure:9735: result: yes configure:9768: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:11027: result: yes configure:11064: checking whether -lc should be explicitly linked in configure:11072: gcc -c -g -O2 conftest.c >&5 configure:11075: $? = 0 configure:11090: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11093: $? = 0 configure:11107: result: no configure:11267: checking dynamic linker characteristics configure:11848: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11848: $? = 0 configure:12088: result: GNU/Linux ld.so configure:12210: checking how to hardcode library paths into programs configure:12235: result: immediate configure:12337: checking for shl_load configure:12337: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccLwkcPx.o: In function `main': /thundernet/dev/wireshark/conftest.c:61: undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:12337: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* 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 shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:12337: result: no configure:12341: checking for shl_load in -ldld configure:12366: gcc -o conftest -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:12366: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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. */ | | /* 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 shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:12375: result: no configure:12380: checking for dlopen configure:12380: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccOXPnfC.o: In function `main': /thundernet/dev/wireshark/conftest.c:61: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:12380: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* 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 dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:12380: result: no configure:12384: checking for dlopen in -ldl configure:12409: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:12409: $? = 0 configure:12418: result: yes configure:12537: checking whether a program can dlopen itself configure:12617: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:12620: $? = 0 configure:12638: result: yes configure:12643: checking whether a statically linked program can dlopen itself configure:12723: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:12726: $? = 0 configure:12744: result: yes configure:12783: checking whether stripping libraries is possible configure:12788: result: yes configure:12823: checking if libtool supports shared libraries configure:12825: result: yes configure:12828: checking whether to build shared libraries configure:12853: result: yes configure:12856: checking whether to build static libraries configure:12860: result: no configure:12906: checking for gcc option to accept ISO C99 configure:13055: gcc -c -g -O2 conftest.c >&5 configure:13055: $? = 0 configure:13068: result: none needed configure:13092: checking how to run the C preprocessor configure:13162: result: gcc -E configure:13182: gcc -E conftest.c configure:13182: $? = 0 configure:13196: gcc -E conftest.c conftest.c:27:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:13196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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:13283: checking for g++ configure:13299: found /usr/bin/g++ configure:13310: result: g++ configure:13337: checking for C++ compiler version configure:13346: g++ --version >&5 g++ (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) Copyright (C) 2016 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:13357: $? = 0 configure:13346: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.3.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) configure:13357: $? = 0 configure:13346: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:13357: $? = 1 configure:13346: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:13357: $? = 1 configure:13361: checking whether we are using the GNU C++ compiler configure:13380: g++ -c conftest.cpp >&5 configure:13380: $? = 0 configure:13389: result: yes configure:13398: checking whether g++ accepts -g configure:13418: g++ -c -g conftest.cpp >&5 configure:13418: $? = 0 configure:13459: result: yes configure:13484: checking dependency style of g++ configure:13595: result: gcc3 configure:13628: checking how to run the C++ preprocessor configure:13655: g++ -E conftest.cpp configure:13655: $? = 0 configure:13669: g++ -E conftest.cpp conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:13669: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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:13694: result: g++ -E configure:13714: g++ -E conftest.cpp configure:13714: $? = 0 configure:13728: g++ -E conftest.cpp conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:13728: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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:13890: checking for ld used by g++ configure:13957: result: /usr/bin/ld -m elf_x86_64 configure:13964: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:13979: result: yes configure:14034: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15107: result: yes configure:15143: g++ -c -g -O2 conftest.cpp >&5 configure:15146: $? = 0 configure:15627: checking for g++ option to produce PIC configure:15634: result: -fPIC -DPIC configure:15642: checking if g++ PIC flag -fPIC -DPIC works configure:15660: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15664: $? = 0 configure:15677: result: yes configure:15700: checking if g++ static flag -static works configure:15728: result: no configure:15740: checking if g++ supports -c -o file.o configure:15761: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15765: $? = 0 configure:15787: result: yes configure:15792: checking if g++ supports -c -o file.o configure:15839: result: yes configure:15869: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15909: result: yes configure:16050: checking dynamic linker characteristics configure:16798: result: GNU/Linux ld.so configure:16863: checking how to hardcode library paths into programs configure:16888: result: immediate configure:16943: checking whether g++ is a C++ compiler configure:16967: g++ -o conftest -g -O2 conftest.cpp >&5 configure:16967: $? = 0 configure:16968: result: yes configure:16996: checking whether g++ supports C++11 features by default configure:17290: g++ -c -g -O2 conftest.cpp >&5 configure:17290: $? = 0 configure:17297: result: yes configure:17710: checking for gcc configure:17737: result: gcc configure:17966: checking for C compiler version configure:17975: gcc --version >&5 gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) Copyright (C) 2016 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:17986: $? = 0 configure:17975: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.3.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 6.3.1 20161221 (Red Hat 6.3.1-1) (GCC) configure:17986: $? = 0 configure:17975: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:17986: $? = 1 configure:17975: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:17986: $? = 1 configure:17990: checking whether we are using the GNU C compiler configure:18018: result: yes configure:18027: checking whether gcc accepts -g configure:18047: gcc -c -g -O2 conftest.c >&5 configure:18047: $? = 0 configure:18088: result: yes configure:18105: checking for gcc option to accept ISO C89 configure:18181: result: none needed configure:18206: checking whether gcc understands -c and -o together configure:18243: result: yes configure:18262: checking dependency style of gcc configure:18373: result: gcc3 configure:18393: checking how to run the C preprocessor configure:18424: gcc -E conftest.c configure:18424: $? = 0 configure:18438: gcc -E conftest.c conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:18438: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:18463: result: gcc -E configure:18483: gcc -E conftest.c configure:18483: $? = 0 configure:18497: gcc -E conftest.c conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:18497: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:18539: checking for a sed that does not truncate output configure:18603: result: /usr/bin/sed configure:18609: checking whether ln -s works configure:18613: result: yes configure:18624: checking for perl configure:18642: found /usr/bin/perl configure:18654: result: /usr/bin/perl configure:18668: checking for python configure:18686: found /usr/bin/python configure:18698: result: /usr/bin/python configure:18716: checking whether /usr/bin/python is Python 2.5 or later configure:18726: result: yes configure:18737: checking for bison configure:18753: found /usr/bin/bison configure:18764: result: bison -y configure:18789: checking for flex configure:18805: found /usr/bin/flex configure:18816: result: flex configure:18854: flex conftest.l configure:18858: $? = 0 configure:18860: checking lex output file root configure:18874: result: lex.yy configure:18879: checking lex library configure:18893: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cco1pkLy.o: In function `input': /thundernet/dev/wireshark/lex.yy.c:1200: undefined reference to `yywrap' /tmp/cco1pkLy.o: In function `yylex': /thundernet/dev/wireshark/lex.yy.c:894: undefined reference to `yywrap' /tmp/cco1pkLy.o: In function `main': /thundernet/dev/wireshark/conftest.l:18: undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:18893: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 0 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include <stdio.h> | #include <string.h> | #include <errno.h> | #include <stdlib.h> | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include <inttypes.h> | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern yy_size_t yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | yy_size_t yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | #if defined(__GNUC__) && __GNUC__ >= 3 | __attribute__((__noreturn__)) | #endif | static void yy_fatal_error (yyconst char msg[] ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_uint16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_uint16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 484 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include <unistd.h> | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * _in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * _out_str ); | | yy_size_t yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput (int c,char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | size_t n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 710 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 817 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | yy_size_t number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | yy_size_t number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = (yy_size_t)size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18893: gcc -o conftest -g -O2 conftest.c -lfl >&5 /usr/bin/ld: cannot find -lfl collect2: error: ld returned 1 exit status configure:18893: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 0 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include <stdio.h> | #include <string.h> | #include <errno.h> | #include <stdlib.h> | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include <inttypes.h> | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern yy_size_t yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | yy_size_t yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | #if defined(__GNUC__) && __GNUC__ >= 3 | __attribute__((__noreturn__)) | #endif | static void yy_fatal_error (yyconst char msg[] ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_uint16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_uint16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 484 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include <unistd.h> | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * _in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * _out_str ); | | yy_size_t yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput (int c,char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | size_t n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 710 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 817 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | yy_size_t number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | yy_size_t number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = (yy_size_t)size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18893: gcc -o conftest -g -O2 conftest.c -ll >&5 /usr/bin/ld: cannot find -ll collect2: error: ld returned 1 exit status configure:18893: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 0 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include <stdio.h> | #include <string.h> | #include <errno.h> | #include <stdlib.h> | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include <inttypes.h> | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern yy_size_t yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | yy_size_t yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | #if defined(__GNUC__) && __GNUC__ >= 3 | __attribute__((__noreturn__)) | #endif | static void yy_fatal_error (yyconst char msg[] ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_uint16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_uint16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 484 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include <unistd.h> | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * _in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * _out_str ); | | yy_size_t yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput (int c,char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | size_t n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 710 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 817 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | yy_size_t number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | yy_size_t number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = (yy_size_t)size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18903: result: none needed configure:18909: checking whether yytext is a pointer configure:18926: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccgbw1f6.o: In function `input': /thundernet/dev/wireshark/lex.yy.c:1200: undefined reference to `yywrap' /tmp/ccgbw1f6.o: In function `yylex': /thundernet/dev/wireshark/lex.yy.c:894: undefined reference to `yywrap' /tmp/ccgbw1f6.o: In function `main': /thundernet/dev/wireshark/conftest.l:18: undefined reference to `yywrap' collect2: error: ld returned 1 exit status configure:18926: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | /* end confdefs.h. */ | | #define YYTEXT_POINTER 1 | | #line 3 "lex.yy.c" | | #define YY_INT_ALIGNED short int | | /* A lexical scanner generated by flex */ | | #define FLEX_SCANNER | #define YY_FLEX_MAJOR_VERSION 2 | #define YY_FLEX_MINOR_VERSION 6 | #define YY_FLEX_SUBMINOR_VERSION 0 | #if YY_FLEX_SUBMINOR_VERSION > 0 | #define FLEX_BETA | #endif | | /* First, we deal with platform-specific or compiler-specific issues. */ | | /* begin standard C headers. */ | #include <stdio.h> | #include <string.h> | #include <errno.h> | #include <stdlib.h> | | /* end standard C headers. */ | | /* flex integer type definitions */ | | #ifndef FLEXINT_H | #define FLEXINT_H | | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | * if you want the limit (max/min) macros for int types. | */ | #ifndef __STDC_LIMIT_MACROS | #define __STDC_LIMIT_MACROS 1 | #endif | | #include <inttypes.h> | typedef int8_t flex_int8_t; | typedef uint8_t flex_uint8_t; | typedef int16_t flex_int16_t; | typedef uint16_t flex_uint16_t; | typedef int32_t flex_int32_t; | typedef uint32_t flex_uint32_t; | #else | typedef signed char flex_int8_t; | typedef short int flex_int16_t; | typedef int flex_int32_t; | typedef unsigned char flex_uint8_t; | typedef unsigned short int flex_uint16_t; | typedef unsigned int flex_uint32_t; | | /* Limits of integral types. */ | #ifndef INT8_MIN | #define INT8_MIN (-128) | #endif | #ifndef INT16_MIN | #define INT16_MIN (-32767-1) | #endif | #ifndef INT32_MIN | #define INT32_MIN (-2147483647-1) | #endif | #ifndef INT8_MAX | #define INT8_MAX (127) | #endif | #ifndef INT16_MAX | #define INT16_MAX (32767) | #endif | #ifndef INT32_MAX | #define INT32_MAX (2147483647) | #endif | #ifndef UINT8_MAX | #define UINT8_MAX (255U) | #endif | #ifndef UINT16_MAX | #define UINT16_MAX (65535U) | #endif | #ifndef UINT32_MAX | #define UINT32_MAX (4294967295U) | #endif | | #endif /* ! C99 */ | | #endif /* ! FLEXINT_H */ | | #ifdef __cplusplus | | /* The "const" storage-class-modifier is valid. */ | #define YY_USE_CONST | | #else /* ! __cplusplus */ | | /* C99 requires __STDC__ to be defined as 1. */ | #if defined (__STDC__) | | #define YY_USE_CONST | | #endif /* defined (__STDC__) */ | #endif /* ! __cplusplus */ | | #ifdef YY_USE_CONST | #define yyconst const | #else | #define yyconst | #endif | | /* Returned upon end-of-file. */ | #define YY_NULL 0 | | /* Promotes a possibly negative, possibly signed char to an unsigned | * integer for use as an array index. If the signed char is negative, | * we want to instead treat it as an 8-bit unsigned char, hence the | * double cast. | */ | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) | | /* Enter a start condition. This macro really ought to take a parameter, | * but we do it the disgusting crufty way forced on us by the ()-less | * definition of BEGIN. | */ | #define BEGIN (yy_start) = 1 + 2 * | | /* Translate the current start state into a value that can be later handed | * to BEGIN to return to the state. The YYSTATE alias is for lex | * compatibility. | */ | #define YY_START (((yy_start) - 1) / 2) | #define YYSTATE YY_START | | /* Action number for EOF rule of a given start state. */ | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | | /* Special action meaning "start processing a new file". */ | #define YY_NEW_FILE yyrestart(yyin ) | | #define YY_END_OF_BUFFER_CHAR 0 | | /* Size of default input buffer. */ | #ifndef YY_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | * Ditto for the __ia64__ case accordingly. | */ | #define YY_BUF_SIZE 32768 | #else | #define YY_BUF_SIZE 16384 | #endif /* __ia64__ */ | #endif | | /* The state buf must be large enough to hold one state per character in the main buffer. | */ | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | | #ifndef YY_TYPEDEF_YY_BUFFER_STATE | #define YY_TYPEDEF_YY_BUFFER_STATE | typedef struct yy_buffer_state *YY_BUFFER_STATE; | #endif | | #ifndef YY_TYPEDEF_YY_SIZE_T | #define YY_TYPEDEF_YY_SIZE_T | typedef size_t yy_size_t; | #endif | | extern yy_size_t yyleng; | | extern FILE *yyin, *yyout; | | #define EOB_ACT_CONTINUE_SCAN 0 | #define EOB_ACT_END_OF_FILE 1 | #define EOB_ACT_LAST_MATCH 2 | | #define YY_LESS_LINENO(n) | #define YY_LINENO_REWIND_TO(ptr) | | /* Return all but the first "n" matched characters back to the input stream. */ | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | *yy_cp = (yy_hold_char); \ | YY_RESTORE_YY_MORE_OFFSET \ | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | } \ | while ( 0 ) | | #define unput(c) yyunput( c, (yytext_ptr) ) | | #ifndef YY_STRUCT_YY_BUFFER_STATE | #define YY_STRUCT_YY_BUFFER_STATE | struct yy_buffer_state | { | FILE *yy_input_file; | | char *yy_ch_buf; /* input buffer */ | char *yy_buf_pos; /* current position in input buffer */ | | /* Size of input buffer in bytes, not including room for EOB | * characters. | */ | yy_size_t yy_buf_size; | | /* Number of characters read into yy_ch_buf, not including EOB | * characters. | */ | yy_size_t yy_n_chars; | | /* Whether we "own" the buffer - i.e., we know we created it, | * and can realloc() it to grow it, and should free() it to | * delete it. | */ | int yy_is_our_buffer; | | /* Whether this is an "interactive" input source; if so, and | * if we're using stdio for input, then we want to use getc() | * instead of fread(), to make sure we stop fetching input after | * each newline. | */ | int yy_is_interactive; | | /* Whether we're considered to be at the beginning of a line. | * If so, '^' rules will be active on the next match, otherwise | * not. | */ | int yy_at_bol; | | int yy_bs_lineno; /**< The line count. */ | int yy_bs_column; /**< The column count. */ | | /* Whether to try to fill the input buffer when we reach the | * end of it. | */ | int yy_fill_buffer; | | int yy_buffer_status; | | #define YY_BUFFER_NEW 0 | #define YY_BUFFER_NORMAL 1 | /* When an EOF's been seen but there's still some text to process | * then we mark the buffer as YY_EOF_PENDING, to indicate that we | * shouldn't try reading from the input source any more. We might | * still have a bunch of tokens to match, though, because of | * possible backing-up. | * | * When we actually see the EOF, we change the status to "new" | * (via yyrestart()), so that the user can continue scanning by | * just pointing yyin at a new input file. | */ | #define YY_BUFFER_EOF_PENDING 2 | | }; | #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | | /* Stack of input buffers. */ | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ | | /* We provide macros for accessing buffer states in case in the | * future we want to put the buffer states in a more general | * "scanner state". | * | * Returns the top of the stack, or NULL. | */ | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | : NULL) | | /* Same as previous macro, but useful when we know that the buffer stack is not | * NULL or when we need an lvalue. For internal use only. | */ | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | | /* yy_hold_char holds the character lost when yytext is formed. */ | static char yy_hold_char; | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ | yy_size_t yyleng; | | /* Points to current character in buffer. */ | static char *yy_c_buf_p = (char *) 0; | static int yy_init = 0; /* whether we need to initialize */ | static int yy_start = 0; /* start state number */ | | /* Flag which is used to allow yywrap()'s to do buffer switches | * instead of setting up a fresh yyin. A bit of a hack ... | */ | static int yy_did_buffer_switch_on_eof; | | void yyrestart (FILE *input_file ); | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ); | void yy_delete_buffer (YY_BUFFER_STATE b ); | void yy_flush_buffer (YY_BUFFER_STATE b ); | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ); | void yypop_buffer_state (void ); | | static void yyensure_buffer_stack (void ); | static void yy_load_buffer_state (void ); | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); | | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ); | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ); | | void *yyalloc (yy_size_t ); | void *yyrealloc (void *,yy_size_t ); | void yyfree (void * ); | | #define yy_new_buffer yy_create_buffer | | #define yy_set_interactive(is_interactive) \ | { \ | if ( ! YY_CURRENT_BUFFER ){ \ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | } | | #define yy_set_bol(at_bol) \ | { \ | if ( ! YY_CURRENT_BUFFER ){\ | yyensure_buffer_stack (); \ | YY_CURRENT_BUFFER_LVALUE = \ | yy_create_buffer(yyin,YY_BUF_SIZE ); \ | } \ | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | } | | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | | /* Begin user sect3 */ | | typedef unsigned char YY_CHAR; | | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; | | typedef int yy_state_type; | | extern int yylineno; | | int yylineno = 1; | | extern char *yytext; | #ifdef yytext_ptr | #undef yytext_ptr | #endif | #define yytext_ptr yytext | | static yy_state_type yy_get_previous_state (void ); | static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); | static int yy_get_next_buffer (void ); | #if defined(__GNUC__) && __GNUC__ >= 3 | __attribute__((__noreturn__)) | #endif | static void yy_fatal_error (yyconst char msg[] ); | | /* Done after the current pattern has been matched and before the | * corresponding action - sets up yytext. | */ | #define YY_DO_BEFORE_ACTION \ | (yytext_ptr) = yy_bp; \ | (yytext_ptr) -= (yy_more_len); \ | yyleng = (size_t) (yy_cp - (yytext_ptr)); \ | (yy_hold_char) = *yy_cp; \ | *yy_cp = '\0'; \ | (yy_c_buf_p) = yy_cp; | | #define YY_NUM_RULES 8 | #define YY_END_OF_BUFFER 9 | /* This struct is not used in this scanner, | but its presence is necessary. */ | struct yy_trans_info | { | flex_int32_t yy_verify; | flex_int32_t yy_nxt; | }; | static yyconst flex_int16_t yy_acclist[23] = | { 0, | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | 7, 8 | } ; | | static yyconst flex_int16_t yy_accept[14] = | { 0, | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | 20, 23, 23 | } ; | | static yyconst YY_CHAR yy_ec[256] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | 1, 1, 1, 1, 1 | } ; | | static yyconst YY_CHAR yy_meta[9] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1 | } ; | | static yyconst flex_uint16_t yy_base[13] = | { 0, | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | 10, 10 | } ; | | static yyconst flex_int16_t yy_def[13] = | { 0, | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | 12, 0 | } ; | | static yyconst flex_uint16_t yy_nxt[19] = | { 0, | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | static yyconst flex_int16_t yy_chk[19] = | { 0, | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | 12, 12, 12, 12, 12, 12, 12, 12 | } ; | | extern int yy_flex_debug; | int yy_flex_debug = 0; | | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | static char *yy_full_match; | static int yy_lp; | #define REJECT \ | { \ | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | ++(yy_lp); \ | goto find_rule; \ | } | | static int yy_more_flag = 0; | static int yy_more_len = 0; | #define yymore() ((yy_more_flag) = 1) | #define YY_MORE_ADJ (yy_more_len) | #define YY_RESTORE_YY_MORE_OFFSET | char *yytext; | #line 1 "conftest.l" | #line 484 "lex.yy.c" | | #define INITIAL 0 | | #ifndef YY_NO_UNISTD_H | /* Special case for "unistd.h", since it is non-ANSI. We include it way | * down here because we want the user's section 1 to have been scanned first. | * The user has a chance to override it with an option. | */ | #include <unistd.h> | #endif | | #ifndef YY_EXTRA_TYPE | #define YY_EXTRA_TYPE void * | #endif | | static int yy_init_globals (void ); | | /* Accessor methods to globals. | These are made visible to non-reentrant scanners for convenience. */ | | int yylex_destroy (void ); | | int yyget_debug (void ); | | void yyset_debug (int debug_flag ); | | YY_EXTRA_TYPE yyget_extra (void ); | | void yyset_extra (YY_EXTRA_TYPE user_defined ); | | FILE *yyget_in (void ); | | void yyset_in (FILE * _in_str ); | | FILE *yyget_out (void ); | | void yyset_out (FILE * _out_str ); | | yy_size_t yyget_leng (void ); | | char *yyget_text (void ); | | int yyget_lineno (void ); | | void yyset_lineno (int _line_number ); | | /* Macros after this point can all be overridden by user definitions in | * section 1. | */ | | #ifndef YY_SKIP_YYWRAP | #ifdef __cplusplus | extern "C" int yywrap (void ); | #else | extern int yywrap (void ); | #endif | #endif | | #ifndef YY_NO_UNPUT | | static void yyunput (int c,char *buf_ptr ); | | #endif | | #ifndef yytext_ptr | static void yy_flex_strncpy (char *,yyconst char *,int ); | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * ); | #endif | | #ifndef YY_NO_INPUT | | #ifdef __cplusplus | static int yyinput (void ); | #else | static int input (void ); | #endif | | #endif | | /* Amount of stuff to slurp up with each read. */ | #ifndef YY_READ_BUF_SIZE | #ifdef __ia64__ | /* On IA-64, the buffer size is 16k, not 8k */ | #define YY_READ_BUF_SIZE 16384 | #else | #define YY_READ_BUF_SIZE 8192 | #endif /* __ia64__ */ | #endif | | /* Copy whatever the last rule matched to the standard output. */ | #ifndef ECHO | /* This used to be an fputs(), but since the string might contain NUL's, | * we now use fwrite(). | */ | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) | #endif | | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | * is returned in "result". | */ | #ifndef YY_INPUT | #define YY_INPUT(buf,result,max_size) \ | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | { \ | int c = '*'; \ | size_t n; \ | for ( n = 0; n < max_size && \ | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | buf[n] = (char) c; \ | if ( c == '\n' ) \ | buf[n++] = (char) c; \ | if ( c == EOF && ferror( yyin ) ) \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | result = n; \ | } \ | else \ | { \ | errno=0; \ | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ | { \ | if( errno != EINTR) \ | { \ | YY_FATAL_ERROR( "input in flex scanner failed" ); \ | break; \ | } \ | errno=0; \ | clearerr(yyin); \ | } \ | }\ | \ | | #endif | | /* No semi-colon after return; correct usage is to write "yyterminate();" - | * we don't want an extra ';' after the "return" because that will cause | * some compilers to complain about unreachable statements. | */ | #ifndef yyterminate | #define yyterminate() return YY_NULL | #endif | | /* Number of entries by which start-condition stack grows. */ | #ifndef YY_START_STACK_INCR | #define YY_START_STACK_INCR 25 | #endif | | /* Report a fatal error. */ | #ifndef YY_FATAL_ERROR | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | #endif | | /* end tables serialization structures and prototypes */ | | /* Default declaration of generated scanner - a define so the user can | * easily add parameters. | */ | #ifndef YY_DECL | #define YY_DECL_IS_OURS 1 | | extern int yylex (void); | | #define YY_DECL int yylex (void) | #endif /* !YY_DECL */ | | /* Code executed at the beginning of each rule, after yytext and yyleng | * have been set up. | */ | #ifndef YY_USER_ACTION | #define YY_USER_ACTION | #endif | | /* Code executed at the end of each rule. */ | #ifndef YY_BREAK | #define YY_BREAK /*LINTED*/break; | #endif | | #define YY_RULE_SETUP \ | YY_USER_ACTION | | /** The main scanner function which does all the work. | */ | YY_DECL | { | yy_state_type yy_current_state; | char *yy_cp, *yy_bp; | int yy_act; | | if ( !(yy_init) ) | { | (yy_init) = 1; | | #ifdef YY_USER_INIT | YY_USER_INIT; | #endif | | /* Create the reject buffer large enough to save one state per allowed character. */ | if ( ! (yy_state_buf) ) | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | if ( ! (yy_state_buf) ) | YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | | if ( ! (yy_start) ) | (yy_start) = 1; /* first start state */ | | if ( ! yyin ) | yyin = stdin; | | if ( ! yyout ) | yyout = stdout; | | if ( ! YY_CURRENT_BUFFER ) { | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_load_buffer_state( ); | } | | { | #line 1 "conftest.l" | | #line 710 "lex.yy.c" | | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | { | (yy_more_len) = 0; | if ( (yy_more_flag) ) | { | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); | (yy_more_flag) = 0; | } | yy_cp = (yy_c_buf_p); | | /* Support of yytext. */ | *yy_cp = (yy_hold_char); | | /* yy_bp points to the position in yy_ch_buf of the start of | * the current run. | */ | yy_bp = yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | yy_match: | do | { | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | ++yy_cp; | } | while ( yy_base[yy_current_state] != 10 ); | | yy_find_action: | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | find_rule: /* we branch to this label when backing up */ | for ( ; ; ) /* until we find what rule we matched */ | { | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | { | yy_act = yy_acclist[(yy_lp)]; | { | (yy_full_match) = yy_cp; | break; | } | } | --yy_cp; | yy_current_state = *--(yy_state_ptr); | (yy_lp) = yy_accept[yy_current_state]; | } | | YY_DO_BEFORE_ACTION; | | do_action: /* This label is used only to access EOF actions. */ | | switch ( yy_act ) | { /* beginning of action switch */ | case 1: | YY_RULE_SETUP | #line 2 "conftest.l" | { ECHO; } | YY_BREAK | case 2: | YY_RULE_SETUP | #line 3 "conftest.l" | { REJECT; } | YY_BREAK | case 3: | YY_RULE_SETUP | #line 4 "conftest.l" | { yymore (); } | YY_BREAK | case 4: | YY_RULE_SETUP | #line 5 "conftest.l" | { yyless (1); } | YY_BREAK | case 5: | YY_RULE_SETUP | #line 6 "conftest.l" | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | yyless ((input () != 0)); } | YY_BREAK | case 6: | YY_RULE_SETUP | #line 8 "conftest.l" | { unput (yytext[0]); } | YY_BREAK | case 7: | YY_RULE_SETUP | #line 9 "conftest.l" | { BEGIN INITIAL; } | YY_BREAK | case 8: | YY_RULE_SETUP | #line 10 "conftest.l" | ECHO; | YY_BREAK | #line 817 "lex.yy.c" | case YY_STATE_EOF(INITIAL): | yyterminate(); | | case YY_END_OF_BUFFER: | { | /* Amount of text matched not including the EOB char. */ | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | | /* Undo the effects of YY_DO_BEFORE_ACTION. */ | *yy_cp = (yy_hold_char); | YY_RESTORE_YY_MORE_OFFSET | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | { | /* We're scanning a new file or input source. It's | * possible that this happened because the user | * just pointed yyin at a new source and called | * yylex(). If so, then we have to assure | * consistency between YY_CURRENT_BUFFER and our | * globals. Here is the right place to do so, because | * this is the first action (other than possibly a | * back-up) that will match for the new input source. | */ | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | } | | /* Note that here we test for yy_c_buf_p "<=" to the position | * of the first EOB in the buffer, since yy_c_buf_p will | * already have been incremented past the NUL character | * (since all states make transitions on EOB to the | * end-of-buffer state). Contrast this with the test | * in input(). | */ | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | { /* This was really a NUL. */ | yy_state_type yy_next_state; | | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | /* Okay, we're now positioned to make the NUL | * transition. We couldn't have | * yy_get_previous_state() go ahead and do it | * for us because it doesn't know how to deal | * with the possibility of jamming (and we don't | * want to build jamming into it because then it | * will run more slowly). | */ | | yy_next_state = yy_try_NUL_trans( yy_current_state ); | | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | | if ( yy_next_state ) | { | /* Consume the NUL. */ | yy_cp = ++(yy_c_buf_p); | yy_current_state = yy_next_state; | goto yy_match; | } | | else | { | yy_cp = (yy_c_buf_p); | goto yy_find_action; | } | } | | else switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_END_OF_FILE: | { | (yy_did_buffer_switch_on_eof) = 0; | | if ( yywrap( ) ) | { | /* Note: because we've taken care in | * yy_get_next_buffer() to have set up | * yytext, we can now set up | * yy_c_buf_p so that if some total | * hoser (like flex itself) wants to | * call the scanner after we return the | * YY_NULL, it'll still work - another | * YY_NULL will get returned. | */ | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | | yy_act = YY_STATE_EOF(YY_START); | goto do_action; | } | | else | { | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | } | break; | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = | (yytext_ptr) + yy_amount_of_matched_text; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_match; | | case EOB_ACT_LAST_MATCH: | (yy_c_buf_p) = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | | yy_current_state = yy_get_previous_state( ); | | yy_cp = (yy_c_buf_p); | yy_bp = (yytext_ptr) + YY_MORE_ADJ; | goto yy_find_action; | } | break; | } | | default: | YY_FATAL_ERROR( | "fatal flex scanner internal error--no action found" ); | } /* end of action switch */ | } /* end of scanning one token */ | } /* end of user's declarations */ | } /* end of yylex */ | | /* yy_get_next_buffer - try to read in a new buffer | * | * Returns a code representing an action: | * EOB_ACT_LAST_MATCH - | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | * EOB_ACT_END_OF_FILE - end of file | */ | static int yy_get_next_buffer (void) | { | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | char *source = (yytext_ptr); | yy_size_t number_to_move, i; | int ret_val; | | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | YY_FATAL_ERROR( | "fatal flex scanner internal error--end of buffer missed" ); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | { /* Don't try to fill the buffer, so this is an EOF. */ | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | { | /* We matched a single character, the EOB, so | * treat this as a final EOF. | */ | return EOB_ACT_END_OF_FILE; | } | | else | { | /* We matched some text prior to the EOB, first | * process it. | */ | return EOB_ACT_LAST_MATCH; | } | } | | /* Try to read more data. */ | | /* First move last chars to start of buffer. */ | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1; | | for ( i = 0; i < number_to_move; ++i ) | *(dest++) = *(source++); | | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | /* don't do the read, it's not guaranteed to return an EOF, | * just force an EOF | */ | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | | else | { | int num_to_read = | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | | while ( num_to_read <= 0 ) | { /* Not enough room in the buffer - grow it. */ | | YY_FATAL_ERROR( | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | | } | | if ( num_to_read > YY_READ_BUF_SIZE ) | num_to_read = YY_READ_BUF_SIZE; | | /* Read in more data. */ | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | (yy_n_chars), num_to_read ); | | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | if ( (yy_n_chars) == 0 ) | { | if ( number_to_move == YY_MORE_ADJ ) | { | ret_val = EOB_ACT_END_OF_FILE; | yyrestart(yyin ); | } | | else | { | ret_val = EOB_ACT_LAST_MATCH; | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | YY_BUFFER_EOF_PENDING; | } | } | | else | ret_val = EOB_ACT_CONTINUE_SCAN; | | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | /* Extend the array by 50%, plus the number we really need. */ | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | } | | (yy_n_chars) += number_to_move; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | | return ret_val; | } | | /* yy_get_previous_state - get the state just before the EOB char was reached */ | | static yy_state_type yy_get_previous_state (void) | { | yy_state_type yy_current_state; | char *yy_cp; | | yy_current_state = (yy_start); | | (yy_state_ptr) = (yy_state_buf); | *(yy_state_ptr)++ = yy_current_state; | | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | { | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | *(yy_state_ptr)++ = yy_current_state; | } | | return yy_current_state; | } | | /* yy_try_NUL_trans - try to make a transition on the NUL character | * | * synopsis | * next_state = yy_try_NUL_trans( current_state ); | */ | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | { | int yy_is_jam; | | YY_CHAR yy_c = 1; | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | { | yy_current_state = (int) yy_def[yy_current_state]; | if ( yy_current_state >= 13 ) | yy_c = yy_meta[(unsigned int) yy_c]; | } | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; | yy_is_jam = (yy_current_state == 12); | if ( ! yy_is_jam ) | *(yy_state_ptr)++ = yy_current_state; | | return yy_is_jam ? 0 : yy_current_state; | } | | #ifndef YY_NO_UNPUT | | static void yyunput (int c, char * yy_bp ) | { | char *yy_cp; | | yy_cp = (yy_c_buf_p); | | /* undo effects of setting up yytext */ | *yy_cp = (yy_hold_char); | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | { /* need to shift things up to make room */ | /* +2 for EOB chars. */ | yy_size_t number_to_move = (yy_n_chars) + 2; | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | char *source = | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | *--dest = *--source; | | yy_cp += (int) (dest - source); | yy_bp += (int) (dest - source); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | YY_FATAL_ERROR( "flex scanner push-back overflow" ); | } | | *--yy_cp = (char) c; | | (yytext_ptr) = yy_bp; | (yy_hold_char) = *yy_cp; | (yy_c_buf_p) = yy_cp; | } | | #endif | | #ifndef YY_NO_INPUT | #ifdef __cplusplus | static int yyinput (void) | #else | static int input (void) | #endif | | { | int c; | | *(yy_c_buf_p) = (yy_hold_char); | | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | { | /* yy_c_buf_p now points to the character we want to return. | * If this occurs *before* the EOB characters, then it's a | * valid NUL; if not, then we've hit the end of the buffer. | */ | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | /* This was really a NUL. */ | *(yy_c_buf_p) = '\0'; | | else | { /* need more input */ | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr); | ++(yy_c_buf_p); | | switch ( yy_get_next_buffer( ) ) | { | case EOB_ACT_LAST_MATCH: | /* This happens because yy_g_n_b() | * sees that we've accumulated a | * token and flags that we need to | * try matching the token before | * proceeding. But for input(), | * there's no matching to consider. | * So convert the EOB_ACT_LAST_MATCH | * to EOB_ACT_END_OF_FILE. | */ | | /* Reset buffer status. */ | yyrestart(yyin ); | | /*FALLTHROUGH*/ | | case EOB_ACT_END_OF_FILE: | { | if ( yywrap( ) ) | return EOF; | | if ( ! (yy_did_buffer_switch_on_eof) ) | YY_NEW_FILE; | #ifdef __cplusplus | return yyinput(); | #else | return input(); | #endif | } | | case EOB_ACT_CONTINUE_SCAN: | (yy_c_buf_p) = (yytext_ptr) + offset; | break; | } | } | } | | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | *(yy_c_buf_p) = '\0'; /* preserve yytext */ | (yy_hold_char) = *++(yy_c_buf_p); | | return c; | } | #endif /* ifndef YY_NO_INPUT */ | | /** Immediately switch to a different input stream. | * @param input_file A readable stream. | * | * @note This function does not reset the start condition to @c INITIAL . | */ | void yyrestart (FILE * input_file ) | { | | if ( ! YY_CURRENT_BUFFER ){ | yyensure_buffer_stack (); | YY_CURRENT_BUFFER_LVALUE = | yy_create_buffer(yyin,YY_BUF_SIZE ); | } | | yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | yy_load_buffer_state( ); | } | | /** Switch to a different input buffer. | * @param new_buffer The new input buffer. | * | */ | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | { | | /* TODO. We should be able to replace this entire function body | * with | * yypop_buffer_state(); | * yypush_buffer_state(new_buffer); | */ | yyensure_buffer_stack (); | if ( YY_CURRENT_BUFFER == new_buffer ) | return; | | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | YY_CURRENT_BUFFER_LVALUE = new_buffer; | yy_load_buffer_state( ); | | /* We don't actually know whether we did this switch during | * EOF (yywrap()) processing, but the only time this flag | * is looked at is after yywrap() is called, so it's safe | * to go ahead and always set it. | */ | (yy_did_buffer_switch_on_eof) = 1; | } | | static void yy_load_buffer_state (void) | { | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | (yy_hold_char) = *(yy_c_buf_p); | } | | /** Allocate and initialize an input buffer state. | * @param file A readable stream. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | * | * @return the allocated buffer state. | */ | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | { | YY_BUFFER_STATE b; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_buf_size = (yy_size_t)size; | | /* yy_ch_buf has to be 2 characters longer than the size given because | * we need to put in 2 end-of-buffer characters. | */ | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); | if ( ! b->yy_ch_buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | | b->yy_is_our_buffer = 1; | | yy_init_buffer(b,file ); | | return b; | } | | /** Destroy the buffer. | * @param b a buffer created with yy_create_buffer() | * | */ | void yy_delete_buffer (YY_BUFFER_STATE b ) | { | | if ( ! b ) | return; | | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | | if ( b->yy_is_our_buffer ) | yyfree((void *) b->yy_ch_buf ); | | yyfree((void *) b ); | } | | /* Initializes or reinitializes a buffer. | * This function is sometimes called more than once on the same buffer, | * such as during a yyrestart() or at EOF. | */ | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | | { | int oerrno = errno; | | yy_flush_buffer(b ); | | b->yy_input_file = file; | b->yy_fill_buffer = 1; | | /* If b is the current buffer, then yy_init_buffer was _probably_ | * called from yyrestart() or through yy_get_next_buffer. | * In that case, we don't want to reset the lineno or column. | */ | if (b != YY_CURRENT_BUFFER){ | b->yy_bs_lineno = 1; | b->yy_bs_column = 0; | } | | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | | errno = oerrno; | } | | /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | * | */ | void yy_flush_buffer (YY_BUFFER_STATE b ) | { | if ( ! b ) | return; | | b->yy_n_chars = 0; | | /* We always need two end-of-buffer characters. The first causes | * a transition to the end-of-buffer state. The second causes | * a jam in that state. | */ | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | | b->yy_buf_pos = &b->yy_ch_buf[0]; | | b->yy_at_bol = 1; | b->yy_buffer_status = YY_BUFFER_NEW; | | if ( b == YY_CURRENT_BUFFER ) | yy_load_buffer_state( ); | } | | /** Pushes the new state onto the stack. The new state becomes | * the current state. This function will allocate the stack | * if necessary. | * @param new_buffer The new state. | * | */ | void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | { | if (new_buffer == NULL) | return; | | yyensure_buffer_stack(); | | /* This block is copied from yy_switch_to_buffer. */ | if ( YY_CURRENT_BUFFER ) | { | /* Flush out information for old buffer. */ | *(yy_c_buf_p) = (yy_hold_char); | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | } | | /* Only push if top exists. Otherwise, replace top. */ | if (YY_CURRENT_BUFFER) | (yy_buffer_stack_top)++; | YY_CURRENT_BUFFER_LVALUE = new_buffer; | | /* copied from yy_switch_to_buffer. */ | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | | /** Removes and deletes the top of the stack, if present. | * The next element becomes the new top. | * | */ | void yypop_buffer_state (void) | { | if (!YY_CURRENT_BUFFER) | return; | | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | if ((yy_buffer_stack_top) > 0) | --(yy_buffer_stack_top); | | if (YY_CURRENT_BUFFER) { | yy_load_buffer_state( ); | (yy_did_buffer_switch_on_eof) = 1; | } | } | | /* Allocates the stack if it does not exist. | * Guarantees space for at least one push. | */ | static void yyensure_buffer_stack (void) | { | yy_size_t num_to_alloc; | | if (!(yy_buffer_stack)) { | | /* First allocation is just for 2 elements, since we don't know if this | * scanner will even need a stack. We use 2 instead of 1 to avoid an | * immediate realloc on the next call. | */ | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | (num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | | (yy_buffer_stack_max) = num_to_alloc; | (yy_buffer_stack_top) = 0; | return; | } | | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | | /* Increase the buffer to prepare for a possible push. */ | yy_size_t grow_size = 8 /* arbitrary grow size */; | | num_to_alloc = (yy_buffer_stack_max) + grow_size; | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | ((yy_buffer_stack), | num_to_alloc * sizeof(struct yy_buffer_state*) | ); | if ( ! (yy_buffer_stack) ) | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | | /* zero only the new slots.*/ | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | (yy_buffer_stack_max) = num_to_alloc; | } | } | | /** Setup the input buffer state to scan directly from a user-specified character buffer. | * @param base the character buffer | * @param size the size in bytes of the character buffer | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | { | YY_BUFFER_STATE b; | | if ( size < 2 || | base[size-2] != YY_END_OF_BUFFER_CHAR || | base[size-1] != YY_END_OF_BUFFER_CHAR ) | /* They forgot to leave room for the EOB's. */ | return 0; | | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | if ( ! b ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ | b->yy_buf_pos = b->yy_ch_buf = base; | b->yy_is_our_buffer = 0; | b->yy_input_file = 0; | b->yy_n_chars = b->yy_buf_size; | b->yy_is_interactive = 0; | b->yy_at_bol = 1; | b->yy_fill_buffer = 0; | b->yy_buffer_status = YY_BUFFER_NEW; | | yy_switch_to_buffer(b ); | | return b; | } | | /** Setup the input buffer state to scan a string. The next call to yylex() will | * scan from a @e copy of @a str. | * @param yystr a NUL-terminated string to scan | * | * @return the newly allocated buffer state object. | * @note If you want to scan bytes that may contain NUL values, then use | * yy_scan_bytes() instead. | */ | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr ) | { | | return yy_scan_bytes(yystr,strlen(yystr) ); | } | | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | * scan from a @e copy of @a bytes. | * @param yybytes the byte buffer to scan | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | * | * @return the newly allocated buffer state object. | */ | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len ) | { | YY_BUFFER_STATE b; | char *buf; | yy_size_t n; | yy_size_t i; | | /* Get memory for full buffer, including space for trailing EOB's. */ | n = _yybytes_len + 2; | buf = (char *) yyalloc(n ); | if ( ! buf ) | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | | for ( i = 0; i < _yybytes_len; ++i ) | buf[i] = yybytes[i]; | | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | | b = yy_scan_buffer(buf,n ); | if ( ! b ) | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | | /* It's okay to grow etc. this buffer, and we should throw it | * away when we're done. | */ | b->yy_is_our_buffer = 1; | | return b; | } | | #ifndef YY_EXIT_FAILURE | #define YY_EXIT_FAILURE 2 | #endif | | static void yy_fatal_error (yyconst char* msg ) | { | (void) fprintf( stderr, "%s\n", msg ); | exit( YY_EXIT_FAILURE ); | } | | /* Redefine yyless() so it works in section 3 code. */ | | #undef yyless | #define yyless(n) \ | do \ | { \ | /* Undo effects of setting up yytext. */ \ | yy_size_t yyless_macro_arg = (n); \ | YY_LESS_LINENO(yyless_macro_arg);\ | yytext[yyleng] = (yy_hold_char); \ | (yy_c_buf_p) = yytext + yyless_macro_arg; \ | (yy_hold_char) = *(yy_c_buf_p); \ | *(yy_c_buf_p) = '\0'; \ | yyleng = yyless_macro_arg; \ | } \ | while ( 0 ) | | /* Accessor methods (get/set functions) to struct members. */ | | /** Get the current line number. | * | */ | int yyget_lineno (void) | { | | return yylineno; | } | | /** Get the input stream. | * | */ | FILE *yyget_in (void) | { | return yyin; | } | | /** Get the output stream. | * | */ | FILE *yyget_out (void) | { | return yyout; | } | | /** Get the length of the current token. | * | */ | yy_size_t yyget_leng (void) | { | return yyleng; | } | | /** Get the current token. | * | */ | | char *yyget_text (void) | { | return yytext; | } | | /** Set the current line number. | * @param _line_number line number | * | */ | void yyset_lineno (int _line_number ) | { | | yylineno = _line_number; | } | | /** Set the input stream. This does not discard the current | * input buffer. | * @param _in_str A readable stream. | * | * @see yy_switch_to_buffer | */ | void yyset_in (FILE * _in_str ) | { | yyin = _in_str ; | } | | void yyset_out (FILE * _out_str ) | { | yyout = _out_str ; | } | | int yyget_debug (void) | { | return yy_flex_debug; | } | | void yyset_debug (int _bdebug ) | { | yy_flex_debug = _bdebug ; | } | | static int yy_init_globals (void) | { | /* Initialization is the same as for the non-reentrant scanner. | * This function is called from yylex_destroy(), so don't allocate here. | */ | | (yy_buffer_stack) = 0; | (yy_buffer_stack_top) = 0; | (yy_buffer_stack_max) = 0; | (yy_c_buf_p) = (char *) 0; | (yy_init) = 0; | (yy_start) = 0; | | (yy_state_buf) = 0; | (yy_state_ptr) = 0; | (yy_full_match) = 0; | (yy_lp) = 0; | | /* Defined in main.c */ | #ifdef YY_STDINIT | yyin = stdin; | yyout = stdout; | #else | yyin = (FILE *) 0; | yyout = (FILE *) 0; | #endif | | /* For future reference: Set errno on error, since we are called by | * yylex_init() | */ | return 0; | } | | /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | int yylex_destroy (void) | { | | /* Pop the buffer stack, destroying each element. */ | while(YY_CURRENT_BUFFER){ | yy_delete_buffer(YY_CURRENT_BUFFER ); | YY_CURRENT_BUFFER_LVALUE = NULL; | yypop_buffer_state(); | } | | /* Destroy the stack itself. */ | yyfree((yy_buffer_stack) ); | (yy_buffer_stack) = NULL; | | yyfree ( (yy_state_buf) ); | (yy_state_buf) = NULL; | | /* Reset the globals. This is important in a non-reentrant scanner so the next time | * yylex() is called, initialization will occur. */ | yy_init_globals( ); | | return 0; | } | | /* | * Internal utility routines. | */ | | #ifndef yytext_ptr | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) | { | | int i; | for ( i = 0; i < n; ++i ) | s1[i] = s2[i]; | } | #endif | | #ifdef YY_NEED_STRLEN | static int yy_flex_strlen (yyconst char * s ) | { | int n; | for ( n = 0; s[n]; ++n ) | ; | | return n; | } | #endif | | void *yyalloc (yy_size_t size ) | { | return (void *) malloc( size ); | } | | void *yyrealloc (void * ptr, yy_size_t size ) | { | | /* The cast to (char *) in the following accommodates both | * implementations that use char* generic pointers, and those | * that use void* generic pointers. It works with the latter | * because both ANSI C and C++ allow castless assignment from | * any pointer type to void*, and deal with argument conversions | * as though doing an assignment. | */ | return (void *) realloc( (char *) ptr, size ); | } | | void yyfree (void * ptr ) | { | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | } | | #define YYTABLES_NAME "yytables" | | #line 10 "conftest.l" | | | #ifdef YYTEXT_POINTER | extern char *yytext; | #endif | int | main (void) | { | return ! yylex () + ! yywrap (); | } configure:18934: result: no configure:18956: checking for pod2man configure:18974: found /usr/bin/pod2man configure:18986: result: /usr/bin/pod2man configure:19003: checking for pod2html configure:19021: found /usr/bin/pod2html configure:19033: result: /usr/bin/pod2html configure:19064: checking for doxygen configure:19097: result: no configure:19104: checking for doxygen configure:19132: result: no configure:19215: checking for pkg-config configure:19233: found /usr/bin/pkg-config configure:19245: result: /usr/bin/pkg-config configure:19270: checking pkg-config is at least version 0.7 configure:19273: result: yes configure:19583: checking for special C compiler options needed for large files configure:19628: result: no configure:19634: checking for _FILE_OFFSET_BITS value needed for large files configure:19659: gcc -c -g -O2 conftest.c >&5 configure:19659: $? = 0 configure:19691: result: no configure:19780: checking for library containing cos configure:19811: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:35:6: warning: conflicting types for built-in function 'cos' char cos (); ^~~ /tmp/ccdmaQml.o: In function `main': /thundernet/dev/wireshark/conftest.c:39: undefined reference to `cos' collect2: error: ld returned 1 exit status configure:19811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 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 cos (); | int | main () | { | return cos (); | ; | return 0; | } configure:19811: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:35:6: warning: conflicting types for built-in function 'cos' char cos (); ^~~ configure:19811: $? = 0 configure:19828: result: -lm configure:19843: checking for floorl configure:19843: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:51:6: warning: conflicting types for built-in function 'floorl' char floorl (); ^~~~~~ configure:19843: $? = 0 configure:19843: result: yes configure:19843: checking for lrint configure:19843: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:52:6: warning: conflicting types for built-in function 'lrint' char lrint (); ^~~~~ configure:19843: $? = 0 configure:19843: result: yes configure:19857: checking for library containing gethostbyname configure:19888: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19888: $? = 0 configure:19905: result: none required configure:19913: checking for library containing socket configure:19944: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19944: $? = 0 configure:19961: result: none required configure:20066: checking for LIBGNUTLS configure:20073: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found configure:20076: $? = 1 configure:20090: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found configure:20093: $? = 1 configure:20107: result: no No package 'gnutls' found configure:20141: checking for LIBGNUTLS configure:20148: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0 gnutls < 3" Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found configure:20151: $? = 1 configure:20165: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0 gnutls < 3" Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found Package gnutls was not found in the pkg-config search path. Perhaps you should add the directory containing `gnutls.pc' to the PKG_CONFIG_PATH environment variable No package 'gnutls' found configure:20168: $? = 1 configure:20182: result: no No package 'gnutls' found No package 'gnutls' found configure:20245: checking for libgcrypt-config configure:20263: found /usr/bin/libgcrypt-config configure:20276: result: /usr/bin/libgcrypt-config configure:20293: checking for LIBGCRYPT - version >= 1.4.2 configure:20327: result: yes configure:20410: checking whether to use libnl for various network interface purposes configure:20417: result: yes configure:20426: $PKG_CONFIG --exists --print-errors "libnl-3.0 libnl-route-3.0 libnl-genl-3.0" Package libnl-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-3.0' found Package libnl-route-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-route-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-route-3.0' found Package libnl-genl-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-genl-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-genl-3.0' found configure:20429: $? = 1 configure:20438: $PKG_CONFIG --exists --print-errors "libnl-2.0" Package libnl-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-2.0' found configure:20441: $? = 1 configure:20450: $PKG_CONFIG --exists --print-errors "libnl-1" Package libnl-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libnl-1.pc' to the PKG_CONFIG_PATH environment variable No package 'libnl-1' found configure:20453: $? = 1 configure:20797: checking if nl80211.h is new enough configure:20815: gcc -c -g -O2 conftest.c >&5 configure:20815: $? = 0 configure:20816: result: yes configure:20826: checking for NL80211_SET_CHANNEL configure:20839: gcc -c -g -O2 conftest.c >&5 configure:20839: $? = 0 configure:20840: result: yes configure:20850: checking for NL80211_SPLIT_WIPHY_DUMP configure:20863: gcc -c -g -O2 conftest.c >&5 configure:20863: $? = 0 configure:20864: result: yes configure:20874: checking for NL80211_VHT_CAPABILITY configure:20887: gcc -c -g -O2 conftest.c >&5 configure:20887: $? = 0 configure:20888: result: yes configure:20940: checking for libsmi >= 2 configure:20995: gcc -c -g -O2 conftest.c >&5 conftest.c:35:29: fatal error: smi.h: No such file or directory #include <smi.h> ^ compilation terminated. configure:20995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | #include <smi.h> | int | main () | { | | int current, revision, age, n; | const int required = 2; | if (smiInit("")) | exit(1); | if (strcmp(SMI_LIBRARY_VERSION, smi_library_version)) | exit(2); | n = sscanf(smi_library_version, "%d:%d:%d", ¤t, &revision, &age); | if (n != 3) | exit(3); | if (required < current - age || required > current) | exit(4); | | | ; | return 0; | } | configure:21003: result: not found configure:21055: checking for xsltproc configure:21071: found /usr/bin/xsltproc configure:21082: result: xsltproc configure:21098: checking for a2x configure:21128: result: no configure:21141: checking for fop configure:21171: result: no configure:21182: checking for an HTML to text processor ./configure: line 21184: w3m: command not found ./configure: line 21186: lynx: command not found configure:21191: result: no configure:21216: checking for desktop-file-install configure:21234: found /usr/bin/desktop-file-install configure:21246: result: /usr/bin/desktop-file-install configure:21258: checking for pkgproto configure:21286: result: no configure:21296: checking for pkgmk configure:21324: result: no configure:21334: checking for pkgtrans configure:21362: result: no configure:21387: checking for rpmbuild configure:21417: result: no configure:21452: checking for dpkg-buildpackage configure:21480: result: no configure:21492: checking for xcodebuild configure:21520: result: no configure:21530: checking for hdiutil configure:21558: result: no configure:21568: checking for bless configure:21596: result: no configure:21620: checking for sw_vers configure:21648: result: no configure:21668: checking for shellcheck configure:21696: result: no configure:21716: checking for C compiler vendor configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(_CRAYC)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:40:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^~~~~~~~~~~~~ conftest.c:40:9: note: each undeclared identifier is reported only once for each function it appears in configure:21763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__FUJITSU)) | thisisanerror; | #endif | | ; | return 0; | } configure:21763: gcc -c -g -O2 conftest.c >&5 configure:21763: $? = 0 configure:21771: result: gnu configure:21781: checking for C++ compiler vendor configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(_CRAYC)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:40:9: error: 'thisisanerror' was not declared in this scope thisisanerror; ^~~~~~~~~~~~~ configure:21828: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__FUJITSU)) | thisisanerror; | #endif | | ; | return 0; | } configure:21828: g++ -c -g -O2 conftest.cpp >&5 configure:21828: $? = 0 configure:21836: result: gnu configure:21852: checking whether the compiler fails when given an unknown warning option configure:21876: gcc -c -g -O2 -Wxyzzy-this-will-never-succeed-xyzzy conftest.c >&5 gcc: error: unrecognized command line option '-Wxyzzy-this-will-never-succeed-xyzzy' configure:21876: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | return 0 | ; | return 0; | } configure:21889: result: yes configure:21907: checking whether the compiler fails when given an warning option not supported for C++ configure:21943: g++ -c -g -O2 -Wmissing-prototypes conftest.cpp >&5 cc1plus: warning: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++ configure:21943: $? = 0 configure:21968: g++ -c -g -O2 -Werror -Wmissing-prototypes conftest.cpp >&5 cc1plus: error: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++ [-Werror] cc1plus: all warnings being treated as errors configure:21968: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int | main () | { | return 0 | ; | return 0; | } configure:22011: result: no, adding -Werror configure:22039: checking whether we can add -Wall to CFLAGS configure:22069: gcc -c -g -O2 -Wall conftest.c >&5 configure:22069: $? = 0 configure:22071: result: yes configure:22208: : WS_CFLAGS="$WS_CFLAGS" configure:22211: $? = 0 configure:22246: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:22249: $? = 0 configure:22300: checking whether we can add -Wall to CXXFLAGS configure:22336: g++ -c -g -O2 -Werror -Wall conftest.cpp >&5 configure:22336: $? = 0 configure:22338: result: yes configure:22436: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:22439: $? = 0 configure:22507: checking whether we can add -Wextra to CFLAGS configure:22537: gcc -c -Wall -g -O2 -Wextra conftest.c >&5 configure:22537: $? = 0 configure:22539: result: yes configure:22665: : WS_CFLAGS="$WS_CFLAGS" configure:22668: $? = 0 configure:22703: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:22706: $? = 0 configure:22768: checking whether we can add -Wextra to CXXFLAGS configure:22804: g++ -c -Wall -g -O2 -Werror -Wextra conftest.cpp >&5 configure:22804: $? = 0 configure:22806: result: yes configure:22893: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:22896: $? = 0 configure:22975: checking whether we can add -Wendif-labels to CFLAGS configure:23005: gcc -c -Wall -Wextra -g -O2 -Wendif-labels conftest.c >&5 configure:23005: $? = 0 configure:23007: result: yes configure:23133: : WS_CFLAGS="$WS_CFLAGS" configure:23136: $? = 0 configure:23171: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:23174: $? = 0 configure:23236: checking whether we can add -Wendif-labels to CXXFLAGS configure:23272: g++ -c -Wall -Wextra -g -O2 -Werror -Wendif-labels conftest.cpp >&5 configure:23272: $? = 0 configure:23274: result: yes configure:23361: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:23364: $? = 0 configure:23443: checking whether we can add -Wpointer-arith to CFLAGS configure:23473: gcc -c -Wall -Wextra -Wendif-labels -g -O2 -Wpointer-arith conftest.c >&5 configure:23473: $? = 0 configure:23475: result: yes configure:23601: : WS_CFLAGS="$WS_CFLAGS" configure:23604: $? = 0 configure:23639: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:23642: $? = 0 configure:23704: checking whether we can add -Wpointer-arith to CXXFLAGS configure:23740: g++ -c -Wall -Wextra -Wendif-labels -g -O2 -Werror -Wpointer-arith conftest.cpp >&5 configure:23740: $? = 0 configure:23742: result: yes configure:23829: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:23832: $? = 0 configure:23911: checking whether we can add -Wformat-security to CFLAGS configure:23941: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -g -O2 -Wformat-security conftest.c >&5 configure:23941: $? = 0 configure:23943: result: yes configure:24069: : WS_CFLAGS="$WS_CFLAGS" configure:24072: $? = 0 configure:24107: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:24110: $? = 0 configure:24172: checking whether we can add -Wformat-security to CXXFLAGS configure:24208: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -g -O2 -Werror -Wformat-security conftest.cpp >&5 configure:24208: $? = 0 configure:24210: result: yes configure:24297: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:24300: $? = 0 configure:24379: checking whether we can add -fwrapv to CFLAGS configure:24409: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -g -O2 -Werror -fwrapv conftest.c >&5 configure:24409: $? = 0 configure:24411: result: yes configure:24537: : WS_CFLAGS="$WS_CFLAGS" configure:24540: $? = 0 configure:24575: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:24578: $? = 0 configure:24640: checking whether we can add -fwrapv to CXXFLAGS configure:24676: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -g -O2 -Werror -fwrapv conftest.cpp >&5 configure:24676: $? = 0 configure:24678: result: yes configure:24765: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:24768: $? = 0 configure:24847: checking whether we can add -fno-strict-overflow to CFLAGS configure:24877: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -g -O2 -Werror -fno-strict-overflow conftest.c >&5 configure:24877: $? = 0 configure:24879: result: yes configure:25005: : WS_CFLAGS="$WS_CFLAGS" configure:25008: $? = 0 configure:25043: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:25046: $? = 0 configure:25108: checking whether we can add -fno-strict-overflow to CXXFLAGS configure:25144: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -g -O2 -Werror -fno-strict-overflow conftest.cpp >&5 configure:25144: $? = 0 configure:25146: result: yes configure:25233: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:25236: $? = 0 configure:25315: checking whether we can add -fno-delete-null-pointer-checks to CFLAGS configure:25345: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -g -O2 -Werror -fno-delete-null-pointer-checks conftest.c >&5 configure:25345: $? = 0 configure:25347: result: yes configure:25473: : WS_CFLAGS="$WS_CFLAGS" configure:25476: $? = 0 configure:25511: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:25514: $? = 0 configure:25576: checking whether we can add -fno-delete-null-pointer-checks to CXXFLAGS configure:25612: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -g -O2 -Werror -fno-delete-null-pointer-checks conftest.cpp >&5 configure:25612: $? = 0 configure:25614: result: yes configure:25701: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:25704: $? = 0 configure:25783: checking whether we can add -Wvla to CFLAGS configure:25813: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -g -O2 -Wvla conftest.c >&5 configure:25813: $? = 0 configure:25815: result: yes configure:25941: : WS_CFLAGS="$WS_CFLAGS" configure:25944: $? = 0 configure:25979: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:25982: $? = 0 configure:26044: checking whether we can add -Wvla to CXXFLAGS configure:26080: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -g -O2 -Werror -Wvla conftest.cpp >&5 configure:26080: $? = 0 configure:26082: result: yes configure:26169: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:26172: $? = 0 configure:26251: checking whether we can add -Waddress to CFLAGS configure:26281: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -g -O2 -Waddress conftest.c >&5 configure:26281: $? = 0 configure:26283: result: yes configure:26409: : WS_CFLAGS="$WS_CFLAGS" configure:26412: $? = 0 configure:26447: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:26450: $? = 0 configure:26512: checking whether we can add -Waddress to CXXFLAGS configure:26548: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -g -O2 -Werror -Waddress conftest.cpp >&5 configure:26548: $? = 0 configure:26550: result: yes configure:26637: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:26640: $? = 0 configure:26719: checking whether we can add -Wattributes to CFLAGS configure:26749: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -g -O2 -Wattributes conftest.c >&5 configure:26749: $? = 0 configure:26751: result: yes configure:26877: : WS_CFLAGS="$WS_CFLAGS" configure:26880: $? = 0 configure:26915: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:26918: $? = 0 configure:26980: checking whether we can add -Wattributes to CXXFLAGS configure:27016: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -g -O2 -Werror -Wattributes conftest.cpp >&5 configure:27016: $? = 0 configure:27018: result: yes configure:27105: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:27108: $? = 0 configure:27187: checking whether we can add -Wdiv-by-zero to CFLAGS configure:27217: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -g -O2 -Wdiv-by-zero conftest.c >&5 configure:27217: $? = 0 configure:27219: result: yes configure:27345: : WS_CFLAGS="$WS_CFLAGS" configure:27348: $? = 0 configure:27383: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:27386: $? = 0 configure:27448: checking whether we can add -Wdiv-by-zero to CXXFLAGS configure:27484: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -g -O2 -Werror -Wdiv-by-zero conftest.cpp >&5 configure:27484: $? = 0 configure:27486: result: yes configure:27573: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:27576: $? = 0 configure:27655: checking whether we can add -Wignored-qualifiers to CFLAGS configure:27685: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -g -O2 -Wignored-qualifiers conftest.c >&5 configure:27685: $? = 0 configure:27687: result: yes configure:27813: : WS_CFLAGS="$WS_CFLAGS" configure:27816: $? = 0 configure:27851: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:27854: $? = 0 configure:27916: checking whether we can add -Wignored-qualifiers to CXXFLAGS configure:27952: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -g -O2 -Werror -Wignored-qualifiers conftest.cpp >&5 configure:27952: $? = 0 configure:27954: result: yes configure:28041: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:28044: $? = 0 configure:28123: checking whether we can add -Wpragmas to CFLAGS configure:28153: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -g -O2 -Wpragmas conftest.c >&5 configure:28153: $? = 0 configure:28155: result: yes configure:28281: : WS_CFLAGS="$WS_CFLAGS" configure:28284: $? = 0 configure:28319: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:28322: $? = 0 configure:28384: checking whether we can add -Wpragmas to CXXFLAGS configure:28420: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -g -O2 -Werror -Wpragmas conftest.cpp >&5 configure:28420: $? = 0 configure:28422: result: yes configure:28509: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:28512: $? = 0 configure:28591: checking whether we can add -Wno-overlength-strings to CFLAGS configure:28621: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -g -O2 -Wno-overlength-strings conftest.c >&5 configure:28621: $? = 0 configure:28623: result: yes configure:28749: : WS_CFLAGS="$WS_CFLAGS" configure:28752: $? = 0 configure:28787: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:28790: $? = 0 configure:28852: checking whether we can add -Wno-overlength-strings to CXXFLAGS configure:28888: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -g -O2 -Werror -Wno-overlength-strings conftest.cpp >&5 configure:28888: $? = 0 configure:28890: result: yes configure:28977: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:28980: $? = 0 configure:29059: checking whether we can add -Wno-long-long to CFLAGS configure:29089: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -g -O2 -Wno-long-long conftest.c >&5 configure:29089: $? = 0 configure:29091: result: yes configure:29217: : WS_CFLAGS="$WS_CFLAGS" configure:29220: $? = 0 configure:29255: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:29258: $? = 0 configure:29320: checking whether we can add -Wno-long-long to CXXFLAGS configure:29356: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -g -O2 -Werror -Wno-long-long conftest.cpp >&5 configure:29356: $? = 0 configure:29358: result: yes configure:29445: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:29448: $? = 0 configure:29527: checking whether we can add -Wheader-guard to CFLAGS configure:29557: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Wheader-guard conftest.c >&5 gcc: error: unrecognized command line option '-Wheader-guard' configure:29557: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int foo; | configure:29747: result: no configure:29788: checking whether we can add -Wheader-guard to CXXFLAGS configure:29824: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Werror -Wheader-guard conftest.cpp >&5 g++: error: unrecognized command line option '-Wheader-guard' configure:29824: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int foo; | configure:29936: result: no configure:29999: checking whether we can add -Wc++-compat to CFLAGS configure:30029: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Wc++-compat conftest.c >&5 configure:30029: $? = 0 configure:30031: result: yes configure:30157: : WS_CFLAGS="$WS_CFLAGS" configure:30160: $? = 0 configure:30195: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:30198: $? = 0 configure:30467: checking whether we can add -Wunused-const-variable to CFLAGS configure:30497: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -g -O2 -Wunused-const-variable conftest.c >&5 configure:30497: $? = 0 configure:30499: result: yes configure:30625: : WS_CFLAGS="$WS_CFLAGS" configure:30628: $? = 0 configure:30663: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:30666: $? = 0 configure:30945: checking whether we can add -Wshadow to CFLAGS configure:30975: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -g -O2 -Wshadow conftest.c >&5 configure:30975: $? = 0 configure:30977: result: yes configure:30990: checking whether -Wshadow warns about variables in function declarations shadowing other variables configure:31006: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -g -O2 -Wshadow -Werror conftest.c >&5 configure:31006: $? = 0 configure:31008: result: no configure:31028: : WS_CFLAGS="$WS_CFLAGS" configure:31031: $? = 0 configure:31066: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:31069: $? = 0 configure:31434: checking whether we can add -Wno-pointer-sign to CFLAGS configure:31464: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -g -O2 -Wno-pointer-sign conftest.c >&5 configure:31464: $? = 0 configure:31466: result: yes configure:31592: : WS_CFLAGS="$WS_CFLAGS" configure:31595: $? = 0 configure:31630: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:31633: $? = 0 configure:31902: checking whether we can add -Wold-style-definition to CFLAGS configure:31932: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -g -O2 -Wold-style-definition conftest.c >&5 configure:31932: $? = 0 configure:31934: result: yes configure:32060: : WS_CFLAGS="$WS_CFLAGS" configure:32063: $? = 0 configure:32098: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:32101: $? = 0 configure:32370: checking whether we can add -Wstrict-prototypes to CFLAGS configure:32400: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -g -O2 -Wstrict-prototypes conftest.c >&5 configure:32400: $? = 0 configure:32402: result: yes configure:32528: : WS_CFLAGS="$WS_CFLAGS" configure:32531: $? = 0 configure:32566: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:32569: $? = 0 configure:32842: checking whether we can add -Wlogical-op to CFLAGS configure:32872: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wlogical-op conftest.c >&5 configure:32872: $? = 0 configure:32874: result: yes configure:32887: checking whether -Wlogical-op generates warnings from strchr() configure:32912: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -g -O2 -Wlogical-op -Werror conftest.c >&5 configure:32912: $? = 0 configure:32914: result: no configure:32934: : WS_CFLAGS="$WS_CFLAGS" configure:32937: $? = 0 configure:32972: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:32975: $? = 0 configure:33349: checking whether we can add -Wjump-misses-init to CFLAGS configure:33379: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -g -O2 -Wjump-misses-init conftest.c >&5 configure:33379: $? = 0 configure:33381: result: yes configure:33507: : WS_CFLAGS="$WS_CFLAGS" configure:33510: $? = 0 configure:33545: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:33548: $? = 0 configure:33819: checking whether we can add -Wshorten-64-to-32 to CFLAGS configure:33849: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -g -O2 -Wshorten-64-to-32 conftest.c >&5 gcc: error: unrecognized command line option '-Wshorten-64-to-32' configure:33849: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | /* end confdefs.h. */ | | int foo; | configure:34039: result: no configure:34293: checking whether we can add -Werror=implicit to CFLAGS configure:34323: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -g -O2 -Werror=implicit conftest.c >&5 configure:34323: $? = 0 configure:34325: result: yes configure:34451: : WS_CFLAGS="$WS_CFLAGS" configure:34454: $? = 0 configure:34489: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:34492: $? = 0 configure:35709: checking whether we can add -fexcess-precision=fast to CFLAGS configure:35739: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -g -O2 -Werror -fexcess-precision=fast conftest.c >&5 configure:35739: $? = 0 configure:35741: result: yes configure:35867: : WS_CFLAGS="$WS_CFLAGS" configure:35870: $? = 0 configure:35905: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:35908: $? = 0 configure:35970: checking whether we can add -fexcess-precision=fast to CXXFLAGS configure:36006: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -g -O2 -Werror -fexcess-precision=fast conftest.cpp >&5 configure:36006: $? = 0 configure:36008: result: yes configure:36095: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:36098: $? = 0 configure:36187: checking whether we can add -fvisibility=hidden to CFLAGS configure:36217: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -g -O2 -Werror -fvisibility=hidden conftest.c >&5 configure:36217: $? = 0 configure:36219: result: yes configure:36345: : WS_CFLAGS="$WS_CFLAGS" configure:36348: $? = 0 configure:36383: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:36386: $? = 0 configure:36448: checking whether we can add -fvisibility=hidden to CXXFLAGS configure:36484: g++ -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -fexcess-precision=fast -g -O2 -Werror -fvisibility=hidden conftest.cpp >&5 configure:36484: $? = 0 configure:36486: result: yes configure:36573: : WS_CXXFLAGS="$WS_CXXFLAGS" configure:36576: $? = 0 configure:45194: checking whether we can add -Wl,--as-needed to LDFLAGS configure:45214: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -Wl,--as-needed conftest.c -lm >&5 conftest.c:35:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() { return 0; } ^~~~ conftest.c: In function 'main': conftest.c:35:9: warning: old-style function definition [-Wold-style-definition] configure:45214: $? = 0 configure:45216: result: yes configure:45242: : WS_LDFLAGS="$WS_LDFLAGS" configure:45245: $? = 0 configure:45303: checking whether we can add -fPIE to CFLAGS configure:45333: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -Werror -fPIE conftest.c >&5 configure:45333: $? = 0 configure:45335: result: yes configure:45461: : WS_CFLAGS="$WS_CFLAGS" configure:45464: $? = 0 configure:45499: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:45502: $? = 0 configure:45754: checking whether we can add -fPIE -pie to LDFLAGS configure:45774: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -fPIE -g -O2 -Wl,--as-needed -fPIE -pie conftest.c -lm >&5 conftest.c:35:9: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() { return 0; } ^~~~ conftest.c: In function 'main': conftest.c:35:9: warning: old-style function definition [-Wold-style-definition] configure:45774: $? = 0 configure:45776: result: yes configure:45791: : WS_LDFLAGS="$WS_LDFLAGS" configure:45794: $? = 0 configure:45861: checking whether we can add -msse4.2 to CFLAGS configure:45891: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -Werror -msse4.2 conftest.c >&5 configure:45891: $? = 0 configure:45893: result: yes configure:46019: : WS_CFLAGS="$WS_CFLAGS" configure:46022: $? = 0 configure:46057: : WS_CFLAGS_FOR_BUILD="$WS_CFLAGS_FOR_BUILD" configure:46060: $? = 0 configure:46812: checking whether there is emmintrin.h header and we can use it configure:46825: gcc -c -g -O2 conftest.c >&5 configure:46825: $? = 0 configure:46828: result: yes configure:46856: checking whether there is nmmintrin.h header and we can use it configure:46871: gcc -c -msse4.2 -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 conftest.c >&5 conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:36:1: warning: old-style function definition [-Wold-style-definition] configure:46871: $? = 0 configure:46878: result: yes configure:46940: checking whether -D_FORTIFY_SOURCE=2 can be used (without generating a warning) configure:46962: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -Werror -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:46962: $? = 0 configure:46964: result: yes configure:46990: : WS_CPPFLAGS="$WS_CPPFLAGS" configure:46993: $? = 0 configure:47022: checking whether we should treat compiler warnings as errors configure:47041: result: yes configure:47070: checking for platform-specific compiler flags configure:47087: result: none needed configure:47138: checking for platform-specific linker flags configure:47192: result: none needed configure:47324: checking if profile builds must be generated configure:47338: result: no configure:47369: checking for GLIB configure:47376: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION gthread-2.0 >= $GLIB_MIN_VERSION gmodule-2.0 >= $GLIB_MIN_VERSION" configure:47379: $? = 0 configure:47393: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION gthread-2.0 >= $GLIB_MIN_VERSION gmodule-2.0 >= $GLIB_MIN_VERSION" configure:47396: $? = 0 configure:47434: result: yes configure:47473: : GLIB_CONFIG="$GLIB_CONFIG" configure:47476: $? = 0 configure:47496: : GLIB_CONFIG="$GLIB_CONFIG" configure:47499: $? = 0 configure:47634: checking for Qt5Core - version >= 5.0.0 configure:47638: result: yes (version 5.6.2) configure:47762: checking for Qt5Gui - version >= 5.0.0 configure:47766: result: yes (version 5.6.2) configure:47879: checking for Qt5Widgets - version >= 5.0.0 configure:47883: result: yes (version 5.6.2) configure:47993: checking for Qt5PrintSupport - version >= 5.0.0 configure:47997: result: yes (version 5.6.2) configure:48108: checking for Qt5Multimedia - version >= 5.0.0 configure:48126: result: no configure:48228: checking for Qt5MacExtras - version >= 5.0.0 configure:48246: result: no configure:48288: checking whether Qt works without -fPIC configure:48294: g++ -E -D_FORTIFY_SOURCE=2 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtPrintSupport -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 conftest.cpp In file included from /usr/include/c++/6.3.1/x86_64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/6.3.1/x86_64-redhat-linux/bits/c++config.h:2414, from /usr/include/c++/6.3.1/cstddef:49, from /usr/include/qt5/QtCore/qglobal.h:39, from /usr/include/qt5/QtCore/qnamespace.h:37, from /usr/include/qt5/QtCore/qobjectdefs.h:41, from /usr/include/qt5/QtCore/qobject.h:40, from /usr/include/qt5/QtCore/qabstractanimation.h:37, from /usr/include/qt5/QtCore/QtCore:4, from conftest.cpp:38: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ In file included from /usr/include/qt5/QtCore/qnamespace.h:37:0, from /usr/include/qt5/QtCore/qobjectdefs.h:41, from /usr/include/qt5/QtCore/qobject.h:40, from /usr/include/qt5/QtCore/qabstractanimation.h:37, from /usr/include/qt5/QtCore/QtCore:4, from conftest.cpp:38: /usr/include/qt5/QtCore/qglobal.h:1087:4: error: #error "You must build your code with position independent code if Qt was built with -reduce-relocations. " "Compile your code with -fPIC (-fPIE is not enough)." # error "You must build your code with position independent code if Qt was built with -reduce-relocations. "\ ^~~~~ configure:48294: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | /* end confdefs.h. */ | #include <QtCore> configure:48299: result: no configure:48301: checking whether Qt works with -fPIC configure:48308: g++ -E -D_FORTIFY_SOURCE=2 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtPrintSupport -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -fPIC conftest.cpp In file included from /usr/include/c++/6.3.1/x86_64-redhat-linux/bits/os_defines.h:39:0, from /usr/include/c++/6.3.1/x86_64-redhat-linux/bits/c++config.h:2414, from /usr/include/c++/6.3.1/cstddef:49, from /usr/include/qt5/QtCore/qglobal.h:39, from /usr/include/qt5/QtCore/qnamespace.h:37, from /usr/include/qt5/QtCore/qobjectdefs.h:41, from /usr/include/qt5/QtCore/qobject.h:40, from /usr/include/qt5/QtCore/qabstractanimation.h:37, from /usr/include/qt5/QtCore/QtCore:4, from conftest.cpp:38: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:48308: $? = 0 configure:48310: result: yes configure:48370: checking for qtchooser configure:48403: result: no configure:48482: checking for uic-qt5 configure:48500: found /usr/bin/uic-qt5 configure:48512: result: /usr/bin/uic-qt5 configure:48548: checking for qtchooser configure:48581: result: no configure:48660: checking for moc-qt5 configure:48678: found /usr/bin/moc-qt5 configure:48690: result: /usr/bin/moc-qt5 configure:48726: checking for qtchooser configure:48759: result: no configure:48838: checking for rcc-qt5 configure:48856: found /usr/bin/rcc-qt5 configure:48868: result: /usr/bin/rcc-qt5 configure:48905: checking for qtchooser configure:48938: result: no configure:49017: checking for lrelease-qt5 configure:49035: found /usr/bin/lrelease-qt5 configure:49047: result: /usr/bin/lrelease-qt5 configure:49067: checking whether lrelease -version works configure:49077: result: ok, lrelease version 5.6.2 configure:49611: checking whether GLib supports loadable modules configure:49643: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -DG_DISABLE_SINGLE_INCLUDES -DG_DISABLE_DEPRECATED -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 >&5 conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:45:1: warning: old-style function definition [-Wold-style-definition] configure:49643: $? = 0 configure:49643: ./conftest configure:49643: $? = 0 configure:49656: result: yes configure:49680: checking for dladdr configure:49680: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -DG_DISABLE_SINGLE_INCLUDES -DG_DISABLE_DEPRECATED -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 >&5 conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char dladdr (); ^~~~ conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:70:1: warning: old-style function definition [-Wold-style-definition] /usr/bin/ld: /tmp/cczLzQ6A.o: undefined reference to symbol 'dladdr@@GLIBC_2.2.5' /usr/lib64/libdl.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status configure:49680: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | /* end confdefs.h. */ | /* Define dladdr to an innocuous variant, in case <limits.h> declares dladdr. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dladdr innocuous_dladdr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dladdr (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dladdr | | /* 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 dladdr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dladdr || defined __stub___dladdr | choke me | #endif | | int | main () | { | return dladdr (); | ; | return 0; | } configure:49680: result: no configure:49701: checking for dladdr configure:49701: result: no configure:49720: checking whether GLib supports POSIX/XSI thousands grouping configure:49752: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -DG_DISABLE_SINGLE_INCLUDES -DG_DISABLE_DEPRECATED -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -g -O2 conftest.c -lm -lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 >&5 conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:45:1: warning: old-style function definition [-Wold-style-definition] configure:49752: $? = 0 configure:49752: ./conftest configure:49752: $? = 0 configure:49765: result: yes configure:50203: checking whether to use libpcap for packet capture configure:50232: result: yes configure:50301: checking for pcap-config configure:50319: found /usr/bin/pcap-config configure:50331: result: /usr/bin/pcap-config configure:50362: checking for broken pcap-config configure:50379: result: no configure:50513: checking pcap.h usability configure:50513: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:50513: $? = 0 configure:50513: result: yes configure:50513: checking pcap.h presence configure:50513: gcc -E -D_FORTIFY_SOURCE=2 conftest.c In file included from /usr/include/sys/types.h:25:0, from /usr/include/pcap/pcap.h:44, from /usr/include/pcap.h:43, from conftest.c:39: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:50513: $? = 0 configure:50513: result: yes configure:50513: checking for pcap.h configure:50513: result: yes configure:50658: checking for pcap_open_dead configure:50658: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_open_dead (); ^~~~ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:72:1: warning: old-style function definition [-Wold-style-definition] configure:50658: $? = 0 configure:50658: result: yes configure:50658: checking for pcap_freecode configure:50658: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_freecode (); ^~~~ conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:50658: $? = 0 configure:50658: result: yes configure:50690: checking whether pcap_breakloop is present configure:50708: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 configure:50708: $? = 0 configure:50721: result: yes configure:50727: checking whether pcap_breakloop is usable configure:50745: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -Werror -Wimplicit -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 configure:50745: $? = 0 configure:50758: result: yes configure:50790: checking whether pcap_findalldevs is present and usable configure:50811: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:46:11: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() ^~~~ conftest.c: In function 'main': conftest.c:46:11: warning: old-style function definition [-Wold-style-definition] configure:50811: $? = 0 configure:50824: result: yes configure:50839: checking for pcap_datalink_val_to_name configure:50839: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_datalink_val_to_name (); ^~~~ conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:76:1: warning: old-style function definition [-Wold-style-definition] configure:50839: $? = 0 configure:50839: result: yes configure:50839: checking for pcap_datalink_name_to_val configure:50839: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_datalink_name_to_val (); ^~~~ conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:77:1: warning: old-style function definition [-Wold-style-definition] configure:50839: $? = 0 configure:50839: result: yes configure:50850: checking for pcap_datalink_val_to_description configure:50850: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_datalink_val_to_description (); ^~~~ conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:78:1: warning: old-style function definition [-Wold-style-definition] configure:50850: $? = 0 configure:50850: result: yes configure:50862: checking for pcap_list_datalinks configure:50862: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_list_datalinks (); ^~~~ conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:79:1: warning: old-style function definition [-Wold-style-definition] configure:50862: $? = 0 configure:50862: result: yes configure:50862: checking for pcap_set_datalink configure:50862: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_set_datalink (); ^~~~ conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:80:1: warning: old-style function definition [-Wold-style-definition] configure:50862: $? = 0 configure:50862: result: yes configure:50862: checking for pcap_lib_version configure:50862: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_lib_version (); ^~~~ conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:81:1: warning: old-style function definition [-Wold-style-definition] configure:50862: $? = 0 configure:50862: result: yes configure:50874: checking for pcap_get_selectable_fd configure:50874: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_get_selectable_fd (); ^~~~ conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:82:1: warning: old-style function definition [-Wold-style-definition] configure:50874: $? = 0 configure:50874: result: yes configure:50874: checking for pcap_free_datalinks configure:50874: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_free_datalinks (); ^~~~ conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:83:1: warning: old-style function definition [-Wold-style-definition] configure:50874: $? = 0 configure:50874: result: yes configure:50883: checking for pcap_create configure:50883: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_create (); ^~~~ conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:84:1: warning: old-style function definition [-Wold-style-definition] configure:50883: $? = 0 configure:50883: result: yes configure:50898: checking for bpf_image configure:50898: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char bpf_image (); ^~~~ conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:86:1: warning: old-style function definition [-Wold-style-definition] configure:50898: $? = 0 configure:50898: result: yes configure:50898: checking for pcap_set_tstamp_precision configure:50898: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lpcap -lm >&5 conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char pcap_set_tstamp_precision (); ^~~~ conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:87:1: warning: old-style function definition [-Wold-style-definition] configure:50898: $? = 0 configure:50898: result: yes configure:50919: checking whether to build dumpcap configure:50936: result: yes configure:50956: checking whether to build rawshark configure:50973: result: yes configure:51041: checking whether to use libpcap remote capturing feature configure:51062: result: no configure:51101: checking whether to use zlib for gzip compression and decompression configure:51133: result: yes configure:51237: checking zlib.h usability configure:51237: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 configure:51237: $? = 0 configure:51237: result: yes configure:51237: checking zlib.h presence configure:51237: gcc -E -D_FORTIFY_SOURCE=2 conftest.c In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc/x86_64-redhat-linux/6.3.1/include/limits.h:168, from /usr/lib/gcc/x86_64-redhat-linux/6.3.1/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/6.3.1/include/limits.h:34, from /usr/include/zconf.h:395, from /usr/include/zlib.h:34, from conftest.c:57: /usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^~~~~~~ configure:51237: $? = 0 configure:51237: result: yes configure:51237: checking for zlib.h configure:51237: result: yes configure:51364: checking for inflatePrime configure:51364: gcc -o conftest -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 -Wl,--as-needed conftest.c -lz -lm >&5 conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char inflatePrime (); ^~~~ conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^~~~ conftest.c: In function 'main': conftest.c:90:1: warning: old-style function definition [-Wold-style-definition] /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:51364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | /* Define inflatePrime to an innocuous variant, in case <limits.h> declares inflatePrime. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define inflatePrime innocuous_inflatePrime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inflatePrime (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef inflatePrime | | /* 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 inflatePrime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inflatePrime || defined __stub___inflatePrime | choke me | #endif | | int | main () | { | return inflatePrime (); | ; | return 0; | } configure:51364: result: no configure:51438: result: inflatePrime not found in zlib - disabling gzipped capture file support configure:51445: checking whether to use lz4 compression and decompression configure:51478: result: yes configure:51513: checking lz4.h usability configure:51513: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c:91:17: fatal error: lz4.h: No such file or directory #include <lz4.h> ^ compilation terminated. configure:51513: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 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 <lz4.h> configure:51513: result: no configure:51513: checking lz4.h presence configure:51513: gcc -E -D_FORTIFY_SOURCE=2 conftest.c conftest.c:58:17: fatal error: lz4.h: No such file or directory #include <lz4.h> ^ compilation terminated. configure:51513: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | #include <lz4.h> configure:51513: result: no configure:51513: checking for lz4.h configure:51513: result: no configure:51588: result: lz4 not found - disabling lz4 compression and decompression configure:51602: checking whether to use snappy compression and decompression configure:51635: result: yes configure:51670: checking snappy-c.h usability configure:51670: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c:91:22: fatal error: snappy-c.h: No such file or directory #include <snappy-c.h> ^ compilation terminated. configure:51670: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 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 <snappy-c.h> configure:51670: result: no configure:51670: checking snappy-c.h presence configure:51670: gcc -E -D_FORTIFY_SOURCE=2 conftest.c conftest.c:58:22: fatal error: snappy-c.h: No such file or directory #include <snappy-c.h> ^ compilation terminated. configure:51670: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | #include <snappy-c.h> configure:51670: result: no configure:51670: checking for snappy-c.h configure:51670: result: no configure:51745: result: snappy not found - disabling snappy compression and decompression configure:51810: checking if you have lua < 5.3 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc' to the PKG_CONFIG_PATH environment variable No package 'lua' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua5.2 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.2' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua-5.2 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.2.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.2' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua52 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua52 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua52.pc' to the PKG_CONFIG_PATH environment variable No package 'lua52' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua5.1 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.1' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua-5.1 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.1.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.1' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua51 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua51 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua51.pc' to the PKG_CONFIG_PATH environment variable No package 'lua51' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua5.0 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.0' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua-5.0 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua-5.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua-5.0.pc' to the PKG_CONFIG_PATH environment variable No package 'lua-5.0' found configure:51816: $? = 1 configure:51825: result: no configure:51810: checking if you have lua50 configure:51813: $PKG_CONFIG --exists --print-errors "$pkg" Package lua50 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua50.pc' to the PKG_CONFIG_PATH environment variable No package 'lua50' found configure:51816: $? = 1 configure:51825: result: no configure:51956: checking for the location of lua.h configure:51987: result: not found configure:52141: checking whether to use libportaudio for the GTK+ RTP player configure:52173: result: yes configure:52214: checking portaudio.h usability configure:52214: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c:91:23: fatal error: portaudio.h: No such file or directory #include <portaudio.h> ^ compilation terminated. configure:52214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 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 <portaudio.h> configure:52214: result: no configure:52214: checking portaudio.h presence configure:52214: gcc -E -D_FORTIFY_SOURCE=2 conftest.c conftest.c:58:23: fatal error: portaudio.h: No such file or directory #include <portaudio.h> ^ compilation terminated. configure:52214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | #include <portaudio.h> configure:52214: result: no configure:52214: checking for portaudio.h configure:52214: result: no configure:52359: result: libportaudio not found - disabling support for the GTK+ RTP player configure:52375: checking for setcap configure:52393: found /usr/sbin/setcap configure:52405: result: /usr/sbin/setcap configure:52421: checking whether to install dumpcap with cap_net_admin and cap_net_raw capabilities configure:52424: result: no configure:52458: checking whether to install dumpcap setuid configure:52461: result: no configure:52490: checking for setresuid configure:52490: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:52490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define setresuid innocuous_setresuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setresuid (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef setresuid | | /* 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 setresuid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setresuid || defined __stub___setresuid | choke me | #endif | | int | main () | { | return setresuid (); | ; | return 0; | } configure:52490: result: no configure:52490: checking for setresgid configure:52490: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:52490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | /* end confdefs.h. */ | /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define setresgid innocuous_setresgid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setresgid (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef setresgid | | /* 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 setresgid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setresgid || defined __stub___setresgid | choke me | #endif | | int | main () | { | return setresgid (); | ; | return 0; | } configure:52490: result: no configure:52529: checking whether to use the libcap capabilities library configure:52619: result: yes configure:52629: checking for cap_set_flag in -lcap configure:52654: gcc -o conftest -g -O2 conftest.c -lcap -lz -lm >&5 /usr/bin/ld: cannot find -lcap /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:52654: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 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 cap_set_flag (); | int | main () | { | return cap_set_flag (); | ; | return 0; | } configure:52663: result: no configure:52686: checking fcntl.h usability configure:52686: gcc -c -g -O2 conftest.c >&5 configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking fcntl.h presence configure:52686: gcc -E conftest.c configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking for fcntl.h configure:52686: result: yes configure:52686: checking getopt.h usability configure:52686: gcc -c -g -O2 conftest.c >&5 configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking getopt.h presence configure:52686: gcc -E conftest.c configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking for getopt.h configure:52686: result: yes configure:52686: checking grp.h usability configure:52686: gcc -c -g -O2 conftest.c >&5 configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking grp.h presence configure:52686: gcc -E conftest.c configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking for grp.h configure:52686: result: yes configure:52686: checking for inttypes.h configure:52686: result: yes configure:52686: checking netdb.h usability configure:52686: gcc -c -g -O2 conftest.c >&5 configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking netdb.h presence configure:52686: gcc -E conftest.c configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking for netdb.h configure:52686: result: yes configure:52686: checking pwd.h usability configure:52686: gcc -c -g -O2 conftest.c >&5 configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking pwd.h presence configure:52686: gcc -E conftest.c configure:52686: $? = 0 configure:52686: result: yes configure:52686: checking for pwd.h configure:52686: result: yes configure:52686: checking for unistd.h configure:52686: result: yes configure:52699: checking sys/ioctl.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/ioctl.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/ioctl.h configure:52699: result: yes configure:52699: checking sys/param.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/param.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/param.h configure:52699: result: yes configure:52699: checking sys/socket.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/socket.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/socket.h configure:52699: result: yes configure:52699: checking sys/sockio.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 conftest.c:101:24: fatal error: sys/sockio.h: No such file or directory #include <sys/sockio.h> ^ compilation terminated. configure:52699: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_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/sockio.h> configure:52699: result: no configure:52699: checking sys/sockio.h presence configure:52699: gcc -E conftest.c conftest.c:68:24: fatal error: sys/sockio.h: No such file or directory #include <sys/sockio.h> ^ compilation terminated. configure:52699: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <sys/sockio.h> configure:52699: result: no configure:52699: checking for sys/sockio.h configure:52699: result: no configure:52699: checking for sys/stat.h configure:52699: result: yes configure:52699: checking sys/time.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/time.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/time.h configure:52699: result: yes configure:52699: checking for sys/types.h configure:52699: result: yes configure:52699: checking sys/utsname.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/utsname.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/utsname.h configure:52699: result: yes configure:52699: checking sys/wait.h usability configure:52699: gcc -c -g -O2 conftest.c >&5 configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking sys/wait.h presence configure:52699: gcc -E conftest.c configure:52699: $? = 0 configure:52699: result: yes configure:52699: checking for sys/wait.h configure:52699: result: yes configure:52711: checking netinet/in.h usability configure:52711: gcc -c -g -O2 conftest.c >&5 configure:52711: $? = 0 configure:52711: result: yes configure:52711: checking netinet/in.h presence configure:52711: gcc -E conftest.c configure:52711: $? = 0 configure:52711: result: yes configure:52711: checking for netinet/in.h configure:52711: result: yes configure:52724: checking arpa/inet.h usability configure:52724: gcc -c -g -O2 conftest.c >&5 configure:52724: $? = 0 configure:52724: result: yes configure:52724: checking arpa/inet.h presence configure:52724: gcc -E conftest.c configure:52724: $? = 0 configure:52724: result: yes configure:52724: checking for arpa/inet.h configure:52724: result: yes configure:52724: checking arpa/nameser.h usability configure:52724: gcc -c -g -O2 conftest.c >&5 configure:52724: $? = 0 configure:52724: result: yes configure:52724: checking arpa/nameser.h presence configure:52724: gcc -E conftest.c configure:52724: $? = 0 configure:52724: result: yes configure:52724: checking for arpa/nameser.h configure:52724: result: yes configure:52736: checking ifaddrs.h usability configure:52736: gcc -c -g -O2 conftest.c >&5 configure:52736: $? = 0 configure:52736: result: yes configure:52736: checking ifaddrs.h presence configure:52736: gcc -E conftest.c configure:52736: $? = 0 configure:52736: result: yes configure:52736: checking for ifaddrs.h configure:52736: result: yes configure:52757: checking for linux/sockios.h configure:52757: gcc -c -g -O2 conftest.c >&5 configure:52757: $? = 0 configure:52757: result: yes configure:52757: checking for linux/if_bonding.h configure:52757: gcc -c -g -O2 conftest.c >&5 configure:52757: $? = 0 configure:52757: result: yes configure:52772: checking whether to use SSL library configure:52912: result: no configure:52917: checking whether to use Kerberos library configure:52949: result: yes configure:53043: checking for krb5-config configure:53076: result: no configure:53133: checking krb5.h usability configure:53133: gcc -c -Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -g -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5 conftest.c:112:18: fatal error: krb5.h: No such file or directory #include <krb5.h> ^ compilation terminated. configure:53133: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_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 <krb5.h> configure:53133: result: no configure:53133: checking krb5.h presence configure:53133: gcc -E -D_FORTIFY_SOURCE=2 conftest.c conftest.c:79:18: fatal error: krb5.h: No such file or directory #include <krb5.h> ^ compilation terminated. configure:53133: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | /* end confdefs.h. */ | #include <krb5.h> configure:53133: result: no configure:53133: checking for krb5.h configure:53133: result: no configure:53164: result: No Heimdal or MIT header found - disabling dissection for some kerberos data in packet decoding configure:53365: checking whether to use the c-ares library if available configure:53455: result: yes configure:53465: checking for ares_init in -lcares configure:53490: gcc -o conftest -g -O2 conftest.c -lcares -lz -lm >&5 /usr/bin/ld: cannot find -lcares /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:53490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_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 ares_init (); | int | main () | { | return ares_init (); | ; | return 0; | } configure:53499: result: no configure:53520: checking whether to use the GeoIP IP address mapping library if available configure:53610: result: yes configure:53620: checking for GeoIP_new in -lGeoIP configure:53645: gcc -o conftest -g -O2 conftest.c -lGeoIP -lz -lm >&5 /usr/bin/ld: cannot find -lGeoIP /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:53645: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_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 GeoIP_new (); | int | main () | { | return GeoIP_new (); | ; | return 0; | } configure:53654: result: no configure:53765: checking whether to use the libssh library if available configure:53855: result: yes configure:53865: checking for ssh_new in -lssh configure:53890: gcc -o conftest -g -O2 conftest.c -lssh -lz -lm >&5 /usr/bin/ld: cannot find -lssh /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:53890: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_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 ssh_new (); | int | main () | { | return ssh_new (); | ; | return 0; | } configure:53899: result: no configure:53911: checking whether libssh >= 0.6.0 for sshdump, ciscodump configure:53914: $PKG_CONFIG --exists --print-errors "libssh >= 0.6.0" Package libssh was not found in the pkg-config search path. Perhaps you should add the directory containing `libssh.pc' to the PKG_CONFIG_PATH environment variable No package 'libssh' found configure:53917: $? = 1 configure:53928: result: no configure:53990: checking whether to use the nghttp2 HPACK library if available configure:54080: result: yes configure:54090: checking for nghttp2_hd_inflate_new in -lnghttp2 configure:54115: gcc -o conftest -g -O2 conftest.c -lnghttp2 -lz -lm >&5 /usr/bin/ld: cannot find -lnghttp2 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54115: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_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 nghttp2_hd_inflate_new (); | int | main () | { | return nghttp2_hd_inflate_new (); | ; | return 0; | } configure:54124: result: no configure:54160: checking whether struct tm is in sys/time.h or time.h configure:54180: gcc -c -g -O2 conftest.c >&5 configure:54180: $? = 0 configure:54187: result: time.h configure:54195: checking for struct tm.tm_zone configure:54195: gcc -c -g -O2 conftest.c >&5 configure:54195: $? = 0 configure:54195: result: yes configure:54266: checking for struct stat.st_flags configure:54266: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:12: error: 'struct stat' has no member named 'st_flags'; did you mean 'st_nlink'? if (ac_aggr.st_flags) ^ configure:54266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (ac_aggr.st_flags) | return 0; | ; | return 0; | } configure:54266: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:19: error: 'struct stat' has no member named 'st_flags'; did you mean 'st_nlink'? if (sizeof ac_aggr.st_flags) ^ configure:54266: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_flags) | return 0; | ; | return 0; | } configure:54266: result: no configure:54280: checking for struct stat.st_birthtime configure:54280: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:12: error: 'struct stat' has no member named 'st_birthtime'; did you mean 'st_blksize'? if (ac_aggr.st_birthtime) ^ configure:54280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtime) | return 0; | ; | return 0; | } configure:54280: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:19: error: 'struct stat' has no member named 'st_birthtime'; did you mean 'st_blksize'? if (sizeof ac_aggr.st_birthtime) ^ configure:54280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtime) | return 0; | ; | return 0; | } configure:54280: result: no configure:54290: checking for struct stat.__st_birthtime configure:54290: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:12: error: 'struct stat' has no member named '__st_birthtime' if (ac_aggr.__st_birthtime) ^ configure:54290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (ac_aggr.__st_birthtime) | return 0; | ; | return 0; | } configure:54290: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:118:19: error: 'struct stat' has no member named '__st_birthtime' if (sizeof ac_aggr.__st_birthtime) ^ configure:54290: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.__st_birthtime) | return 0; | ; | return 0; | } configure:54290: result: no configure:54304: checking for struct sockaddr.sa_len configure:54304: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:92:12: error: 'struct sockaddr' has no member named 'sa_len' if (ac_aggr.sa_len) ^ configure:54304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include <sys/types.h> | #endif | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:54304: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:92:19: error: 'struct sockaddr' has no member named 'sa_len' if (sizeof ac_aggr.sa_len) ^ configure:54304: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #ifdef HAVE_SYS_TYPES_H | #include <sys/types.h> | #endif | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:54304: result: no configure:54322: checking whether byte ordering is bigendian configure:54337: gcc -c -g -O2 conftest.c >&5 conftest.c:82:9: error: unknown type name 'not' not a universal capable compiler ^~~ conftest.c:82:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^~~~~~~~~ conftest.c:82:15: error: unknown type name 'universal' configure:54337: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:54382: gcc -c -g -O2 conftest.c >&5 configure:54382: $? = 0 configure:54400: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:88:4: error: unknown type name 'not' not big endian ^~~ conftest.c:88:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^~~~~~ configure:54400: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:54528: result: no configure:54550: checking whether gcc needs -traditional configure:54584: result: no configure:54592: checking for getopt_long configure:54592: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define getopt_long to an innocuous variant, in case <limits.h> declares getopt_long. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getopt_long innocuous_getopt_long | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getopt_long (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getopt_long | | /* 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 getopt_long (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getopt_long || defined __stub___getopt_long | choke me | #endif | | int | main () | { | return getopt_long (); | ; | return 0; | } configure:54592: result: no configure:54633: checking for inet_aton configure:54633: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54633: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define inet_aton to an innocuous variant, in case <limits.h> declares inet_aton. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define inet_aton innocuous_inet_aton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_aton (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef inet_aton | | /* 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 inet_aton (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inet_aton || defined __stub___inet_aton | choke me | #endif | | int | main () | { | return inet_aton (); | ; | return 0; | } configure:54633: result: no configure:54648: checking for inet_pton configure:54648: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define inet_pton to an innocuous variant, in case <limits.h> declares inet_pton. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define inet_pton innocuous_inet_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_pton (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef inet_pton | | /* 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 inet_pton (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inet_pton || defined __stub___inet_pton | choke me | #endif | | int | main () | { | return inet_pton (); | ; | return 0; | } configure:54648: result: no configure:54705: checking for inet_ntop configure:54705: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54705: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define inet_ntop to an innocuous variant, in case <limits.h> declares inet_ntop. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define inet_ntop innocuous_inet_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_ntop (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef inet_ntop | | /* 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 inet_ntop (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inet_ntop || defined __stub___inet_ntop | choke me | #endif | | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:54705: result: no configure:54719: checking for strptime configure:54719: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define strptime to an innocuous variant, in case <limits.h> declares strptime. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strptime innocuous_strptime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strptime (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef strptime | | /* 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 strptime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strptime || defined __stub___strptime | choke me | #endif | | int | main () | { | return strptime (); | ; | return 0; | } configure:54719: result: no configure:54733: checking for popcount configure:54733: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54733: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define popcount to an innocuous variant, in case <limits.h> declares popcount. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define popcount innocuous_popcount | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char popcount (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef popcount | | /* 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 popcount (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_popcount || defined __stub___popcount | choke me | #endif | | int | main () | { | return popcount (); | ; | return 0; | } configure:54733: result: no configure:54751: checking for mkstemps configure:54751: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define mkstemps to an innocuous variant, in case <limits.h> declares mkstemps. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define mkstemps innocuous_mkstemps | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkstemps (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef mkstemps | | /* 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 mkstemps (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mkstemps || defined __stub___mkstemps | choke me | #endif | | int | main () | { | return mkstemps (); | ; | return 0; | } configure:54751: result: no configure:54751: checking for mkdtemp configure:54751: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define mkdtemp to an innocuous variant, in case <limits.h> declares mkdtemp. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define mkdtemp innocuous_mkdtemp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkdtemp (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef mkdtemp | | /* 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 mkdtemp (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mkdtemp || defined __stub___mkdtemp | choke me | #endif | | int | main () | { | return mkdtemp (); | ; | return 0; | } configure:54751: result: no configure:54762: checking for getprotobynumber configure:54762: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54762: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define getprotobynumber to an innocuous variant, in case <limits.h> declares getprotobynumber. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getprotobynumber innocuous_getprotobynumber | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getprotobynumber (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getprotobynumber | | /* 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 getprotobynumber (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getprotobynumber || defined __stub___getprotobynumber | choke me | #endif | | int | main () | { | return getprotobynumber (); | ; | return 0; | } configure:54762: result: no configure:54773: checking for issetugid configure:54773: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define issetugid innocuous_issetugid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char issetugid (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef issetugid | | /* 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 issetugid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_issetugid || defined __stub___issetugid | choke me | #endif | | int | main () | { | return issetugid (); | ; | return 0; | } configure:54773: result: no configure:54784: checking for sysconf configure:54784: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54784: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysconf innocuous_sysconf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysconf (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef sysconf | | /* 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 sysconf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sysconf || defined __stub___sysconf | choke me | #endif | | int | main () | { | return sysconf (); | ; | return 0; | } configure:54784: result: no configure:54795: checking for getifaddrs configure:54795: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getifaddrs innocuous_getifaddrs | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getifaddrs (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getifaddrs | | /* 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 getifaddrs (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getifaddrs || defined __stub___getifaddrs | choke me | #endif | | int | main () | { | return getifaddrs (); | ; | return 0; | } configure:54795: result: no configure:54804: checking for getexecname configure:54804: gcc -o conftest -g -O2 conftest.c -lz -lm >&5 /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../libz.so when searching for -lz /usr/bin/ld: skipping incompatible /lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: cannot find -lz collect2: error: ld returned 1 exit status configure:54804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wireshark" | #define PACKAGE_TARNAME "wireshark" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "Wireshark 2.5.0" | #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" | #define PACKAGE_URL "http://www.wireshark.org/" | #define PACKAGE "wireshark" | #define VERSION "2.5.0" | #define VERSION_MAJOR 2 | #define VERSION_MINOR 5 | #define VERSION_MICRO 0 | #define VERSION_FLAVOR "Development Build" | #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_CXX11 1 | #define HAVE_FLOORL 1 | #define HAVE_LRINT 1 | #define HAVE_NL80211 1 | #define HAVE_NL80211_CMD_SET_CHANNEL 1 | #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 | #define HAVE_NL80211_VHT_CAPABILITY 1 | #define HAVE_SSE4_2 1 | #define _U_ __attribute__((unused)) | #define WS_NORETURN __attribute((noreturn)) | #define WANT_PACKET_EDITOR 1 | #define HAVE_GLIB_PRINTF_GROUPING 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | #define HAVE_PCAP_BREAKLOOP 1 | #define HAVE_PCAP_FINDALLDEVS 1 | #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 | #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 | #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 | #define HAVE_PCAP_LIST_DATALINKS 1 | #define HAVE_PCAP_SET_DATALINK 1 | #define HAVE_PCAP_LIB_VERSION 1 | #define HAVE_PCAP_GET_SELECTABLE_FD 1 | #define HAVE_PCAP_FREE_DATALINKS 1 | #define HAVE_PCAP_CREATE 1 | #define CAN_SET_CAPTURE_BUFFER_SIZE 1 | #define HAVE_BPF_IMAGE 1 | #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 | #define PCAP_NG_DEFAULT 1 | #define HAVE_ZLIB 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GRP_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_LINUX_IF_BONDING_H 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getexecname innocuous_getexecname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getexecname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getexecname | | /* 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 getexecname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getexecname || defined __stub___getexecname | choke me | #endif | | int | main () | { | return getexecname (); | ; | return 0; | } configure:54804: result: no configure:54913: checking for SBC configure:54920: $PKG_CONFIG --exists --print-errors "sbc >= 1.0" Package sbc was not found in the pkg-config search path. Perhaps you should add the directory containing `sbc.pc' to the PKG_CONFIG_PATH environment variable No package 'sbc' found configure:54923: $? = 1 configure:54937: $PKG_CONFIG --exists --print-errors "sbc >= 1.0" Package sbc was not found in the pkg-config search path. Perhaps you should add the directory containing `sbc.pc' to the PKG_CONFIG_PATH environment variable No package 'sbc' found configure:54940: $? = 1 configure:54954: result: no No package 'sbc' found configure:55017: checking for SPANDSP configure:55024: $PKG_CONFIG --exists --print-errors "spandsp" Package spandsp was not found in the pkg-config search path. Perhaps you should add the directory containing `spandsp.pc' to the PKG_CONFIG_PATH environment variable No package 'spandsp' found configure:55027: $? = 1 configure:55041: $PKG_CONFIG --exists --print-errors "spandsp" Package spandsp was not found in the pkg-config search path. Perhaps you should add the directory containing `spandsp.pc' to the PKG_CONFIG_PATH environment variable No package 'spandsp' found configure:55044: $? = 1 configure:55058: result: no No package 'spandsp' found configure:55120: checking for LIBXML2 configure:55127: $PKG_CONFIG --exists --print-errors "libxml-2.0" Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found configure:55130: $? = 1 configure:55144: $PKG_CONFIG --exists --print-errors "libxml-2.0" Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libxml-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libxml-2.0' found configure:55147: $? = 1 configure:55161: result: no No package 'libxml-2.0' found configure:55292: checking whether to build androiddump configure:55308: result: yes configure:55339: checking whether to build sshdump configure:55355: result: no, libssh >= 0.6.0 not available configure:55376: checking whether to build ciscodump configure:55392: result: no, libssh >= 0.6.0 not available configure:55413: checking whether to build randpktdump configure:55429: result: yes configure:55446: checking whether to build udpdump configure:55462: result: yes configure:55735: checking that generated files are newer than configure configure:55741: result: done configure:55873: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Wireshark config.status 2.5.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lincoln config.status:1608: creating Makefile config.status:1608: creating doxygen.cfg config.status:1608: creating epan/dissectors/asn1/Makefile config.status:1608: creating wireshark.pc config.status:1608: creating epan/dissectors/asn1/acp133/Makefile config.status:1608: creating epan/dissectors/asn1/acse/Makefile config.status:1608: creating epan/dissectors/asn1/ansi_map/Makefile config.status:1608: creating epan/dissectors/asn1/ansi_tcap/Makefile config.status:1608: creating epan/dissectors/asn1/atn-cm/Makefile config.status:1608: creating epan/dissectors/asn1/atn-cpdlc/Makefile config.status:1608: creating epan/dissectors/asn1/atn-ulcs/Makefile config.status:1608: creating epan/dissectors/asn1/c1222/Makefile config.status:1608: creating epan/dissectors/asn1/camel/Makefile config.status:1608: creating epan/dissectors/asn1/cdt/Makefile config.status:1608: creating epan/dissectors/asn1/charging_ase/Makefile config.status:1608: creating epan/dissectors/asn1/cmip/Makefile config.status:1608: creating epan/dissectors/asn1/cmp/Makefile config.status:1608: creating epan/dissectors/asn1/crmf/Makefile config.status:1608: creating epan/dissectors/asn1/cms/Makefile config.status:1608: creating epan/dissectors/asn1/credssp/Makefile config.status:1608: creating epan/dissectors/asn1/dap/Makefile config.status:1608: creating epan/dissectors/asn1/disp/Makefile config.status:1608: creating epan/dissectors/asn1/dop/Makefile config.status:1608: creating epan/dissectors/asn1/dsp/Makefile config.status:1608: creating epan/dissectors/asn1/ess/Makefile config.status:1608: creating epan/dissectors/asn1/ftam/Makefile config.status:1608: creating epan/dissectors/asn1/goose/Makefile config.status:1608: creating epan/dissectors/asn1/gprscdr/Makefile config.status:1608: creating epan/dissectors/asn1/gsm_map/Makefile config.status:1608: creating epan/dissectors/asn1/h225/Makefile config.status:1608: creating epan/dissectors/asn1/h235/Makefile config.status:1608: creating epan/dissectors/asn1/h245/Makefile config.status:1608: creating epan/dissectors/asn1/h248/Makefile config.status:1608: creating epan/dissectors/asn1/h282/Makefile config.status:1608: creating epan/dissectors/asn1/h283/Makefile config.status:1608: creating epan/dissectors/asn1/h323/Makefile config.status:1608: creating epan/dissectors/asn1/h450/Makefile config.status:1608: creating epan/dissectors/asn1/h450-ros/Makefile config.status:1608: creating epan/dissectors/asn1/h460/Makefile config.status:1608: creating epan/dissectors/asn1/h501/Makefile config.status:1608: creating epan/dissectors/asn1/HI2Operations/Makefile config.status:1608: creating epan/dissectors/asn1/hnbap/Makefile config.status:1608: creating epan/dissectors/asn1/idmp/Makefile config.status:1608: creating epan/dissectors/asn1/ilp/Makefile config.status:1608: creating epan/dissectors/asn1/inap/Makefile config.status:1608: creating epan/dissectors/asn1/isdn-sup/Makefile config.status:1608: creating epan/dissectors/asn1/kerberos/Makefile config.status:1608: creating epan/dissectors/asn1/lcsap/Makefile config.status:1608: creating epan/dissectors/asn1/ldap/Makefile config.status:1608: creating epan/dissectors/asn1/logotypecertextn/Makefile config.status:1608: creating epan/dissectors/asn1/lpp/Makefile config.status:1608: creating epan/dissectors/asn1/lppa/Makefile config.status:1608: creating epan/dissectors/asn1/lppe/Makefile config.status:1608: creating epan/dissectors/asn1/lte-rrc/Makefile config.status:1608: creating epan/dissectors/asn1/m2ap/Makefile config.status:1608: creating epan/dissectors/asn1/m3ap/Makefile config.status:1608: creating epan/dissectors/asn1/mms/Makefile config.status:1608: creating epan/dissectors/asn1/mpeg-audio/Makefile config.status:1608: creating epan/dissectors/asn1/mpeg-pes/Makefile config.status:1608: creating epan/dissectors/asn1/mudurl/Makefile config.status:1608: creating epan/dissectors/asn1/nbap/Makefile config.status:1608: creating epan/dissectors/asn1/ns_cert_exts/Makefile config.status:1608: creating epan/dissectors/asn1/novell_pkis/Makefile config.status:1608: creating epan/dissectors/asn1/ocsp/Makefile config.status:1608: creating epan/dissectors/asn1/p1/Makefile config.status:1608: creating epan/dissectors/asn1/p22/Makefile config.status:1608: creating epan/dissectors/asn1/p7/Makefile config.status:1608: creating epan/dissectors/asn1/p772/Makefile config.status:1608: creating epan/dissectors/asn1/pcap/Makefile config.status:1608: creating epan/dissectors/asn1/pkcs1/Makefile config.status:1608: creating epan/dissectors/asn1/pkcs12/Makefile config.status:1608: creating epan/dissectors/asn1/pkinit/Makefile config.status:1608: creating epan/dissectors/asn1/pkixac/Makefile config.status:1608: creating epan/dissectors/asn1/pkix1explicit/Makefile config.status:1608: creating epan/dissectors/asn1/pkix1implicit/Makefile config.status:1608: creating epan/dissectors/asn1/pkixproxy/Makefile config.status:1608: creating epan/dissectors/asn1/pkixqualified/Makefile config.status:1608: creating epan/dissectors/asn1/pkixtsp/Makefile config.status:1608: creating epan/dissectors/asn1/pres/Makefile config.status:1608: creating epan/dissectors/asn1/q932/Makefile config.status:1608: creating epan/dissectors/asn1/q932-ros/Makefile config.status:1608: creating epan/dissectors/asn1/qsig/Makefile config.status:1608: creating epan/dissectors/asn1/ranap/Makefile config.status:1608: creating epan/dissectors/asn1/rnsap/Makefile config.status:1608: creating epan/dissectors/asn1/ros/Makefile config.status:1608: creating epan/dissectors/asn1/rrc/Makefile config.status:1608: creating epan/dissectors/asn1/rrlp/Makefile config.status:1608: creating epan/dissectors/asn1/rtse/Makefile config.status:1608: creating epan/dissectors/asn1/rua/Makefile config.status:1608: creating epan/dissectors/asn1/s1ap/Makefile config.status:1608: creating epan/dissectors/asn1/sabp/Makefile config.status:1608: creating epan/dissectors/asn1/sbc-ap/Makefile config.status:1608: creating epan/dissectors/asn1/smrse/Makefile config.status:1608: creating epan/dissectors/asn1/snmp/Makefile config.status:1608: creating epan/dissectors/asn1/spnego/Makefile config.status:1608: creating epan/dissectors/asn1/sv/Makefile config.status:1608: creating epan/dissectors/asn1/t124/Makefile config.status:1608: creating epan/dissectors/asn1/t125/Makefile config.status:1608: creating epan/dissectors/asn1/t38/Makefile config.status:1608: creating epan/dissectors/asn1/tcap/Makefile config.status:1608: creating epan/dissectors/asn1/tetra/Makefile config.status:1608: creating epan/dissectors/asn1/ulp/Makefile config.status:1608: creating epan/dissectors/asn1/wlancertextn/Makefile config.status:1608: creating epan/dissectors/asn1/x2ap/Makefile config.status:1608: creating epan/dissectors/asn1/x509af/Makefile config.status:1608: creating epan/dissectors/asn1/x509ce/Makefile config.status:1608: creating epan/dissectors/asn1/x509if/Makefile config.status:1608: creating epan/dissectors/asn1/x509sat/Makefile config.status:1608: creating epan/dissectors/asn1/x721/Makefile config.status:1608: creating capchild/Makefile config.status:1608: creating capchild/doxygen.cfg config.status:1608: creating caputils/Makefile config.status:1608: creating caputils/doxygen.cfg config.status:1608: creating doc/Makefile config.status:1608: creating docbook/Makefile config.status:1608: creating epan/Makefile config.status:1608: creating epan/compress/Makefile config.status:1608: creating epan/crypt/Makefile config.status:1608: creating epan/doxygen.cfg config.status:1608: creating epan/dfilter/Makefile config.status:1608: creating epan/dissectors/Makefile config.status:1608: creating epan/dissectors/dcerpc/Makefile config.status:1608: creating epan/ftypes/Makefile config.status:1608: creating epan/wmem/Makefile config.status:1608: creating epan/wslua/Makefile config.status:1608: creating extcap/Makefile config.status:1608: creating codecs/Makefile config.status:1608: creating ui/Makefile config.status:1608: creating ui/doxygen.cfg config.status:1608: creating ui/gtk/Makefile config.status:1608: creating ui/gtk/doxygen.cfg config.status:1608: creating ui/cli/Makefile config.status:1608: creating ui/qt/Makefile config.status:1608: creating ui/qt/doxygen.cfg config.status:1608: creating help/Makefile config.status:1608: creating packaging/Makefile config.status:1608: creating packaging/macosx/Info.plist config.status:1608: creating packaging/macosx/Makefile config.status:1608: creating packaging/macosx/osx-dmg.sh config.status:1608: creating packaging/macosx/Wireshark_package.pmdoc/index.xml config.status:1608: creating packaging/nsis/Makefile config.status:1608: creating packaging/rpm/Makefile config.status:1608: creating packaging/rpm/SPECS/Makefile config.status:1608: creating packaging/rpm/SPECS/wireshark.spec config.status:1608: creating packaging/svr4/Makefile config.status:1608: creating packaging/svr4/checkinstall config.status:1608: creating packaging/svr4/pkginfo config.status:1608: creating packaging/wix/Makefile config.status:1608: creating plugins/Makefile config.status:1608: creating plugins/docsis/Makefile config.status:1608: creating plugins/easy_codec/Makefile config.status:1608: creating plugins/ethercat/Makefile config.status:1608: creating plugins/gryphon/Makefile config.status:1608: creating plugins/irda/Makefile config.status:1608: creating plugins/m2m/Makefile config.status:1608: creating plugins/mate/Makefile config.status:1608: creating plugins/opcua/Makefile config.status:1608: creating plugins/profinet/Makefile config.status:1608: creating plugins/stats_tree/Makefile config.status:1608: creating plugins/transum/Makefile config.status:1608: creating plugins/unistim/Makefile config.status:1608: creating plugins/wimax/Makefile config.status:1608: creating plugins/wimaxasncp/Makefile config.status:1608: creating plugins/wimaxmacphy/Makefile config.status:1608: creating randpkt_core/doxygen.cfg config.status:1608: creating randpkt_core/Makefile config.status:1608: creating tools/Makefile config.status:1608: creating tools/lemon/Makefile config.status:1608: creating wiretap/Makefile config.status:1608: creating writecap/Makefile config.status:1608: creating writecap/doxygen.cfg config.status:1608: creating wsutil/Makefile config.status:1608: creating config.h config.status:1837: executing depfiles commands config.status:1837: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_build_prog_CPP='gcc -E' ac_cv_build_prog_cc_g=yes ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_GLIB_CFLAGS_set= ac_cv_env_GLIB_CFLAGS_value= ac_cv_env_GLIB_LIBS_set= ac_cv_env_GLIB_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBGNUTLS_CFLAGS_set= ac_cv_env_LIBGNUTLS_CFLAGS_value= ac_cv_env_LIBGNUTLS_LIBS_set= ac_cv_env_LIBGNUTLS_LIBS_value= ac_cv_env_LIBNL_CFLAGS_set= ac_cv_env_LIBNL_CFLAGS_value= ac_cv_env_LIBNL_LIBS_set= ac_cv_env_LIBNL_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_LUA_CFLAGS_set= ac_cv_env_LUA_CFLAGS_value= ac_cv_env_LUA_LIBS_set= ac_cv_env_LUA_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_SBC_CFLAGS_set= ac_cv_env_SBC_CFLAGS_value= ac_cv_env_SBC_LIBS_set= ac_cv_env_SBC_LIBS_value= ac_cv_env_SPANDSP_CFLAGS_set= ac_cv_env_SPANDSP_CFLAGS_value= ac_cv_env_SPANDSP_LIBS_set= ac_cv_env_SPANDSP_LIBS_value= ac_cv_env_SPEEXDSP_CFLAGS_set= ac_cv_env_SPEEXDSP_CFLAGS_value= ac_cv_env_SPEEXDSP_LIBS_set= ac_cv_env_SPEEXDSP_LIBS_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_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_func_bpf_image=yes ac_cv_func_dladdr=no ac_cv_func_dlopen=no ac_cv_func_floorl=yes ac_cv_func_getexecname=no ac_cv_func_getifaddrs=no ac_cv_func_getopt_long=no ac_cv_func_getprotobynumber=no ac_cv_func_inet_aton=no ac_cv_func_inet_ntop=no ac_cv_func_inet_pton=no ac_cv_func_inflatePrime=no ac_cv_func_issetugid=no ac_cv_func_lrint=yes ac_cv_func_mkdtemp=no ac_cv_func_mkstemps=no ac_cv_func_pcap_create=yes ac_cv_func_pcap_datalink_name_to_val=yes ac_cv_func_pcap_datalink_val_to_description=yes ac_cv_func_pcap_datalink_val_to_name=yes ac_cv_func_pcap_findalldevs=yes ac_cv_func_pcap_free_datalinks=yes ac_cv_func_pcap_freecode=yes ac_cv_func_pcap_get_selectable_fd=yes ac_cv_func_pcap_lib_version=yes ac_cv_func_pcap_list_datalinks=yes ac_cv_func_pcap_open_dead=yes ac_cv_func_pcap_set_datalink=yes ac_cv_func_pcap_set_tstamp_precision=yes ac_cv_func_popcount=no ac_cv_func_setresgid=no ac_cv_func_setresuid=no ac_cv_func_shl_load=no ac_cv_func_strptime=no ac_cv_func_sysconf=no ac_cv_glib_supports_modules=yes ac_cv_glib_supports_printf_grouping=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_grp_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_krb5_h=no ac_cv_header_linux_if_bonding_h=yes ac_cv_header_linux_sockios_h=yes ac_cv_header_lz4_h=no ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pcap_h=yes ac_cv_header_portaudio_h=no ac_cv_header_pwd_h=yes ac_cv_header_snappy_c_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_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_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_GeoIP_GeoIP_new=no ac_cv_lib_cap_cap_set_flag=no ac_cv_lib_cares_ares_init=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_lex='none needed' ac_cv_lib_nghttp2_nghttp2_hd_inflate_new=no ac_cv_lib_ssh_ssh_new=no ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_stat___st_birthtime=no ac_cv_member_struct_stat_st_birthtime=no ac_cv_member_struct_stat_st_flags=no ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_DESKTOP_FILE_INSTALL=/usr/bin/desktop-file-install 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_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config ac_cv_path_LRELEASE=/usr/bin/lrelease-qt5 ac_cv_path_MOC=/usr/bin/moc-qt5 ac_cv_path_PERL=/usr/bin/perl ac_cv_path_POD2HTML=/usr/bin/pod2html ac_cv_path_POD2MAN=/usr/bin/pod2man ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RCC=/usr/bin/rcc-qt5 ac_cv_path_SED=/usr/bin/sed ac_cv_path_SETCAP=/usr/sbin/setcap ac_cv_path_UIC=/usr/bin/uic-qt5 ac_cv_path_ac_pt_PCAP_CONFIG=/usr/bin/pcap-config ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_HAVE_BLESS=no ac_cv_prog_HAVE_DOXYGEN=no ac_cv_prog_HAVE_DPKG_BUILDPACKAGE=no ac_cv_prog_HAVE_HDIUTIL=no ac_cv_prog_HAVE_PKGMK=no ac_cv_prog_HAVE_PKGPROTO=no ac_cv_prog_HAVE_PKGTRANS=no ac_cv_prog_HAVE_SHELLCHECK=no ac_cv_prog_HAVE_XCODEBUILD=no ac_cv_prog_LEX=flex ac_cv_prog_XSLTPROC=xsltproc ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc ac_cv_prog_ac_ct_CXX=g++ 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= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_have_sw_vers=no ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=no ac_cv_prog_make_make_set=yes ac_cv_search_cos=-lm ac_cv_search_gethostbyname='none required' ac_cv_search_socket='none required' ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_target=x86_64-pc-linux-gnu am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar ax_cv_c_compiler_vendor=gnu ax_cv_cxx_compile_cxx11=yes ax_cv_cxx_compiler_vendor=gnu lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=yes lt_cv_file_magic_cmd='$MAGIC_CMD' 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/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' 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_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no 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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include' pkg_cv_GLIB_LIBS='-lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0' ## ----------------- ## ## Output variables. ## ## ----------------- ## A2X='a2x' A2X_LYNX='' ACLOCAL='${SHELL} /thundernet/dev/wireshark/missing aclocal-1.15' AC_MIN_VERSION='2.64' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APPLICATIONSERVICES_FRAMEWORKS='' AR='ar' AUTOCONF='${SHELL} /thundernet/dev/wireshark/missing autoconf' AUTOHEADER='${SHELL} /thundernet/dev/wireshark/missing autoheader' AUTOMAKE='${SHELL} /thundernet/dev/wireshark/missing automake-1.15' AWK='gawk' BUILDING_WIRESHARK_FALSE='#' BUILDING_WIRESHARK_TRUE='' BUILD_EXEEXT='' BUILD_OBJEXT='' CC='gcc' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='gcc' CFLAGS='-g -O2' CFLAGS_FOR_BUILD='-g -O2' CFLAGS_SSE42='-msse4.2' CONFIG_ARGS='' COREFOUNDATION_FRAMEWORKS='' CPP='gcc -E' CPPFLAGS='' CPPFLAGS_FOR_BUILD='' CPP_FOR_BUILD='gcc -E' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' C_ARES_LIBS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DESKTOP_FILE_INSTALL='/usr/bin/desktop-file-install' DLLTOOL='false' DOXYGEN='' DSYMUTIL='' DUMPBIN='' DUMPCAP_GROUP='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_STATIC='' ENABLE_STATIC_FALSE='' ENABLE_STATIC_TRUE='#' EXEEXT='' FGREP='/usr/bin/grep -F' FOP='fop' GEOIP_LIBS='' GLIB_CFLAGS='-DG_DISABLE_SINGLE_INCLUDES -DG_DISABLE_DEPRECATED -pthread -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include' GLIB_LIBS='-lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0' GLIB_MIN_VERSION='2.22.0' GREP='/usr/bin/grep' GTK2_MIN_VERSION='2.12.0' GTK3_MIN_VERSION='3.0.0' GTK_CFLAGS='' GTK_LIBS='' GUI_CONFIGURE_FLAGS=' --with-qt' HAVE_A2X_TEXT_FALSE='' HAVE_A2X_TEXT_TRUE='#' HAVE_BLESS='no' HAVE_CXX11='1' HAVE_DOXYGEN='no' HAVE_DOXYGEN_FALSE='' HAVE_DOXYGEN_TRUE='#' HAVE_DPKG_BUILDPACKAGE='no' HAVE_DUMPCAP_GROUP_FALSE='' HAVE_DUMPCAP_GROUP_TRUE='#' HAVE_EXTCAP_FALSE='#' HAVE_EXTCAP_TRUE='' HAVE_GRESOURCE_PIXBUF_FALSE='' HAVE_GRESOURCE_PIXBUF_TRUE='#' HAVE_GTK_FALSE='' HAVE_GTK_TRUE='#' HAVE_HDIUTIL='no' HAVE_LIBLUA_FALSE='' HAVE_LIBLUA_TRUE='#' HAVE_LIBPORTAUDIO_FALSE='' HAVE_LIBPORTAUDIO_TRUE='#' HAVE_LIBXML2_FALSE='' HAVE_LIBXML2_TRUE='#' HAVE_MACOS_FRAMEWORKS_FALSE='' HAVE_MACOS_FRAMEWORKS_TRUE='#' HAVE_OSX_PACKAGING='no' HAVE_PKGMK='no' HAVE_PKGPROTO='no' HAVE_PKGTRANS='no' HAVE_PLUGINS_FALSE='#' HAVE_PLUGINS_TRUE='' HAVE_Qt_FALSE='#' HAVE_Qt_TRUE='' HAVE_RPM_FALSE='' HAVE_RPM_TRUE='#' HAVE_SBC_FALSE='' HAVE_SBC_TRUE='#' HAVE_SHELLCHECK='no' HAVE_SHELLCHECK_FALSE='' HAVE_SHELLCHECK_TRUE='#' HAVE_SPANDSP_FALSE='' HAVE_SPANDSP_TRUE='#' HAVE_SPEEXDSP_FALSE='' HAVE_SPEEXDSP_TRUE='#' HAVE_SVR4_PACKAGING='no' HAVE_WARNINGS_AS_ERRORS_FALSE='#' HAVE_WARNINGS_AS_ERRORS_TRUE='' HAVE_XCODEBUILD='no' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KRB5_CFLAGS='' KRB5_CONFIG='' KRB5_LIBS='' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LDFLAGS_BIGSHAREDLIB='' LDFLAGS_FOR_BUILD='' LDFLAGS_SHAREDLIB='' LEX='flex' LEXLIB='' LEX_OUTPUT_ROOT='lex.yy' LIBCAP_LIBS='' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config' LIBGCRYPT_LIBS='-lgcrypt -ldl -lgpg-error' LIBGNUTLS_CFLAGS='' LIBGNUTLS_LIBS='' LIBNL_CFLAGS='' LIBNL_LIBS='' LIBOBJS=' ${LIBOBJDIR}getopt_long$U.o ${LIBOBJDIR}inet_aton$U.o ${LIBOBJDIR}inet_pton$U.o ${LIBOBJDIR}inet_ntop$U.o ${LIBOBJDIR}strptime$U.o ${LIBOBJDIR}popcount$U.o' LIBS='-lz -lm ' LIBSMI_CFLAGS='' LIBSMI_LDFLAGS='' LIBSMI_VERSION='' LIBSSH_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LIBXML2_CFLAGS='' LIBXML2_LIBS='' LIPO='' LN_S='ln -s' LRELEASE='/usr/bin/lrelease-qt5' LTLIBOBJS=' ${LIBOBJDIR}getopt_long$U.lo ${LIBOBJDIR}inet_aton$U.lo ${LIBOBJDIR}inet_pton$U.lo ${LIBOBJDIR}inet_ntop$U.lo ${LIBOBJDIR}strptime$U.lo ${LIBOBJDIR}popcount$U.lo' LT_SYS_LIBRARY_PATH='' LUA_CFLAGS='' LUA_LIBS='' LZ4_LIBS='' MAKEINFO='${SHELL} /thundernet/dev/wireshark/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MOC='/usr/bin/moc-qt5' MOC_OPTIONS='-nn' NGHTTP2_LIBS='' NM='/usr/bin/nm -B' NMEDIT='' NOT_MACOS_FALSE='#' NOT_MACOS_TRUE='' NO_SANITIZE_CFLAGS='' NO_SANITIZE_LDFLAGS='' OBJDUMP='objdump' OBJEXT='o' OSX_APP_FLAGS='' OSX_DMG_FLAGS='' OSX_MIN_VERSION='' OTOOL64='' OTOOL='' PACKAGE='wireshark' PACKAGE_BUGREPORT='http://bugs.wireshark.org/' PACKAGE_NAME='Wireshark' PACKAGE_STRING='Wireshark 2.5.0' PACKAGE_TARNAME='wireshark' PACKAGE_URL='http://www.wireshark.org/' PACKAGE_VERSION='2.5.0' PATH_SEPARATOR=':' PCAP_CONFIG='/usr/bin/pcap-config' PCAP_LIBS='-lpcap' PERL='/usr/bin/perl' PIE_CFLAGS='-fPIE' PIE_LDFLAGS='-pie' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PLUGIN_LIBS='' POD2HTML='/usr/bin/pod2html' POD2MAN='/usr/bin/pod2man' PORTAUDIO_INCLUDES='' PORTAUDIO_LIBS='' PYTHON='/usr/bin/python' QTCHOOSER='' QT_MIN_VERSION='4.8.0' Qt_CFLAGS=' -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtPrintSupport -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtWidgets -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtGui -isystem/usr/include/qt5 -isystem/usr/include/qt5/QtCore -isystem/usr/include/qt5 -fPIC' Qt_LDFLAGS='' Qt_LIBS=' -lQt5Core -lQt5Gui -lQt5Core -lQt5Widgets -lQt5Gui -lQt5Core -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core' RANLIB='ranlib' RCC='/usr/bin/rcc-qt5' RPMBUILD='false' RPMBUILD_WITH_ARGS='--without gtk2 --without gtk3 --with qt5 --without lua' RPM_VERSION='2.5.0' SBC_CFLAGS='' SBC_LIBS='' SED='/usr/bin/sed' SETCAP='/usr/sbin/setcap' SETCAP_INSTALL_FALSE='' SETCAP_INSTALL_TRUE='#' SETUID_INSTALL_FALSE='' SETUID_INSTALL_TRUE='#' SET_MAKE='' SHELL='/bin/sh' SNAPPY_LIBS='' SPANDSP_CFLAGS='' SPANDSP_LIBS='' SPEEXDSP_CFLAGS='' SPEEXDSP_LIBS='' SSE42_SUPPORTED_FALSE='#' SSE42_SUPPORTED_TRUE='' SSL_LIBS='' STRIP='strip' SYSTEMCONFIGURATION_FRAMEWORKS='' UIC='/usr/bin/uic-qt5' USE_PROFILE_BUILD_FALSE='' USE_PROFILE_BUILD_TRUE='#' VERSION='2.5.0' WERROR='-Werror' WS_CFLAGS='-Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden' WS_CFLAGS_FOR_BUILD='-Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -Wc++-compat -Wunused-const-variable -Wshadow -Wno-pointer-sign -Wold-style-definition -Wstrict-prototypes -Wlogical-op -Wjump-misses-init -Werror=implicit -fexcess-precision=fast -fvisibility=hidden -fPIE -msse4.2' WS_CPPFLAGS='-D_FORTIFY_SOURCE=2' WS_CXXFLAGS='-Wall -Wextra -Wendif-labels -Wpointer-arith -Wformat-security -fwrapv -fno-strict-overflow -fno-delete-null-pointer-checks -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wno-long-long -fexcess-precision=fast -fvisibility=hidden' WS_LDFLAGS='-Wl,--as-needed' XSLTPROC='xsltproc' YACC='bison -y' YFLAGS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CC_FOR_BUILD='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' androiddump_bin='androiddump$(EXEEXT)' androiddump_man='androiddump.1' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' capinfos_bin='capinfos$(EXEEXT)' capinfos_man='capinfos.1' captype_bin='captype$(EXEEXT)' captype_man='captype.1' ciscodump_bin='' ciscodump_man='' datadir='${datarootdir}' datarootdir='${prefix}/share' dftest_bin='dftest$(EXEEXT)' dftest_man='dftest.1' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dumpcap_bin='dumpcap$(EXEEXT)' dumpcap_man='dumpcap.1' dvidir='${docdir}' editcap_bin='editcap$(EXEEXT)' editcap_man='editcap.1' exec_prefix='${prefix}' extcap_man='extcap.4' extcap_subdir='extcap' extcapdir='${libdir}/wireshark/extcap' have_sw_vers='no' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /thundernet/dev/wireshark/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mergecap_bin='mergecap$(EXEEXT)' mergecap_man='mergecap.1' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' plugindir='${libdir}/wireshark/plugins/2.5.0' plugins_dir='plugins' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' randpkt_bin='randpkt$(EXEEXT)' randpkt_man='randpkt.1' randpktdump_bin='randpktdump$(EXEEXT)' randpktdump_man='randpktdump.1' rawshark_bin='rawshark$(EXEEXT)' rawshark_man='rawshark.1' reordercap_bin='reordercap$(EXEEXT)' reordercap_man='reordercap.1' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sharkd_bin='sharkd$(EXEEXT)' sshdump_bin='' sshdump_man='' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' text2pcap_bin='text2pcap$(EXEEXT)' text2pcap_man='text2pcap.1' tfshark_bin='' tfshark_man='' tshark_bin='tshark$(EXEEXT)' tshark_man='tshark.1' udpdump_bin='udpdump$(EXEEXT)' udpdump_man='udpdump.1' wireshark_SUBDIRS='ui/qt' wireshark_bin='wireshark$(EXEEXT)' wireshark_man='wireshark.1' wiresharkfilter_man='wireshark-filter.4' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Wireshark" #define PACKAGE_TARNAME "wireshark" #define PACKAGE_VERSION "2.5.0" #define PACKAGE_STRING "Wireshark 2.5.0" #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/" #define PACKAGE_URL "http://www.wireshark.org/" #define PACKAGE "wireshark" #define VERSION "2.5.0" #define VERSION_MAJOR 2 #define VERSION_MINOR 5 #define VERSION_MICRO 0 #define VERSION_FLAVOR "Development Build" #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_CXX11 1 #define HAVE_FLOORL 1 #define HAVE_LRINT 1 #define HAVE_NL80211 1 #define HAVE_NL80211_CMD_SET_CHANNEL 1 #define HAVE_NL80211_SPLIT_WIPHY_DUMP 1 #define HAVE_NL80211_VHT_CAPABILITY 1 #define HAVE_SSE4_2 1 #define _U_ __attribute__((unused)) #define WS_NORETURN __attribute((noreturn)) #define WANT_PACKET_EDITOR 1 #define HAVE_GLIB_PRINTF_GROUPING 1 #define HAVE_LIBPCAP 1 #define HAVE_PCAP_OPEN_DEAD 1 #define HAVE_PCAP_FREECODE 1 #define HAVE_PCAP_BREAKLOOP 1 #define HAVE_PCAP_FINDALLDEVS 1 #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 #define HAVE_PCAP_LIST_DATALINKS 1 #define HAVE_PCAP_SET_DATALINK 1 #define HAVE_PCAP_LIB_VERSION 1 #define HAVE_PCAP_GET_SELECTABLE_FD 1 #define HAVE_PCAP_FREE_DATALINKS 1 #define HAVE_PCAP_CREATE 1 #define CAN_SET_CAPTURE_BUFFER_SIZE 1 #define HAVE_BPF_IMAGE 1 #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 #define PCAP_NG_DEFAULT 1 #define HAVE_ZLIB 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GRP_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_NETDB_H 1 #define HAVE_PWD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_LINUX_SOCKIOS_H 1 #define HAVE_LINUX_IF_BONDING_H 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_PLUGINS 1 #define HAVE_EXTCAP 1 configure: exit 0
- Follow-Ups:
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Guy Harris
- Re: [Wireshark-dev] linux package requirements for wireshark build
- References:
- [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Guy Harris
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Guy Harris
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Guy Harris
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Alan Partis
- Re: [Wireshark-dev] linux package requirements for wireshark build
- From: Guy Harris
- [Wireshark-dev] linux package requirements for wireshark build
- Prev by Date: Re: [Wireshark-dev] linux package requirements for wireshark build
- Next by Date: Re: [Wireshark-dev] Including Qt5 libs in my plugin project
- Previous by thread: Re: [Wireshark-dev] linux package requirements for wireshark build
- Next by thread: Re: [Wireshark-dev] linux package requirements for wireshark build
- Index(es):