Build of netperf with clang_glibc toolchain

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

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

SLOCLanguage
39,615 ansic
4,576 sh
3,074 makefile
47,265 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: netperf 2.7.0-2 (Thu Apr 13 19:49:01 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) libsmbios-2.3.0-1 lksctp-tools-1.0.17-1
#
# Total Installed Size: 2.13 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libsmbios...
# Optional dependencies for libsmbios
# python2: tools [installed]
# installing lksctp-tools...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for an ANSI C-conforming const... yes
# checking for main in -lm... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... 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 endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking ifaddrs.h usability... yes
# checking ifaddrs.h presence... yes
# checking for ifaddrs.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking linux/tcp.h usability... yes
# checking linux/tcp.h presence... yes
# checking for linux/tcp.h... yes
# checking linux/socket.h usability... yes
# checking linux/socket.h presence... yes
# checking for linux/socket.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.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 netinet/sctp.h usability... yes
# checking netinet/sctp.h presence... yes
# checking for netinet/sctp.h... yes
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for strings.h... (cached) yes
# checking syscall.h usability... yes
# checking syscall.h presence... yes
# checking for syscall.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/mman.h usability... yes
# checking sys/mman.h presence... yes
# checking for sys/mman.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking for sys/stat.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/wait.h... (cached) yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking sys/sysinfo.h usability... yes
# checking sys/sysinfo.h presence... yes
# checking for sys/sysinfo.h... yes
# checking for sys/wait.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking netinet/in_systm.h usability... yes
# checking netinet/in_systm.h presence... yes
# checking for netinet/in_systm.h... yes
# checking netinet/ip.h usability... yes
# checking netinet/ip.h presence... yes
# checking for netinet/ip.h... yes
# checking for main in -lsocket... no
# checking for main in -lmach... no
# checking for an ANSI C-conforming const... (cached) yes
# checking for off_t... yes
# checking for size_t... yes
# checking for socklen_t equivalent... unsigned
# checking for h_errno declaration in netdb.h... yes
# checking for struct sockaddr_storage... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking if sockaddr struct has sa_len member... no
# 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 unistd.h... (cached) yes
# checking for sys/param.h... (cached) yes
# checking for getpagesize... yes
# checking for working mmap... 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 whether setpgrp takes no argument... yes
# checking return type of signal handlers... void
# checking for alarm... yes
# checking for bzero... yes
# checking for daemon... yes
# checking for gethostbyname... yes
# checking for gethrtime... no
# checking for gettimeofday... yes
# checking for inet_ntoa... yes
# checking for memset... yes
# checking for memcpy... yes
# checking for munmap... yes
# checking for select... yes
# checking for setsid... yes
# checking for socket... yes
# checking for sqrt... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strstr... yes
# checking for strtoul... yes
# checking for uname... yes
# checking for toupper... yes
# checking for getnameinfo... yes
# checking for getaddrinfo... yes
# checking for inet_ntop... yes
# checking for getifaddrs... yes
# checking for sendfile... yes
# checking for uname... (cached) yes
# checking for mpctl... no
# checking for processor_bind... no
# checking for sched_setaffinity... yes
# checking for bind_to_cpu_id... no
# checking for bindprocessor... no
# checking whether to include histogram support... no
# checking whether to include dirty support... no
# checking whether to include demo support... yes
# checking whether to include Unix-domain socket tests... yes
# checking whether to include DLPI tests... no
# checking whether to include DCCP tests... yes
# checking whether to include OMNI tests... yes
# checking whether to include XTI tests... no
# checking whether to include SDP tests... no
# checking whether to include ICSC-EXS tests... no
# checking for netinet/sctp.h... (cached) yes
# checking for main in -lsctp... yes
# checking for struct sctp_event_subscribe.sctp_adaptation_layer_event... yes
# checking whether to include SCTP tests... yes
# checking whether to include paced send (intervals) support... no
# checking whether paced sends should spin... no
# checking whether to include initial burst support in _RR tests... yes
# checking which CPU utilization measurement type to use... "procstat - auto"
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/netperf_version.h
# config.status: creating src/Makefile
# config.status: creating src/missing/Makefile
# config.status: creating src/missing/m4/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/examples/Makefile
# config.status: creating netperf.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/netperf/src/netperf-2.7.0'
# Making all in src
# make[2]: Entering directory '/tmp/netperf/src/netperf-2.7.0/src'
# Making all in missing
# make[3]: Entering directory '/tmp/netperf/src/netperf-2.7.0/src/missing'
# Making all in m4
# make[4]: Entering directory '/tmp/netperf/src/netperf-2.7.0/src/missing/m4'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/netperf/src/netperf-2.7.0/src/missing/m4'
# make[4]: Entering directory '/tmp/netperf/src/netperf-2.7.0/src/missing'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/netperf/src/netperf-2.7.0/src/missing'
# make[3]: Leaving directory '/tmp/netperf/src/netperf-2.7.0/src/missing'
# make[3]: Entering directory '/tmp/netperf/src/netperf-2.7.0/src'
# clang -DHAVE_CONFIG_H -I. -I.. -MT netperf.o -MD -MP -MF .deps/netperf.Tpo -c -o netperf.o netperf.c
# In file included from netperf.c:74:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/netperf.Tpo .deps/netperf.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT netlib.o -MD -MP -MF .deps/netlib.Tpo -c -o netlib.o netlib.c
# In file included from netlib.c:165:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# netlib.c:806:11: warning: implicit declaration of function 'sendfile' is invalid in C99 [-Wimplicit-function-declaration]
# len=sendfile(send_socket,
# ^
# netlib.c:2344:9: warning: implicit declaration of function 'sched_setaffinity' is invalid in C99 [-Wimplicit-function-declaration]
# if (sched_setaffinity(getpid(), len, &netperf_cpu_set)) {
# ^
# netlib.c:4006:3: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
# static int count = 0;
# ^
# netlib.c:4003:3: note: use 'static' to give inline function 'demo_interval_display' internal linkage
# inline void demo_interval_display(double actual_interval)
# ^
# static
# 4 warnings generated.
# mv -f .deps/netlib.Tpo .deps/netlib.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT netsh.o -MD -MP -MF .deps/netsh.Tpo -c -o netsh.o netsh.c
# In file included from netsh.c:60:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/netsh.Tpo .deps/netsh.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_bsd.o -MD -MP -MF .deps/nettest_bsd.Tpo -c -o nettest_bsd.o nettest_bsd.c
# In file included from nettest_bsd.c:145:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/nettest_bsd.Tpo .deps/nettest_bsd.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_dlpi.o -MD -MP -MF .deps/nettest_dlpi.Tpo -c -o nettest_dlpi.o nettest_dlpi.c
# mv -f .deps/nettest_dlpi.Tpo .deps/nettest_dlpi.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_unix.o -MD -MP -MF .deps/nettest_unix.Tpo -c -o nettest_unix.o nettest_unix.c
# In file included from nettest_unix.c:69:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/nettest_unix.Tpo .deps/nettest_unix.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_xti.o -MD -MP -MF .deps/nettest_xti.Tpo -c -o nettest_xti.o nettest_xti.c
# mv -f .deps/nettest_xti.Tpo .deps/nettest_xti.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_sctp.o -MD -MP -MF .deps/nettest_sctp.Tpo -c -o nettest_sctp.o nettest_sctp.c
# In file included from nettest_sctp.c:74:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/nettest_sctp.Tpo .deps/nettest_sctp.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_sdp.o -MD -MP -MF .deps/nettest_sdp.Tpo -c -o nettest_sdp.o nettest_sdp.c
# mv -f .deps/nettest_sdp.Tpo .deps/nettest_sdp.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT nettest_omni.o -MD -MP -MF .deps/nettest_omni.Tpo -c -o nettest_omni.o nettest_omni.c
# In file included from nettest_omni.c:139:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# nettest_omni.c:3030:19: warning: implicit declaration of function 'splice' is invalid in C99 [-Wimplicit-function-declaration]
# bytes_recvd = splice(data_socket,
# ^
# nettest_omni.c:3506:49: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# protocol, TCP_CONGESTION, cong_control, &my_len) ==
# ^~~~~~~
# /usr/include/sys/socket.h:221:32: note: passing argument to parameter '__optlen' here
# socklen_t *__restrict __optlen) __THROW;
# ^
# nettest_omni.c:4004:8: warning: passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
# &(omni_request->netperf_port));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ./nettest_bsd.h:633:13: note: passing argument to parameter 'port' here
# int *port);
# ^
# nettest_omni.c:4008:8: warning: passing 'uint32_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign]
# &(omni_request->data_port));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# ./nettest_bsd.h:633:13: note: passing argument to parameter 'port' here
# int *port);
# ^
# nettest_omni.c:4369:4: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
# &remote_addr_len,
# ^~~~~~~~~~~~~~~~
# nettest_omni.c:3137:127: note: passing argument to parameter 'sourcelen' here
# recv_data(SOCKET data_socket, struct ring_elt *recv_ring, uint32_t bytes_to_recv, struct sockaddr *source, netperf_socklen_t *sourcelen, uint32_t flags, uint32_t *num_receives) {
# ^
# 6 warnings generated.
# mv -f .deps/nettest_omni.Tpo .deps/nettest_omni.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT net_uuid.o -MD -MP -MF .deps/net_uuid.Tpo -c -o net_uuid.o net_uuid.c
# net_uuid.c:158:5: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
# read(fd, seed, 16);
# ^
# net_uuid.c:159:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
# close(fd);
# ^
# 2 warnings generated.
# mv -f .deps/net_uuid.Tpo .deps/net_uuid.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT dscp.o -MD -MP -MF .deps/dscp.Tpo -c -o dscp.o dscp.c
# mv -f .deps/dscp.Tpo .deps/dscp.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT netcpu_procstat.o -MD -MP -MF .deps/netcpu_procstat.Tpo -c -o netcpu_procstat.o netcpu_procstat.c
# In file included from netcpu_procstat.c:35:
# ./netsh.h:71:2: warning: This platform is missing one of sock_dccp ipproto_dccp or sol_dccp [-W#warnings]
# #warning This platform is missing one of sock_dccp ipproto_dccp or sol_dccp
# ^
# 1 warning generated.
# mv -f .deps/netcpu_procstat.Tpo .deps/netcpu_procstat.Po
# clang -o netperf netperf.o netlib.o netsh.o nettest_bsd.o nettest_dlpi.o nettest_unix.o nettest_xti.o nettest_sctp.o nettest_sdp.o nettest_omni.o net_uuid.o dscp.o netcpu_procstat.o -lsctp -lm
# nettest_unix.o: In function `recv_stream_stream':
# nettest_unix.c:(.text+0xede): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# netlib.o: In function `demo_interval_final':
# netlib.c:(.text+0x4fb0): undefined reference to `demo_interval_display'
# netlib.o: In function `demo_stream_interval':
# netlib.c:(.text+0x505f): undefined reference to `demo_interval_tick'
# netlib.o: In function `demo_rr_interval':
# netlib.c:(.text+0x50cf): undefined reference to `demo_interval_tick'
# nettest_omni.o: In function `send_omni_inner':
# nettest_omni.c:(.text+0xc6b4): undefined reference to `demo_interval_tick'
# nettest_omni.c:(.text+0xc6ce): undefined reference to `demo_interval_tick'
# nettest_omni.c:(.text+0xc705): undefined reference to `demo_interval_tick'
# nettest_omni.o:nettest_omni.c:(.text+0xc712): more undefined references to `demo_interval_tick' follow
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[3]: *** [Makefile:305: netperf] Error 1
# make[3]: Leaving directory '/tmp/netperf/src/netperf-2.7.0/src'
# make[2]: *** [Makefile:352: all-recursive] Error 1
# make[2]: Leaving directory '/tmp/netperf/src/netperf-2.7.0/src'
# make[1]: *** [Makefile:277: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/netperf/src/netperf-2.7.0'
# make: *** [Makefile:215: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/netperf/src/netperf-2.7.0/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 netperf configure 2.7.0, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-demo --enable-unixdomain --enable-dccp --enable-sctp
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = eaf28c887c8c
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /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/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2322: checking build system type
# configure:2336: result: x86_64-unknown-linux-gnu
# configure:2356: checking host system type
# configure:2369: result: x86_64-unknown-linux-gnu
# configure:2389: checking target system type
# configure:2402: result: x86_64-unknown-linux-gnu
# configure:2445: checking for a BSD-compatible install
# configure:2513: result: /usr/bin/install -c
# configure:2524: checking whether build environment is sane
# configure:2574: result: yes
# configure:2623: checking for x86_64-unknown-linux-strip
# configure:2653: result: no
# configure:2663: checking for strip
# configure:2679: found /usr/bin/strip
# configure:2690: result: strip
# configure:2715: checking for a thread-safe mkdir -p
# configure:2754: result: /usr/bin/mkdir -p
# configure:2767: checking for gawk
# configure:2783: found /usr/bin/gawk
# configure:2794: result: gawk
# configure:2805: checking whether make sets $(MAKE)
# configure:2827: result: yes
# configure:2925: checking for x86_64-unknown-linux-gcc
# configure:2952: result: clang
# configure:3221: checking for C compiler version
# configure:3230: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3241: $? = 0
# configure:3230: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3241: $? = 0
# configure:3230: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3241: $? = 1
# configure:3230: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3241: $? = 1
# configure:3261: checking whether the C compiler works
# configure:3283: clang conftest.c >&5
# configure:3287: $? = 0
# configure:3335: result: yes
# configure:3338: checking for C compiler default output file name
# configure:3340: result: a.out
# configure:3346: checking for suffix of executables
# configure:3353: clang -o conftest conftest.c >&5
# configure:3357: $? = 0
# configure:3379: result:
# configure:3401: checking whether we are cross compiling
# configure:3409: clang -o conftest conftest.c >&5
# configure:3413: $? = 0
# configure:3420: ./conftest
# configure:3424: $? = 0
# configure:3439: result: no
# configure:3444: checking for suffix of object files
# configure:3466: clang -c conftest.c >&5
# configure:3470: $? = 0
# configure:3491: result: o
# configure:3495: checking whether we are using the GNU C compiler
# configure:3514: clang -c conftest.c >&5
# configure:3514: $? = 0
# configure:3523: result: yes
# configure:3532: checking whether clang accepts -g
# configure:3552: clang -c -g conftest.c >&5
# configure:3552: $? = 0
# configure:3593: result: yes
# configure:3610: checking for clang option to accept ISO C89
# configure:3674: clang -c conftest.c >&5
# configure:3674: $? = 0
# configure:3687: result: none needed
# configure:3718: checking for style of include used by make
# configure:3746: result: GNU
# configure:3772: checking dependency style of clang
# configure:3883: result: gcc3
# configure:3901: checking for x86_64-unknown-linux-ranlib
# configure:3931: result: no
# configure:3941: checking for ranlib
# configure:3957: found /usr/bin/ranlib
# configure:3968: result: ranlib
# configure:3992: checking for an ANSI C-conforming const
# configure:4057: clang -c conftest.c >&5
# configure:4057: $? = 0
# configure:4064: result: yes
# configure:4074: checking for main in -lm
# configure:4093: clang -o conftest conftest.c -lm >&5
# configure:4093: $? = 0
# configure:4102: result: yes
# configure:4121: checking how to run the C preprocessor
# configure:4152: clang -E conftest.c
# configure:4152: $? = 0
# configure:4166: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4166: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# | #include
# configure:4191: result: clang -E
# configure:4211: clang -E conftest.c
# configure:4211: $? = 0
# configure:4225: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4225: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | /* end confdefs.h. */
# | #include
# configure:4254: checking for grep that handles long lines and -e
# configure:4312: result: /usr/bin/grep
# configure:4317: checking for egrep
# configure:4379: result: /usr/bin/grep -E
# configure:4384: checking for ANSI C header files
# configure:4404: clang -c conftest.c >&5
# configure:4404: $? = 0
# configure:4477: clang -o conftest conftest.c -lm >&5
# configure:4477: $? = 0
# configure:4477: ./conftest
# configure:4477: $? = 0
# configure:4488: result: yes
# configure:4496: checking for sys/wait.h that is POSIX.1 compatible
# configure:4522: clang -c conftest.c >&5
# configure:4522: $? = 0
# configure:4529: result: yes
# configure:4544: checking for sys/types.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for sys/stat.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for stdlib.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for string.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for memory.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for strings.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for inttypes.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for stdint.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4544: checking for unistd.h
# configure:4544: clang -c conftest.c >&5
# configure:4544: $? = 0
# configure:4544: result: yes
# configure:4559: checking arpa/inet.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking arpa/inet.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for arpa/inet.h
# configure:4559: result: yes
# configure:4559: checking endian.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking endian.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for endian.h
# configure:4559: result: yes
# configure:4559: checking errno.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking errno.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for errno.h
# configure:4559: result: yes
# configure:4559: checking fcntl.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking fcntl.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for fcntl.h
# configure:4559: result: yes
# configure:4559: checking ifaddrs.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking ifaddrs.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for ifaddrs.h
# configure:4559: result: yes
# configure:4559: checking limits.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking limits.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for limits.h
# configure:4559: result: yes
# configure:4559: checking linux/tcp.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking linux/tcp.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for linux/tcp.h
# configure:4559: result: yes
# configure:4559: checking linux/socket.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking linux/socket.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for linux/socket.h
# configure:4559: result: yes
# configure:4559: checking malloc.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking malloc.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for malloc.h
# configure:4559: result: yes
# configure:4559: checking netdb.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking netdb.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for netdb.h
# configure:4559: result: yes
# configure:4559: checking netinet/in.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking netinet/in.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for netinet/in.h
# configure:4559: result: yes
# configure:4559: checking netinet/sctp.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking netinet/sctp.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for netinet/sctp.h
# configure:4559: result: yes
# configure:4559: checking sched.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sched.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sched.h
# configure:4559: result: yes
# configure:4559: checking signal.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking signal.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for signal.h
# configure:4559: result: yes
# configure:4559: checking for stdlib.h
# configure:4559: result: yes
# configure:4559: checking for string.h
# configure:4559: result: yes
# configure:4559: checking for strings.h
# configure:4559: result: yes
# configure:4559: checking syscall.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking syscall.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for syscall.h
# configure:4559: result: yes
# configure:4559: checking sys/ioctl.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/ioctl.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/ioctl.h
# configure:4559: result: yes
# configure:4559: checking sys/mman.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/mman.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/mman.h
# configure:4559: result: yes
# configure:4559: checking sys/param.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/param.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/param.h
# configure:4559: result: yes
# configure:4559: checking sys/socket.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/socket.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/socket.h
# configure:4559: result: yes
# configure:4559: checking for sys/stat.h
# configure:4559: result: yes
# configure:4559: checking sys/time.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/time.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/time.h
# configure:4559: result: yes
# configure:4559: checking for sys/wait.h
# configure:4559: result: yes
# configure:4559: checking sys/ipc.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/ipc.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/ipc.h
# configure:4559: result: yes
# configure:4559: checking sys/sockio.h usability
# configure:4559: clang -c conftest.c >&5
# conftest.c:82:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_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
# | #include
# configure:4559: result: no
# configure:4559: checking sys/sockio.h presence
# configure:4559: clang -E conftest.c
# conftest.c:49:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | /* end confdefs.h. */
# | #include
# configure:4559: result: no
# configure:4559: checking for sys/sockio.h
# configure:4559: result: no
# configure:4559: checking sys/sysinfo.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking sys/sysinfo.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for sys/sysinfo.h
# configure:4559: result: yes
# configure:4559: checking for sys/wait.h
# configure:4559: result: yes
# configure:4559: checking for stdlib.h
# configure:4559: result: yes
# configure:4559: checking for unistd.h
# configure:4559: result: yes
# configure:4559: checking netinet/in_systm.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking netinet/in_systm.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for netinet/in_systm.h
# configure:4559: result: yes
# configure:4559: checking netinet/ip.h usability
# configure:4559: clang -c conftest.c >&5
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking netinet/ip.h presence
# configure:4559: clang -E conftest.c
# configure:4559: $? = 0
# configure:4559: result: yes
# configure:4559: checking for netinet/ip.h
# configure:4559: result: yes
# configure:4571: checking for main in -lsocket
# configure:4590: clang -o conftest conftest.c -lsocket -lm >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4590: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4599: result: no
# configure:4893: checking for main in -lmach
# configure:4912: clang -o conftest conftest.c -lmach -lm >&5
# /usr/bin/ld: cannot find -lmach
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:4921: result: no
# configure:4935: checking for an ANSI C-conforming const
# configure:5007: result: yes
# configure:5015: checking for off_t
# configure:5015: clang -c conftest.c >&5
# configure:5015: $? = 0
# configure:5015: clang -c conftest.c >&5
# conftest.c:91:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:5015: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5015: result: yes
# configure:5026: checking for size_t
# configure:5026: clang -c conftest.c >&5
# configure:5026: $? = 0
# configure:5026: clang -c conftest.c >&5
# conftest.c:91:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:5026: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_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:5026: result: yes
# configure:5040: checking for socklen_t equivalent
# configure:5074: clang -c conftest.c >&5
# conftest.c:63:30: error: conflicting types for 'getpeername'
# extern int getpeername (int, struct sockaddr *, int *);
# ^
# /usr/include/sys/socket.h:141:12: note: previous declaration is here
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# conftest.c:70:35: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
# getpeername(0,0,&len);
# ^~~~
# /usr/include/sys/socket.h:142:26: note: passing argument to parameter '__len' here
# socklen_t *__restrict __len) __THROW;
# ^
# 1 warning and 1 error generated.
# configure:5074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# | extern int getpeername (int, struct sockaddr *, int *);
# |
# | int
# | main ()
# | {
# |
# | int len;
# | getpeername(0,0,&len);
# |
# | ;
# | return 0;
# | }
# configure:5074: clang -c conftest.c >&5
# conftest.c:63:30: error: conflicting types for 'getpeername'
# extern int getpeername (int, struct sockaddr *, size_t *);
# ^
# /usr/include/sys/socket.h:141:12: note: previous declaration is here
# extern int getpeername (int __fd, __SOCKADDR_ARG __addr,
# ^
# conftest.c:70:35: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'socklen_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
# getpeername(0,0,&len);
# ^~~~
# /usr/include/sys/socket.h:142:26: note: passing argument to parameter '__len' here
# socklen_t *__restrict __len) __THROW;
# ^
# 1 warning and 1 error generated.
# configure:5074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_SYS_TYPES_H
# | #include
# | #endif
# | #ifdef HAVE_SYS_SOCKET_H
# | #include
# | #endif
# |
# | extern int getpeername (int, struct sockaddr *, size_t *);
# |
# | int
# | main ()
# | {
# |
# | size_t len;
# | getpeername(0,0,&len);
# |
# | ;
# | return 0;
# | }
# configure:5074: clang -c conftest.c >&5
# configure:5074: $? = 0
# configure:5093: result: unsigned
# configure:5103: checking for h_errno declaration in netdb.h
# configure:5122: clang -c conftest.c >&5
# configure:5122: $? = 0
# configure:5129: result: yes
# configure:5136: checking for struct sockaddr_storage
# configure:5157: clang -c conftest.c >&5
# configure:5157: $? = 0
# configure:5164: result: yes
# configure:5171: checking whether time.h and sys/time.h may both be included
# configure:5191: clang -c conftest.c >&5
# configure:5191: $? = 0
# configure:5198: result: yes
# configure:5206: checking for stdbool.h that conforms to C99
# configure:5273: clang -c conftest.c >&5
# conftest.c:108:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:112:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:112:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:113:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:113:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:113:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:5273: $? = 0
# configure:5280: result: yes
# configure:5282: checking for _Bool
# configure:5282: clang -c conftest.c >&5
# configure:5282: $? = 0
# configure:5282: clang -c conftest.c >&5
# conftest.c:95:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:5282: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 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 ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5282: result: yes
# configure:5299: checking if sockaddr struct has sa_len member
# configure:5317: clang -c conftest.c >&5
# conftest.c:67:42: error: no member named 'sa_len' in 'struct sockaddr'
# u_int i = sizeof(((struct sockaddr *)0)->sa_len)
# ~~~~~~~~~~~~~~~~~~~~~~ ^
# 1 error generated.
# configure:5317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# |
# | # include
# | # include
# | int
# | main ()
# | {
# | u_int i = sizeof(((struct sockaddr *)0)->sa_len)
# | ;
# | return 0;
# | }
# configure:5325: result: no
# configure:5336: checking for pid_t
# configure:5336: clang -c conftest.c >&5
# configure:5336: $? = 0
# configure:5336: clang -c conftest.c >&5
# conftest.c:97:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:5336: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5336: result: yes
# configure:5349: checking vfork.h usability
# configure:5349: clang -c conftest.c >&5
# conftest.c:94:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5349: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_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
# | #include
# configure:5349: result: no
# configure:5349: checking vfork.h presence
# configure:5349: clang -E conftest.c
# conftest.c:61:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:5349: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# configure:5349: result: no
# configure:5349: checking for vfork.h
# configure:5349: result: no
# configure:5362: checking for fork
# configure:5362: clang -o conftest conftest.c -lm >&5
# configure:5362: $? = 0
# configure:5362: result: yes
# configure:5362: checking for vfork
# configure:5362: clang -o conftest conftest.c -lm >&5
# conftest.c:85:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:85:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:5362: $? = 0
# configure:5362: result: yes
# configure:5372: checking for working fork
# configure:5394: clang -o conftest conftest.c -lm >&5
# configure:5394: $? = 0
# configure:5394: ./conftest
# configure:5394: $? = 0
# configure:5404: result: yes
# configure:5425: checking for working vfork
# configure:5535: result: yes
# configure:5567: checking for stdlib.h
# configure:5567: result: yes
# configure:5567: checking for unistd.h
# configure:5567: result: yes
# configure:5567: checking for sys/param.h
# configure:5567: result: yes
# configure:5587: checking for getpagesize
# configure:5587: clang -o conftest conftest.c -lm >&5
# configure:5587: $? = 0
# configure:5587: result: yes
# configure:5596: checking for working mmap
# configure:5743: clang -o conftest conftest.c -lm >&5
# configure:5743: $? = 0
# configure:5743: ./conftest
# configure:5743: $? = 0
# configure:5753: result: yes
# configure:5765: checking sys/select.h usability
# configure:5765: clang -c conftest.c >&5
# configure:5765: $? = 0
# configure:5765: result: yes
# configure:5765: checking sys/select.h presence
# configure:5765: clang -E conftest.c
# configure:5765: $? = 0
# configure:5765: result: yes
# configure:5765: checking for sys/select.h
# configure:5765: result: yes
# configure:5765: checking for sys/socket.h
# configure:5765: result: yes
# configure:5775: checking types of arguments for select
# configure:5803: clang -c conftest.c >&5
# configure:5803: $? = 0
# configure:5814: result: int,fd_set *,struct timeval *
# configure:5837: checking whether setpgrp takes no argument
# configure:5859: clang -o conftest conftest.c -lm >&5
# conftest.c:114:19: error: too many arguments to function call, expected 0, have 2
# return setpgrp (1,1) != -1;
# ~~~~~~~ ^~~
# /usr/include/unistd.h:663:1: note: 'setpgrp' declared here
# extern int setpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:5859: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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
# | #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 this system has a BSD-style setpgrp which takes arguments,
# | setpgrp(1, 1) will fail with ESRCH and return -1, in that case
# | exit successfully. */
# | return setpgrp (1,1) != -1;
# | ;
# | return 0;
# | }
# configure:5869: result: yes
# configure:5877: checking return type of signal handlers
# configure:5895: clang -c conftest.c >&5
# conftest.c:82:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5895: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5902: result: void
# configure:5916: checking for alarm
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for bzero
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:101:6: warning: incompatible redeclaration of library function 'bzero' [-Wincompatible-library-redeclaration]
# char bzero ();
# ^
# conftest.c:101:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for daemon
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for gethostbyname
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for gethrtime
# configure:5916: clang -o conftest conftest.c -lm >&5
# /tmp/conftest-829418.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gethrtime'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5916: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | #define HAVE_ALARM 1
# | #define HAVE_BZERO 1
# | #define HAVE_DAEMON 1
# | #define HAVE_GETHOSTBYNAME 1
# | /* end confdefs.h. */
# | /* Define gethrtime to an innocuous variant, in case declares gethrtime.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define gethrtime innocuous_gethrtime
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char gethrtime (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef gethrtime
# |
# | /* 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 gethrtime ();
# | /* 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_gethrtime || defined __stub___gethrtime
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return gethrtime ();
# | ;
# | return 0;
# | }
# configure:5916: result: no
# configure:5916: checking for gettimeofday
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for inet_ntoa
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for memset
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:106:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:106:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for memcpy
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:107:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:107:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for munmap
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for select
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for setsid
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for socket
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for sqrt
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:112:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
# char sqrt ();
# ^
# conftest.c:112:6: note: 'sqrt' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for strcasecmp
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:113:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:113:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for strchr
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:114:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:114:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for strstr
# configure:5916: clang -o conftest conftest.c -lm >&5
# conftest.c:115:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:115:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for strtoul
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for uname
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5916: checking for toupper
# configure:5916: clang -o conftest conftest.c -lm >&5
# configure:5916: $? = 0
# configure:5916: result: yes
# configure:5932: checking for getnameinfo
# configure:5932: clang -o conftest conftest.c -lm >&5
# configure:5932: $? = 0
# configure:5932: result: yes
# configure:5932: checking for getaddrinfo
# configure:5932: clang -o conftest conftest.c -lm >&5
# configure:5932: $? = 0
# configure:5932: result: yes
# configure:5932: checking for inet_ntop
# configure:5932: clang -o conftest conftest.c -lm >&5
# configure:5932: $? = 0
# configure:5932: result: yes
# configure:5932: checking for getifaddrs
# configure:5932: clang -o conftest conftest.c -lm >&5
# configure:5932: $? = 0
# configure:5932: result: yes
# configure:5977: checking for sendfile
# configure:5977: clang -o conftest conftest.c -lm >&5
# configure:5977: $? = 0
# configure:5977: result: yes
# configure:5989: checking for uname
# configure:5989: result: yes
# configure:6003: checking for mpctl
# configure:6003: clang -o conftest conftest.c -lm >&5
# /tmp/conftest-379def.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `mpctl'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | #define HAVE_ALARM 1
# | #define HAVE_BZERO 1
# | #define HAVE_DAEMON 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SQRT 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_UNAME 1
# | #define HAVE_TOUPPER 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_UNAME 1
# | /* end confdefs.h. */
# | /* Define mpctl to an innocuous variant, in case declares mpctl.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define mpctl innocuous_mpctl
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char mpctl (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef mpctl
# |
# | /* 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 mpctl ();
# | /* 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_mpctl || defined __stub___mpctl
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return mpctl ();
# | ;
# | return 0;
# | }
# configure:6003: result: no
# configure:6003: checking for processor_bind
# configure:6003: clang -o conftest conftest.c -lm >&5
# /tmp/conftest-5baf44.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `processor_bind'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | #define HAVE_ALARM 1
# | #define HAVE_BZERO 1
# | #define HAVE_DAEMON 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SQRT 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_UNAME 1
# | #define HAVE_TOUPPER 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_UNAME 1
# | /* end confdefs.h. */
# | /* Define processor_bind to an innocuous variant, in case declares processor_bind.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define processor_bind innocuous_processor_bind
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char processor_bind (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef processor_bind
# |
# | /* 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 processor_bind ();
# | /* 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_processor_bind || defined __stub___processor_bind
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return processor_bind ();
# | ;
# | return 0;
# | }
# configure:6003: result: no
# configure:6003: checking for sched_setaffinity
# configure:6003: clang -o conftest conftest.c -lm >&5
# configure:6003: $? = 0
# configure:6003: result: yes
# configure:6003: checking for bind_to_cpu_id
# configure:6003: clang -o conftest conftest.c -lm >&5
# /tmp/conftest-9c9715.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `bind_to_cpu_id'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | #define HAVE_ALARM 1
# | #define HAVE_BZERO 1
# | #define HAVE_DAEMON 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SQRT 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_UNAME 1
# | #define HAVE_TOUPPER 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_UNAME 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | /* end confdefs.h. */
# | /* Define bind_to_cpu_id to an innocuous variant, in case declares bind_to_cpu_id.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define bind_to_cpu_id innocuous_bind_to_cpu_id
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char bind_to_cpu_id (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef bind_to_cpu_id
# |
# | /* 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 bind_to_cpu_id ();
# | /* 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_bind_to_cpu_id || defined __stub___bind_to_cpu_id
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return bind_to_cpu_id ();
# | ;
# | return 0;
# | }
# configure:6003: result: no
# configure:6003: checking for bindprocessor
# configure:6003: clang -o conftest conftest.c -lm >&5
# /tmp/conftest-917199.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `bindprocessor'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:6003: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "netperf"
# | #define PACKAGE_TARNAME "netperf"
# | #define PACKAGE_VERSION "2.7.0"
# | #define PACKAGE_STRING "netperf 2.7.0"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "netperf"
# | #define VERSION "2.7.0"
# | #define HAVE_LIBM 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_IFADDRS_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_LINUX_TCP_H 1
# | #define HAVE_LINUX_SOCKET_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_SCTP_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_SYSCALL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_SYS_SYSINFO_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define netperf_socklen_t unsigned
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #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_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 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 SETPGRP_VOID 1
# | #define RETSIGTYPE void
# | #define HAVE_ALARM 1
# | #define HAVE_BZERO 1
# | #define HAVE_DAEMON 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_MUNMAP 1
# | #define HAVE_SELECT 1
# | #define HAVE_SETSID 1
# | #define HAVE_SOCKET 1
# | #define HAVE_SQRT 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_UNAME 1
# | #define HAVE_TOUPPER 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETIFADDRS 1
# | #define HAVE_SENDFILE 1
# | #define HAVE_UNAME 1
# | #define HAVE_SCHED_SETAFFINITY 1
# | /* end confdefs.h. */
# | /* Define bindprocessor to an innocuous variant, in case declares bindprocessor.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define bindprocessor innocuous_bindprocessor
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char bindprocessor (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef bindprocessor
# |
# | /* 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 bindprocessor ();
# | /* 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_bindprocessor || defined __stub___bindprocessor
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return bindprocessor ();
# | ;
# | return 0;
# | }
# configure:6003: result: no
# configure:6015: checking whether to include histogram support
# configure:6045: result: no
# configure:6057: checking whether to include dirty support
# configure:6087: result: no
# configure:6100: checking whether to include demo support
# configure:6127: result: yes
# configure:6143: checking whether to include Unix-domain socket tests
# configure:6169: result: yes
# configure:6185: checking whether to include DLPI tests
# configure:6214: result: no
# configure:6227: checking whether to include DCCP tests
# configure:6253: result: yes
# configure:6269: checking whether to include OMNI tests
# configure:6295: result: yes
# configure:6315: checking whether to include XTI tests
# configure:6344: result: no
# configure:6357: checking whether to include SDP tests
# configure:6432: result: no
# configure:6445: checking whether to include ICSC-EXS tests
# configure:6529: result: no
# configure:6554: checking for netinet/sctp.h
# configure:6554: result: yes
# configure:6574: checking for main in -lsctp
# configure:6593: clang -o conftest conftest.c -lsctp -lm >&5
# configure:6593: $? = 0
# configure:6602: result: yes
# configure:6618: checking for struct sctp_event_subscribe.sctp_adaptation_layer_event
# configure:6618: clang -c conftest.c >&5
# configure:6618: $? = 0
# configure:6618: result: yes
# configure:6642: checking whether to include SCTP tests
# configure:6647: result: yes
# configure:6663: checking whether to include paced send (intervals) support
# configure:6692: result: no
# configure:6705: checking whether paced sends should spin
# configure:6734: result: no
# configure:6750: checking whether to include initial burst support in _RR tests
# configure:6776: result: yes
# configure:6792: checking which CPU utilization measurement type to use
# configure:7176: result: "procstat - auto"
# configure:7320: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by netperf config.status 2.7.0, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on eaf28c887c8c
#
# config.status:976: creating Makefile
# config.status:976: creating src/netperf_version.h
# config.status:976: creating src/Makefile
# config.status:976: creating src/missing/Makefile
# config.status:976: creating src/missing/m4/Makefile
# config.status:976: creating doc/Makefile
# config.status:976: creating doc/examples/Makefile
# config.status:976: creating netperf.spec
# config.status:976: creating config.h
# config.status:1205: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_decl_h_errno=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_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_alarm=yes
# ac_cv_func_bind_to_cpu_id=no
# ac_cv_func_bindprocessor=no
# ac_cv_func_bzero=yes
# ac_cv_func_daemon=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethrtime=no
# ac_cv_func_getifaddrs=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_mpctl=no
# ac_cv_func_munmap=yes
# ac_cv_func_processor_bind=no
# ac_cv_func_sched_setaffinity=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_sendfile=yes
# ac_cv_func_setpgrp_void=yes
# ac_cv_func_setsid=yes
# ac_cv_func_socket=yes
# ac_cv_func_sqrt=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtoul=yes
# ac_cv_func_toupper=yes
# ac_cv_func_uname=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_ifaddrs_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_socket_h=yes
# ac_cv_header_linux_tcp_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_netinet_sctp_h=yes
# ac_cv_header_sched_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysinfo_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syscall_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_lib_m=ac_cv_lib_m_main
# ac_cv_lib_m_main=yes
# ac_cv_lib_mach=ac_cv_lib_mach_main
# ac_cv_lib_mach_main=no
# ac_cv_lib_sctp=ac_cv_lib_sctp_main
# ac_cv_lib_sctp_main=yes
# ac_cv_lib_socket=ac_cv_lib_socket_main
# ac_cv_lib_socket_main=no
# ac_cv_member_struct_sctp_event_subscribe_sctp_adaptation_layer_event=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# 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_make_make_set=yes
# ac_cv_sockaddr_has_sa_len=no
# ac_cv_struct_sockaddr_storage=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type__Bool=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# curl_cv_socklen_t_equiv=unsigned
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/netperf/src/netperf-2.7.0/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AUTOCONF='${SHELL} /tmp/netperf/src/netperf-2.7.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/netperf/src/netperf-2.7.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/netperf/src/netperf-2.7.0/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lsctp -lm '
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/netperf/src/netperf-2.7.0/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NEED_LIBCOMPAT_FALSE=''
# NEED_LIBCOMPAT_TRUE='#'
# NETCPU_SOURCE='procstat'
# OBJEXT='o'
# PACKAGE='netperf'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='netperf'
# PACKAGE_STRING='netperf 2.7.0'
# PACKAGE_TARNAME='netperf'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.7.0'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.7.0'
# ac_ct_CC=''
# 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__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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='${SHELL} /tmp/netperf/src/netperf-2.7.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "netperf"
# #define PACKAGE_TARNAME "netperf"
# #define PACKAGE_VERSION "2.7.0"
# #define PACKAGE_STRING "netperf 2.7.0"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "netperf"
# #define VERSION "2.7.0"
# #define HAVE_LIBM 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_WAIT_H 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_ENDIAN_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_IFADDRS_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LINUX_TCP_H 1
# #define HAVE_LINUX_SOCKET_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_SCTP_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_SYSCALL_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_SYS_SYSINFO_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IP_H 1
# #define netperf_socklen_t unsigned
# #define H_ERRNO_DECLARED 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #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_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 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 SETPGRP_VOID 1
# #define RETSIGTYPE void
# #define HAVE_ALARM 1
# #define HAVE_BZERO 1
# #define HAVE_DAEMON 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMSET 1
# #define HAVE_MEMCPY 1
# #define HAVE_MUNMAP 1
# #define HAVE_SELECT 1
# #define HAVE_SETSID 1
# #define HAVE_SOCKET 1
# #define HAVE_SQRT 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOUL 1
# #define HAVE_UNAME 1
# #define HAVE_TOUPPER 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_INET_NTOP 1
# #define HAVE_GETIFADDRS 1
# #define HAVE_SENDFILE 1
# #define HAVE_UNAME 1
# #define HAVE_SCHED_SETAFFINITY 1
# #define WANT_DEMO /**/
# #define WANT_UNIX /**/
# #define WANT_DCCP /**/
# #define WANT_OMNI /**/
# #define WANT_MIGRATION /**/
# #define HAVE_NETINET_SCTP_H 1
# #define HAVE_LIBSCTP 1
# #define HAVE_SCTP_ADAPTATION_LAYER_EVENT 1
# #define WANT_SCTP /**/
# #define WANT_FIRST_BURST /**/
# #define USE_PROC_STAT /**/
#
# configure: exit 0