Skip to content

Instantly share code, notes, and snippets.

@shoban
Created September 20, 2012 11:10
Show Gist options
  • Save shoban/3755265 to your computer and use it in GitHub Desktop.
Save shoban/3755265 to your computer and use it in GitHub Desktop.
Click config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by click configure 2.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --with-linux=/root/linux-2.6.34.12 --prefix=/usr --enable-all-elements
## --------- ##
## Platform. ##
## --------- ##
hostname = click-node-03
uname -m = x86_64
uname -r = 2.6.34.12-click
uname -s = Linux
uname -v = #1 SMP Mon Sep 3 11:29:38 IST 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3202: checking build system type
configure:3216: result: x86_64-unknown-linux-gnu
configure:3236: checking host system type
configure:3249: result: x86_64-unknown-linux-gnu
configure:3269: checking target system type
configure:3282: result: x86_64-unknown-linux-gnu
configure:3353: checking for gcc
configure:3369: found /usr/bin/gcc
configure:3380: result: gcc
configure:3445: checking for g++
configure:3461: found /usr/bin/g++
configure:3472: result: g++
configure:3543: checking for gcc
configure:3570: result: gcc
configure:3799: checking for C compiler version
configure:3808: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3819: $? = 0
configure:3808: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3819: $? = 0
configure:3808: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3819: $? = 4
configure:3808: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3819: $? = 4
configure:3839: checking whether the C compiler works
configure:3861: gcc conftest.c >&5
configure:3865: $? = 0
configure:3913: result: yes
configure:3916: checking for C compiler default output file name
configure:3918: result: a.out
configure:3924: checking for suffix of executables
configure:3931: gcc -o conftest conftest.c >&5
configure:3935: $? = 0
configure:3957: result:
configure:3979: checking whether we are cross compiling
configure:3987: gcc -o conftest conftest.c >&5
configure:3991: $? = 0
configure:3998: ./conftest
configure:4002: $? = 0
configure:4017: result: no
configure:4022: checking for suffix of object files
configure:4044: gcc -c conftest.c >&5
configure:4048: $? = 0
configure:4069: result: o
configure:4073: checking whether we are using the GNU C compiler
configure:4092: gcc -c conftest.c >&5
configure:4092: $? = 0
configure:4101: result: yes
configure:4110: checking whether gcc accepts -g
configure:4130: gcc -c -g conftest.c >&5
configure:4130: $? = 0
configure:4171: result: yes
configure:4188: checking for gcc option to accept ISO C89
configure:4252: gcc -c -g -O2 conftest.c >&5
configure:4252: $? = 0
configure:4265: result: none needed
configure:4291: checking how to run the C preprocessor
configure:4322: gcc -E conftest.c
configure:4322: $? = 0
configure:4336: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4336: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4361: result: gcc -E
configure:4381: gcc -E conftest.c
configure:4381: $? = 0
configure:4395: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4424: checking for grep that handles long lines and -e
configure:4482: result: /bin/grep
configure:4487: checking for egrep
configure:4549: result: /bin/grep -E
configure:4554: checking for ANSI C header files
configure:4574: gcc -c -g -O2 conftest.c >&5
configure:4574: $? = 0
configure:4647: gcc -o conftest -g -O2 conftest.c >&5
configure:4647: $? = 0
configure:4647: ./conftest
configure:4647: $? = 0
configure:4658: result: yes
configure:4671: checking for sys/types.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for sys/stat.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for stdlib.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for string.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for memory.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for strings.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for inttypes.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for stdint.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4671: checking for unistd.h
configure:4671: gcc -c -g -O2 conftest.c >&5
configure:4671: $? = 0
configure:4671: result: yes
configure:4694: checking whether the C compiler accepts -W -Wall
configure:4712: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:4712: $? = 0
configure:4719: result: yes
configure:4721: checking whether the C compiler accepts -Werror
configure:4739: gcc -c -g -O2 -W -Wall -Werror conftest.c >&5
configure:4739: $? = 0
configure:4746: result: yes
configure:4760: checking for sys/types.h
configure:4760: result: yes
configure:4760: checking for unistd.h
configure:4760: result: yes
configure:4776: checking how to run the C preprocessor
configure:4846: result: gcc -E
configure:4866: gcc -E conftest.c
configure:4866: $? = 0
configure:4880: gcc -E conftest.c
conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4908: checking for inline
configure:4924: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:4924: $? = 0
configure:4932: result: inline
configure:5063: checking for C++ compiler version
configure:5072: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:5083: $? = 0
configure:5072: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:5083: $? = 0
configure:5072: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5083: $? = 4
configure:5072: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5083: $? = 4
configure:5087: checking whether we are using the GNU C++ compiler
configure:5106: g++ -c conftest.cpp >&5
configure:5106: $? = 0
configure:5115: result: yes
configure:5124: checking whether g++ accepts -g
configure:5144: g++ -c -g conftest.cpp >&5
configure:5144: $? = 0
configure:5185: result: yes
configure:5248: checking whether <new> works
configure:5269: g++ -o conftest -g -O2 conftest.cpp >&5
configure:5269: $? = 0
configure:5277: result: yes
configure:5326: checking whether the C++ compiler understands constexpr
configure:5343: g++ -c -g -O2 -W -Wall -Werror conftest.cpp >&5
conftest.cpp:24:1: error: identifier 'constexpr' will become a keyword in C++0x [-Werror=c++0x-compat]
conftest.cpp:24:1: error: 'constexpr' does not name a type
conftest.cpp:24:1: note: C++0x 'constexpr' only available with -std=c++0x or -std=gnu++0x
cc1plus: all warnings being treated as errors
configure:5343: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| /* end confdefs.h. */
| constexpr int f(int x) { return x + 1; }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5350: result: no
configure:5358: checking whether the C++ compiler understands rvalue references
configure:5375: g++ -c -g -O2 -W -Wall -Werror conftest.cpp >&5
conftest.cpp:24:38: error: expected ',' or '...' before '&&' token
configure:5375: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| /* end confdefs.h. */
| int f(int &) { return 1; } int f(int &&) { return 0; }
| int
| main ()
| {
| return f(int());
| ;
| return 0;
| }
configure:5382: result: no
configure:5390: checking whether the C++ compiler understands static_assert
configure:5407: g++ -c -g -O2 -W -Wall -Werror conftest.cpp >&5
conftest.cpp:28:1: error: identifier 'static_assert' will become a keyword in C++0x [-Werror=c++0x-compat]
conftest.cpp: In function 'int main()':
conftest.cpp:28:38: error: 'static_assert' was not declared in this scope
cc1plus: all warnings being treated as errors
configure:5407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| /* end confdefs.h. */
| const int f = 2;
| int
| main ()
| {
| static_assert(f == 2, "f should be 2");
| ;
| return 0;
| }
configure:5414: result: no
configure:5422: checking whether the C++ compiler understands template alias
configure:5439: g++ -c -g -O2 -W -Wall -Werror conftest.cpp >&5
conftest.cpp:24:75: error: expected unqualified-id before 'using'
conftest.cpp: In function 'int main()':
conftest.cpp:28:10: error: 'Y' was not declared in this scope
conftest.cpp:28:12: error: expected primary-expression before 'int'
configure:5439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| /* end confdefs.h. */
| template <typename T> struct X { typedef T type; }; template <typename T> using Y = X<T>; int f(int x) { return x; }
| int
| main ()
| {
| return f(Y<int>::type());
| ;
| return 0;
| }
configure:5446: result: no
configure:5454: checking whether the C++ compiler understands #pragma interface
configure:5472: g++ -c -g -O2 -W -Wall -Werror conftest.cpp >&5
configure:5472: $? = 0
configure:5479: result: yes
configure:5501: checking how to run the C++ preprocessor
configure:5528: g++ -E conftest.cpp
configure:5528: $? = 0
configure:5542: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5542: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5567: result: g++ -E
configure:5587: g++ -E conftest.cpp
configure:5587: $? = 0
configure:5601: g++ -E conftest.cpp
conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5601: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5695: checking for ar
configure:5711: found /usr/bin/ar
configure:5722: result: ar
configure:5787: checking for ld
configure:5803: found /usr/bin/ld
configure:5814: result: ld
configure:5879: checking for nm
configure:5895: found /usr/bin/nm
configure:5906: result: nm
configure:5971: checking for objcopy
configure:5987: found /usr/bin/objcopy
configure:5998: result: objcopy
configure:6063: checking for ranlib
configure:6079: found /usr/bin/ranlib
configure:6090: result: ranlib
configure:6155: checking for strip
configure:6171: found /usr/bin/strip
configure:6182: result: strip
configure:6932: checking whether we are compiling for Linux
configure:6951: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:6951: $? = 0
configure:6958: result: yes
configure:6969: checking for strerror
configure:6969: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6969: $? = 0
configure:6969: result: yes
configure:6986: checking for random
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for snprintf
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for strnlen
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for strtof
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for strtold
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for strtoul
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for tcgetpgrp
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:6986: $? = 0
configure:6986: result: yes
configure:6986: checking for vsnprintf
configure:6986: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
conftest.c:65:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
configure:6986: $? = 0
configure:6986: result: yes
configure:7029: checking size of int
configure:7034: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:7034: $? = 0
configure:7034: ./conftest
configure:7034: $? = 0
configure:7048: result: 4
configure:7062: checking size of long
configure:7067: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:7067: $? = 0
configure:7067: ./conftest
configure:7067: $? = 0
configure:7081: result: 8
configure:7095: checking size of size_t
configure:7100: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:7100: $? = 0
configure:7100: ./conftest
configure:7100: $? = 0
configure:7114: result: 8
configure:7128: checking size of void *
configure:7133: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:7133: $? = 0
configure:7133: ./conftest
configure:7133: $? = 0
configure:7147: result: 8
configure:7158: checking whether char is unsigned
configure:7176: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:83:12: warning: variable 'test_array' set but not used [-Wunused-but-set-variable]
configure:7176: $? = 0
configure:7183: result: no
configure:7192: checking for inttypes.h
configure:7192: result: yes
configure:7265: checking whether machine is indifferent to alignment
configure:7298: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:56:5: warning: unused parameter 'argc' [-Wunused-parameter]
conftest.cpp:56:5: warning: unused parameter 'argv' [-Wunused-parameter]
configure:7298: $? = 0
configure:7298: ./conftest
configure:7298: $? = 0
configure:7308: result: yes
configure:7320: checking size of long long
configure:7325: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:7325: $? = 0
configure:7325: ./conftest
configure:7325: $? = 0
configure:7339: result: 8
configure:7356: checking for long long
configure:7356: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7356: $? = 0
configure:7356: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:86:14: error: expected primary-expression before 'long'
conftest.cpp:86:14: error: expected ')' before 'long'
conftest.cpp:87:14: error: expected ')' before ';' token
conftest.cpp:87:14: error: expected ')' before ';' token
conftest.cpp:87:14: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
configure:7356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:7356: result: yes
configure:7366: checking for int64_t
configure:7366: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7366: $? = 0
configure:7366: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:56:21: error: expected primary-expression before ')' token
configure:7366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include <inttypes.h>
|
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:7366: result: yes
configure:7379: checking for uint64_t
configure:7379: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7379: $? = 0
configure:7379: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:57:22: error: expected primary-expression before ')' token
configure:7379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <inttypes.h>
|
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:7379: result: yes
configure:7408: checking whether long and int64_t are the same type
configure:7434: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'void f1(int64_t)':
conftest.cpp:57:6: error: redefinition of 'void f1(int64_t)'
conftest.cpp:55:6: error: 'void f1(long int)' previously defined here
configure:7434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| /* end confdefs.h. */
| #include <inttypes.h>
| void f1(long) {
| }
| void f1(int64_t) { // will fail if long and int64_t are the same type
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7441: result: yes
configure:7449: checking whether long long and int64_t are the same type
configure:7475: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7475: $? = 0
configure:7482: result: no
configure:7495: checking endian.h usability
configure:7495: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7495: $? = 0
configure:7495: result: yes
configure:7495: checking endian.h presence
configure:7495: g++ -E conftest.cpp
configure:7495: $? = 0
configure:7495: result: yes
configure:7495: checking for endian.h
configure:7495: result: yes
configure:7513: checking endianness
configure:7533: g++ -E conftest.cpp >conftest.result 2>conftest.out
configure:7536: $? = 0
configure:7549: result: 1234
configure:7596: checking byteswap.h usability
configure:7596: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:7596: $? = 0
configure:7596: result: yes
configure:7596: checking byteswap.h presence
configure:7596: g++ -E conftest.cpp
configure:7596: $? = 0
configure:7596: result: yes
configure:7596: checking for byteswap.h
configure:7596: result: yes
configure:7608: checking whether signed right shift is arithmetic
configure:7624: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:58:29: error: size of array 'x' is negative
configure:7624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h. */
| int f(int x[((int) -1) >> 15]) { return x[0]; }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7631: result: yes
configure:7645: checking for addressable va_list type
configure:7672: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'void g(__va_list_tag*)':
conftest.cpp:63:11: error: cannot convert '__va_list_tag**' to '__va_list_tag (*)[1]' for argument '1' to 'void f(__va_list_tag (*)[1])'
configure:7672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| /* end confdefs.h. */
| #include <stdarg.h>
| void f(va_list *) {
| }
| void g(va_list val) {
| f(&val);
| }
| void h(int a, ...) {
| va_list val;
| va_start(val, a);
| g(val);
| va_end(val);
| }
| int
| main ()
| {
| h(2, 3, 4);
| ;
| return 0;
| }
configure:7679: result: no
configure:7688: checking for __builtin_clz
configure:7704: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:63:5: warning: unused variable 'y' [-Wunused-variable]
configure:7704: $? = 0
configure:7711: result: yes
configure:7718: checking for __builtin_clzl
configure:7734: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:64:5: warning: unused variable 'y' [-Wunused-variable]
configure:7734: $? = 0
configure:7741: result: yes
configure:7748: checking for __builtin_clzll
configure:7764: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:65:5: warning: unused variable 'y' [-Wunused-variable]
configure:7764: $? = 0
configure:7771: result: yes
configure:7779: checking for __builtin_ffs
configure:7795: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:5: warning: unused variable 'y' [-Wunused-variable]
configure:7795: $? = 0
configure:7802: result: yes
configure:7809: checking for __builtin_ffsl
configure:7825: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:67:5: warning: unused variable 'y' [-Wunused-variable]
configure:7825: $? = 0
configure:7832: result: yes
configure:7839: checking for __builtin_ffsll
configure:7855: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:5: warning: unused variable 'y' [-Wunused-variable]
configure:7855: $? = 0
configure:7862: result: yes
configure:7870: checking for __sync_synchronize
configure:7886: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:69:7: warning: unused variable 'y' [-Wunused-variable]
configure:7886: $? = 0
configure:7893: result: yes
configure:7900: checking whether __sync_synchronize supports arguments
configure:7916: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:70:36: error: too many arguments to function 'void __sync_synchronize()'
<built-in>:0:0: note: declared here
configure:7916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| /* end confdefs.h. */
| long x = 11;
| int
| main ()
| {
| long *y = &x; __sync_synchronize(*y);
| ;
| return 0;
| }
configure:7923: result: no
configure:7931: checking for __has_trivial_copy
configure:7947: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:70:6: warning: variable 'x' set but not used [-Wunused-but-set-variable]
configure:7947: $? = 0
configure:7954: result: yes
configure:7962: checking for __thread storage class support
configure:7978: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:71:7: warning: statement has no effect [-Wunused-value]
configure:7978: $? = 0
configure:7985: result: yes
configure:7995: checking for strings.h
configure:7995: result: yes
configure:8008: checking for ffs
configure:8008: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8008: $? = 0
configure:8008: result: yes
configure:8008: checking for ffsl
configure:8008: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8008: $? = 0
configure:8008: result: yes
configure:8008: checking for ffsll
configure:8008: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8008: $? = 0
configure:8008: result: yes
configure:8023: checking time.h usability
configure:8023: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8023: $? = 0
configure:8023: result: yes
configure:8023: checking time.h presence
configure:8023: g++ -E conftest.cpp
configure:8023: $? = 0
configure:8023: result: yes
configure:8023: checking for time.h
configure:8023: result: yes
configure:8037: checking size of struct timeval
configure:8042: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8042: $? = 0
configure:8042: ./conftest
configure:8042: $? = 0
configure:8056: result: 16
configure:8066: checking for struct timespec
configure:8066: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8066: $? = 0
configure:8066: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:110:14: error: expected primary-expression before 'struct'
conftest.cpp:110:14: error: expected ')' before 'struct'
conftest.cpp:111:14: error: expected ')' before ';' token
conftest.cpp:111:14: error: expected ')' before ';' token
conftest.cpp:111:14: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
configure:8066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((struct timespec)))
| return 0;
| ;
| return 0;
| }
configure:8066: result: yes
configure:8083: checking size of struct timespec
configure:8088: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8088: $? = 0
configure:8088: ./conftest
configure:8088: $? = 0
configure:8102: result: 16
configure:8115: checking whether clock_gettime is declared
configure:8115: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8130: checking for library containing clock_gettime
configure:8161: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
/tmp/ccThZfrQ.o: In function `main':
/root/click/conftest.cpp:88: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:8161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 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 clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:8161: g++ -o conftest -g -O2 -W -Wall conftest.cpp -lrt >&5
configure:8161: $? = 0
configure:8178: result: -lrt
configure:8192: checking for clock_gettime
configure:8192: g++ -o conftest -g -O2 -W -Wall conftest.cpp -lrt >&5
configure:8192: $? = 0
configure:8192: result: yes
configure:8444: checking termio.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking termio.h presence
configure:8444: g++ -E conftest.cpp
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for termio.h
configure:8444: result: yes
configure:8444: checking netdb.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking netdb.h presence
configure:8444: g++ -E conftest.cpp
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for netdb.h
configure:8444: result: yes
configure:8444: checking sys/event.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:114:23: fatal error: sys/event.h: No such file or directory
compilation terminated.
configure:8444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_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/event.h>
configure:8444: result: no
configure:8444: checking sys/event.h presence
configure:8444: g++ -E conftest.cpp
conftest.cpp:81:23: fatal error: sys/event.h: No such file or directory
compilation terminated.
configure:8444: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h. */
| #include <sys/event.h>
configure:8444: result: no
configure:8444: checking for sys/event.h
configure:8444: result: no
configure:8444: checking pwd.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking pwd.h presence
configure:8444: g++ -E conftest.cpp
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for pwd.h
configure:8444: result: yes
configure:8444: checking grp.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking grp.h presence
configure:8444: g++ -E conftest.cpp
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for grp.h
configure:8444: result: yes
configure:8444: checking execinfo.h usability
configure:8444: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking execinfo.h presence
configure:8444: g++ -E conftest.cpp
configure:8444: $? = 0
configure:8444: result: yes
configure:8444: checking for execinfo.h
configure:8444: result: yes
configure:8455: checking poll.h usability
configure:8455: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8455: $? = 0
configure:8455: result: yes
configure:8455: checking poll.h presence
configure:8455: g++ -E conftest.cpp
configure:8455: $? = 0
configure:8455: result: yes
configure:8455: checking for poll.h
configure:8455: result: yes
configure:8464: checking whether <poll.h> is emulated
configure:8484: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8484: $? = 0
configure:8491: result: no
configure:8503: checking for pselect
configure:8503: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8503: $? = 0
configure:8503: result: yes
configure:8503: checking for sigaction
configure:8503: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:8503: $? = 0
configure:8503: result: yes
configure:8515: checking for kqueue
configure:8515: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
/tmp/ccCsoK9n.o: In function `main':
/root/click/conftest.cpp:121: undefined reference to `kqueue'
collect2: ld returned 1 exit status
configure:8515: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define kqueue innocuous_kqueue
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char kqueue (); 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 kqueue
|
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
|
| int
| main ()
| {
| return kqueue ();
| ;
| return 0;
| }
configure:8515: result: no
configure:8572: checking dlfcn.h usability
configure:8572: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:8572: $? = 0
configure:8572: result: yes
configure:8572: checking dlfcn.h presence
configure:8572: g++ -E conftest.cpp
configure:8572: $? = 0
configure:8572: result: yes
configure:8572: checking for dlfcn.h
configure:8572: result: yes
configure:8584: checking for dlopen
configure:8584: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
/tmp/cc15Qkfr.o: In function `main':
/root/click/conftest.cpp:122: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8584: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| /* 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:8584: result: no
configure:8588: checking for dlopen in -ldl
configure:8613: g++ -o conftest -g -O2 -W -Wall conftest.cpp -ldl >&5
configure:8613: $? = 0
configure:8622: result: yes
configure:8642: checking whether linker accepts the -rdynamic flag
configure:8655: g++ -o conftest -g -O2 -W -Wall -rdynamic conftest.cpp >&5
configure:8655: $? = 0
configure:8662: result: yes
configure:8667: checking compiler flags for building loadable modules
configure:8677: result: -shared
configure:8808: checking for library containing gethostbyname
configure:8839: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:8839: $? = 0
configure:8856: result: none required
configure:8864: checking for library containing connect
configure:8895: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:8895: $? = 0
configure:8912: result: none required
configure:8922: checking whether accept() uses socklen_t
configure:8940: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:8940: $? = 0
configure:8947: result: yes
configure:8972: checking for large file support in C library
configure:8997: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:8997: $? = 0
configure:9004: result: yes
configure:9016: checking size of off_t
configure:9021: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:9021: $? = 0
configure:9021: ./conftest
configure:9021: $? = 0
configure:9041: result: 8
configure:9063: checking sys/mman.h usability
configure:9063: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:9063: $? = 0
configure:9063: result: yes
configure:9063: checking sys/mman.h presence
configure:9063: gcc -E conftest.c
configure:9063: $? = 0
configure:9063: result: yes
configure:9063: checking for sys/mman.h
configure:9063: result: yes
configure:9079: checking for stdlib.h
configure:9079: result: yes
configure:9079: checking for unistd.h
configure:9079: result: yes
configure:9079: checking for sys/param.h
configure:9079: gcc -c -g -O2 -W -Wall conftest.c >&5
configure:9079: $? = 0
configure:9079: result: yes
configure:9099: checking for getpagesize
configure:9099: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:9099: $? = 0
configure:9099: result: yes
configure:9108: checking for working mmap
configure:9255: gcc -o conftest -g -O2 -W -Wall conftest.c >&5
configure:9255: $? = 0
configure:9255: ./conftest
configure:9255: $? = 0
configure:9265: result: yes
configure:9282: checking for madvise
configure:9282: g++ -o conftest -g -O2 -W -Wall conftest.cpp >&5
configure:9282: $? = 0
configure:9282: result: yes
configure:9291: checking whether madvise is declared
configure:9291: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:9291: $? = 0
configure:9291: result: yes
configure:9330: checking for Linux System.map
configure:9333: result: /root/linux-2.6.34.12/System.map
configure:9384: checking Linux version
configure:9392: result: 2.6.34
configure:9410: checking for Click Linux kernel extensions
configure:9419: result: no
configure:9426: checking for Click Linux kernel extensions for transmit notification
configure:9435: result: no
configure:9442: checking for read_net_skbcount kernel extension
configure:9451: result: no
configure:9458: checking for strlen kernel symbol
configure:9467: result: yes
configure:9474: checking for tulip_interrupt_hook kernel symbol
configure:9483: result: no
configure:9490: checking for files_lock kernel symbol
configure:9499: result: no
configure:9506: checking for files_lglock kernel symbol
configure:9515: result: no
configure:9522: checking for sb_lock kernel symbol
configure:9531: result: no
configure:9538: checking for dev_ioctl kernel symbol
configure:9547: result: no
configure:9554: checking for devinet_ioctl kernel symbol
configure:9563: result: no
configure:9570: checking for inet_ioctl kernel symbol
configure:9579: result: yes
configure:9586: checking for inet_ctl_sock_create kernel symbol
configure:9595: result: yes
configure:9602: checking for <linux/ktime.h>
configure:9611: result: yes
configure:9618: checking for atomic_set_mask
configure:9627: result: no
configure:9634: checking for atomic_add_return
configure:9643: result: no
configure:9650: checking for <asm/alternative.h>
configure:9659: result: no
configure:9666: checking for <asm/system.h>
configure:9675: result: no
configure:10010: checking ifaddrs.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking ifaddrs.h presence
configure:10010: g++ -E conftest.cpp
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking for ifaddrs.h
configure:10010: result: yes
configure:10010: checking linux/if_tun.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking linux/if_tun.h presence
configure:10010: g++ -E conftest.cpp
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking for linux/if_tun.h
configure:10010: result: yes
configure:10010: checking net/if_dl.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:142:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_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 <net/if_dl.h>
configure:10010: result: no
configure:10010: checking net/if_dl.h presence
configure:10010: g++ -E conftest.cpp
conftest.cpp:109:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| /* end confdefs.h. */
| #include <net/if_dl.h>
configure:10010: result: no
configure:10010: checking for net/if_dl.h
configure:10010: result: no
configure:10010: checking net/if_tap.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:142:24: fatal error: net/if_tap.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_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 <net/if_tap.h>
configure:10010: result: no
configure:10010: checking net/if_tap.h presence
configure:10010: g++ -E conftest.cpp
conftest.cpp:109:24: fatal error: net/if_tap.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| /* end confdefs.h. */
| #include <net/if_tap.h>
configure:10010: result: no
configure:10010: checking for net/if_tap.h
configure:10010: result: no
configure:10010: checking net/if_tun.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:142:24: fatal error: net/if_tun.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_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 <net/if_tun.h>
configure:10010: result: no
configure:10010: checking net/if_tun.h presence
configure:10010: g++ -E conftest.cpp
conftest.cpp:109:24: fatal error: net/if_tun.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| /* end confdefs.h. */
| #include <net/if_tun.h>
configure:10010: result: no
configure:10010: checking for net/if_tun.h
configure:10010: result: no
configure:10010: checking net/if_types.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:142:26: fatal error: net/if_types.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_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 <net/if_types.h>
configure:10010: result: no
configure:10010: checking net/if_types.h presence
configure:10010: g++ -E conftest.cpp
conftest.cpp:109:26: fatal error: net/if_types.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| /* end confdefs.h. */
| #include <net/if_types.h>
configure:10010: result: no
configure:10010: checking for net/if_types.h
configure:10010: result: no
configure:10010: checking net/bpf.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:142:21: fatal error: net/bpf.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_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 <net/bpf.h>
configure:10010: result: no
configure:10010: checking net/bpf.h presence
configure:10010: g++ -E conftest.cpp
conftest.cpp:109:21: fatal error: net/bpf.h: No such file or directory
compilation terminated.
configure:10010: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| /* end confdefs.h. */
| #include <net/bpf.h>
configure:10010: result: no
configure:10010: checking for net/bpf.h
configure:10010: result: no
configure:10010: checking netpacket/packet.h usability
configure:10010: g++ -c -g -O2 -W -Wall conftest.cpp >&5
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking netpacket/packet.h presence
configure:10010: g++ -E conftest.cpp
configure:10010: $? = 0
configure:10010: result: yes
configure:10010: checking for netpacket/packet.h
configure:10010: result: yes
configure:10062: checking for pcap.h
configure:10072: g++ -E conftest.cpp
conftest.cpp:110:18: fatal error: pcap.h: No such file or directory
compilation terminated.
configure:10072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| /* end confdefs.h. */
| #include <pcap.h>
configure:10083: result: not found
configure:10344: checking for net/netmap.h
configure:10350: g++ -E conftest.cpp
conftest.cpp:110:24: fatal error: net/netmap.h: No such file or directory
compilation terminated.
configure:10350: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| /* end confdefs.h. */
| #include <net/netmap.h>
configure:10356: result: not found
configure:10416: checking whether struct if_data has ifi_datalen
configure:10434: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:112:24: fatal error: net/if_var.h: No such file or directory
compilation terminated.
configure:10434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| /* end confdefs.h. */
| #include <net/if.h>
| #include <net/if_var.h>
|
| int
| main ()
| {
| struct if_msghdr ifm; ifm.ifm_data.ifi_datalen = 0;
| ;
| return 0;
| }
configure:10441: result: no
configure:10449: checking whether struct sockaddr_in has sin_len
configure:10467: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:117:29: error: 'struct sockaddr_in' has no member named 'sin_len'
configure:10467: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| /* end confdefs.h. */
| #include <sys/socket.h>
| #include <netinet/in.h>
|
| int
| main ()
| {
| struct sockaddr_in sin; sin.sin_len = 0;
| ;
| return 0;
| }
configure:10474: result: no
configure:10598: checking expat.h usability
configure:10598: g++ -c -g -O2 -W -Wall conftest.cpp >&5
conftest.cpp:144:19: fatal error: expat.h: No such file or directory
compilation terminated.
configure:10598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 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 <expat.h>
configure:10598: result: no
configure:10598: checking expat.h presence
configure:10598: g++ -E conftest.cpp
conftest.cpp:111:19: fatal error: expat.h: No such file or directory
compilation terminated.
configure:10598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| /* end confdefs.h. */
| #include <expat.h>
configure:10598: result: no
configure:10598: checking for expat.h
configure:10598: result: no
configure:10615: checking for XML_ParserCreateNS in -lexpat
configure:10640: gcc -o conftest -g -O2 -W -Wall conftest.c -lexpat >&5
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
configure:10640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 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 XML_ParserCreateNS ();
| int
| main ()
| {
| return XML_ParserCreateNS ();
| ;
| return 0;
| }
configure:10649: result: no
configure:10709: checking for Linux 2.6 compilation flags
configure:10738: result: -I/root/linux-2.6.34.12/arch/x86/include -I/root/linux-2.6.34.12/include -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack
configure:10745: making C++-safe versions of Linux kernel headers (may take a while)
configure:10782: checking for C++-includable kernel header files
configure:10825: g++ -c -O2 -fno-exceptions -fno-rtti -fpermissive -Wno-undef -Wno-pointer-arith -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.cpp >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/thread_info.h:61:0,
from /root/click/include/click-linuxmodule/include1/linux/preempt.h:14,
from /root/click/include/click-linuxmodule/include1/linux/spinlock.h:55,
from /root/click/include/click-linuxmodule/include1/linux/seqlock.h:34,
from /root/click/include/click-linuxmodule/include1/linux/time.h:13,
from /root/click/include/click-linuxmodule/include0/asm/signal.h:11,
from /root/click/include/click-linuxmodule/include1/linux/signal.h:9,
from conftest.cpp:131:
/root/click/include/click-linuxmodule/include0/asm/thread_info.h: In function 'thread_info* current_thread_info()':
/root/click/include/click-linuxmodule/include0/asm/thread_info.h:224:42: warning: invalid conversion from 'void*' to 'thread_info*' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/preempt.h:16:0,
from /root/click/include/click-linuxmodule/include1/linux/spinlock.h:55,
from /root/click/include/click-linuxmodule/include1/linux/seqlock.h:34,
from /root/click/include/click-linuxmodule/include1/linux/time.h:13,
from /root/click/include/click-linuxmodule/include0/asm/signal.h:11,
from /root/click/include/click-linuxmodule/include1/linux/signal.h:9,
from conftest.cpp:131:
/root/click/include/click-linuxmodule/include1/linux/list.h: In function 'void list_del(list_head*)':
/root/click/include/click-linuxmodule/include1/linux/list.h:111:16: warning: invalid conversion from 'void*' to 'list_head*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/list.h:112:16: warning: invalid conversion from 'void*' to 'list_head*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/list.h: In function 'void hlist_del(hlist_node*)':
/root/click/include/click-linuxmodule/include1/linux/list.h:598:12: warning: invalid conversion from 'void*' to 'hlist_node*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/list.h:599:13: warning: invalid conversion from 'void*' to 'hlist_node**' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/completion.h:16:0,
from /root/click/include/click-linuxmodule/include1/linux/mm_types.h:17,
from /root/click/include/click-linuxmodule/include1/linux/kmemcheck.h:9,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:23,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/wait.h: In function 'int wait_on_bit(void*, int, int (*)(void*), unsigned int)':
/root/click/include/click-linuxmodule/include1/linux/wait.h:497:7: warning: invalid conversion from 'void*' to 'const volatile long unsigned int*' [-fpermissive]
/root/click/include/click-linuxmodule/include0/asm/bitops.h:314:28: warning: initializing argument 2 of 'int constant_test_bit(unsigned int, const volatile long unsigned int*)' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/wait.h:497:7: warning: invalid conversion from 'void*' to 'const volatile long unsigned int*' [-fpermissive]
/root/click/include/click-linuxmodule/include0/asm/bitops.h:320:19: warning: initializing argument 2 of 'int variable_test_bit(int, const volatile long unsigned int*)' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/wait.h: In function 'int wait_on_bit_lock(void*, int, int (*)(void*), unsigned int)':
/root/click/include/click-linuxmodule/include1/linux/wait.h:521:33: warning: invalid conversion from 'void*' to 'volatile long unsigned int*' [-fpermissive]
/root/click/include/click-linuxmodule/include0/asm/bitops.h:200:19: warning: initializing argument 2 of 'int test_and_set_bit(int, volatile long unsigned int*)' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/net.h:291:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:31,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/sysctl.h: At global scope:
/root/click/include/click-linuxmodule/include1/linux/sysctl.h:1025:16: warning: declaration of 'int (* ctl_table::proc_handler)(ctl_table*, int, void*, size_t*, loff_t*)' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/sysctl.h:969:13: warning: changes meaning of 'proc_handler' from 'typedef int proc_handler(struct ctl_table*, int, void*, size_t*, loff_t*)' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include0/asm/mmzone_64.h:17:0,
from /root/click/include/click-linuxmodule/include0/asm/mmzone.h:9,
from /root/click/include/click-linuxmodule/include1/linux/mmzone.h:790,
from /root/click/include/click-linuxmodule/include1/linux/gfp.h:9,
from /root/click/include/click-linuxmodule/include1/linux/kmod.h:27,
from /root/click/include/click-linuxmodule/include1/linux/module.h:18,
from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include0/asm/smp.h:51:3: warning: anonymous type with no linkage used to declare variable '<anonymous struct> stack_start' with linkage [enabled by default]
In file included from /root/click/include/click-linuxmodule/include1/linux/kmod.h:27:0,
from /root/click/include/click-linuxmodule/include1/linux/module.h:18,
from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/gfp.h: In function 'zone_type gfp_zone(gfp_t)':
/root/click/include/click-linuxmodule/include1/linux/gfp.h:227:30: warning: invalid conversion from 'int' to 'zone_type' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'void __module_get(module*)':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'int try_module_get(module*)':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32:0,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/textsearch.h: In function 'ts_config* alloc_ts_config(size_t, gfp_t)':
/root/click/include/click-linuxmodule/include1/linux/textsearch.h:170:65: warning: invalid conversion from 'void*' to 'ts_config*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/textsearch.h:172:25: warning: invalid conversion from 'void*' to 'ts_config*' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11:0,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/mm.h: In function 'void set_compound_page_dtor(page*, void (*)(page*))':
/root/click/include/click-linuxmodule/include1/linux/mm.h:358:29: warning: invalid conversion from 'void*' to 'list_head*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/mm.h: In function 'void set_compound_order(page*, long unsigned int)':
/root/click/include/click-linuxmodule/include1/linux/mm.h:375:29: warning: invalid conversion from 'void*' to 'list_head*' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/mm.h: In function 'zone_type page_zonenum(page*)':
/root/click/include/click-linuxmodule/include1/linux/mm.h:525:42: warning: invalid conversion from 'long unsigned int' to 'zone_type' [-fpermissive]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'void __count_vm_event(vm_event_item)':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'void count_vm_event(vm_event_item)':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'void __count_vm_events(vm_event_item, long int)':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'void count_vm_events(vm_event_item, long int)':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35:0,
from conftest.cpp:132:
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h: In function 'bool dmaf_p_disabled_continue(dma_ctrl_flags)':
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h:380:49: warning: invalid conversion from 'int' to 'dma_ctrl_flags' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h: In function 'void async_tx_ack(dma_async_tx_descriptor*)':
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h:479:15: warning: invalid conversion from 'int' to 'dma_ctrl_flags' [-fpermissive]
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h: In function 'void async_tx_clear_ack(dma_async_tx_descriptor*)':
/root/click/include/click-linuxmodule/include1/linux/dmaengine.h:484:16: warning: invalid conversion from 'int' to 'dma_ctrl_flags' [-fpermissive]
configure:10825: $? = 0
configure:10833: result: yes
configure:10837: checking whether long and int64_t are the same type in the Linux kernel
configure:10877: g++ -c -O2 -fno-exceptions -fno-rtti -fpermissive -Wno-undef -Wno-pointer-arith -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.cpp >&5
configure:10877: $? = 0
configure:10884: result: no
configure:10893: checking whether long long and int64_t are the same type in the Linux kernel
configure:10933: g++ -c -O2 -fno-exceptions -fno-rtti -fpermissive -Wno-undef -Wno-pointer-arith -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.cpp >&5
conftest.cpp: In function 'void f1(int64_t)':
conftest.cpp:134:6: error: redefinition of 'void f1(int64_t)'
conftest.cpp:132:6: error: 'void f1(long long int)' previously defined here
configure:10933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/types.h>
| void f1(long long) {
| }
| void f1(int64_t) { // will fail if long long and int64_t are the same type
| }
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:10940: result: yes
configure:10949: checking whether uintptr_t is defined in the Linux kernel
configure:10986: g++ -c -O2 -fno-exceptions -fno-rtti -fpermissive -Wno-undef -Wno-pointer-arith -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:137:11: warning: unused variable 'i' [-Wunused-variable]
configure:10986: $? = 0
configure:10993: result: yes
configure:11002: checking whether struct sk_buff has a security member
configure:11044: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:133:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:133:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:137:28: error: 'struct sk_buff' has no member named 'security'
configure:11044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/skbuff.h>
| int
| main ()
| {
| extern struct sk_buff *s; s->security = 0;
| ;
| return 0;
| }
configure:11051: result: no
configure:11059: checking whether struct sk_buff has an fclone member
configure:11101: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:133:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:133:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
configure:11101: $? = 0
configure:11108: result: yes
configure:11116: checking whether skb_shinfo has a tso_size member
configure:11158: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:134:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:134:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:138:40: error: 'struct skb_shared_info' has no member named 'tso_size'
configure:11158: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| #define HAVE_LINUX_SKBUFF_FCLONE 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/skbuff.h>
| int
| main ()
| {
| extern struct sk_buff *s; skb_shinfo(s)->tso_size = 0;
| ;
| return 0;
| }
configure:11165: result: no
configure:11173: checking whether skb_shinfo has a gso_size member
configure:11215: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:134:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:134:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
configure:11215: $? = 0
configure:11222: result: yes
configure:11230: checking whether skb_shinfo has a ufo_size member
configure:11272: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:135:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:135:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:139:40: error: 'struct skb_shared_info' has no member named 'ufo_size'
configure:11272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| #define HAVE_LINUX_SKBUFF_FCLONE 1
| #define HAVE_LINUX_SKB_SHINFO_GSO_SIZE 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/skbuff.h>
| int
| main ()
| {
| extern struct sk_buff *s; skb_shinfo(s)->ufo_size = 0;
| ;
| return 0;
| }
configure:11279: result: no
configure:11287: checking whether skb_shinfo has an ip6_frag_id member
configure:11329: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:135:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:135:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
configure:11329: $? = 0
configure:11336: result: yes
configure:11344: checking for device polling kernel extension
configure:11386: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:136:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:140:31: error: 'struct net_device' has no member named 'polling'
configure:11386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| #define HAVE_LINUX_SKBUFF_FCLONE 1
| #define HAVE_LINUX_SKB_SHINFO_GSO_SIZE 1
| #define HAVE_LINUX_SKB_SHINFO_IP6_FRAG_ID 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/netdevice.h>
| int
| main ()
| {
| extern struct net_device *d; d->polling = 0;
| ;
| return 0;
| }
configure:11393: result: no
configure:11401: checking whether skb_dst_drop is declared
configure:11401: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from /root/click/include/click-linuxmodule/include1/net/dst.h:17,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from /root/click/include/click-linuxmodule/include1/net/dst.h:17,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from /root/click/include/click-linuxmodule/include1/net/dst.h:17,
from conftest.c:136:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from /root/click/include/click-linuxmodule/include1/net/dst.h:17,
from conftest.c:136:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11401: $? = 0
configure:11401: result: yes
configure:11435: checking whether skb_recycle is declared
configure:11435: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:137:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:137:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:146:10: error: 'skb_recycle' undeclared (first use in this function)
conftest.c:146:10: note: each undeclared identifier is reported only once for each function it appears in
configure:11435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| #define HAVE_LINUX_SKBUFF_FCLONE 1
| #define HAVE_LINUX_SKB_SHINFO_GSO_SIZE 1
| #define HAVE_LINUX_SKB_SHINFO_IP6_FRAG_ID 1
| #define HAVE_SKB_DST_DROP 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/skbuff.h>
|
| int
| main ()
| {
| #ifndef skb_recycle
| #ifdef __cplusplus
| (void) skb_recycle;
| #else
| (void) skb_recycle;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:11435: result: no
configure:11469: checking whether skb_recycle returns an sk_buff
configure:11511: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:137:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:137:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:141:15: warning: implicit declaration of function 'skb_recycle' [-Wimplicit-function-declaration]
conftest.c:141:29: warning: assignment makes pointer from integer without a cast [enabled by default]
configure:11511: $? = 0
configure:11518: result: yes
configure:11526: checking whether skb_linearize is declared
configure:11526: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:138:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:138:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
configure:11526: $? = 0
configure:11526: result: yes
configure:11560: checking whether netif_receive_skb has been extended
configure:11602: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from conftest.c:139:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from /root/click/include/click-linuxmodule/include1/linux/if_ether.h:129,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:34,
from conftest.c:139:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:139:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:139:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
conftest.c: In function 'main':
conftest.c:143:1: error: too many arguments to function 'netif_receive_skb'
/root/click/include/click-linuxmodule/include1/linux/netdevice.h:1574:13: note: declared here
configure:11602: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "click"
| #define PACKAGE_TARNAME "click"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "click 2.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define CLICK_VERSION "2.0.1"
| #define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
| #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_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NEW_HDR 1
| #define HAVE_CXX_PRAGMA_INTERFACE 1
| #define HAVE_ALLOW_SELECT 1
| #define HAVE_ALLOW_POLL 1
| #define HAVE_ALLOW_KQUEUE 1
| #define HAVE_CLICKFS 1
| #define BSD_NETISRSCHED 1
| #define LINUX_SRCDIR "/root/linux-2.6.34.12/"
| #define HAVE_IP6 1
| #define HAVE_IPSEC 1
| #define FREEBSD_INCLUDEDIR "/usr/include"
| #define HAVE_STRERROR 1
| #define HAVE_RANDOM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOF 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUL 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_VSNPRINTF 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_VOID_P 8
| #define HAVE_INTTYPES_H 1
| #define HAVE_INDIFFERENT_ALIGNMENT 1
| #define SIZEOF_LONG_LONG 8
| #define HAVE_LONG_LONG 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INT64_TYPES 1
| #define HAVE_INT64_IS_LONG_USERLEVEL 1
| #define HAVE_ENDIAN_H 1
| #define CLICK_BYTE_ORDER 1234
| #define HAVE_BYTESWAP_H 1
| #define HAVE_ARITHMETIC_RIGHT_SHIFT 1
| #define HAVE___BUILTIN_CLZ 1
| #define HAVE___BUILTIN_CLZL 1
| #define HAVE___BUILTIN_CLZLL 1
| #define HAVE___BUILTIN_FFS 1
| #define HAVE___BUILTIN_FFSL 1
| #define HAVE___BUILTIN_FFSLL 1
| #define HAVE___SYNC_SYNCHRONIZE 1
| #define HAVE___HAS_TRIVIAL_COPY 1
| #define HAVE___THREAD_STORAGE_CLASS 1
| #define HAVE_STRINGS_H 1
| #define HAVE_FFS 1
| #define HAVE_FFSL 1
| #define HAVE_FFSLL 1
| #define HAVE_TIME_H 1
| #define SIZEOF_STRUCT_TIMEVAL 16
| #define HAVE_STRUCT_TIMESPEC 1
| #define SIZEOF_STRUCT_TIMESPEC 16
| #define HAVE_DECL_CLOCK_GETTIME 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_NANOTIMESTAMP_ENABLED 1
| #define HAVE_TERMIO_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PSELECT 1
| #define HAVE_SIGACTION 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DYNAMIC_LINKING 1
| #define HAVE_ACCEPT_SOCKLEN_T 1
| #define HAVE_LARGE_FILE_SUPPORT 1
| #define SIZEOF_OFF_T 8
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MADVISE 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_LINUXMODULE_2_6 1
| #define HAVE_LINUX_STRLEN_EXPOSED 1
| #define HAVE_LINUX_INET_IOCTL 1
| #define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
| #define HAVE_LINUX_KTIME_H 1
| #define CLICK_STATS 0
| #define HAVE_STRIDE_SCHED 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_LINUX_IF_TUN_H 1
| #define HAVE_NETPACKET_PACKET_H 1
| #define HAVE_USERLEVEL_DRIVER 1
| #define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
| #define HAVE_UINTPTR_T_LINUXMODULE 1
| #define HAVE_LINUX_SKBUFF_FCLONE 1
| #define HAVE_LINUX_SKB_SHINFO_GSO_SIZE 1
| #define HAVE_LINUX_SKB_SHINFO_IP6_FRAG_ID 1
| #define HAVE_SKB_DST_DROP 1
| #define HAVE_CLICK_SKB_RECYCLE 1
| #define HAVE_SKB_LINEARIZE 1
| /* end confdefs.h. */
| #if HAVE_LINUXMODULE_2_6
| # define KBUILD_STR(s) #s
| # define KBUILD_BASENAME KBUILD_STR(click)
| # define KBUILD_MODNAME KBUILD_STR(click)
| #endif
| #define new linux_new
| #define this linux_this
| #define delete linux_delete
| #define class linux_class
| #define virtual linux_virtual
| #define typename linux_typename
| #define private linux_private
| #define protected linux_protected
| #define public linux_public
| #define namespace linux_namespace
| #define false linux_false
| #define true linux_true
| #define CLICK_CXX_PROTECTED 1
|
| #include <asm/types.h>
| #include <linux/netdevice.h>
| int
| main ()
| {
| netif_receive_skb(0, 0, 0);
| ;
| return 0;
| }
configure:11609: result: no
configure:11623: checking whether net_enable_timestamp is declared
configure:11623: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:139:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:139:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:140:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:140:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11623: $? = 0
configure:11623: result: yes
configure:11658: checking whether netif_tx_lock is declared
configure:11658: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:140:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:140:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:141:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:141:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11658: $? = 0
configure:11658: result: yes
configure:11693: checking whether netdev_get_tx_queue is declared
configure:11693: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:141:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:141:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:142:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:142:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11693: $? = 0
configure:11693: result: yes
configure:11728: checking whether netif_tx_queue_frozen is declared
configure:11728: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:142:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:142:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:143:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:143:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11728: $? = 0
configure:11728: result: yes
configure:11763: checking whether netdev_uses_dsa_tags is declared
configure:11763: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:143:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:143:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:144:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:144:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11763: $? = 0
configure:11763: result: yes
configure:11798: checking whether netdev_uses_trailer_tags is declared
configure:11798: gcc -c -I/root/click/include/click-linuxmodule/include0 -I/root/click/include/click-linuxmodule/include1 -include /root/linux-2.6.34.12/include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wno-trigraphs -fno-strict-aliasing -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack conftest.c >&5
In file included from /root/click/include/click-linuxmodule/include1/linux/textsearch.h:12:0,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:32,
from conftest.c:144:
/root/click/include/click-linuxmodule/include1/linux/module.h: In function '__module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:472:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h: In function 'try_module_get':
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/module.h:487:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/mm.h:600:0,
from /root/click/include/click-linuxmodule/include1/linux/scatterlist.h:11,
from /root/click/include/click-linuxmodule/include1/linux/dma-mapping.h:12,
from /root/click/include/click-linuxmodule/include1/linux/dmaengine.h:31,
from /root/click/include/click-linuxmodule/include1/linux/skbuff.h:35,
from conftest.c:144:
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:86:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_event':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:91:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function '__count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:96:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h: In function 'count_vm_events':
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
/root/click/include/click-linuxmodule/include1/linux/vmstat.h:101:1: warning: variable 'pao_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include1/linux/irq.h:34:0,
from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:145:
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h: In function 'set_irq_regs':
/root/click/include/click-linuxmodule/include0/asm/irq_regs.h:31:2: warning: variable 'pto_tmp__' set but not used [-Wunused-but-set-variable]
In file included from /root/click/include/click-linuxmodule/include0/asm/hardirq.h:10:0,
from /root/click/include/click-linuxmodule/include1/linux/hardirq.h:15,
from /root/click/include/click-linuxmodule/include1/linux/interrupt.h:17,
from /root/click/include/click-linuxmodule/include1/linux/netdevice.h:1149,
from conftest.c:145:
/root/click/include/click-linuxmodule/include1/linux/irq.h: In function 'alloc_desc_masks':
/root/click/include/click-linuxmodule/include1/linux/irq.h:446:8: warning: variable 'gfp' set but not used [-Wunused-but-set-variable]
configure:11798: $? = 0
configure:11798: result: yes
configure:11833: checking for netdev_rx_handler_register kernel symbol
configure:11842: result: no
configure:11849: checking for get_monotonic_coarse kernel symbol
configure:11858: result: no
configure:11865: checking for getboottime kernel symbol
configure:11874: result: yes
configure:11986: checking for a BSD-compatible install
configure:12054: result: /usr/bin/install -c
configure:12067: checking whether install accepts -C
configure:12072: result: yes
configure:12090: checking for GNU make
configure:12103: result: make
configure:12116: checking for working autoconf
configure:12121: result: found
configure:12143: checking for perl5
configure:12173: result: no
configure:12143: checking for perl
configure:12159: found /usr/bin/perl
configure:12170: result: perl
configure:12247: checking for gawk
configure:12277: result: no
configure:12247: checking for mawk
configure:12263: found /usr/bin/mawk
configure:12274: result: mawk
configure:12285: checking for grep that handles long lines and -e
configure:12343: result: /bin/grep
configure:12348: checking for egrep
configure:12410: result: /bin/grep -E
configure:12419: checking for md5sum
configure:12435: found /usr/bin/md5sum
configure:12446: result: md5sum
configure:12487: checking for working makeinfo
configure:12501: result: missing
configure:12505: checking for working texi2dvi
configure:12519: result: missing
configure:12526: checking for install-info
configure:12545: found /usr/sbin/install-info
configure:12558: result: /usr/sbin/install-info
configure:12567: checking for working install-info
configure:12570: result: found
configure:12578: checking for working pod2man
configure:12582: result: found
configure:12812: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by click config.status 2.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on click-node-03
config.status:: creating Makefile
config.status:: creating click-buildtool
config.status:: creating click-compile
config.status:: creating config.mk
config.status:: creating installch
config.status:: creating tools/Makefile
config.status:: creating tools/lib/Makefile
config.status:: creating doc/Makefile
config.status:: creating etc/libclick/Makefile
config.status:: creating etc/pkg-config.mk
config.status:: creating bsdmodule/Makefile
config.status:: creating linuxmodule/Makefile
config.status:: creating ns/Makefile
config.status:: creating userlevel/Makefile
config.status:: creating tools/click-align/Makefile
config.status:: creating tools/click-check/Makefile
config.status:: creating tools/click-combine/Makefile
config.status:: creating tools/click-devirtualize/Makefile
config.status:: creating tools/click-fastclassifier/Makefile
config.status:: creating tools/click-flatten/Makefile
config.status:: creating tools/click-mkmindriver/Makefile
config.status:: creating tools/click-pretty/Makefile
config.status:: creating tools/click-undead/Makefile
config.status:: creating tools/click-xform/Makefile
config.status:: creating tools/click2xml/Makefile
config.status:: creating tools/click-install/Makefile
config.status:: creating include/click/config.h
config.status:: include/click/config.h is unchanged
config.status:: creating include/click/pathvars.h
config.status:: include/click/pathvars.h is unchanged
config.status:: creating include/click/config-bsdmodule.h
config.status:: include/click/config-bsdmodule.h is unchanged
config.status:: creating include/click/config-linuxmodule.h
config.status:: include/click/config-linuxmodule.h is unchanged
config.status:: creating include/click/config-ns.h
config.status:: include/click/config-ns.h is unchanged
config.status:: creating include/click/config-userlevel.h
config.status:: include/click/config-userlevel.h is unchanged
config.status:: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_accept_socklen_t=yes
ac_cv_alignment_indifferent=yes
ac_cv_arithmetic_right_shift=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_char_unsigned=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_w_wall=yes
ac_cv_c_werror=yes
ac_cv_click_kernel=no
ac_cv_click_kernel_tx_notify=no
ac_cv_cxx_aware_system=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_constexpr=no
ac_cv_cxx_pragma_interface=yes
ac_cv_cxx_rvalue_references=no
ac_cv_cxx_static_assert=no
ac_cv_cxx_template_alias=no
ac_cv_emulated_poll_h=no
ac_cv_endian=1234
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_clock_gettime=yes
ac_cv_func_dlopen=no
ac_cv_func_ffs=yes
ac_cv_func_ffsl=yes
ac_cv_func_ffsll=yes
ac_cv_func_getpagesize=yes
ac_cv_func_kqueue=no
ac_cv_func_madvise=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_pselect=yes
ac_cv_func_random=yes
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_strerror=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtof=yes
ac_cv_func_strtold=yes
ac_cv_func_strtoul=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_vsnprintf=yes
ac_cv_gnu_make=make
ac_cv_good_new_hdr=yes
ac_cv_have___builtin_clz=yes
ac_cv_have___builtin_clzl=yes
ac_cv_have___builtin_clzll=yes
ac_cv_have___builtin_ffs=yes
ac_cv_have___builtin_ffsl=yes
ac_cv_have___builtin_ffsll=yes
ac_cv_have___has_trivial_copy=yes
ac_cv_have___sync_synchronize=yes
ac_cv_have___sync_synchronize_args=no
ac_cv_have___thread=yes
ac_cv_have_decl_clock_gettime=yes
ac_cv_have_decl_madvise=yes
ac_cv_have_decl_net_enable_timestamp=yes
ac_cv_have_decl_netdev_get_tx_queue=yes
ac_cv_have_decl_netdev_uses_dsa_tags=yes
ac_cv_have_decl_netdev_uses_trailer_tags=yes
ac_cv_have_decl_netif_tx_lock=yes
ac_cv_have_decl_netif_tx_queue_frozen=yes
ac_cv_have_decl_skb_dst_drop=yes
ac_cv_have_decl_skb_linearize=yes
ac_cv_have_decl_skb_recycle=no
ac_cv_header_byteswap_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_expat_h=no
ac_cv_header_grp_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_if_tun_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_net_if_tap_h=no
ac_cv_header_net_if_tun_h=no
ac_cv_header_net_if_types_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netpacket_packet_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pwd_h=yes
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_event_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_if_data_ifi_datalen=no
ac_cv_int64_t=yes
ac_cv_large_file_support=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_expat_XML_ParserCreateNS=no
ac_cv_linux_asm_alternative_h=no
ac_cv_linux_asm_system_h=no
ac_cv_linux_atomic_add_return=no
ac_cv_linux_atomic_set_mask=no
ac_cv_linux_dev_ioctl=no
ac_cv_linux_devinet_ioctl=no
ac_cv_linux_files_lglock=no
ac_cv_linux_files_lock=no
ac_cv_linux_get_monotonic_coarse=no
ac_cv_linux_getboottime=yes
ac_cv_linux_inet_ctl_sock_create=yes
ac_cv_linux_inet_ioctl=yes
ac_cv_linux_ktime_h=yes
ac_cv_linux_netdev_rx_handler_register=no
ac_cv_linux_read_net_skbcount=no
ac_cv_linux_sb_lock=no
ac_cv_linux_strlen_exposed=yes
ac_cv_linux_tulip_intr_hook=no
ac_cv_linuxmodule_click_skb_recycle=yes
ac_cv_linuxmodule_net_device_polling=no
ac_cv_linuxmodule_netif_receive_skb_extended=no
ac_cv_linuxmodule_skb_shinfo_gso_size=yes
ac_cv_linuxmodule_skb_shinfo_ip6_frag_id=yes
ac_cv_linuxmodule_skb_shinfo_tso_size=no
ac_cv_linuxmodule_skb_shinfo_ufo_size=no
ac_cv_linuxmodule_skbuff_fclone=yes
ac_cv_linuxmodule_skbuff_security=no
ac_cv_long_64=yes
ac_cv_long_64_linuxmodule=no
ac_cv_long_long_64=no
ac_cv_long_long_64_linuxmodule=yes
ac_cv_net_enable_timestamp=yes
ac_cv_net_netmap_header_path='not found'
ac_cv_netdev_get_tx_queue=yes
ac_cv_netdev_uses_dsa_tags=yes
ac_cv_netdev_uses_trailer_tags=yes
ac_cv_netif_tx_lock=yes
ac_cv_netif_tx_queue_frozen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_INSTALL_INFO=/usr/sbin/install-info
ac_cv_path_install='/usr/bin/install -c'
ac_cv_pcap_header_path='not found'
ac_cv_poll_h=yes
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_MD5SUM=md5sum
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_OBJCOPY=objcopy
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_perl5=perl
ac_cv_rdynamic=yes
ac_cv_search_clock_gettime=-lrt
ac_cv_search_connect='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=8
ac_cv_sizeof_struct_timespec=16
ac_cv_sizeof_struct_timeval=16
ac_cv_sizeof_void_p=8
ac_cv_skb_dst_drop=yes
ac_cv_skb_linearize=yes
ac_cv_skb_recycle=no
ac_cv_sockaddr_in_sin_len=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_int64_t=yes
ac_cv_type_long_long=yes
ac_cv_type_struct_timespec=yes
ac_cv_type_uint64_t=yes
ac_cv_uint64_t=yes
ac_cv_uintptr_t_linuxmodule=yes
ac_cv_under_linux=yes
ac_cv_va_list_addr=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AR_CREATEFLAGS='cru'
AUTOCONF='autoconf'
AWK='mawk'
BUILD_AR=''
BUILD_CC=''
BUILD_CXX=''
BUILD_DL_LDFLAGS=''
BUILD_DL_LIBS=''
BUILD_RANLIB=''
CC='gcc'
CFLAGS='-g -O2 -W -Wall'
CLEAN_TARGETS=' clean-userlevel clean-linuxmodule clean-tools'
CLICKINSTALL='/usr/bin/install -c'
CLICKLINUX_FIXINCLUDES_PROGRAM='| sed -e s,/root/linux-2.6.34.12/include,${clickbuild_prefix}/include/click-linuxmodule/include1, -e s,/root/linux-2.6.34.12/arch/x86/include,${clickbuild_prefix}/include/click-linuxmodule/include0, -e s,\ -I,\ -isystem\ ,g'
CLICK_BUILD_INSTALL='/usr/bin/install -c'
CLICK_BUILD_INSTALL_IF_CHANGED='$(CLICK_BUILD_INSTALL) -C'
CLICK_VERSION='2.0.1'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2 -W -Wall'
DEFS='-DHAVE_CONFIG_H'
DEPCFLAGS='-MD -MP'
DL_LDFLAGS='-rdynamic'
DL_LIBS='-ldl'
DRIVERS=' userlevel linuxmodule'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXPAT_INCLUDES=''
EXPAT_LIBS=''
EXTRA_DRIVER_OBJS='ip6address.o ip6flowid.o ip6table.o '
EXTRA_TOOL_OBJS='ip6address.o '
FINDELEMFLAGS=''
GMAKE='make'
GREP='/bin/grep'
HAVE_BSDMODULE_DRIVER='0'
HAVE_LINUXMODULE_DRIVER='1'
HAVE_USERLEVEL_DRIVER='1'
HOST_TOOLS='host'
INCLUDE_KSYMS='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_IF_CHANGED='$(INSTALL) -C'
INSTALL_INFO='/usr/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_TARGETS=' install-userlevel install-linuxmodule install-tools'
KERNEL_CC='gcc'
KERNEL_CFLAGS=' -O2 -Wno-undef'
KERNEL_CXX='g++'
KERNEL_CXXFLAGS=' -O2 -fno-exceptions -fno-rtti -fpermissive -Wno-undef -Wno-pointer-arith'
LD='ld'
LDFLAGS=''
LDMODULEFLAGS='-shared'
LIBOBJS=''
LIBS=''
LINUXMODULE_2_6='1'
LINUXMODULE_FIXINCLUDES='1'
LINUX_FIXINCLUDES_PROGRAM='| sed -e s,/root/linux-2.6.34.12/include,/root/click/include/click-linuxmodule/include1, -e s,/root/linux-2.6.34.12/arch/x86/include,/root/click/include/click-linuxmodule/include0, -e s,\ -I,\ -isystem\ ,g'
LTLIBOBJS=''
MAKEINFO='$(conf_auxdir)/missing makeinfo'
MD5SUM='md5sum'
NETMAP_INCLUDES=''
NM='nm'
OBJCOPY='objcopy'
OBJEXT='o'
OTHER_TARGETS=' tools'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='click'
PACKAGE_STRING='click 2.0.1'
PACKAGE_TARNAME='click'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
PCAP_INCLUDES=''
PCAP_LIBS=''
PERL='perl'
POD2MAN='pod2man'
POSIX_CLOCK_LIBS='-lrt '
POSSIBLE_DRIVERS=' bsdmodule linuxmodule ns userlevel'
PROPER_INCLUDES=''
PROPER_LIBS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SHELL='/bin/sh'
SOCKET_LIBS=''
SOSUFFIX='so'
STRIP='strip'
SUBMAKE=''
TEXI2DVI='$(conf_auxdir)/missing texi2dvi'
TOOLDIRS=' click-align click-check click-combine click-devirtualize click-fastclassifier click-flatten click-mkmindriver click-pretty click-undead click-xform click2xml click-install'
TOOL_CLEAN_TARGETS=' clean-click-align clean-click-check clean-click-combine clean-click-devirtualize clean-click-fastclassifier clean-click-flatten clean-click-mkmindriver clean-click-pretty clean-click-undead clean-click-xform clean-click2xml clean-click-install'
TOOL_INSTALL_TARGETS=' install-click-align install-click-check install-click-combine install-click-devirtualize install-click-fastclassifier install-click-flatten install-click-mkmindriver install-click-pretty install-click-undead install-click-xform install-click2xml install-click-install'
TOOL_TARGETS=' click-align click-check click-combine click-devirtualize click-fastclassifier click-flatten click-mkmindriver click-pretty click-undead click-xform click2xml click-install'
XML2CLICK=''
ac_configure_args=' '\''--with-linux=/root/linux-2.6.34.12'\'' '\''--prefix=/usr'\'' '\''--enable-all-elements'\'''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='/usr/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
clickbuild_bindir='${clickbuild_prefix}/bin'
clickbuild_clickdatadir='${clickbuild_prefix}/share/click'
clickbuild_datadir='${clickbuild_prefix}/share'
clickbuild_includedir='${clickbuild_prefix}/include'
clickbuild_libdir='${clickbuild_prefix}/lib'
clickbuild_sbindir='${clickbuild_prefix}/sbin'
clickdatadir='/usr/share/click'
conf_auxdir='$(top_srcdir)'
datadir='/usr/share'
datarootdir='/usr/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
element_groups=' analysis app aqm ethernet etherswitch grid icmp ip ip6 ipsec json local radio simple standard tcpudp test threads wifi'
exec_prefix='${prefix}'
freebsd_includedir='/usr/include'
freebsd_srcdir='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='/usr/include'
infodir='${datarootdir}/info'
libdir='/usr/lib'
libexecdir='${exec_prefix}/libexec'
linux_builddir='/root/linux-2.6.34.12'
linux_makeargs=''
linux_srcdir='/root/linux-2.6.34.12/'
localedir='${datarootdir}/locale'
localperl5=''
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perl5='perl'
prefix='/usr'
program_transform_name='s,x,x,'
provisions='x86_64 analysis int64 ip6 linux linux_2_6 wifi'
psdir='${docdir}'
sbindir='/usr/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "click"
#define PACKAGE_TARNAME "click"
#define PACKAGE_VERSION "2.0.1"
#define PACKAGE_STRING "click 2.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define CLICK_VERSION "2.0.1"
#define CLICK_VERSION_CODE CLICK_MAKE_VERSION_CODE(2,0,1)
#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_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_NEW_HDR 1
#define HAVE_CXX_PRAGMA_INTERFACE 1
#define HAVE_ALLOW_SELECT 1
#define HAVE_ALLOW_POLL 1
#define HAVE_ALLOW_KQUEUE 1
#define HAVE_CLICKFS 1
#define BSD_NETISRSCHED 1
#define LINUX_SRCDIR "/root/linux-2.6.34.12/"
#define HAVE_IP6 1
#define HAVE_IPSEC 1
#define FREEBSD_INCLUDEDIR "/usr/include"
#define HAVE_STRERROR 1
#define HAVE_RANDOM 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_STRTOF 1
#define HAVE_STRTOLD 1
#define HAVE_STRTOUL 1
#define HAVE_TCGETPGRP 1
#define HAVE_VSNPRINTF 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_SIZE_T 8
#define SIZEOF_VOID_P 8
#define HAVE_INTTYPES_H 1
#define HAVE_INDIFFERENT_ALIGNMENT 1
#define SIZEOF_LONG_LONG 8
#define HAVE_LONG_LONG 1
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_INT64_TYPES 1
#define HAVE_INT64_IS_LONG_USERLEVEL 1
#define HAVE_ENDIAN_H 1
#define CLICK_BYTE_ORDER 1234
#define HAVE_BYTESWAP_H 1
#define HAVE_ARITHMETIC_RIGHT_SHIFT 1
#define HAVE___BUILTIN_CLZ 1
#define HAVE___BUILTIN_CLZL 1
#define HAVE___BUILTIN_CLZLL 1
#define HAVE___BUILTIN_FFS 1
#define HAVE___BUILTIN_FFSL 1
#define HAVE___BUILTIN_FFSLL 1
#define HAVE___SYNC_SYNCHRONIZE 1
#define HAVE___HAS_TRIVIAL_COPY 1
#define HAVE___THREAD_STORAGE_CLASS 1
#define HAVE_STRINGS_H 1
#define HAVE_FFS 1
#define HAVE_FFSL 1
#define HAVE_FFSLL 1
#define HAVE_TIME_H 1
#define SIZEOF_STRUCT_TIMEVAL 16
#define HAVE_STRUCT_TIMESPEC 1
#define SIZEOF_STRUCT_TIMESPEC 16
#define HAVE_DECL_CLOCK_GETTIME 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_NANOTIMESTAMP_ENABLED 1
#define HAVE_TERMIO_H 1
#define HAVE_NETDB_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_POLL_H 1
#define HAVE_PSELECT 1
#define HAVE_SIGACTION 1
#define HAVE_DLFCN_H 1
#define HAVE_DYNAMIC_LINKING 1
#define HAVE_ACCEPT_SOCKLEN_T 1
#define HAVE_LARGE_FILE_SUPPORT 1
#define SIZEOF_OFF_T 8
#define HAVE_SYS_MMAN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MADVISE 1
#define HAVE_DECL_MADVISE 1
#define HAVE_LINUXMODULE_2_6 1
#define HAVE_LINUX_STRLEN_EXPOSED 1
#define HAVE_LINUX_INET_IOCTL 1
#define HAVE_LINUX_INET_CTL_SOCK_CREATE 1
#define HAVE_LINUX_KTIME_H 1
#define CLICK_STATS 0
#define HAVE_STRIDE_SCHED 1
#define HAVE_IFADDRS_H 1
#define HAVE_LINUX_IF_TUN_H 1
#define HAVE_NETPACKET_PACKET_H 1
#define HAVE_USERLEVEL_DRIVER 1
#define HAVE_INT64_IS_LONG_LONG_LINUXMODULE 1
#define HAVE_UINTPTR_T_LINUXMODULE 1
#define HAVE_LINUX_SKBUFF_FCLONE 1
#define HAVE_LINUX_SKB_SHINFO_GSO_SIZE 1
#define HAVE_LINUX_SKB_SHINFO_IP6_FRAG_ID 1
#define HAVE_SKB_DST_DROP 1
#define HAVE_CLICK_SKB_RECYCLE 1
#define HAVE_SKB_LINEARIZE 1
#define HAVE_NET_ENABLE_TIMESTAMP 1
#define HAVE_NETIF_TX_LOCK 1
#define HAVE_NETDEV_GET_TX_QUEUE 1
#define HAVE_NETIF_TX_QUEUE_FROZEN 1
#define HAVE_NETDEV_USES_DSA_TAGS 1
#define HAVE_NETDEV_USES_TRAILER_TAGS 1
#define HAVE_LINUX_GETBOOTTIME 1
#define HAVE_LINUXMODULE_DRIVER 1
#define CLICK_BINDIR "/usr/bin"
#define CLICK_LIBDIR "/usr/lib"
#define CLICK_DATADIR "/usr/share/click"
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by click config.status 2.0.1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = Makefile
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on click-node-03
config.status:1050: creating Makefile
config.status:1239: executing default-1 commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment