Build of trickle with musl toolchain

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

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

SLOCLanguage
7,815 sh
4,653 ansic
12,468 total

The process tree of the build process is here.

List of Errors

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

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: trickle 1.07-8 (Wed Apr 5 00:53:45 UTC 2017)
# ==> Checking runtime dependencies...
# ==> 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 whether make sets $(MAKE)... yes
# checking for working aclocal-1.4... missing
# checking for working autoconf... found
# checking for working automake-1.4... missing
# checking for working autoheader... found
# checking for working makeinfo... found
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# 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 ANSI C... none needed
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for socket in -lsocket... no
# checking for gethostbyname in -lnsl... no
# checking for dlopen in -ldl... yes
# checking for err in -lc... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking if libc defines __progname... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking err.h usability... yes
# checking err.h presence... yes
# checking for err.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking asm/poll.h usability... no
# checking asm/poll.h presence... no
# checking for asm/poll.h... no
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for u_int64_t... yes
# checking for u_int32_t... yes
# checking for u_int16_t... yes
# checking for u_int8_t... yes
# checking for in_addr_t... no
# checking whether clang needs -traditional... no
# checking return type of signal handlers... void
# checking for socket... yes
# checking for strlcat... yes
# checking for strlcpy... yes
# checking for daemon... yes
# checking for setenv... yes
# checking for strsep... yes
# checking for sendfile... yes
# checking for libevent... yes
# checking if underscores are needed for symbols... no
# checking if we can access libc without dlopen... no
# checking if we can access libc with libc.so... no
# checking if we can access libc with /usr/lib/libc.so... no
# checking if we can access libc with /usr/lib/libc.so.6... no
# checking if we can access libc with /lib/libc.so.6... no
# configure: error: Couldn't figure out how to access libc
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/trickle/src/trickle-1.07/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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0fad4eddb311
# 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
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1528: checking build system type
# configure:1546: result: x86_64-unknown-linux-gnu
# configure:1554: checking host system type
# configure:1568: result: x86_64-unknown-linux-gnu
# configure:1576: checking target system type
# configure:1590: result: x86_64-unknown-linux-gnu
# configure:1619: checking for a BSD-compatible install
# configure:1674: result: /usr/bin/install -c
# configure:1685: checking whether build environment is sane
# configure:1728: result: yes
# configure:1743: checking whether make sets $(MAKE)
# configure:1763: result: yes
# configure:1795: checking for working aclocal-1.4
# configure:1806: result: missing
# configure:1810: checking for working autoconf
# configure:1817: result: found
# configure:1825: checking for working automake-1.4
# configure:1836: result: missing
# configure:1840: checking for working autoheader
# configure:1847: result: found
# configure:1855: checking for working makeinfo
# configure:1862: result: found
# configure:1885: checking for x86_64-unknown-linux-gcc
# configure:1911: result: clang
# configure:2193: checking for C compiler version
# configure:2196: clang --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2199: $? = 0
# configure:2201: clang -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2204: $? = 0
# configure:2206: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2209: $? = 1
# configure:2232: checking for C compiler default output file name
# configure:2235: clang conftest.c >&5
# configure:2238: $? = 0
# configure:2284: result: a.out
# configure:2289: checking whether the C compiler works
# configure:2295: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2298: $? = 127
# configure:2315: result: yes
# configure:2322: checking whether we are cross compiling
# configure:2324: result: yes
# configure:2327: checking for suffix of executables
# configure:2329: clang -o conftest conftest.c >&5
# configure:2332: $? = 0
# configure:2357: result:
# configure:2363: checking for suffix of object files
# configure:2384: clang -c conftest.c >&5
# configure:2387: $? = 0
# configure:2409: result: o
# configure:2413: checking whether we are using the GNU C compiler
# configure:2437: clang -c conftest.c >&5
# configure:2443: $? = 0
# configure:2447: test -z
# || test ! -s conftest.err
# configure:2450: $? = 0
# configure:2453: test -s conftest.o
# configure:2456: $? = 0
# configure:2469: result: yes
# configure:2475: checking whether clang accepts -g
# configure:2496: clang -c -g conftest.c >&5
# configure:2502: $? = 0
# configure:2506: test -z
# || test ! -s conftest.err
# configure:2509: $? = 0
# configure:2512: test -s conftest.o
# configure:2515: $? = 0
# configure:2526: result: yes
# configure:2543: checking for clang option to accept ANSI C
# configure:2613: clang -c conftest.c >&5
# configure:2619: $? = 0
# configure:2623: test -z
# || test ! -s conftest.err
# configure:2626: $? = 0
# configure:2629: test -s conftest.o
# configure:2632: $? = 0
# configure:2650: result: none needed
# configure:2668: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2674: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2880: checking for a sed that does not truncate output
# configure:2934: result: /usr/sbin/sed
# configure:2937: checking for egrep
# configure:2947: result: grep -E
# configure:2963: checking for ld used by clang
# configure:3030: result: /sysroot/bin/ld
# configure:3039: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:3054: result: yes
# configure:3059: checking for /sysroot/bin/ld option to reload object files
# configure:3066: result: -r
# configure:3084: checking for BSD-compatible nm
# configure:3126: result: nm
# configure:3130: checking whether ln -s works
# configure:3134: result: yes
# configure:3141: checking how to recognise dependent libraries
# configure:3313: result: pass_all
# configure:3398: clang -c conftest.c >&5
# configure:3401: $? = 0
# configure:3527: checking how to run the C preprocessor
# configure:3562: clang -E conftest.c
# configure:3568: $? = 0
# configure:3600: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3606: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | /* end confdefs.h. */
# | #include
# configure:3645: result: clang -E
# configure:3669: clang -E conftest.c
# configure:3675: $? = 0
# configure:3707: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3713: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | /* end confdefs.h. */
# | #include
# configure:3757: checking for ANSI C header files
# configure:3782: clang -c conftest.c >&5
# configure:3788: $? = 0
# configure:3792: test -z
# || test ! -s conftest.err
# configure:3795: $? = 0
# configure:3798: test -s conftest.o
# configure:3801: $? = 0
# configure:3913: result: yes
# configure:3937: checking for sys/types.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for sys/stat.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for stdlib.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for string.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for memory.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for strings.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for inttypes.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for stdint.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for unistd.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:4009: checking dlfcn.h usability
# configure:4021: clang -c conftest.c >&5
# configure:4027: $? = 0
# configure:4031: test -z
# || test ! -s conftest.err
# configure:4034: $? = 0
# configure:4037: test -s conftest.o
# configure:4040: $? = 0
# configure:4050: result: yes
# configure:4054: checking dlfcn.h presence
# configure:4064: clang -E conftest.c
# configure:4070: $? = 0
# configure:4090: result: yes
# configure:4125: checking for dlfcn.h
# configure:4132: result: yes
# configure:4155: checking for x86_64-unknown-linux-g++
# configure:4181: result: clang++
# configure:4239: checking for C++ compiler version
# configure:4242: clang++ --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4245: $? = 0
# configure:4247: clang++ -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4250: $? = 0
# configure:4252: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4255: $? = 1
# configure:4258: checking whether we are using the GNU C++ compiler
# configure:4282: clang++ -c conftest.cc >&5
# configure:4288: $? = 0
# configure:4292: test -z
# || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4314: result: yes
# configure:4320: checking whether clang++ accepts -g
# configure:4341: clang++ -c -g conftest.cc >&5
# configure:4347: $? = 0
# configure:4351: test -z
# || test ! -s conftest.err
# configure:4354: $? = 0
# configure:4357: test -s conftest.o
# configure:4360: $? = 0
# configure:4371: result: yes
# configure:4413: clang++ -c conftest.cc >&5
# configure:4419: $? = 0
# configure:4423: test -z
# || test ! -s conftest.err
# configure:4426: $? = 0
# configure:4429: test -s conftest.o
# configure:4432: $? = 0
# configure:4458: clang++ -c conftest.cc >&5
# conftest.cc:26:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:4464: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:22:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:22:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# In file included from conftest.cc:23:
# In file included from /sysroot/bin/../include/c++/v1/stdlib.h:94:
# /sysroot/include/stdlib.h:46:16: error: 'exit' is missing exception specification 'throw()'
# _Noreturn void exit (int);
# ^
# conftest.cc:22:17: note: previous declaration is here
# extern "C" void exit (int) throw ();
# ^
# 1 error generated.
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void exit (int) throw ();
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# configure:4419: $? = 0
# configure:4423: test -z
# || test ! -s conftest.err
# configure:4426: $? = 0
# configure:4429: test -s conftest.o
# configure:4432: $? = 0
# configure:4458: clang++ -c conftest.cc >&5
# configure:4464: $? = 0
# configure:4468: test -z
# || test ! -s conftest.err
# configure:4471: $? = 0
# configure:4474: test -s conftest.o
# configure:4477: $? = 0
# configure:4510: checking how to run the C++ preprocessor
# configure:4541: clang++ -E conftest.cc
# configure:4547: $? = 0
# configure:4579: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4585: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4624: result: clang++ -E
# configure:4648: clang++ -E conftest.cc
# configure:4654: $? = 0
# configure:4686: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4692: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4747: checking for x86_64-unknown-linux-g77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-frt
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fort77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fl32
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-af77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-epcf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fort
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-ifc
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-efc
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-lf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-gfortran
# configure:4776: result: no
# configure:4789: checking for g77
# configure:4818: result: no
# configure:4789: checking for f77
# configure:4818: result: no
# configure:4789: checking for xlf
# configure:4818: result: no
# configure:4789: checking for frt
# configure:4818: result: no
# configure:4789: checking for pgf77
# configure:4818: result: no
# configure:4789: checking for fort77
# configure:4818: result: no
# configure:4789: checking for fl32
# configure:4818: result: no
# configure:4789: checking for af77
# configure:4818: result: no
# configure:4789: checking for f90
# configure:4818: result: no
# configure:4789: checking for xlf90
# configure:4818: result: no
# configure:4789: checking for pgf90
# configure:4818: result: no
# configure:4789: checking for epcf90
# configure:4818: result: no
# configure:4789: checking for f95
# configure:4805: found /usr/sbin/f95
# configure:4815: result: f95
# configure:4830: checking for Fortran 77 compiler version
# configure:4833: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4836: $? = 0
# configure:4838: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4841: $? = 0
# configure:4843: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:4846: $? = 1
# configure:4854: checking whether we are using the GNU Fortran 77 compiler
# configure:4868: f95 -c conftest.F >&5
# configure:4874: $? = 0
# configure:4878: test -z
# || test ! -s conftest.err
# configure:4881: $? = 0
# configure:4884: test -s conftest.o
# configure:4887: $? = 0
# configure:4900: result: yes
# configure:4906: checking whether f95 accepts -g
# configure:4918: f95 -c -g conftest.f >&5
# configure:4924: $? = 0
# configure:4928: test -z
# || test ! -s conftest.err
# configure:4931: $? = 0
# configure:4934: test -s conftest.o
# configure:4937: $? = 0
# configure:4949: result: yes
# configure:4979: checking the maximum length of command line arguments
# configure:5058: result: 32768
# configure:5069: checking command to parse nm output from clang object
# configure:5165: clang -c conftest.c >&5
# configure:5168: $? = 0
# configure:5172: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:5175: $? = 0
# configure:5227: clang -o conftest conftest.c conftstm.o >&5
# configure:5230: $? = 0
# configure:5268: result: ok
# configure:5272: checking for objdir
# configure:5287: result: .libs
# configure:5339: checking for x86_64-unknown-linux-ar
# configure:5368: result: no
# configure:5377: checking for ar
# configure:5393: found /sysroot/bin/ar
# configure:5404: result: ar
# configure:5419: checking for x86_64-unknown-linux-ranlib
# configure:5448: result: no
# configure:5457: checking for ranlib
# configure:5473: found /sysroot/bin/ranlib
# configure:5484: result: ranlib
# configure:5499: checking for x86_64-unknown-linux-strip
# configure:5528: result: no
# configure:5537: checking for strip
# configure:5553: found /sysroot/bin/strip
# configure:5564: result: strip
# configure:5828: checking if clang static flag works
# configure:5851: result: yes
# configure:5869: checking if clang supports -fno-rtti -fno-exceptions
# configure:5887: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:5891: $? = 0
# configure:5902: result: yes
# configure:5917: checking for clang option to produce PIC
# configure:6104: result: -fPIC
# configure:6112: checking if clang PIC flag -fPIC works
# configure:6130: clang -c -fPIC -DPIC conftest.c >&5
# configure:6134: $? = 0
# configure:6145: result: yes
# configure:6169: checking if clang supports -c -o file.o
# configure:6190: clang -c -o out/conftest2.o conftest.c >&5
# configure:6194: $? = 0
# configure:6214: result: yes
# configure:6240: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:7089: result: yes
# configure:7115: checking whether -lc should be explicitly linked in
# configure:7120: clang -c conftest.c >&5
# configure:7123: $? = 0
# configure:7137: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7140: $? = 0
# configure:7152: result: no
# configure:7160: checking dynamic linker characteristics
# configure:7700: result: GNU/Linux ld.so
# configure:7704: checking how to hardcode library paths into programs
# configure:7729: result: immediate
# configure:7743: checking whether stripping libraries is possible
# configure:7748: result: yes
# configure:8578: checking if libtool supports shared libraries
# configure:8580: result: yes
# configure:8583: checking whether to build shared libraries
# configure:8604: result: yes
# configure:8607: checking whether to build static libraries
# configure:8611: result: yes
# configure:8703: creating libtool
# configure:9252: checking for ld used by clang++
# configure:9319: result: /sysroot/bin/ld -m elf_x86_64
# configure:9328: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:9343: result: yes
# configure:9394: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10261: result: yes
# configure:10279: clang++ -c conftest.cc >&5
# configure:10282: $? = 0
# configure:10378: checking for clang++ option to produce PIC
# configure:10640: result: -fPIC
# configure:10648: checking if clang++ PIC flag -fPIC works
# configure:10666: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:10670: $? = 0
# configure:10681: result: yes
# configure:10705: checking if clang++ supports -c -o file.o
# configure:10726: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:10730: $? = 0
# configure:10750: result: yes
# configure:10776: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10801: result: yes
# configure:10872: checking dynamic linker characteristics
# configure:11412: result: GNU/Linux ld.so
# configure:11416: checking how to hardcode library paths into programs
# configure:11441: result: immediate
# configure:11455: checking whether stripping libraries is possible
# configure:11460: result: yes
# configure:12767: checking if libtool supports shared libraries
# configure:12769: result: yes
# configure:12772: checking whether to build shared libraries
# configure:12790: result: yes
# configure:12793: checking whether to build static libraries
# configure:12797: result: yes
# configure:12809: checking for f95 option to produce PIC
# configure:12996: result: -fPIC
# configure:13004: checking if f95 PIC flag -fPIC works
# configure:13022: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13026: $? = 0
# configure:13037: result: yes
# configure:13061: checking if f95 supports -c -o file.o
# configure:13082: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13086: $? = 0
# configure:13106: result: yes
# configure:13132: checking whether the f95 linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:13961: result: yes
# configure:14032: checking dynamic linker characteristics
# configure:14572: result: GNU/Linux ld.so
# configure:14576: checking how to hardcode library paths into programs
# configure:14601: result: immediate
# configure:14615: checking whether stripping libraries is possible
# configure:14620: result: yes
# configure:18717: checking whether make sets $(MAKE)
# configure:18737: result: yes
# configure:18755: checking for x86_64-unknown-linux-ranlib
# configure:18781: result: ranlib
# configure:18845: checking for a BSD-compatible install
# configure:18900: result: /usr/bin/install -c
# configure:18923: checking for socket in -lsocket
# configure:18953: clang -o conftest conftest.c -lsocket >&5
# /sysroot/bin/ld: error: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18959: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char socket ();
# | int
# | main ()
# | {
# | socket ();
# | ;
# | return 0;
# | }
# configure:18985: result: no
# configure:18997: checking for gethostbyname in -lnsl
# configure:19027: clang -o conftest conftest.c -lnsl >&5
# /sysroot/bin/ld: error: cannot find -lnsl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:19033: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char gethostbyname ();
# | int
# | main ()
# | {
# | gethostbyname ();
# | ;
# | return 0;
# | }
# configure:19059: result: no
# configure:19070: checking for dlopen in -ldl
# configure:19100: clang -o conftest conftest.c -ldl >&5
# configure:19106: $? = 0
# configure:19110: test -z
# || test ! -s conftest.err
# configure:19113: $? = 0
# configure:19116: test -s conftest
# configure:19119: $? = 0
# configure:19132: result: yes
# configure:19140: checking for err in -lc
# configure:19170: clang -o conftest conftest.c -lc -ldl >&5
# configure:19176: $? = 0
# configure:19180: test -z
# || test ! -s conftest.err
# configure:19183: $? = 0
# configure:19186: test -s conftest
# configure:19189: $? = 0
# configure:19202: result: yes
# configure:19212: checking for ANSI C header files
# configure:19368: result: yes
# configure:19378: checking for sys/wait.h that is POSIX.1 compatible
# configure:19409: clang -c conftest.c >&5
# configure:19415: $? = 0
# configure:19419: test -z
# || test ! -s conftest.err
# configure:19422: $? = 0
# configure:19425: test -s conftest.o
# configure:19428: $? = 0
# configure:19439: result: yes
# configure:19450: checking if libc defines __progname
# configure:19472: clang -o conftest conftest.c -ldl >&5
# conftest.c:31:27: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
# extern char *__progname; printf("%s", __progname);
# ^
# conftest.c:31:27: note: include the header or explicitly provide a declaration for 'printf'
# 1 warning generated.
# configure:19478: $? = 0
# configure:19482: test -z
# || test ! -s conftest.err
# configure:19485: $? = 0
# configure:19488: test -s conftest
# configure:19491: $? = 0
# configure:19505: result: yes
# configure:19535: checking sys/ioctl.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking sys/ioctl.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for sys/ioctl.h
# configure:19658: result: yes
# configure:19535: checking sys/time.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking sys/time.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for sys/time.h
# configure:19658: result: yes
# configure:19535: checking err.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking err.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for err.h
# configure:19658: result: yes
# configure:19535: checking time.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking time.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for time.h
# configure:19658: result: yes
# configure:19526: checking for unistd.h
# configure:19531: result: yes
# configure:19526: checking for stdint.h
# configure:19531: result: yes
# configure:19535: checking netinet/in.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking netinet/in.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for netinet/in.h
# configure:19658: result: yes
# configure:19535: checking asm/poll.h usability
# configure:19547: clang -c conftest.c >&5
# conftest.c:69:10: fatal error: 'asm/poll.h' file not found
# #include
# ^
# 1 error generated.
# configure:19553: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:19576: result: no
# configure:19580: checking asm/poll.h presence
# configure:19590: clang -E conftest.c
# conftest.c:35:10: fatal error: 'asm/poll.h' file not found
# #include
# ^
# 1 error generated.
# configure:19596: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | /* end confdefs.h. */
# | #include
# configure:19616: result: no
# configure:19651: checking for asm/poll.h
# configure:19658: result: no
# configure:19672: checking for an ANSI C-conforming const
# configure:19739: clang -c conftest.c >&5
# configure:19745: $? = 0
# configure:19749: test -z
# || test ! -s conftest.err
# configure:19752: $? = 0
# configure:19755: test -s conftest.o
# configure:19758: $? = 0
# configure:19769: result: yes
# configure:19779: checking for pid_t
# configure:19803: clang -c conftest.c >&5
# configure:19809: $? = 0
# configure:19813: test -z
# || test ! -s conftest.err
# configure:19816: $? = 0
# configure:19819: test -s conftest.o
# configure:19822: $? = 0
# configure:19833: result: yes
# configure:19845: checking for size_t
# configure:19869: clang -c conftest.c >&5
# configure:19875: $? = 0
# configure:19879: test -z
# || test ! -s conftest.err
# configure:19882: $? = 0
# configure:19885: test -s conftest.o
# configure:19888: $? = 0
# configure:19899: result: yes
# configure:19911: checking whether time.h and sys/time.h may both be included
# configure:19936: clang -c conftest.c >&5
# configure:19942: $? = 0
# configure:19946: test -z
# || test ! -s conftest.err
# configure:19949: $? = 0
# configure:19952: test -s conftest.o
# configure:19955: $? = 0
# configure:19966: result: yes
# configure:19976: checking for u_int64_t
# configure:20000: clang -c conftest.c >&5
# configure:20006: $? = 0
# configure:20010: test -z
# || test ! -s conftest.err
# configure:20013: $? = 0
# configure:20016: test -s conftest.o
# configure:20019: $? = 0
# configure:20030: result: yes
# configure:20042: checking for u_int32_t
# configure:20066: clang -c conftest.c >&5
# configure:20072: $? = 0
# configure:20076: test -z
# || test ! -s conftest.err
# configure:20079: $? = 0
# configure:20082: test -s conftest.o
# configure:20085: $? = 0
# configure:20096: result: yes
# configure:20108: checking for u_int16_t
# configure:20132: clang -c conftest.c >&5
# configure:20138: $? = 0
# configure:20142: test -z
# || test ! -s conftest.err
# configure:20145: $? = 0
# configure:20148: test -s conftest.o
# configure:20151: $? = 0
# configure:20162: result: yes
# configure:20174: checking for u_int8_t
# configure:20198: clang -c conftest.c >&5
# configure:20204: $? = 0
# configure:20208: test -z
# || test ! -s conftest.err
# configure:20211: $? = 0
# configure:20214: test -s conftest.o
# configure:20217: $? = 0
# configure:20228: result: yes
# configure:20240: checking for in_addr_t
# configure:20264: clang -c conftest.c >&5
# conftest.c:73:17: error: expected expression
# if ((in_addr_t *) 0)
# ^
# conftest.c:73:6: error: use of undeclared identifier 'in_addr_t'
# if ((in_addr_t *) 0)
# ^
# conftest.c:75:13: error: use of undeclared identifier 'in_addr_t'
# if (sizeof (in_addr_t))
# ^
# 3 errors generated.
# configure:20270: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((in_addr_t *) 0)
# | return 0;
# | if (sizeof (in_addr_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20294: result: no
# configure:20308: checking whether clang needs -traditional
# conftest.c:37:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:37:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:20350: result: no
# configure:20357: checking return type of signal handlers
# configure:20388: clang -c conftest.c >&5
# configure:20394: $? = 0
# configure:20398: test -z
# || test ! -s conftest.err
# configure:20401: $? = 0
# configure:20404: test -s conftest.o
# configure:20407: $? = 0
# configure:20418: result: void
# configure:20430: checking for socket
# configure:20487: clang -o conftest conftest.c -ldl >&5
# configure:20493: $? = 0
# configure:20497: test -z
# || test ! -s conftest.err
# configure:20500: $? = 0
# configure:20503: test -s conftest
# configure:20506: $? = 0
# configure:20518: result: yes
# configure:20536: checking for strlcat
# configure:20593: clang -o conftest conftest.c -ldl >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:63:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for strlcpy
# configure:20593: clang -o conftest conftest.c -ldl >&5
# conftest.c:64:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:64:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for daemon
# configure:20593: clang -o conftest conftest.c -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for setenv
# configure:20593: clang -o conftest conftest.c -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for strsep
# configure:20593: clang -o conftest conftest.c -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20649: checking for sendfile
# configure:20706: clang -o conftest conftest.c -ldl >&5
# configure:20712: $? = 0
# configure:20716: test -z
# || test ! -s conftest.err
# configure:20719: $? = 0
# configure:20722: test -s conftest
# configure:20725: $? = 0
# configure:20737: result: yes
# configure:20748: checking for libevent
# configure:20793: result: yes
# configure:20800: checking if underscores are needed for symbols
# configure:20803: result: no
# configure:20862: checking if we can access libc without dlopen
# configure:20865: result: no
# configure:20934: checking if we can access libc with libc.so
# configure:20937: result: no
# configure:20934: checking if we can access libc with /usr/lib/libc.so
# configure:20937: result: no
# configure:20934: checking if we can access libc with /usr/lib/libc.so.6
# configure:20937: result: no
# configure:20934: checking if we can access libc with /lib/libc.so.6
# configure:20937: result: no
# configure:20997: error: Couldn't figure out how to access libc
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_daemon=yes
# ac_cv_func_sendfile=yes
# ac_cv_func_setenv=yes
# ac_cv_func_socket=yes
# ac_cv_func_strlcat=yes
# ac_cv_func_strlcpy=yes
# ac_cv_func_strsep=yes
# ac_cv_header_asm_poll_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_err_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_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_stat_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_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_c_err=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_nsl_gethostbyname=no
# ac_cv_lib_socket_socket=no
# ac_cv_libc_defines___progname=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type_in_addr_t=no
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int64_t=yes
# ac_cv_type_u_int8_t=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/sbin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='/tmp/trickle/src/trickle-1.07/missing aclocal-1.4'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='/tmp/trickle/src/trickle-1.07/missing automake-1.4'
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# ERRO=''
# EVENTINC=''
# EVENTLIB='-levent'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBDL='-ldl'
# LIBOBJS=''
# LIBS=' -ldl'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='makeinfo'
# OBJEXT='o'
# PACKAGE='trickle'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.07'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='NONE'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# 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. ##
# ## ----------- ##
#
# #define HAVE_DAEMON 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERR_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SENDFILE 1
# #define HAVE_SETENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRLCAT 1
# #define HAVE_STRLCPY 1
# #define HAVE_STRSEP 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE___PROGNAME 1
# #define PACKAGE "trickle"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "1.07"
# #define in_addr_t unsigned long
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int);
#
# configure: exit 1