This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by SMCRoute configure 2.5.7, which was generated by GNU Autoconf 2.72. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --runstatedir=/var/run ## --------- ## ## Platform. ## ## --------- ## hostname = apuctrl uname -m = x86_64 uname -r = 6.6.9-amd64 uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Kali 6.6.9-1kali1 (2024-01-08) /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /root/.vscode-server/cli/servers/Stable-f220831ea2d946c0dcb0f3eaa480eb435a2c1260/server/bin/remote-cli/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /snap/bin/ PATH: /root/.dotnet/tools/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2595: looking for aux files: config.guess config.sub compile missing install-sh configure:2608: trying ./aux/ configure:2637: ./aux/config.guess found configure:2637: ./aux/config.sub found configure:2637: ./aux/compile found configure:2637: ./aux/missing found configure:2619: ./aux/install-sh found configure:2768: checking for a BSD-compatible install configure:2842: result: /usr/bin/install -c configure:2853: checking whether sleep supports fractional seconds configure:2869: result: yes configure:2872: checking filesystem timestamp resolution configure:3007: result: 0.01 configure:3012: checking whether build environment is sane configure:3053: result: yes configure:3224: checking for a race-free mkdir -p configure:3267: result: /usr/bin/mkdir -p configure:3274: checking for gawk configure:3295: found /usr/bin/gawk configure:3307: result: gawk configure:3318: checking whether make sets $(MAKE) configure:3342: result: yes configure:3368: checking whether make supports nested variables configure:3387: result: yes configure:3401: checking xargs -n works configure:3417: result: yes configure:3607: checking for gcc configure:3628: found /usr/bin/gcc configure:3640: result: gcc configure:3999: checking for C compiler version configure:4008: gcc --version >&5 gcc (Debian 14.3.0-5) 14.3.0 Copyright (C) 2024 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:4019: $? = 0 configure:4008: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/14/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 14.3.0-5' --with-bugurl=file:///usr/share/doc/gcc-14/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2,rust --prefix=/usr --with-gcc-major-version-only --program-suffix=-14 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-14-14.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=3 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.3.0 (Debian 14.3.0-5) ... rest of stderr output deleted ... configure:4019: $? = 0 configure:4008: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:4019: $? = 1 configure:4008: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4019: $? = 1 configure:4008: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:4019: $? = 1 configure:4039: checking whether the C compiler works configure:4061: gcc conftest.c >&5 configure:4065: $? = 0 configure:4116: result: yes configure:4120: checking for C compiler default output file name configure:4122: result: a.out configure:4128: checking for suffix of executables configure:4135: gcc -o conftest conftest.c >&5 configure:4139: $? = 0 configure:4163: result: configure:4187: checking whether we are cross compiling configure:4195: gcc -o conftest conftest.c >&5 configure:4199: $? = 0 configure:4206: ./conftest configure:4210: $? = 0 configure:4225: result: no configure:4231: checking for suffix of object files configure:4254: gcc -c conftest.c >&5 configure:4258: $? = 0 configure:4282: result: o configure:4286: checking whether the compiler supports GNU C configure:4306: gcc -c conftest.c >&5 configure:4306: $? = 0 configure:4318: result: yes configure:4329: checking whether gcc accepts -g configure:4350: gcc -c -g conftest.c >&5 configure:4350: $? = 0 configure:4397: result: yes configure:4417: checking for gcc option to enable C11 features configure:4432: gcc -c -g -O2 conftest.c >&5 configure:4432: $? = 0 configure:4451: result: none needed configure:4575: checking whether gcc understands -c and -o together configure:4598: gcc -c conftest.c -o conftest2.o configure:4601: $? = 0 configure:4598: gcc -c conftest.c -o conftest2.o configure:4601: $? = 0 configure:4614: result: yes configure:4634: checking whether make supports the include directive configure:4649: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4652: $? = 0 configure:4671: result: yes (GNU style) configure:4697: checking dependency style of gcc configure:4810: result: gcc3 configure:4825: checking whether ln -s works configure:4829: result: yes configure:4844: checking for stdio.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for stdlib.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for string.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for inttypes.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for stdint.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for strings.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for sys/stat.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for sys/types.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for unistd.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for wchar.h configure:4844: gcc -c -g -O2 conftest.c >&5 configure:4844: $? = 0 configure:4844: result: yes configure:4844: checking for minix/config.h configure:4844: gcc -c -g -O2 conftest.c >&5 conftest.c:49:10: fatal error: minix/config.h: No such file or directory 49 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:4844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4844: result: no configure:4844: checking for vfork.h configure:4844: gcc -c -g -O2 conftest.c >&5 conftest.c:49:10: fatal error: vfork.h: No such file or directory 49 | #include | ^~~~~~~~~ compilation terminated. configure:4844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4844: result: no configure:4875: checking whether it is safe to define __EXTENSIONS__ configure:4894: gcc -c -g -O2 conftest.c >&5 configure:4894: $? = 0 configure:4904: result: yes configure:4907: checking whether _XOPEN_SOURCE should be defined configure:4929: gcc -c -g -O2 conftest.c >&5 configure:4929: $? = 0 configure:4958: result: no configure:5019: checking for an ANSI C-conforming const configure:5086: gcc -c -g -O2 conftest.c >&5 configure:5086: $? = 0 configure:5096: result: yes configure:5104: checking for inline configure:5121: gcc -c -g -O2 conftest.c >&5 configure:5121: $? = 0 configure:5131: result: inline configure:5149: checking for mode_t configure:5149: gcc -c -g -O2 conftest.c >&5 configure:5149: $? = 0 configure:5149: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:21: error: expected expression before ')' token 70 | if (sizeof ((mode_t))) | ^ configure:5149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:5149: result: yes configure:5160: checking for size_t configure:5160: gcc -c -g -O2 conftest.c >&5 configure:5160: $? = 0 configure:5160: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:21: error: expected expression before ')' token 70 | if (sizeof ((size_t))) | ^ configure:5160: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5160: result: yes configure:5171: checking for ssize_t configure:5171: gcc -c -g -O2 conftest.c >&5 configure:5171: $? = 0 configure:5171: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:22: error: expected expression before ')' token 70 | if (sizeof ((ssize_t))) | ^ configure:5171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:5171: result: yes configure:5182: checking for uid_t configure:5182: gcc -c -g -O2 conftest.c >&5 configure:5182: $? = 0 configure:5182: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:20: error: expected expression before ')' token 70 | if (sizeof ((uid_t))) | ^ configure:5182: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((uid_t))) | return 0; | ; | return 0; | } configure:5182: result: yes configure:5193: checking for gid_t configure:5193: gcc -c -g -O2 conftest.c >&5 configure:5193: $? = 0 configure:5193: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:20: error: expected expression before ')' token 70 | if (sizeof ((gid_t))) | ^ configure:5193: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((gid_t))) | return 0; | ; | return 0; | } configure:5193: result: yes configure:5204: checking for uint8_t configure:5204: gcc -c -g -O2 conftest.c >&5 configure:5204: $? = 0 configure:5204: result: yes configure:5216: checking for uint16_t configure:5216: gcc -c -g -O2 conftest.c >&5 configure:5216: $? = 0 configure:5216: result: yes configure:5226: checking for uint32_t configure:5226: gcc -c -g -O2 conftest.c >&5 configure:5226: $? = 0 configure:5226: result: yes configure:5241: checking for pid_t configure:5241: gcc -c -g -O2 conftest.c >&5 configure:5241: $? = 0 configure:5241: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:71:20: error: expected expression before ')' token 71 | if (sizeof ((pid_t))) | ^ configure:5241: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | int | main (void) | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:5241: result: yes configure:5284: checking for fork configure:5284: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:55:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch] 55 | char fork (void); | ^~~~ configure:5284: $? = 0 configure:5284: result: yes configure:5284: checking for vfork configure:5284: gcc -o conftest -g -O2 conftest.c >&5 configure:5284: $? = 0 configure:5284: result: yes configure:5297: checking for working fork configure:5321: gcc -o conftest -g -O2 conftest.c >&5 configure:5321: $? = 0 configure:5321: ./conftest configure:5321: $? = 0 configure:5335: result: yes configure:5356: checking for working vfork configure:5488: result: yes configure:5519: checking build system type configure:5535: result: x86_64-pc-linux-gnu configure:5555: checking host system type configure:5570: result: x86_64-pc-linux-gnu configure:5590: checking for working chown configure:5630: gcc -o conftest -g -O2 conftest.c >&5 configure:5630: $? = 0 configure:5630: ./conftest configure:5630: $? = 0 configure:5646: result: yes configure:5654: checking for GNU libc compatible malloc configure:5686: gcc -o conftest -g -O2 conftest.c >&5 configure:5686: $? = 0 configure:5686: ./conftest configure:5686: $? = 0 configure:5700: result: yes configure:5723: checking for atexit configure:5723: gcc -o conftest -g -O2 conftest.c >&5 configure:5723: $? = 0 configure:5723: result: yes configure:5729: checking for clock_gettime configure:5729: gcc -o conftest -g -O2 conftest.c >&5 configure:5729: $? = 0 configure:5729: result: yes configure:5735: checking for dup2 configure:5735: gcc -o conftest -g -O2 conftest.c >&5 configure:5735: $? = 0 configure:5735: result: yes configure:5741: checking for memset configure:5741: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:64:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long unsigned int)' [-Wbuiltin-declaration-mismatch] 64 | char memset (void); | ^~~~~~ conftest.c:56:1: note: 'memset' is declared in header '' 55 | #include 56 | #undef memset configure:5741: $? = 0 configure:5741: result: yes configure:5747: checking for select configure:5747: gcc -o conftest -g -O2 conftest.c >&5 configure:5747: $? = 0 configure:5747: result: yes configure:5753: checking for setenv configure:5753: gcc -o conftest -g -O2 conftest.c >&5 configure:5753: $? = 0 configure:5753: result: yes configure:5759: checking for socket configure:5759: gcc -o conftest -g -O2 conftest.c >&5 configure:5759: $? = 0 configure:5759: result: yes configure:5765: checking for strchr configure:5765: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:68:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] 68 | char strchr (void); | ^~~~~~ conftest.c:60:1: note: 'strchr' is declared in header '' 59 | #include 60 | #undef strchr configure:5765: $? = 0 configure:5765: result: yes configure:5771: checking for strdup configure:5771: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:69:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch] 69 | char strdup (void); | ^~~~~~ configure:5771: $? = 0 configure:5771: result: yes configure:5777: checking for strerror configure:5777: gcc -o conftest -g -O2 conftest.c >&5 configure:5777: $? = 0 configure:5777: result: yes configure:5783: checking for strncasecmp configure:5783: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:71:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch] 71 | char strncasecmp (void); | ^~~~~~~~~~~ configure:5783: $? = 0 configure:5783: result: yes configure:5789: checking for strrchr configure:5789: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:72:6: warning: conflicting types for built-in function 'strrchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch] 72 | char strrchr (void); | ^~~~~~~ conftest.c:64:1: note: 'strrchr' is declared in header '' 63 | #include 64 | #undef strrchr configure:5789: $? = 0 configure:5789: result: yes configure:5795: checking for asprintf configure:5795: gcc -o conftest -g -O2 conftest.c >&5 configure:5795: $? = 0 configure:5795: result: yes configure:5804: checking for strlcpy configure:5804: gcc -o conftest -g -O2 conftest.c >&5 configure:5804: $? = 0 configure:5804: result: yes configure:5818: checking for strlcat configure:5818: gcc -o conftest -g -O2 conftest.c >&5 configure:5818: $? = 0 configure:5818: result: yes configure:5832: checking for tempfile configure:5832: gcc -o conftest -g -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccCLBYgK.o: in function `main': /home/apu/testbed_files/apu-tb-opt/smcroute/conftest.c:87:(.text.startup+0x5): undefined reference to `tempfile' collect2: error: ld returned 1 exit status configure:5832: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | /* end confdefs.h. */ | /* Define tempfile to an innocuous variant, in case declares tempfile. | For example, HP-UX 11i declares gettimeofday. */ | #define tempfile innocuous_tempfile | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char tempfile (void); below. */ | | #include | #undef tempfile | | /* 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 tempfile (void); | /* 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_tempfile || defined __stub___tempfile | choke me | #endif | | int | main (void) | { | return tempfile (); | ; | return 0; | } configure:5832: result: no configure:5846: checking for utimensat configure:5846: gcc -o conftest -g -O2 conftest.c >&5 configure:5846: $? = 0 configure:5846: result: yes configure:5866: checking for sun_len member in struct sockaddr_un configure:5885: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:30: error: 'struct sockaddr_un' has no member named 'sun_len' 70 | dummy.sun_len = 0; | ^ configure:5885: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | /* end confdefs.h. */ | | | #include | | int | main (void) | { | | struct sockaddr_un dummy; | dummy.sun_len = 0; | | ; | return 0; | } configure:5895: result: no configure:5902: checking for sin_len member in struct sockaddr_in configure:5921: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70:30: error: 'struct sockaddr_in' has no member named 'sin_len' 70 | dummy.sin_len = 0; | ^ configure:5921: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | /* end confdefs.h. */ | | | #include | | int | main (void) | { | | struct sockaddr_in dummy; | dummy.sin_len = 0; | | ; | return 0; | } configure:5931: result: no configure:5982: checking for arpa/inet.h configure:5982: gcc -c -g -O2 conftest.c >&5 configure:5982: $? = 0 configure:5982: result: yes configure:5999: checking for fcntl.h configure:5999: gcc -c -g -O2 conftest.c >&5 configure:5999: $? = 0 configure:5999: result: yes configure:6016: checking for glob.h configure:6016: gcc -c -g -O2 conftest.c >&5 configure:6016: $? = 0 configure:6016: result: yes configure:6033: checking for ifaddrs.h configure:6033: gcc -c -g -O2 conftest.c >&5 configure:6033: $? = 0 configure:6033: result: yes configure:6050: checking for limits.h configure:6050: gcc -c -g -O2 conftest.c >&5 configure:6050: $? = 0 configure:6050: result: yes configure:6067: checking for linux/sockios.h configure:6067: gcc -c -g -O2 conftest.c >&5 configure:6067: $? = 0 configure:6067: result: yes configure:6084: checking for net/if.h configure:6084: gcc -c -g -O2 conftest.c >&5 configure:6084: $? = 0 configure:6084: result: yes configure:6101: checking for netinet/in.h configure:6101: gcc -c -g -O2 conftest.c >&5 configure:6101: $? = 0 configure:6101: result: yes configure:6118: checking for netinet/in_var.h configure:6118: gcc -c -g -O2 conftest.c >&5 conftest.c:81:10: fatal error: netinet/in_var.h: No such file or directory 81 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:6118: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_SOCKET_H | # include | #endif | #ifdef HAVE_NET_IF_H | # include | #endif | #ifdef HAVE_NETINET_IN_H | # include | #endif | | | #include configure:6118: result: no configure:6135: checking for net/route.h configure:6135: gcc -c -g -O2 conftest.c >&5 configure:6135: $? = 0 configure:6135: result: yes configure:6152: checking for paths.h configure:6152: gcc -c -g -O2 conftest.c >&5 configure:6152: $? = 0 configure:6152: result: yes configure:6169: checking for stddef.h configure:6169: gcc -c -g -O2 conftest.c >&5 configure:6169: $? = 0 configure:6169: result: yes configure:6186: checking for sys/capability.h configure:6186: gcc -c -g -O2 conftest.c >&5 configure:6186: $? = 0 configure:6186: result: yes configure:6203: checking for sys/ioctl.h configure:6203: gcc -c -g -O2 conftest.c >&5 configure:6203: $? = 0 configure:6203: result: yes configure:6220: checking for sys/param.h configure:6220: gcc -c -g -O2 conftest.c >&5 configure:6220: $? = 0 configure:6220: result: yes configure:6237: checking for sys/prctl.h configure:6237: gcc -c -g -O2 conftest.c >&5 configure:6237: $? = 0 configure:6237: result: yes configure:6254: checking for sys/socket.h configure:6254: gcc -c -g -O2 conftest.c >&5 configure:6254: $? = 0 configure:6254: result: yes configure:6271: checking for sys/stat.h configure:6271: result: yes configure:6288: checking for sys/time.h configure:6288: gcc -c -g -O2 conftest.c >&5 configure:6288: $? = 0 configure:6288: result: yes configure:6305: checking for sys/types.h configure:6305: result: yes configure:6322: checking for syslog.h configure:6322: gcc -c -g -O2 conftest.c >&5 configure:6322: $? = 0 configure:6322: result: yes configure:6339: checking for termios.h configure:6339: gcc -c -g -O2 conftest.c >&5 configure:6339: $? = 0 configure:6339: result: yes configure:6356: checking for unistd.h configure:6356: result: yes configure:6455: checking for pkg-config configure:6478: found /usr/bin/pkg-config configure:6491: result: /usr/bin/pkg-config configure:6516: checking pkg-config is at least version 0.9.0 configure:6519: result: yes configure:6562: checking for libsystemd configure:6569: $PKG_CONFIG --exists --print-errors "libsystemd" configure:6572: $? = 0 configure:6586: $PKG_CONFIG --exists --print-errors "libsystemd" configure:6589: $? = 0 configure:6627: result: yes configure:6671: checking for library containing clock_gettime configure:6707: gcc -o conftest -g -O2 conftest.c >&5 configure:6707: $? = 0 configure:6729: result: none required configure:6739: checking for library containing timer_create configure:6775: gcc -o conftest -g -O2 conftest.c >&5 configure:6775: $? = 0 configure:6797: result: none required configure:6878: checking for library containing timer_settime configure:6914: gcc -o conftest -g -O2 conftest.c >&5 configure:6914: $? = 0 configure:6936: result: none required configure:7018: checking for library containing cap_set_flag configure:7054: gcc -o conftest -g -O2 conftest.c >&5 /usr/bin/ld: /tmp/ccHBXfXh.o: in function `main': /home/apu/testbed_files/apu-tb-opt/smcroute/conftest.c:98:(.text.startup+0x5): undefined reference to `cap_set_flag' collect2: error: ld returned 1 exit status configure:7054: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBSYSTEMD 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. | The 'extern "C"' is for builds by C++ compilers; | although this is not generally supported in C code supporting it here | has little cost and some practical benefit (sr 110532). */ | #ifdef __cplusplus | extern "C" | #endif | char cap_set_flag (void); | int | main (void) | { | return cap_set_flag (); | ; | return 0; | } configure:7054: gcc -o conftest -g -O2 conftest.c -lcap >&5 configure:7054: $? = 0 configure:7076: result: -lcap configure:7091: checking for struct group_req.gr_interface configure:7091: gcc -c -g -O2 conftest.c >&5 configure:7091: $? = 0 configure:7091: result: yes configure:7102: checking for struct ip_mreqn.imr_ifindex configure:7102: gcc -c -g -O2 conftest.c >&5 configure:7102: $? = 0 configure:7102: result: yes configure:7115: checking for linux/mroute.h configure:7115: gcc -c -g -O2 conftest.c >&5 configure:7115: $? = 0 configure:7115: result: yes configure:7131: checking for linux/filter.h configure:7131: gcc -c -g -O2 conftest.c >&5 configure:7131: $? = 0 configure:7131: result: yes configure:7149: checking for netinet/ip_mroute.h configure:7149: gcc -c -g -O2 conftest.c >&5 conftest.c:103:10: fatal error: netinet/ip_mroute.h: No such file or directory 103 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:7149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_STRUCT_GROUP_REQ 1 | #define HAVE_STRUCT_IP_MREQN 1 | #define HAVE_LINUX_MROUTE_H 1 | #define HAVE_LINUX_FILTER_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_SOCKET_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_NETINET_IN_H | # include | #endif | #ifdef HAVE_NET_ROUTE_H | # include | #endif | | | #include configure:7149: result: no configure:7178: checking for linux/mroute6.h configure:7178: gcc -c -g -O2 conftest.c >&5 configure:7178: $? = 0 configure:7178: result: yes configure:7194: checking for netinet6/ip6_mroute.h configure:7194: gcc -c -g -O2 conftest.c >&5 conftest.c:98:10: fatal error: netinet6/ip6_mroute.h: No such file or directory 98 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. configure:7194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "SMCRoute" | #define PACKAGE_TARNAME "smcroute" | #define PACKAGE_VERSION "2.5.7" | #define PACKAGE_STRING "SMCRoute 2.5.7" | #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" | #define PACKAGE_URL "https://troglobit.com/smcroute.html" | #define PACKAGE "smcroute" | #define VERSION "2.5.7" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_CHOWN 1 | #define HAVE_MALLOC 1 | #define HAVE_ATEXIT 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_DUP2 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_ASPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_IFADDRS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBSYSTEMD 1 | #define HAVE_STRUCT_GROUP_REQ 1 | #define HAVE_STRUCT_IP_MREQN 1 | #define HAVE_LINUX_MROUTE_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_MROUTE6_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_NETINET_IN_H | # include | #endif | #ifdef HAVE_SYS_PARAM_H | # include | #endif | | | #include configure:7194: result: no configure:7211: checking for IPv6 multicast host support configure:7234: gcc -c -g -O2 conftest.c >&5 configure:7234: $? = 0 configure:7240: result: yes configure:7250: checking for IPv6 multicast routing support configure:7282: gcc -c -g -O2 conftest.c >&5 configure:7282: $? = 0 configure:7288: result: yes configure:7300: checking for vifc_rate_limit member in struct mif6ctl configure:7324: gcc -c -g -O2 conftest.c >&5 configure:7324: $? = 0 configure:7330: result: yes configure:7340: checking for vifc_threshold member in struct mif6ctl configure:7364: gcc -c -g -O2 conftest.c >&5 configure:7364: $? = 0 configure:7370: result: yes configure:7410: checking for SOCK_CLOEXEC support configure:7431: gcc -o conftest -g -O2 conftest.c >&5 configure:7431: $? = 0 configure:7431: ./conftest configure:7431: $? = 0 configure:7445: result: yes configure:7618: checking that generated files are newer than configure configure:7624: result: done configure:7679: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by SMCRoute config.status 2.5.7, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on apuctrl config.status:961: creating Makefile config.status:961: creating man/Makefile config.status:961: creating src/Makefile config.status:961: creating test/Makefile config.status:961: creating smcroute.service config.status:961: creating config.h config.status:1190: executing depfiles commands config.status:1267: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1272: $? = 0 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_libsystemd_CFLAGS_set= ac_cv_env_libsystemd_CFLAGS_value= ac_cv_env_libsystemd_LIBS_set= ac_cv_env_libsystemd_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_asprintf=yes ac_cv_func_atexit=yes ac_cv_func_chown_works=yes ac_cv_func_clock_gettime=yes ac_cv_func_dup2=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_select=yes ac_cv_func_setenv=yes ac_cv_func_socket=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strncasecmp=yes ac_cv_func_strrchr=yes ac_cv_func_tempfile=no ac_cv_func_utimensat=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_glob_h=yes ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_filter_h=yes ac_cv_header_linux_mroute6_h=yes ac_cv_header_linux_mroute_h=yes ac_cv_header_linux_sockios_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=yes ac_cv_header_net_route_h=yes ac_cv_header_netinet6_ip6_mroute_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_in_var_h=no ac_cv_header_netinet_ip_mroute_h=no ac_cv_header_paths_h=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_capability_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_member_struct_group_req_gr_interface=yes ac_cv_member_struct_ip_mreqn_imr_ifindex=yes ac_cv_objext=o ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_cap_set_flag=-lcap ac_cv_search_clock_gettime='none required' ac_cv_search_timer_create='none required' ac_cv_search_timer_settime='none required' ac_cv_should_define__xopen_source=no ac_cv_sock_cloexec=yes ac_cv_type_gid_t=yes ac_cv_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_filesystem_timestamp_resolution=0.01 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_sleep_fractional_seconds=yes am_cv_xargs_n_works=yes pkg_cv_libsystemd_CFLAGS= pkg_cv_libsystemd_LIBS='-lsystemd ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/home/apu/testbed_files/apu-tb-opt/smcroute/aux/missing'\'' aclocal-1.17' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AUTOCONF='${SHELL} '\''/home/apu/testbed_files/apu-tb-opt/smcroute/aux/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/home/apu/testbed_files/apu-tb-opt/smcroute/aux/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/home/apu/testbed_files/apu-tb-opt/smcroute/aux/missing'\'' automake-1.17' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CYGPATH_W='echo' DAEMON_TYPE='notify' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOCDIR='/usr/share/doc/smcroute' ECHO_C='' ECHO_N='-n' ECHO_T='' ENABLE_TEST_FALSE='' ENABLE_TEST_TRUE='#' ETAGS='etags' EXEEXT='' HAVE_LIBSYSTEMD_FALSE='#' HAVE_LIBSYSTEMD_TRUE='' HAVE_SYSTEMD_FALSE='#' HAVE_SYSTEMD_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}tempfile$U.o' LIBS='' LIB_PTHREAD='' LIB_RT='-lrt' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}tempfile$U.lo' MAKEINFO='${SHELL} '\''/home/apu/testbed_files/apu-tb-opt/smcroute/aux/missing'\'' makeinfo' MKDIR_P='/usr/bin/mkdir -p' OBJEXT='o' PACKAGE='smcroute' PACKAGE_BUGREPORT='https://github.com/troglobit/smcroute/issues' PACKAGE_NAME='SMCRoute' PACKAGE_STRING='SMCRoute 2.5.7' PACKAGE_TARNAME='smcroute' PACKAGE_URL='https://troglobit.com/smcroute.html' PACKAGE_VERSION='2.5.7' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' SBINDIR='/usr/sbin' SET_MAKE='' SHELL='/bin/bash' STRIP='' SYSCONFDIR='/etc' USE_LIBCAP_FALSE='#' USE_LIBCAP_TRUE='' USE_MRDISC_FALSE='' USE_MRDISC_TRUE='#' VERSION='2.5.7' 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__nodep='_no' am__quote='' am__rm_f_notfound='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' am__xargs_n='xargs -n' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/apu/testbed_files/apu-tb-opt/smcroute/aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libsystemd_CFLAGS='' libsystemd_LIBS='-lsystemd ' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='/var/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' systemddir='/usr/lib/systemd/system' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "SMCRoute" #define PACKAGE_TARNAME "smcroute" #define PACKAGE_VERSION "2.5.7" #define PACKAGE_STRING "SMCRoute 2.5.7" #define PACKAGE_BUGREPORT "https://github.com/troglobit/smcroute/issues" #define PACKAGE_URL "https://troglobit.com/smcroute.html" #define PACKAGE "smcroute" #define VERSION "2.5.7" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define STDC_HEADERS 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_CHOWN 1 #define HAVE_MALLOC 1 #define HAVE_ATEXIT 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_DUP2 1 #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_ASPRINTF 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCAT 1 #define HAVE_UTIMENSAT 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GLOB_H 1 #define HAVE_IFADDRS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LINUX_SOCKIOS_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NET_ROUTE_H 1 #define HAVE_PATHS_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_CAPABILITY_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBSYSTEMD 1 #define HAVE_STRUCT_GROUP_REQ 1 #define HAVE_STRUCT_IP_MREQN 1 #define HAVE_LINUX_MROUTE_H 1 #define HAVE_LINUX_FILTER_H 1 #define HAVE_LINUX_MROUTE6_H 1 #define HAVE_IPV6_MULTICAST_HOST 1 #define HAVE_IPV6_MULTICAST_ROUTING 1 #define HAVE_MIF6CTL_VIFC_RATE_LIMIT 1 #define HAVE_MIF6CTL_VIFC_THRESHOLD 1 #define ENABLE_LIBCAP /**/ #define HAVE_SOCK_CLOEXEC 1 configure: exit 0