This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by igmpproxy configure 0.1, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --prefix=/usr/local/igmpproxy-0.1 ## --------- ## ## Platform. ## ## --------- ## hostname = gw-akb uname -m = x86_64 uname -r = 3.16.0-4-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.16.7-ckt20-1+deb8u1 (2015-12-14) /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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1839: checking for a BSD-compatible install configure:1907: result: /usr/bin/install -c configure:1918: checking whether build environment is sane configure:1978: result: yes configure:2119: checking for a thread-safe mkdir -p configure:2158: result: /bin/mkdir -p configure:2171: checking for gawk configure:2187: found /usr/bin/gawk configure:2198: result: gawk configure:2209: checking whether make sets $(MAKE) configure:2231: result: yes configure:2328: checking for style of include used by make configure:2356: result: GNU configure:2426: checking for gcc configure:2442: found /usr/bin/gcc configure:2453: result: gcc configure:2685: checking for C compiler version configure:2693: gcc --version >&5 gcc (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:2697: $? = 0 configure:2704: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --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.9.2 (Debian 4.9.2-10) configure:2708: $? = 0 configure:2715: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2719: $? = 4 configure:2742: checking for C compiler default output file name configure:2764: gcc conftest.c >&5 configure:2768: $? = 0 configure:2806: result: a.out configure:2825: checking whether the C compiler works configure:2835: ./a.out configure:2839: $? = 0 configure:2858: result: yes configure:2865: checking whether we are cross compiling configure:2867: result: no configure:2870: checking for suffix of executables configure:2877: gcc -o conftest conftest.c >&5 configure:2881: $? = 0 configure:2907: result: configure:2913: checking for suffix of object files configure:2939: gcc -c conftest.c >&5 configure:2943: $? = 0 configure:2968: result: o configure:2972: checking whether we are using the GNU C compiler configure:3001: gcc -c conftest.c >&5 configure:3008: $? = 0 configure:3025: result: yes configure:3034: checking whether gcc accepts -g configure:3064: gcc -c -g conftest.c >&5 configure:3071: $? = 0 configure:3172: result: yes configure:3189: checking for gcc option to accept ISO C89 configure:3263: gcc -c -g -O2 conftest.c >&5 configure:3270: $? = 0 configure:3293: result: none needed configure:3313: checking dependency style of gcc configure:3423: result: gcc3 configure:3438: checking for gcc option to accept ISO C99 configure:3597: gcc -c -g -O2 conftest.c >&5 conftest.c:60:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:114:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:114:18: error: 'newvar' undeclared (first use in this function) conftest.c:114:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:124:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:124:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code configure:3604: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "igmpproxy" | #define PACKAGE_TARNAME "igmpproxy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "igmpproxy 0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "igmpproxy" | #define VERSION "0.1" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:3597: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:3604: $? = 0 configure:3634: result: -std=gnu99 configure:3647: checking build system type configure:3665: result: x86_64-unknown-linux-gnu configure:3687: checking host system type configure:3702: result: x86_64-unknown-linux-gnu configure:3738: checking for struct sockaddr.sa_len configure:3770: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:19:12: error: 'struct sockaddr' has no member named 'sa_len' if (ac_aggr.sa_len) ^ configure:3777: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "igmpproxy" | #define PACKAGE_TARNAME "igmpproxy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "igmpproxy 0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "igmpproxy" | #define VERSION "0.1" | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:3814: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:19:19: error: 'struct sockaddr' has no member named 'sa_len' if (sizeof ac_aggr.sa_len) ^ configure:3821: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "igmpproxy" | #define PACKAGE_TARNAME "igmpproxy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "igmpproxy 0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "igmpproxy" | #define VERSION "0.1" | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:3839: result: no configure:3850: checking for struct sockaddr_in.sin_len configure:3882: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:19:12: error: 'struct sockaddr_in' has no member named 'sin_len' if (ac_aggr.sin_len) ^ configure:3889: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "igmpproxy" | #define PACKAGE_TARNAME "igmpproxy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "igmpproxy 0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "igmpproxy" | #define VERSION "0.1" | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr_in ac_aggr; | if (ac_aggr.sin_len) | return 0; | ; | return 0; | } configure:3926: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:19:19: error: 'struct sockaddr_in' has no member named 'sin_len' if (sizeof ac_aggr.sin_len) ^ configure:3933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "igmpproxy" | #define PACKAGE_TARNAME "igmpproxy" | #define PACKAGE_VERSION "0.1" | #define PACKAGE_STRING "igmpproxy 0.1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "igmpproxy" | #define VERSION "0.1" | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr_in ac_aggr; | if (sizeof ac_aggr.sin_len) | return 0; | ; | return 0; | } configure:3951: result: no configure:4089: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by igmpproxy config.status 0.1, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on gw-akb config.status:776: creating Makefile config.status:776: creating doc/Makefile config.status:776: creating src/Makefile config.status:776: creating doc/igmpproxy.8 config.status:776: creating doc/igmpproxy.conf.5 config.status:776: creating config.h config.status:1062: linking src/os-linux.h to src/os.h config.status:1085: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_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_host=x86_64-unknown-linux-gnu ac_cv_member_struct_sockaddr_in_sin_len=no ac_cv_member_struct_sockaddr_sa_len=no ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run tar' AUTOCONF='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run automake-1.11' AWK='gawk' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='igmpproxy' PACKAGE_BUGREPORT='' PACKAGE_NAME='igmpproxy' PACKAGE_STRING='igmpproxy 0.1' PACKAGE_TARNAME='igmpproxy' PACKAGE_VERSION='0.1' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.1' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/local/src/igmpproxy/igmpproxy-0.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local/igmpproxy-0.1' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "igmpproxy" #define PACKAGE_TARNAME "igmpproxy" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "igmpproxy 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE "igmpproxy" #define VERSION "0.1" configure: exit 0