Build of iperf with vanilla toolchain

The build took 00h 00m 36s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
4,080 ansic
3,372 sh
2,210 cpp
2,174 makefile
11,836 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: iperf 2.0.5-9 (Wed Aug 24 12:24:03 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/Client.cpp
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of g++... gcc3
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking for library containing strerror... none required
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... no
# checking whether pthreads work with -Kthread... no
# checking whether pthreads work with -kthread... no
# checking for the pthreads library -llthread... no
# checking whether pthreads work with -pthread... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for cc_r... gcc
# checking for gethostbyname... yes
# checking for socket... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for stdint types... stdint.h (shortcircuit)
# make use of stdint.h in include/iperf-int.h (assuming C99 compatible system)
# checking 3rd argument of accept... socklen_t
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for working memcmp... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for sys/socket.h... (cached) yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking return type of signal handlers... void
# checking for strftime... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for atexit... yes
# checking for gettimeofday... yes
# checking for memset... yes
# checking for pthread_cancel... no
# checking for select... yes
# checking for strchr... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for usleep... yes
# checking for snprintf... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for gettimeofday... (cached) yes
# checking *printf() support for %lld... yes
# checking size of bool... 0
# checking if true is defined... yes
# checking whether byte ordering is bigendian... no
# checking for struct ip_mreq... yes
# checking whether IP_ADD_MEMBERSHIP is declared... yes
# checking for multicast support... yes
# checking for struct sockaddr_storage... yes
# checking for struct sockaddr_in6... yes
# checking whether AF_INET6 is declared... yes
# checking for IPv6 headers and structures... yes
# checking for struct ipv6_mreq... yes
# checking whether IPV6_ADD_MEMBERSHIP is declared... yes
# checking whether IPV6_MULTICAST_HOPS is declared... yes
# checking for IPv6 multicast support... yes
# checking whether make is GNU make... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating compat/Makefile
# config.status: creating doc/Makefile
# config.status: creating include/Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing include/iperf-int.h commands
# config.status: creating include/iperf-int.h : _IPERF_INCLUDE_IPERF_INT_H
# make all-recursive
# make[1]: Entering directory '/tmp/iperf/src/iperf-2.0.5'
# Making all in compat
# make[2]: Entering directory '/tmp/iperf/src/iperf-2.0.5/compat'
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT Thread.o -MD -MP -MF ".deps/Thread.Tpo" -c -o Thread.o Thread.c; \
# then mv -f ".deps/Thread.Tpo" ".deps/Thread.Po"; else rm -f ".deps/Thread.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT error.o -MD -MP -MF ".deps/error.Tpo" -c -o error.o error.c; \
# then mv -f ".deps/error.Tpo" ".deps/error.Po"; else rm -f ".deps/error.Tpo"; exit 1; fi
# if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT delay.o -MD -MP -MF ".deps/delay.Tpo" -c -o delay.o delay.cpp; \
# then mv -f ".deps/delay.Tpo" ".deps/delay.Po"; else rm -f ".deps/delay.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT gettimeofday.o -MD -MP -MF ".deps/gettimeofday.Tpo" -c -o gettimeofday.o gettimeofday.c; \
# then mv -f ".deps/gettimeofday.Tpo" ".deps/gettimeofday.Po"; else rm -f ".deps/gettimeofday.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT inet_ntop.o -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.o inet_ntop.c; \
# then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Po"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT inet_pton.o -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.o inet_pton.c; \
# then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Po"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o signal.c; \
# then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT snprintf.o -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.o snprintf.c; \
# then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o string.c; \
# then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi
# In file included from /usr/include/c++/6.1.1/cmath:42:0,
# from /usr/include/c++/6.1.1/math.h:36,
# from ../include/headers.h:85,
# from ../include/Timestamp.hpp:63,
# from delay.cpp:53:
# /usr/include/c++/6.1.1/bits/cpp_type_traits.h:205:12: error: redefinition of 'struct std::__is_integer'
# struct __is_integer
# ^~~~~~~~~~~~~~~~~
# /usr/include/c++/6.1.1/bits/cpp_type_traits.h:138:12: error: previous definition of 'struct std::__is_integer'
# struct __is_integer
# ^~~~~~~~~~~~~~~~~~
# make[2]: *** [Makefile:273: delay.o] Error 1
# make[2]: Leaving directory '/tmp/iperf/src/iperf-2.0.5/compat'
# make[1]: *** [Makefile:252: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/iperf/src/iperf-2.0.5'
# make: *** [Makefile:190: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/iperf/src/iperf-2.0.5/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 Iperf configure 2.0.5, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-ipv6 --enable-multicast --enable-threads
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 53722c481a7b
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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:2486: checking for a BSD-compatible install
# configure:2554: result: /usr/bin/install -c
# configure:2565: checking whether build environment is sane
# configure:2602: result: yes
# configure:2664: checking for gawk
# configure:2680: found /usr/sbin/gawk
# configure:2691: result: gawk
# configure:2702: checking whether make sets $(MAKE)
# configure:2724: result: yes
# configure:2798: checking for x86_64-unknown-linux-strip
# configure:2828: result: no
# configure:2838: checking for strip
# configure:2854: found /usr/sbin/strip
# configure:2865: result: strip
# configure:2986: checking for x86_64-unknown-linux-g++
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-c++
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-gpp
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-aCC
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-CC
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-cxx
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-cc++
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-cl.exe
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-FCC
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-KCC
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-RCC
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-xlC_r
# configure:3016: result: no
# configure:2986: checking for x86_64-unknown-linux-xlC
# configure:3016: result: no
# configure:3030: checking for g++
# configure:3046: found /usr/sbin/g++
# configure:3057: result: g++
# configure:3084: checking for C++ compiler version
# configure:3093: g++ --version >&5
# g++ (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3104: $? = 0
# configure:3093: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3104: $? = 0
# configure:3093: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:3104: $? = 1
# configure:3093: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:3104: $? = 1
# configure:3124: checking whether the C++ compiler works
# configure:3146: g++ conftest.cpp >&5
# configure:3150: $? = 0
# configure:3199: result: yes
# configure:3202: checking for C++ compiler default output file name
# configure:3204: result: a.out
# configure:3210: checking for suffix of executables
# configure:3217: g++ -o conftest conftest.cpp >&5
# configure:3221: $? = 0
# configure:3243: result:
# configure:3265: checking whether we are cross compiling
# configure:3273: g++ -o conftest conftest.cpp >&5
# configure:3277: $? = 0
# configure:3284: ./conftest
# configure:3288: $? = 0
# configure:3303: result: no
# configure:3308: checking for suffix of object files
# configure:3330: g++ -c conftest.cpp >&5
# configure:3334: $? = 0
# configure:3355: result: o
# configure:3359: checking whether we are using the GNU C++ compiler
# configure:3378: g++ -c conftest.cpp >&5
# configure:3378: $? = 0
# configure:3387: result: yes
# configure:3396: checking whether g++ accepts -g
# configure:3416: g++ -c -g conftest.cpp >&5
# configure:3416: $? = 0
# configure:3457: result: yes
# configure:3491: checking for style of include used by make
# configure:3519: result: GNU
# configure:3547: checking dependency style of g++
# configure:3637: result: gcc3
# configure:3663: checking for x86_64-unknown-linux-gcc
# configure:3693: result: no
# configure:3703: checking for gcc
# configure:3719: found /usr/sbin/gcc
# configure:3730: result: gcc
# configure:3959: checking for C compiler version
# configure:3968: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3979: $? = 0
# configure:3968: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3979: $? = 0
# configure:3968: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3979: $? = 1
# configure:3968: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3979: $? = 1
# configure:3983: checking whether we are using the GNU C compiler
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4011: result: yes
# configure:4020: checking whether gcc accepts -g
# configure:4040: gcc -c -g conftest.c >&5
# configure:4040: $? = 0
# configure:4081: result: yes
# configure:4098: checking for gcc option to accept ISO C89
# configure:4162: gcc -c conftest.c >&5
# configure:4162: $? = 0
# configure:4175: result: none needed
# configure:4197: checking dependency style of gcc
# configure:4287: result: gcc3
# configure:4306: checking for library containing strerror
# configure:4337: gcc -o conftest conftest.c >&5
# configure:4337: $? = 0
# configure:4354: result: none required
# configure:4363: checking whether make sets $(MAKE)
# configure:4385: result: yes
# configure:4397: checking for x86_64-unknown-linux-ranlib
# configure:4427: result: no
# configure:4437: checking for ranlib
# configure:4453: found /usr/sbin/ranlib
# configure:4464: result: ranlib
# configure:4496: checking build system type
# configure:4510: result: x86_64-unknown-linux-gnu
# configure:4530: checking host system type
# configure:4543: result: x86_64-unknown-linux-gnu
# configure:4731: checking for the pthreads library -lpthreads
# configure:4764: gcc -o conftest conftest.c -lpthreads >&5
# /usr/sbin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4676: checking whether pthreads work without any flags
# configure:4764: gcc -o conftest conftest.c >&5
# /tmp/cciIYbBl.o: In function `main':
# conftest.c:(.text+0x18): undefined reference to `pthread_join'
# conftest.c:(.text+0x7e): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0x97): undefined reference to `pthread_create'
# conftest.c:(.text+0xa6): undefined reference to `__pthread_unregister_cancel'
# collect2: error: ld returned 1 exit status
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4681: checking whether pthreads work with -Kthread
# configure:4764: gcc -o conftest -Kthread conftest.c >&5
# gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4681: checking whether pthreads work with -kthread
# configure:4764: gcc -o conftest -kthread conftest.c >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4731: checking for the pthreads library -llthread
# configure:4764: gcc -o conftest conftest.c -llthread >&5
# /usr/sbin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# configure:4764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | pthread_t th; pthread_join(th, 0);
# | pthread_attr_init(0); pthread_cleanup_push(0, 0);
# | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
# | ;
# | return 0;
# | }
# configure:4773: result: no
# configure:4681: checking whether pthreads work with -pthread
# configure:4764: gcc -o conftest -pthread conftest.c >&5
# configure:4764: $? = 0
# configure:4773: result: yes
# configure:4793: checking for joinable pthread attribute
# configure:4806: gcc -o conftest -pthread conftest.c >&5
# configure:4806: $? = 0
# configure:4838: result: PTHREAD_CREATE_JOINABLE
# configure:4845: checking if more special flags are required for pthreads
# configure:4852: result: no
# configure:4864: checking for cc_r
# configure:4892: result: gcc
# configure:4933: checking for gethostbyname
# configure:4933: gcc -o conftest conftest.c >&5
# configure:4933: $? = 0
# configure:4933: result: yes
# configure:4984: checking for socket
# configure:4984: gcc -o conftest conftest.c >&5
# configure:4984: $? = 0
# configure:4984: result: yes
# configure:5041: checking how to run the C preprocessor
# configure:5072: gcc -E conftest.c
# configure:5072: $? = 0
# configure:5086: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5086: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | /* end confdefs.h. */
# | #include
# configure:5111: result: gcc -E
# configure:5131: gcc -E conftest.c
# configure:5131: $? = 0
# configure:5145: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5145: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 1
# | /* end confdefs.h. */
# | #include
# configure:5174: checking for grep that handles long lines and -e
# configure:5232: result: /usr/sbin/grep
# configure:5237: checking for egrep
# configure:5299: result: /usr/sbin/grep -E
# configure:5304: checking for ANSI C header files
# configure:5324: gcc -c conftest.c >&5
# configure:5324: $? = 0
# configure:5397: gcc -o conftest conftest.c >&5
# configure:5397: $? = 0
# configure:5397: ./conftest
# configure:5397: $? = 0
# configure:5408: result: yes
# configure:5421: checking for sys/types.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for sys/stat.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for stdlib.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for string.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for memory.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for strings.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for inttypes.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for stdint.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5421: checking for unistd.h
# configure:5421: gcc -c conftest.c >&5
# configure:5421: $? = 0
# configure:5421: result: yes
# configure:5437: checking arpa/inet.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking arpa/inet.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for arpa/inet.h
# configure:5437: result: yes
# configure:5437: checking libintl.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking libintl.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for libintl.h
# configure:5437: result: yes
# configure:5437: checking netdb.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking netdb.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for netdb.h
# configure:5437: result: yes
# configure:5437: checking netinet/in.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking netinet/in.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for netinet/in.h
# configure:5437: result: yes
# configure:5437: checking for stdlib.h
# configure:5437: result: yes
# configure:5437: checking for string.h
# configure:5437: result: yes
# configure:5437: checking for strings.h
# configure:5437: result: yes
# configure:5437: checking sys/socket.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking sys/socket.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for sys/socket.h
# configure:5437: result: yes
# configure:5437: checking sys/time.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking sys/time.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for sys/time.h
# configure:5437: result: yes
# configure:5437: checking syslog.h usability
# configure:5437: gcc -c conftest.c >&5
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking syslog.h presence
# configure:5437: gcc -E conftest.c
# configure:5437: $? = 0
# configure:5437: result: yes
# configure:5437: checking for syslog.h
# configure:5437: result: yes
# configure:5437: checking for unistd.h
# configure:5437: result: yes
# configure:5450: checking for an ANSI C-conforming const
# configure:5515: gcc -c conftest.c >&5
# configure:5515: $? = 0
# configure:5522: result: yes
# configure:5530: checking for size_t
# configure:5530: gcc -c conftest.c >&5
# configure:5530: $? = 0
# configure:5530: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:71:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5530: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5530: result: yes
# configure:5541: checking for ssize_t
# configure:5541: gcc -c conftest.c >&5
# configure:5541: $? = 0
# configure:5541: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:71:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:5541: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5541: result: yes
# configure:5556: checking whether time.h and sys/time.h may both be included
# configure:5576: gcc -c conftest.c >&5
# configure:5576: $? = 0
# configure:5583: result: yes
# configure:5591: checking whether struct tm is in sys/time.h or time.h
# configure:5611: gcc -c conftest.c >&5
# configure:5611: $? = 0
# configure:5618: result: time.h
# configure:5628: checking for stdint types
# configure:5651: gcc -c conftest.c >&5
# configure:5651: $? = 0
# configure:5676: result: stdint.h (shortcircuit)
# configure:6066: result: make use of stdint.h in include/iperf-int.h (assuming C99 compatible system)
# configure:6075: checking 3rd argument of accept
# configure:6104: g++ -c conftest.cpp >&5
# configure:6104: $? = 0
# configure:6267: result: socklen_t
# configure:6280: checking for pid_t
# configure:6280: gcc -c conftest.c >&5
# configure:6280: $? = 0
# configure:6280: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:6280: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:6280: result: yes
# configure:6293: checking vfork.h usability
# configure:6293: gcc -c conftest.c >&5
# conftest.c:71:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6293: result: no
# configure:6293: checking vfork.h presence
# configure:6293: gcc -E conftest.c
# conftest.c:38:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | /* end confdefs.h. */
# | #include
# configure:6293: result: no
# configure:6293: checking for vfork.h
# configure:6293: result: no
# configure:6306: checking for fork
# configure:6306: gcc -o conftest conftest.c >&5
# conftest.c:61:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:6306: $? = 0
# configure:6306: result: yes
# configure:6306: checking for vfork
# configure:6306: gcc -o conftest conftest.c >&5
# configure:6306: $? = 0
# configure:6306: result: yes
# configure:6317: checking for working fork
# configure:6339: gcc -o conftest conftest.c >&5
# configure:6339: $? = 0
# configure:6339: ./conftest
# configure:6339: $? = 0
# configure:6349: result: yes
# configure:6370: checking for working vfork
# configure:6480: result: yes
# configure:6507: checking for stdlib.h
# configure:6507: result: yes
# configure:6517: checking for GNU libc compatible malloc
# configure:6541: gcc -o conftest conftest.c >&5
# configure:6541: $? = 0
# configure:6541: ./conftest
# configure:6541: $? = 0
# configure:6551: result: yes
# configure:6572: checking for working memcmp
# configure:6615: gcc -o conftest conftest.c >&5
# configure:6615: $? = 0
# configure:6615: ./conftest
# configure:6615: $? = 0
# configure:6625: result: yes
# configure:6637: checking sys/select.h usability
# configure:6637: gcc -c conftest.c >&5
# configure:6637: $? = 0
# configure:6637: result: yes
# configure:6637: checking sys/select.h presence
# configure:6637: gcc -E conftest.c
# configure:6637: $? = 0
# configure:6637: result: yes
# configure:6637: checking for sys/select.h
# configure:6637: result: yes
# configure:6637: checking for sys/socket.h
# configure:6637: result: yes
# configure:6648: checking types of arguments for select
# configure:6676: gcc -c conftest.c >&5
# configure:6676: $? = 0
# configure:6687: result: int,fd_set *,struct timeval *
# configure:6710: checking return type of signal handlers
# configure:6728: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:55:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:6728: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:6735: result: void
# configure:6745: checking for strftime
# configure:6745: gcc -o conftest conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'strftime'
# char strftime ();
# ^~~~~~~~
# configure:6745: $? = 0
# configure:6745: result: yes
# configure:6800: checking for vprintf
# configure:6800: gcc -o conftest conftest.c >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:6800: $? = 0
# configure:6800: result: yes
# configure:6806: checking for _doprnt
# configure:6806: gcc -o conftest conftest.c >&5
# /tmp/ccbPexSY.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:6806: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:6806: result: no
# configure:6820: checking for atexit
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for gettimeofday
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for memset
# configure:6820: gcc -o conftest conftest.c >&5
# conftest.c:77:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for pthread_cancel
# configure:6820: gcc -o conftest conftest.c >&5
# /tmp/cci6n7Mf.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `pthread_cancel'
# collect2: error: ld returned 1 exit status
# configure:6820: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | /* end confdefs.h. */
# | /* Define pthread_cancel to an innocuous variant, in case declares pthread_cancel.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_cancel innocuous_pthread_cancel
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_cancel (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_cancel
# |
# | /* 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 pthread_cancel ();
# | /* 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_pthread_cancel || defined __stub___pthread_cancel
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_cancel ();
# | ;
# | return 0;
# | }
# configure:6820: result: no
# configure:6820: checking for select
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strchr
# configure:6820: gcc -o conftest conftest.c >&5
# conftest.c:79:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strerror
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for strtol
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6820: checking for usleep
# configure:6820: gcc -o conftest conftest.c >&5
# configure:6820: $? = 0
# configure:6820: result: yes
# configure:6833: checking for snprintf
# configure:6833: gcc -o conftest conftest.c >&5
# conftest.c:83:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for inet_pton
# configure:6833: gcc -o conftest conftest.c >&5
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for inet_ntop
# configure:6833: gcc -o conftest conftest.c >&5
# configure:6833: $? = 0
# configure:6833: result: yes
# configure:6833: checking for gettimeofday
# configure:6833: result: yes
# configure:6856: checking *printf() support for %lld
# configure:6873: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:25: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# return (strcmp(buf, "21726587590"));
# ^~~~~~
# configure:6873: $? = 0
# configure:6873: ./conftest
# configure:6873: $? = 0
# configure:6875: result: yes
# configure:6939: checking size of bool
# configure:6944: gcc -o conftest conftest.c >&5
# conftest.c: In function 'longval':
# conftest.c:98:57: error: 'bool' undeclared (first use in this function)
# static long int longval () { return (long int) (sizeof (bool)); }
# ^~~~
# conftest.c:98:57: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c: In function 'ulongval':
# conftest.c:99:67: error: 'bool' undeclared (first use in this function)
# static unsigned long int ulongval () { return (long int) (sizeof (bool)); }
# ^~~~
# conftest.c: In function 'main':
# conftest.c:109:28: error: 'bool' undeclared (first use in this function)
# if (((long int) (sizeof (bool))) < 0)
# ^~~~
# configure:6944: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | static long int longval () { return (long int) (sizeof (bool)); }
# | static unsigned long int ulongval () { return (long int) (sizeof (bool)); }
# | #include
# | #include
# | int
# | main ()
# | {
# |
# | FILE *f = fopen ("conftest.val", "w");
# | if (! f)
# | return 1;
# | if (((long int) (sizeof (bool))) < 0)
# | {
# | long int i = longval ();
# | if (i != ((long int) (sizeof (bool))))
# | return 1;
# | fprintf (f, "%ld", i);
# | }
# | else
# | {
# | unsigned long int i = ulongval ();
# | if (i != ((long int) (sizeof (bool))))
# | return 1;
# | fprintf (f, "%lu", i);
# | }
# | /* Do not output a trailing newline, as this causes \r\n confusion
# | on some platforms. */
# | return ferror (f) || fclose (f) != 0;
# |
# | ;
# | return 0;
# | }
# configure:6959: result: 0
# configure:6974: checking if true is defined
# configure:6997: g++ -c conftest.cpp >&5
# configure:6997: $? = 0
# configure:7011: result: yes
# configure:7023: checking whether byte ordering is bigendian
# configure:7038: gcc -c conftest.c >&5
# conftest.c:68:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:68:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:68:15: error: unknown type name 'universal'
# configure:7038: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:7083: gcc -c conftest.c >&5
# configure:7083: $? = 0
# configure:7101: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:74:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:7101: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:7229: result: no
# configure:7250: checking for struct ip_mreq
# configure:7250: gcc -c conftest.c >&5
# configure:7250: $? = 0
# configure:7250: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:72:29: error: expected expression before ')' token
# if (sizeof ((struct ip_mreq)))
# ^
# configure:7250: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ip_mreq)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7250: result: yes
# configure:7261: checking whether IP_ADD_MEMBERSHIP is declared
# configure:7261: gcc -c conftest.c >&5
# configure:7261: $? = 0
# configure:7261: result: yes
# configure:7273: checking for multicast support
# configure:7281: result: yes
# configure:7291: checking for struct sockaddr_storage
# configure:7291: gcc -c conftest.c >&5
# configure:7291: $? = 0
# configure:7291: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:38: error: expected expression before ')' token
# if (sizeof ((struct sockaddr_storage)))
# ^
# configure:7291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7291: result: yes
# configure:7302: checking for struct sockaddr_in6
# configure:7302: gcc -c conftest.c >&5
# configure:7302: $? = 0
# configure:7302: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:76:34: error: expected expression before ')' token
# if (sizeof ((struct sockaddr_in6)))
# ^
# configure:7302: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_in6)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7302: result: yes
# configure:7313: checking whether AF_INET6 is declared
# configure:7313: gcc -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7325: checking for IPv6 headers and structures
# configure:7338: result: yes
# configure:7344: checking for struct ipv6_mreq
# configure:7344: gcc -c conftest.c >&5
# configure:7344: $? = 0
# configure:7344: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:79:31: error: expected expression before ')' token
# if (sizeof ((struct ipv6_mreq)))
# ^
# configure:7344: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "Iperf"
# | #define PACKAGE_TARNAME "iperf"
# | #define PACKAGE_VERSION "2.0.5"
# | #define PACKAGE_STRING "Iperf 2.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "iperf"
# | #define VERSION "2.0.5"
# | #define HAVE_PTHREAD 1
# | #define HAVE_POSIX_THREAD 1
# | #define _REENTRANT 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_ARPA_INET_H 1
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SSIZE_T 1
# | #define TIME_WITH_SYS_TIME 1
# | #define Socklen_t socklen_t
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define RETSIGTYPE void
# | #define HAVE_STRFTIME 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ATEXIT 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SELECT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_USLEEP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_QUAD_SUPPORT 1
# | #define SIZEOF_BOOL 0
# | #define bool int
# | #define HAVE_STRUCT_IP_MREQ 1
# | #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# | #define HAVE_MULTICAST 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_DECL_AF_INET6 1
# | #define HAVE_IPV6 1
# | /* end confdefs.h. */
# | #include "compat/headers_slim.h"
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ipv6_mreq)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:7344: result: yes
# configure:7355: checking whether IPV6_ADD_MEMBERSHIP is declared
# configure:7355: gcc -c conftest.c >&5
# configure:7355: $? = 0
# configure:7355: result: yes
# configure:7367: checking whether IPV6_MULTICAST_HOPS is declared
# configure:7367: gcc -c conftest.c >&5
# configure:7367: $? = 0
# configure:7367: result: yes
# configure:7379: checking for IPv6 multicast support
# configure:7392: result: yes
# configure:7513: checking whether make is GNU make
# configure:7520: result: yes
# configure:7649: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Iperf config.status 2.0.5, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 53722c481a7b
#
# config.status:951: creating Makefile
# config.status:951: creating compat/Makefile
# config.status:951: creating doc/Makefile
# config.status:951: creating include/Makefile
# config.status:951: creating src/Makefile
# config.status:951: creating man/Makefile
# config.status:951: creating config.h
# config.status:1164: executing depfiles commands
# config.status:1164: executing include/iperf-int.h commands
# config.status:1255: creating include/iperf-int.h : _IPERF_INCLUDE_IPERF_INT_H
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_accept_arg=socklen_t
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_LDFLAGS_set=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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func_atexit=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memcmp_working=yes
# ac_cv_func_memset=yes
# ac_cv_func_pthread_cancel=no
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_snprintf=yes
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strtol=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_have_decl_AF_INET6=yes
# ac_cv_have_decl_IPV6_ADD_MEMBERSHIP=yes
# ac_cv_have_decl_IPV6_MULTICAST_HOPS=yes
# ac_cv_have_decl_IP_ADD_MEMBERSHIP=yes
# ac_cv_have_ipv6=yes
# ac_cv_have_ipv6_multicast=yes
# ac_cv_have_true=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint=stdint.h
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdint_t=stdint.h
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_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_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_multicast=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_PTHREAD_CC=gcc
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_sizeof_bool=0
# ac_cv_stdint_message='using gnu compiler gcc (GCC) 6.1.1 20160602'
# ac_cv_stdint_result='(assuming C99 compatible system)'
# ac_cv_struct_tm=time.h
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_struct_ip_mreq=yes
# ac_cv_type_struct_ipv6_mreq=yes
# ac_cv_type_struct_sockaddr_in6=yes
# ac_cv_type_struct_sockaddr_storage=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run tar'
# AUTOCONF='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run automake-1.9'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' '
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/iperf/src/iperf-2.0.5/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='iperf'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='Iperf'
# PACKAGE_STRING='Iperf 2.0.5'
# PACKAGE_TARNAME='iperf'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.5'
# PATH_SEPARATOR=':'
# PTHREAD_CC='gcc'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
# STRIP_DUMMY=''
# STRIP_END=')'
# VERSION='2.0.5'
# WEB100_CFLAGS=''
# WEB100_CONFIG=''
# WEB100_LIBS=''
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# acx_pthread_config=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# 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='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='/tmp/iperf/src/iperf-2.0.5/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# 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}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "Iperf"
# #define PACKAGE_TARNAME "iperf"
# #define PACKAGE_VERSION "2.0.5"
# #define PACKAGE_STRING "Iperf 2.0.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "iperf"
# #define VERSION "2.0.5"
# #define HAVE_PTHREAD 1
# #define HAVE_POSIX_THREAD 1
# #define _REENTRANT 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_ARPA_INET_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SSIZE_T 1
# #define TIME_WITH_SYS_TIME 1
# #define Socklen_t socklen_t
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define RETSIGTYPE void
# #define HAVE_STRFTIME 1
# #define HAVE_VPRINTF 1
# #define HAVE_ATEXIT 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_MEMSET 1
# #define HAVE_SELECT 1
# #define HAVE_STRCHR 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_USLEEP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_QUAD_SUPPORT 1
# #define SIZEOF_BOOL 0
# #define bool int
# #define HAVE_STRUCT_IP_MREQ 1
# #define HAVE_DECL_IP_ADD_MEMBERSHIP 1
# #define HAVE_MULTICAST 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_IN6 1
# #define HAVE_DECL_AF_INET6 1
# #define HAVE_IPV6 1
# #define HAVE_STRUCT_IPV6_MREQ 1
# #define HAVE_DECL_IPV6_ADD_MEMBERSHIP 1
# #define HAVE_DECL_IPV6_MULTICAST_HOPS 1
# #define HAVE_IPV6_MULTICAST 1
#
# configure: exit 0