1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-09 08:56:15 +00:00
2015-12-13 22:34:58 +09:00

3036 lines
109 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Check configure 0.10.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 4.2.0-16-generic
uname -s = Linux
uname -v = #19-Ubuntu SMP Thu Oct 8 14:46:51 UTC 2015
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2707: checking for a BSD-compatible install
configure:2775: result: /usr/bin/install -c
configure:2786: checking whether build environment is sane
configure:2836: result: yes
configure:2977: checking for a thread-safe mkdir -p
configure:3016: result: /bin/mkdir -p
configure:3029: checking for gawk
configure:3045: found /usr/bin/gawk
configure:3056: result: gawk
configure:3067: checking whether make sets $(MAKE)
configure:3089: result: yes
configure:3186: checking for style of include used by make
configure:3214: result: GNU
configure:3285: checking for gcc
configure:3301: found /usr/bin/gcc
configure:3312: result: gcc
configure:3541: checking for C compiler version
configure:3550: gcc --version >&5
gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
Copyright (C) 2015 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:3561: $? = 0
configure:3550: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
configure:3561: $? = 0
configure:3550: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3561: $? = 1
configure:3550: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3561: $? = 1
configure:3581: checking whether the C compiler works
configure:3603: gcc conftest.c >&5
configure:3607: $? = 0
configure:3655: result: yes
configure:3658: checking for C compiler default output file name
configure:3660: result: a.out
configure:3666: checking for suffix of executables
configure:3673: gcc -o conftest conftest.c >&5
configure:3677: $? = 0
configure:3699: result:
configure:3721: checking whether we are cross compiling
configure:3729: gcc -o conftest conftest.c >&5
configure:3733: $? = 0
configure:3740: ./conftest
configure:3744: $? = 0
configure:3759: result: no
configure:3764: checking for suffix of object files
configure:3786: gcc -c conftest.c >&5
configure:3790: $? = 0
configure:3811: result: o
configure:3815: checking whether we are using the GNU C compiler
configure:3834: gcc -c conftest.c >&5
configure:3834: $? = 0
configure:3843: result: yes
configure:3852: checking whether gcc accepts -g
configure:3872: gcc -c -g conftest.c >&5
configure:3872: $? = 0
configure:3913: result: yes
configure:3930: checking for gcc option to accept ISO C89
configure:3994: gcc -c -g -O2 conftest.c >&5
configure:3994: $? = 0
configure:4007: result: none needed
configure:4029: checking dependency style of gcc
configure:4140: result: gcc3
configure:4161: checking how to run the C preprocessor
configure:4192: gcc -E conftest.c
configure:4192: $? = 0
configure:4206: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4206: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4231: result: gcc -E
configure:4251: gcc -E conftest.c
configure:4251: $? = 0
configure:4265: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4294: checking for grep that handles long lines and -e
configure:4352: result: /bin/grep
configure:4357: checking for egrep
configure:4419: result: /bin/grep -E
configure:4424: checking for ANSI C header files
configure:4444: gcc -c -g -O2 conftest.c >&5
configure:4444: $? = 0
configure:4517: gcc -o conftest -g -O2 conftest.c >&5
configure:4517: $? = 0
configure:4517: ./conftest
configure:4517: $? = 0
configure:4528: result: yes
configure:4541: checking for sys/types.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for sys/stat.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for stdlib.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for string.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for memory.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for strings.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for inttypes.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for stdint.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4541: checking for unistd.h
configure:4541: gcc -c -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4541: result: yes
configure:4554: checking minix/config.h usability
configure:4554: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4554: result: no
configure:4554: checking minix/config.h presence
configure:4554: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4554: result: no
configure:4554: checking for minix/config.h
configure:4554: result: no
configure:4575: checking whether it is safe to define __EXTENSIONS__
configure:4593: gcc -c -g -O2 conftest.c >&5
configure:4593: $? = 0
configure:4600: result: yes
configure:4633: checking whether make supports nested variables
configure:4650: result: yes
configure:4774: checking for a sed that does not truncate output
configure:4838: result: /bin/sed
configure:4847: checking for gawk
configure:4874: result: gawk
configure:4933: checking for gcc
configure:4960: result: gcc
configure:5189: checking for C compiler version
configure:5198: gcc --version >&5
gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
Copyright (C) 2015 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:5209: $? = 0
configure:5198: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/5/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
configure:5209: $? = 0
configure:5198: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5209: $? = 1
configure:5198: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5209: $? = 1
configure:5213: checking whether we are using the GNU C compiler
configure:5241: result: yes
configure:5250: checking whether gcc accepts -g
configure:5311: result: yes
configure:5328: checking for gcc option to accept ISO C89
configure:5405: result: none needed
configure:5427: checking dependency style of gcc
configure:5538: result: gcc3
configure:5555: checking whether gcc and cc understand -c and -o together
configure:5586: gcc -c conftest.c -o conftest2.o >&5
configure:5590: $? = 0
configure:5596: gcc -c conftest.c -o conftest2.o >&5
configure:5600: $? = 0
configure:5611: cc -c conftest.c >&5
configure:5615: $? = 0
configure:5623: cc -c conftest.c -o conftest2.o >&5
configure:5627: $? = 0
configure:5633: cc -c conftest.c -o conftest2.o >&5
configure:5637: $? = 0
configure:5655: result: yes
configure:5681: checking whether ln -s works
configure:5685: result: yes
configure:5743: checking for ar
configure:5759: found /usr/bin/ar
configure:5770: result: ar
configure:5796: checking the archiver (ar) interface
configure:5806: gcc -c -g -O2 conftest.c >&5
configure:5806: $? = 0
configure:5808: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5811: $? = 0
configure:5834: result: ar
configure:5883: checking build system type
configure:5897: result: i686-pc-linux-gnu
configure:5917: checking host system type
configure:5930: result: i686-pc-linux-gnu
configure:5971: checking how to print strings
configure:5998: result: printf
configure:6019: checking for a sed that does not truncate output
configure:6083: result: /bin/sed
configure:6101: checking for fgrep
configure:6163: result: /bin/grep -F
configure:6198: checking for ld used by gcc
configure:6265: result: /usr/bin/ld
configure:6272: checking if the linker (/usr/bin/ld) is GNU ld
configure:6287: result: yes
configure:6299: checking for BSD- or MS-compatible name lister (nm)
configure:6348: result: /usr/bin/nm -B
configure:6478: checking the name lister (/usr/bin/nm -B) interface
configure:6485: gcc -c -g -O2 conftest.c >&5
configure:6488: /usr/bin/nm -B "conftest.o"
configure:6491: output
00000000 B some_variable
configure:6498: result: BSD nm
configure:6502: checking the maximum length of command line arguments
configure:6632: result: 1572864
configure:6649: checking whether the shell understands some XSI constructs
configure:6659: result: yes
configure:6663: checking whether the shell understands "+="
configure:6669: result: yes
configure:6704: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
configure:6744: result: func_convert_file_noop
configure:6751: checking how to convert i686-pc-linux-gnu file names to toolchain format
configure:6771: result: func_convert_file_noop
configure:6778: checking for /usr/bin/ld option to reload object files
configure:6785: result: -r
configure:6859: checking for objdump
configure:6875: found /usr/bin/objdump
configure:6886: result: objdump
configure:6918: checking how to recognize dependent libraries
configure:7120: result: pass_all
configure:7205: checking for dlltool
configure:7235: result: no
configure:7265: checking how to associate runtime and link libraries
configure:7292: result: printf %s\n
configure:7416: checking for archiver @FILE support
configure:7433: gcc -c -g -O2 conftest.c >&5
configure:7433: $? = 0
configure:7436: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7439: $? = 0
configure:7444: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7447: $? = 1
configure:7459: result: @
configure:7517: checking for strip
configure:7533: found /usr/bin/strip
configure:7544: result: strip
configure:7616: checking for ranlib
configure:7632: found /usr/bin/ranlib
configure:7643: result: ranlib
configure:7745: checking command to parse /usr/bin/nm -B output from gcc object
configure:7865: gcc -c -g -O2 conftest.c >&5
configure:7868: $? = 0
configure:7872: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7875: $? = 0
configure:7941: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7944: $? = 0
configure:7982: result: ok
configure:8019: checking for sysroot
configure:8049: result: no
configure:8305: checking for mt
configure:8321: found /bin/mt
configure:8332: result: mt
configure:8355: checking if mt is a manifest tool
configure:8361: mt '-?'
configure:8369: result: no
configure:9008: checking for dlfcn.h
configure:9008: gcc -c -g -O2 conftest.c >&5
configure:9008: $? = 0
configure:9008: result: yes
configure:9214: checking for objdir
configure:9229: result: .libs
configure:9500: checking if gcc supports -fno-rtti -fno-exceptions
configure:9518: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9522: $? = 0
configure:9535: result: no
configure:9862: checking for gcc option to produce PIC
configure:9869: result: -fPIC -DPIC
configure:9877: checking if gcc PIC flag -fPIC -DPIC works
configure:9895: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9899: $? = 0
configure:9912: result: yes
configure:9941: checking if gcc static flag -static works
configure:9969: result: yes
configure:9984: checking if gcc supports -c -o file.o
configure:10005: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:10009: $? = 0
configure:10031: result: yes
configure:10039: checking if gcc supports -c -o file.o
configure:10086: result: yes
configure:10119: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:11276: result: yes
configure:11313: checking whether -lc should be explicitly linked in
configure:11321: gcc -c -g -O2 conftest.c >&5
configure:11324: $? = 0
configure:11339: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:11342: $? = 0
configure:11356: result: no
configure:11516: checking dynamic linker characteristics
configure:12027: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12027: $? = 0
configure:12261: result: GNU/Linux ld.so
configure:12368: checking how to hardcode library paths into programs
configure:12393: result: immediate
configure:12933: checking whether stripping libraries is possible
configure:12938: result: yes
configure:12973: checking if libtool supports shared libraries
configure:12975: result: yes
configure:12978: checking whether to build shared libraries
configure:12999: result: yes
configure:13002: checking whether to build static libraries
configure:13006: result: yes
configure:13062: checking whether the C compiler accepts the -Wextra flag
configure:13091: gcc -c -g -O2 -Wextra conftest.c >&5
configure:13091: $? = 0
configure:13114: result: yes
configure:13136: checking whether the C compiler accepts the -Wstrict-prototypes flag
configure:13165: gcc -c -g -O2 -Wextra -Wstrict-prototypes conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13165: $? = 0
configure:13188: result: yes
configure:13210: checking whether the C compiler accepts the -Wmissing-prototypes flag
configure:13239: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13239: $? = 0
configure:13262: result: yes
configure:13284: checking whether the C compiler accepts the -Wwrite-strings flag
configure:13313: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13313: $? = 0
configure:13336: result: yes
configure:13358: checking whether the C compiler accepts the -Wno-variadic-macros flag
configure:13387: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13387: $? = 0
configure:13410: result: yes
configure:13432: checking whether the C compiler accepts the -Wimport flag
configure:13461: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13461: $? = 0
configure:13484: result: yes
configure:13506: checking whether the C compiler accepts the -Wfatal-errors flag
configure:13535: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13535: $? = 0
configure:13558: result: yes
configure:13580: checking whether the C compiler accepts the -Wformat=2 flag
configure:13609: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13609: $? = 0
configure:13632: result: yes
configure:13654: checking whether the C compiler accepts the -Winit-self flag
configure:13683: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13683: $? = 0
configure:13706: result: yes
configure:13728: checking whether the C compiler accepts the -Wmissing-include-dirs flag
configure:13757: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13757: $? = 0
configure:13780: result: yes
configure:13802: checking whether the C compiler accepts the -Wswitch-default flag
configure:13831: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13831: $? = 0
configure:13854: result: yes
configure:13876: checking whether the C compiler accepts the -Wunknown-pragmas flag
configure:13905: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13905: $? = 0
configure:13928: result: yes
configure:14032: checking for gcov
configure:14048: found /usr/bin/gcov
configure:14059: result: gcov
configure:14075: checking for lcov
configure:14105: result: no
configure:14118: checking for genhtml
configure:14148: result: no
configure:14161: checking for tex
configure:14191: result: no
configure:14204: WARNING: tex not installed: cannot rebuild HTML documentation.
configure:14374: checking for the pthreads library -lpthreads
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lpthreads >&5
conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:33:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
conftest.c:32:15: warning: 'th' is used uninitialized in this function [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:14407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14416: result: no
configure:14319: checking whether pthreads work without any flags
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:33:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
conftest.c:32:15: warning: 'th' is used uninitialized in this function [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^
/tmp/ccBDUKeJ.o: In function `main':
/root/05_day/check-0.10.0/conftest.c:32: undefined reference to `pthread_join'
/root/05_day/check-0.10.0/conftest.c:33: undefined reference to `__pthread_register_cancel'
/root/05_day/check-0.10.0/conftest.c:34: undefined reference to `pthread_create'
/root/05_day/check-0.10.0/conftest.c:34: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:14407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14416: result: no
configure:14324: checking whether pthreads work with -Kthread
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -Kthread conftest.c >&5
gcc: error: unrecognized command line option '-Kthread'
configure:14407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14416: result: no
configure:14324: checking whether pthreads work with -kthread
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -kthread conftest.c >&5
gcc: error: unrecognized command line option '-kthread'
configure:14407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14416: result: no
configure:14374: checking for the pthreads library -llthread
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -llthread >&5
conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:33:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
conftest.c:32:15: warning: 'th' is used uninitialized in this function [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:14407: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:14416: result: no
configure:14324: checking whether pthreads work with -pthread
configure:14407: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -pthread conftest.c >&5
conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:33:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_attr_init(0); pthread_cleanup_push(0, 0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_create(0,0,0,0); pthread_cleanup_pop(0);
^
conftest.c:34:22: warning: null argument where non-null required (argument 3) [-Wnonnull]
conftest.c:32:15: warning: 'th' is used uninitialized in this function [-Wuninitialized]
pthread_t th; pthread_join(th, 0);
^
configure:14407: $? = 0
configure:14416: result: yes
configure:14435: checking for joinable pthread attribute
configure:14450: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas -pthread conftest.c >&5
conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14450: $? = 0
configure:14456: result: PTHREAD_CREATE_JOINABLE
configure:14466: checking if more special flags are required for pthreads
configure:14473: result: no
configure:14558: checking for floor in -lm
configure:14583: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lm >&5
conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char floor ();
^
conftest.c:36:6: warning: conflicting types for built-in function 'floor'
char floor ();
^
conftest.c:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14583: $? = 0
configure:14592: result: yes
configure:14606: checking for clock_gettime, timer_create, timer_settime, timer_delete in -lrt
configure:14631: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char clock_gettime, timer_create, timer_settime, timer_delete ();
^
conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14631: $? = 0
configure:14640: result: yes
configure:14656: checking for struct timespec.tv_sec
configure:14656: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14656: $? = 0
configure:14656: result: yes
configure:14677: checking for struct timespec.tv_nsec
configure:14677: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14677: $? = 0
configure:14677: result: yes
configure:14704: checking for struct itimerspec.it_interval
configure:14704: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:44:5: error: used struct type value where scalar is required
if (ac_aggr.it_interval)
^
compilation terminated due to -Wfatal-errors.
configure:14704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| /* end confdefs.h. */
|
| #include <time.h>
| #if defined(HAVE_PTHREAD)
| #include <pthread.h>
| #endif /* HAVE_PTHREAD */
|
|
| int
| main ()
| {
| static struct itimerspec ac_aggr;
| if (ac_aggr.it_interval)
| return 0;
| ;
| return 0;
| }
configure:14704: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14704: $? = 0
configure:14704: result: yes
configure:14725: checking for struct itimerspec.it_value
configure:14725: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:45:5: error: used struct type value where scalar is required
if (ac_aggr.it_value)
^
compilation terminated due to -Wfatal-errors.
configure:14725: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| /* end confdefs.h. */
|
| #include <time.h>
| #if defined(HAVE_PTHREAD)
| #include <pthread.h>
| #endif /* HAVE_PTHREAD */
|
|
| int
| main ()
| {
| static struct itimerspec ac_aggr;
| if (ac_aggr.it_value)
| return 0;
| ;
| return 0;
| }
configure:14725: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14725: $? = 0
configure:14725: result: yes
configure:14749: checking for ANSI C header files
configure:14853: result: yes
configure:14861: checking for sys/wait.h that is POSIX.1 compatible
configure:14887: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14887: $? = 0
configure:14894: result: yes
configure:14905: checking fcntl.h usability
configure:14905: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking fcntl.h presence
configure:14905: gcc -E conftest.c
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking for fcntl.h
configure:14905: result: yes
configure:14905: checking stddef.h usability
configure:14905: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking stddef.h presence
configure:14905: gcc -E conftest.c
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking for stddef.h
configure:14905: result: yes
configure:14905: checking for stdlib.h
configure:14905: result: yes
configure:14905: checking for string.h
configure:14905: result: yes
configure:14905: checking sys/time.h usability
configure:14905: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking sys/time.h presence
configure:14905: gcc -E conftest.c
configure:14905: $? = 0
configure:14905: result: yes
configure:14905: checking for sys/time.h
configure:14905: result: yes
configure:14905: checking for unistd.h
configure:14905: result: yes
configure:14916: checking for stdint types
configure:14939: gcc -c conftest.c >&5
configure:14939: $? = 0
configure:14983: result: stdint.h (shortcircuit)
configure:15370: result: make use of stdint.h in check_stdint.h (assuming C99 compatible system)
configure:15432: checking for pkg-config
configure:15465: result: no
configure:15633: checking for an ANSI C-conforming const
configure:15698: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:73:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
*t++ = 0;
^
conftest.c:95:13: warning: 'cs[0]' is used uninitialized in this function [-Wuninitialized]
return !cs[0] && !zero.x;
^
configure:15698: $? = 0
configure:15705: result: yes
configure:15713: checking for pid_t
configure:15713: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15713: $? = 0
configure:15713: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:80:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
compilation terminated due to -Wfatal-errors.
configure:15713: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:15713: result: yes
configure:15724: checking for size_t
configure:15724: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15724: $? = 0
configure:15724: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:80:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
compilation terminated due to -Wfatal-errors.
configure:15724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:15724: result: yes
configure:15736: checking for long long int
configure:15773: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15773: $? = 0
configure:15803: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15803: $? = 0
configure:15803: ./conftest
configure:15803: $? = 0
configure:15818: result: yes
configure:15828: checking for intmax_t
configure:15828: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15828: $? = 0
configure:15828: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:81:23: error: expected expression before ')' token
if (sizeof ((intmax_t)))
^
compilation terminated due to -Wfatal-errors.
configure:15828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| return 0;
| ;
| return 0;
| }
configure:15828: result: yes
configure:15846: checking for unsigned long long int
configure:15883: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15883: $? = 0
configure:15891: result: yes
configure:15901: checking for uintmax_t
configure:15901: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15901: $? = 0
configure:15901: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:83:24: error: expected expression before ')' token
if (sizeof ((uintmax_t)))
^
compilation terminated due to -Wfatal-errors.
configure:15901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintmax_t)))
| return 0;
| ;
| return 0;
| }
configure:15901: result: yes
configure:15918: checking for uint32_t
configure:15918: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15918: $? = 0
configure:15918: result: yes
configure:15932: checking whether time.h and sys/time.h may both be included
configure:15952: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15952: $? = 0
configure:15959: result: yes
configure:15967: checking whether struct tm is in sys/time.h or time.h
configure:15987: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15987: $? = 0
configure:15994: result: time.h
configure:16007: checking size of int
configure:16012: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:82:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (int)); }
^
conftest.c:83:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (int)); }
^
conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16012: $? = 0
configure:16012: ./conftest
configure:16012: $? = 0
configure:16026: result: 4
configure:16040: checking size of short
configure:16045: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:83:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (short)); }
^
conftest.c:84:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (short)); }
^
conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16045: $? = 0
configure:16045: ./conftest
configure:16045: $? = 0
configure:16059: result: 2
configure:16073: checking size of long
configure:16078: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:84:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (long)); }
^
conftest.c:85:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (long)); }
^
conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16078: $? = 0
configure:16078: ./conftest
configure:16078: $? = 0
configure:16092: result: 4
configure:16108: checking for clockid_t
configure:16108: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16108: $? = 0
configure:16108: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:94:24: error: expected expression before ')' token
if (sizeof ((clockid_t)))
^
compilation terminated due to -Wfatal-errors.
configure:16108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if defined(HAVE_PTHREAD)
| #include <pthread.h>
| #endif /* HAVE_PTHREAD */
|
|
| int
| main ()
| {
| if (sizeof ((clockid_t)))
| return 0;
| ;
| return 0;
| }
configure:16108: result: yes
configure:16123: checking for timer_t
configure:16123: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16123: $? = 0
configure:16123: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:94:22: error: expected expression before ')' token
if (sizeof ((timer_t)))
^
compilation terminated due to -Wfatal-errors.
configure:16123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if defined(HAVE_PTHREAD)
| #include <pthread.h>
| #endif /* HAVE_PTHREAD */
|
|
| int
| main ()
| {
| if (sizeof ((timer_t)))
| return 0;
| ;
| return 0;
| }
configure:16123: result: yes
configure:16142: checking for stdlib.h
configure:16142: result: yes
configure:16152: checking for GNU libc compatible malloc
configure:16176: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16176: $? = 0
configure:16176: ./conftest
configure:16176: $? = 0
configure:16186: result: yes
configure:16209: checking for stdlib.h
configure:16209: result: yes
configure:16219: checking for GNU libc compatible realloc
configure:16243: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16243: $? = 0
configure:16243: ./conftest
configure:16243: $? = 0
configure:16253: result: yes
configure:16284: checking for time.h
configure:16284: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
configure:16284: $? = 0
configure:16284: result: yes
configure:16284: checking for stdarg.h
configure:16284: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
configure:16284: $? = 0
configure:16284: result: yes
configure:16284: checking for varargs.h
configure:16284: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
In file included from conftest.c:92:0:
/usr/lib/gcc/i686-linux-gnu/5/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
#error "GCC no longer implements <varargs.h>."
^
compilation terminated due to -Wfatal-errors.
configure:16284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_TIME_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <varargs.h>
configure:16284: result: no
configure:16303: checking for timer_create
configure:16303: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char timer_create ();
^
conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16303: $? = 0
configure:16303: result: yes
configure:16311: checking if timer_create is supported on the system
configure:16349: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:62:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static int test_timer_create()
^
conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16349: $? = 0
configure:16349: ./conftest
configure:16349: $? = 0
configure:16359: result: yes
configure:16474: checking for alarm
configure:16474: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char alarm ();
^
conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16474: $? = 0
configure:16474: result: yes
configure:16487: checking for clock_gettime
configure:16487: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char clock_gettime ();
^
conftest.c:91:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16487: $? = 0
configure:16487: result: yes
configure:16500: checking for getline
configure:16500: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char getline ();
^
conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16500: $? = 0
configure:16500: result: yes
configure:16513: checking for gettimeofday
configure:16513: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char gettimeofday ();
^
conftest.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16513: $? = 0
configure:16513: result: yes
configure:16526: checking for localtime_r
configure:16526: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char localtime_r ();
^
conftest.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16526: $? = 0
configure:16526: result: yes
configure:16539: checking for strdup
configure:16539: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char strdup ();
^
conftest.c:86:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^
conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16539: $? = 0
configure:16539: result: yes
configure:16552: checking for strsignal
configure:16552: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char strsignal ();
^
conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16552: $? = 0
configure:16552: result: yes
configure:16566: checking whether alarm is declared
configure:16566: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16566: $? = 0
configure:16566: result: yes
configure:16576: checking whether clock_gettime is declared
configure:16576: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:106:10: error: 'clock_gettime' undeclared (first use in this function)
(void) clock_gettime;
^
compilation terminated due to -Wfatal-errors.
configure:16576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_TIME_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETLINE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_ALARM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef clock_gettime
| #ifdef __cplusplus
| (void) clock_gettime;
| #else
| (void) clock_gettime;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16576: result: no
configure:16586: checking whether getline gettimeofday is declared
configure:16586: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:103:17: warning: extra tokens at end of #ifndef directive
#ifndef getline gettimeofday
^
conftest.c:107:18: error: expected ';' before 'gettimeofday'
(void) getline gettimeofday;
^
compilation terminated due to -Wfatal-errors.
configure:16586: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_TIME_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETLINE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getline gettimeofday
| #ifdef __cplusplus
| (void) getline gettimeofday;
| #else
| (void) getline gettimeofday;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16586: result: no
configure:16596: checking whether localtime_r is declared
configure:16596: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:108:10: error: 'localtime_r' undeclared (first use in this function)
(void) localtime_r;
^
compilation terminated due to -Wfatal-errors.
configure:16596: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Check"
| #define PACKAGE_TARNAME "check"
| #define PACKAGE_VERSION "0.10.0"
| #define PACKAGE_STRING "Check 0.10.0"
| #define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
| #define PACKAGE_URL ""
| #define PACKAGE "check"
| #define VERSION "0.10.0"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD 1
| #define HAVE_LIBM 1
| #define HAVE_LIBRT 1
| #define HAVE_STRUCT_TIMESPEC_TV_SEC 1
| #define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
| #define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_SUBUNIT 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_INTMAX_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_TIME_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETLINE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_CLOCK_GETTIME 0
| #define HAVE_DECL_GETLINE_GETTIMEOFDAY 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef localtime_r
| #ifdef __cplusplus
| (void) localtime_r;
| #else
| (void) localtime_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16596: result: no
configure:16606: checking whether strdup is declared
configure:16606: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16606: $? = 0
configure:16606: result: yes
configure:16616: checking whether strsignal is declared
configure:16616: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16616: $? = 0
configure:16616: result: yes
configure:16630: checking whether setenv is declared
configure:16630: gcc -c -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c >&5
conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16630: $? = 0
configure:16630: result: yes
configure:16644: checking for setitimer
configure:16644: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:95:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setitimer ();
^
conftest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16644: $? = 0
configure:16644: result: yes
configure:16658: checking for fork
configure:16658: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char fork ();
^
conftest.c:96:6: warning: conflicting types for built-in function 'fork'
char fork ();
^
conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16658: $? = 0
configure:16658: result: yes
configure:16675: checking for sigaction
configure:16675: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char sigaction ();
^
conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16675: $? = 0
configure:16675: result: yes
configure:16686: checking for mkstemp
configure:16686: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char mkstemp ();
^
conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16686: $? = 0
configure:16686: result: yes
configure:16706: checking for vsnprintf
configure:16706: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vsnprintf ();
^
conftest.c:99:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
conftest.c:108:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16706: $? = 0
configure:16706: result: yes
configure:16714: checking whether vsnprintf is C99 compliant
configure:16749: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16749: $? = 0
configure:16749: ./conftest
configure:16749: $? = 0
configure:16759: result: yes
configure:17202: checking for snprintf
configure:17202: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char snprintf ();
^
conftest.c:100:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
conftest.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17202: $? = 0
configure:17202: result: yes
configure:17210: checking whether snprintf is C99 compliant
configure:17233: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17233: $? = 0
configure:17233: ./conftest
configure:17233: $? = 0
configure:17243: result: yes
configure:17366: checking for vasprintf
configure:17366: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vasprintf ();
^
conftest.c:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17366: $? = 0
configure:17366: result: yes
configure:17584: checking for asprintf
configure:17584: gcc -o conftest -g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas conftest.c -lrt -lm >&5
conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char asprintf ();
^
conftest.c:111:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17584: $? = 0
configure:17584: result: yes
configure:17704: checking for gawk
configure:17722: found /usr/bin/gawk
configure:17735: result: /usr/bin/gawk
configure:17931: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Check config.status 0.10.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:1211: creating checkmk/checkmk
config.status:1211: creating check.pc
config.status:1211: creating Makefile
config.status:1211: creating checkmk/Makefile
config.status:1211: creating doc/Makefile
config.status:1211: creating lib/Makefile
config.status:1211: creating src/check.h
config.status:1211: creating src/Makefile
config.status:1211: creating tests/Makefile
config.status:1211: creating tests/test_vars
config.status:1211: creating config.h
config.status:1440: executing depfiles commands
config.status:1440: executing libtool commands
config.status:1440: executing check_stdint.h commands
config.status:2173: creating check_stdint.h : _CHECK_CHECK_STDINT_H
config.status:1440: executing checkmk-x commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_uint32_t=yes
ac_cv_env_AWK_PATH_set=
ac_cv_env_AWK_PATH_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBSUBUNIT_CFLAGS_set=
ac_cv_env_LIBSUBUNIT_CFLAGS_value=
ac_cv_env_LIBSUBUNIT_LIBS_set=
ac_cv_env_LIBSUBUNIT_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alarm=yes
ac_cv_func_asprintf=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_fork=yes
ac_cv_func_getline=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_localtime_r=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mkstemp=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_setitimer=yes
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_strdup=yes
ac_cv_func_strsignal=yes
ac_cv_func_timer_create=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_clock_gettime=no
ac_cv_have_decl_getline_gettimeofday=no
ac_cv_have_decl_localtime_r=no
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strsignal=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_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_header_varargs_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_m_floor=yes
ac_cv_lib_rt_clock_gettime__timer_create__timer_settime__timer_delete=yes
ac_cv_member_struct_itimerspec_it_interval=yes
ac_cv_member_struct_itimerspec_it_value=yes
ac_cv_member_struct_timespec_tv_nsec=yes
ac_cv_member_struct_timespec_tv_sec=yes
ac_cv_objext=o
ac_cv_path_AWK_PATH=/usr/bin/gawk
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GCOV=gcov
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_short=2
ac_cv_stdint_message='using gnu compiler gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_struct_tm=time.h
ac_cv_type_clockid_t=yes
ac_cv_type_intmax_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_timer_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_unsigned_long_long_int=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
ax_cv_c_check_flag__Wextra=yes
ax_cv_c_check_flag__Wfatal_errors=yes
ax_cv_c_check_flag__Wformat_2=yes
ax_cv_c_check_flag__Wimport=yes
ax_cv_c_check_flag__Winit_self=yes
ax_cv_c_check_flag__Wmissing_include_dirs=yes
ax_cv_c_check_flag__Wmissing_prototypes=yes
ax_cv_c_check_flag__Wno_variadic_macros=yes
ax_cv_c_check_flag__Wstrict_prototypes=yes
ax_cv_c_check_flag__Wswitch_default=yes
ax_cv_c_check_flag__Wunknown_pragmas=yes
ax_cv_c_check_flag__Wwrite_strings=yes
hw_cv_func_asprintf=yes
hw_cv_func_snprintf=yes
hw_cv_func_snprintf_c99=yes
hw_cv_func_vasprintf=yes
hw_cv_func_vsnprintf=yes
hw_cv_func_vsnprintf_c99=yes
hw_cv_librt_timers=yes
hw_cv_librt_timers_posix=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /root/05_day/check-0.10.0/build-aux/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /root/05_day/check-0.10.0/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /root/05_day/check-0.10.0/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /root/05_day/check-0.10.0/build-aux/missing --run automake-1.11'
AWK='gawk'
AWK_GSUB_DBL_BSLASH='\\\\'
AWK_PATH='/usr/bin/gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wimport -Wfatal-errors -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wunknown-pragmas'
CHECK_MAJOR_VERSION='0'
CHECK_MICRO_VERSION='0'
CHECK_MINOR_VERSION='10'
CHECK_VERSION='0.10.0'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_GCOV_FALSE=''
ENABLE_GCOV_TRUE='#'
ENABLE_SUBUNIT='0'
EXEEXT=''
FGREP='/bin/grep -F'
GCOV='gcov'
GCOV_CFLAGS=''
GCOV_LIBS=''
GENHTML='false'
GREP='/bin/grep'
HAVE_FORK='1'
INSTALL_CHECKMK_FALSE='#'
INSTALL_CHECKMK_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LCOV='false'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lrt -lm '
LIBSUBUNIT_CFLAGS=''
LIBSUBUNIT_LIBS=''
LIBSUBUNIT_PC=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/05_day/check-0.10.0/build-aux/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_TIMEOUT_TESTS_FALSE=''
NO_TIMEOUT_TESTS_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='check'
PACKAGE_BUGREPORT='check-devel at lists dot sourceforge dot net'
PACKAGE_NAME='Check'
PACKAGE_STRING='Check 0.10.0'
PACKAGE_TARNAME='check'
PACKAGE_URL=''
PACKAGE_VERSION='0.10.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SUBUNIT_FALSE=''
SUBUNIT_TRUE='#'
TEX='false'
VERSION='0.10.0'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /root/05_day/check-0.10.0/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Check"
#define PACKAGE_TARNAME "check"
#define PACKAGE_VERSION "0.10.0"
#define PACKAGE_STRING "Check 0.10.0"
#define PACKAGE_BUGREPORT "check-devel at lists dot sourceforge dot net"
#define PACKAGE_URL ""
#define PACKAGE "check"
#define VERSION "0.10.0"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PTHREAD 1
#define HAVE_LIBM 1
#define HAVE_LIBRT 1
#define HAVE_STRUCT_TIMESPEC_TV_SEC 1
#define HAVE_STRUCT_TIMESPEC_TV_NSEC 1
#define HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL 1
#define HAVE_STRUCT_ITIMERSPEC_IT_VALUE 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define ENABLE_SUBUNIT 0
#define HAVE_LONG_LONG_INT 1
#define HAVE_INTMAX_T 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define TIME_WITH_SYS_TIME 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_TIME_H 1
#define HAVE_STDARG_H 1
#define HAVE_ALARM 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETLINE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALTIME_R 1
#define HAVE_STRDUP 1
#define HAVE_STRSIGNAL 1
#define HAVE_DECL_ALARM 1
#define HAVE_DECL_CLOCK_GETTIME 0
#define HAVE_DECL_GETLINE_GETTIMEOFDAY 0
#define HAVE_DECL_LOCALTIME_R 0
#define HAVE_DECL_STRDUP 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_SETENV 1
#define HAVE_SETITIMER 1
#define HAVE_FORK 1
#define HAVE_SIGACTION 1
#define HAVE_MKSTEMP 1
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1
configure: exit 0