summaryrefslogtreecommitdiff
path: root/support/cpp/config.log
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-18 00:31:54 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-10-18 00:31:54 +0200
commit268a53de823a6750d6256ee1fb1e7707b4b45740 (patch)
tree42c1799a9a82b2f7d9790ee9fe181d72a7274751 /support/cpp/config.log
downloadsdcc-gas-268a53de823a6750d6256ee1fb1e7707b4b45740.tar.gz
sdcc-3.9.0 fork implementing GNU assembler syntax
This fork aims to provide better support for stm8-binutils
Diffstat (limited to 'support/cpp/config.log')
-rw-r--r--support/cpp/config.log2407
1 files changed, 2407 insertions, 0 deletions
diff --git a/support/cpp/config.log b/support/cpp/config.log
new file mode 100644
index 0000000..4f02229
--- /dev/null
+++ b/support/cpp/config.log
@@ -0,0 +1,2407 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ $ ./configure --disable-option-checking --prefix=/usr/local --disable-mcs51-port --disable-z80-port --disable-z180-port --disable-r2k-port --disable-r3ka-port --disable-gbz80-port --disable-tlcs90-port --disable-ez80_z80-port --disable-ds390-port --disable-ds400-port --disable-pic14-port --disable-pic16-port --disable-hc08-port --disable-s08-port --disable-pdk13-port --disable-pdk14-port --disable-pdk15-port --enable-pdk16-port --disable-ucsim --disable-device-lib --disable-packihx --disable-pdk16-port docdir=${datarootdir}/doc/${PACKAGE} --cache-file=/dev/null --srcdir=.
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = xavier-asus
+uname -m = x86_64
+uname -r = 4.15.0-65-generic
+uname -s = Linux
+uname -v = #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019
+
+/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: /home/xavier/.cargo/bin
+PATH: /home/xavier/.local/bin
+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
+PATH: /snap/bin
+PATH: /usr/local/xtensa-esp32-elf/bin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:2411: checking for gcc
+configure:2427: found /usr/bin/gcc
+configure:2438: result: gcc
+configure:2667: checking for C compiler version
+configure:2676: gcc --version >&5
+gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
+Copyright (C) 2017 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:2687: $? = 0
+configure:2676: gcc -v >&5
+Using built-in specs.
+COLLECT_GCC=gcc
+COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
+OFFLOAD_TARGET_NAMES=nvptx-none
+OFFLOAD_TARGET_DEFAULT=1
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --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 --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
+configure:2687: $? = 0
+configure:2676: gcc -V >&5
+gcc: error: unrecognized command line option '-V'
+gcc: fatal error: no input files
+compilation terminated.
+configure:2687: $? = 1
+configure:2676: gcc -qversion >&5
+gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
+gcc: fatal error: no input files
+compilation terminated.
+configure:2687: $? = 1
+configure:2707: checking whether the C compiler works
+configure:2729: gcc conftest.c >&5
+configure:2733: $? = 0
+configure:2781: result: yes
+configure:2784: checking for C compiler default output file name
+configure:2786: result: a.out
+configure:2792: checking for suffix of executables
+configure:2799: gcc -o conftest conftest.c >&5
+configure:2803: $? = 0
+configure:2825: result:
+configure:2847: checking whether we are cross compiling
+configure:2855: gcc -o conftest conftest.c >&5
+configure:2859: $? = 0
+configure:2866: ./conftest
+configure:2870: $? = 0
+configure:2885: result: no
+configure:2890: checking for suffix of object files
+configure:2912: gcc -c conftest.c >&5
+configure:2916: $? = 0
+configure:2937: result: o
+configure:2941: checking whether we are using the GNU C compiler
+configure:2960: gcc -c conftest.c >&5
+configure:2960: $? = 0
+configure:2969: result: yes
+configure:2978: checking whether gcc accepts -g
+configure:2998: gcc -c -g conftest.c >&5
+configure:2998: $? = 0
+configure:3039: result: yes
+configure:3056: checking for gcc option to accept ISO C89
+configure:3119: gcc -c -g -O2 conftest.c >&5
+configure:3119: $? = 0
+configure:3132: result: none needed
+configure:3153: checking whether gcc and cc understand -c and -o together
+configure:3184: gcc -c conftest.c -o conftest2.o >&5
+configure:3188: $? = 0
+configure:3194: gcc -c conftest.c -o conftest2.o >&5
+configure:3198: $? = 0
+configure:3209: cc -c conftest.c >&5
+configure:3213: $? = 0
+configure:3221: cc -c conftest.c -o conftest2.o >&5
+configure:3225: $? = 0
+configure:3231: cc -c conftest.c -o conftest2.o >&5
+configure:3235: $? = 0
+configure:3253: result: yes
+configure:3277: checking how to run the C preprocessor
+configure:3308: gcc -E conftest.c
+configure:3308: $? = 0
+configure:3322: gcc -E conftest.c
+conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
+ #include <ac_nonexistent.h>
+ ^~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:3322: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:3347: result: gcc -E
+configure:3367: gcc -E conftest.c
+configure:3367: $? = 0
+configure:3381: gcc -E conftest.c
+conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
+ #include <ac_nonexistent.h>
+ ^~~~~~~~~~~~~~~~~~
+compilation terminated.
+configure:3381: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:3410: checking for inline
+configure:3426: gcc -c -g -O2 conftest.c >&5
+configure:3426: $? = 0
+configure:3434: result: inline
+configure:3453: checking for built-in _Bool
+configure:3469: gcc -c -g -O2 conftest.c >&5
+configure:3469: $? = 0
+configure:3477: result: yes
+configure:3487: checking size of short
+configure:3507: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:17:20: error: duplicate case value
+ switch (0) case 0: case (sizeof (short) == 4):;
+ ^~~~
+conftest.c:17:12: note: previously used here
+ switch (0) case 0: case (sizeof (short) == 4):;
+ ^~~~
+configure:3507: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| /* end confdefs.h. */
+| #include "confdefs.h"
+| #include <sys/types.h>
+|
+|
+| int
+| main ()
+| {
+| switch (0) case 0: case (sizeof (short) == 4):;
+| ;
+| return 0;
+| }
+configure:3507: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:17:20: error: duplicate case value
+ switch (0) case 0: case (sizeof (short) == 8):;
+ ^~~~
+conftest.c:17:12: note: previously used here
+ switch (0) case 0: case (sizeof (short) == 8):;
+ ^~~~
+configure:3507: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| /* end confdefs.h. */
+| #include "confdefs.h"
+| #include <sys/types.h>
+|
+|
+| int
+| main ()
+| {
+| switch (0) case 0: case (sizeof (short) == 8):;
+| ;
+| return 0;
+| }
+configure:3507: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:17:20: error: duplicate case value
+ switch (0) case 0: case (sizeof (short) == 1):;
+ ^~~~
+conftest.c:17:12: note: previously used here
+ switch (0) case 0: case (sizeof (short) == 1):;
+ ^~~~
+configure:3507: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| /* end confdefs.h. */
+| #include "confdefs.h"
+| #include <sys/types.h>
+|
+|
+| int
+| main ()
+| {
+| switch (0) case 0: case (sizeof (short) == 1):;
+| ;
+| return 0;
+| }
+configure:3507: gcc -c -g -O2 conftest.c >&5
+configure:3507: $? = 0
+configure:3519: result: 2
+configure:3527: checking size of int
+configure:3547: gcc -c -g -O2 conftest.c >&5
+configure:3547: $? = 0
+configure:3559: result: 4
+configure:3567: checking size of long
+configure:3587: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:19:20: error: duplicate case value
+ switch (0) case 0: case (sizeof (long) == 4):;
+ ^~~~
+conftest.c:19:12: note: previously used here
+ switch (0) case 0: case (sizeof (long) == 4):;
+ ^~~~
+configure:3587: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| /* end confdefs.h. */
+| #include "confdefs.h"
+| #include <sys/types.h>
+|
+|
+| int
+| main ()
+| {
+| switch (0) case 0: case (sizeof (long) == 4):;
+| ;
+| return 0;
+| }
+configure:3587: gcc -c -g -O2 conftest.c >&5
+configure:3587: $? = 0
+configure:3599: result: 8
+configure:3609: checking for grep that handles long lines and -e
+configure:3667: result: /bin/grep
+configure:3672: checking for egrep
+configure:3734: result: /bin/grep -E
+configure:3739: checking execution character set
+configure:3776: result: ASCII
+configure:3795: checking whether make sets $(MAKE)
+configure:3817: result: yes
+configure:3827: checking whether a default assembler was specified
+configure:3838: result: no
+configure:3842: checking whether a default linker was specified
+configure:3853: result: no
+configure:3862: checking for gawk
+configure:3878: found /usr/bin/gawk
+configure:3889: result: gawk
+configure:3906: checking whether ln works
+configure:3929: result: yes
+configure:3941: checking whether ln -s works
+configure:3964: result: yes
+configure:4019: checking for ranlib
+configure:4035: found /usr/bin/ranlib
+configure:4046: result: ranlib
+configure:4107: checking for a BSD compatible install
+configure:4149: result: /usr/bin/install -c
+configure:4159: checking for ANSI C header files
+configure:4179: gcc -c -g -O2 conftest.c >&5
+configure:4179: $? = 0
+configure:4252: gcc -o conftest -g -O2 conftest.c >&5
+configure:4252: $? = 0
+configure:4252: ./conftest
+configure:4252: $? = 0
+configure:4263: result: yes
+configure:4271: checking whether time.h and sys/time.h may both be included
+configure:4291: gcc -c -g -O2 conftest.c >&5
+configure:4291: $? = 0
+configure:4298: result: yes
+configure:4306: checking for working stdbool.h
+configure:4322: gcc -c -g -O2 conftest.c >&5
+configure:4322: $? = 0
+configure:4329: result: yes
+configure:4337: checking whether string.h and strings.h may both be included
+configure:4354: gcc -c -g -O2 conftest.c >&5
+configure:4354: $? = 0
+configure:4361: result: yes
+configure:4369: checking for sys/wait.h that is POSIX.1 compatible
+configure:4395: gcc -c -g -O2 conftest.c >&5
+configure:4395: $? = 0
+configure:4402: result: yes
+configure:4415: checking for sys/types.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for sys/stat.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for stdlib.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for string.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for memory.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for strings.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for inttypes.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for stdint.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4415: checking for unistd.h
+configure:4415: gcc -c -g -O2 conftest.c >&5
+configure:4415: $? = 0
+configure:4415: result: yes
+configure:4433: checking limits.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking limits.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for limits.h
+configure:4433: result: yes
+configure:4433: checking stddef.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking stddef.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for stddef.h
+configure:4433: result: yes
+configure:4433: checking for string.h
+configure:4433: result: yes
+configure:4433: checking for strings.h
+configure:4433: result: yes
+configure:4433: checking for stdlib.h
+configure:4433: result: yes
+configure:4433: checking time.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking time.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for time.h
+configure:4433: result: yes
+configure:4433: checking fcntl.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking fcntl.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for fcntl.h
+configure:4433: result: yes
+configure:4433: checking for unistd.h
+configure:4433: result: yes
+configure:4433: checking sys/file.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking sys/file.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for sys/file.h
+configure:4433: result: yes
+configure:4433: checking sys/time.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking sys/time.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for sys/time.h
+configure:4433: result: yes
+configure:4433: checking sys/param.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking sys/param.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for sys/param.h
+configure:4433: result: yes
+configure:4433: checking for sys/stat.h
+configure:4433: result: yes
+configure:4433: checking direct.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+conftest.c:72:10: fatal error: direct.h: No such file or directory
+ #include <direct.h>
+ ^~~~~~~~~~
+compilation terminated.
+configure:4433: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_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 <direct.h>
+configure:4433: result: no
+configure:4433: checking direct.h presence
+configure:4433: gcc -E conftest.c
+conftest.c:39:10: fatal error: direct.h: No such file or directory
+ #include <direct.h>
+ ^~~~~~~~~~
+compilation terminated.
+configure:4433: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| /* end confdefs.h. */
+| #include <direct.h>
+configure:4433: result: no
+configure:4433: checking for direct.h
+configure:4433: result: no
+configure:4433: checking malloc.h usability
+configure:4433: gcc -c -g -O2 conftest.c >&5
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking malloc.h presence
+configure:4433: gcc -E conftest.c
+configure:4433: $? = 0
+configure:4433: result: yes
+configure:4433: checking for malloc.h
+configure:4433: result: yes
+configure:4447: checking for CHAR_BIT
+configure:4471: result: yes
+configure:4517: checking whether byte ordering is bigendian
+configure:4532: gcc -c -g -O2 conftest.c >&5
+conftest.c:41:9: error: unknown type name 'not'
+ not a universal capable compiler
+ ^~~
+conftest.c:41:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
+ not a universal capable compiler
+ ^~~~~~~~~
+conftest.c:41:15: error: unknown type name 'universal'
+configure:4532: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| /* end confdefs.h. */
+| #ifndef __APPLE_CC__
+| not a universal capable compiler
+| #endif
+| typedef int dummy;
+|
+configure:4577: gcc -c -g -O2 conftest.c >&5
+configure:4577: $? = 0
+configure:4595: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:47:4: error: unknown type name 'not'; did you mean 'ino_t'?
+ not big endian
+ ^~~
+ ino_t
+conftest.c:47:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
+ not big endian
+ ^~~~~~
+configure:4595: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| /* end confdefs.h. */
+| #include <sys/types.h>
+| #include <sys/param.h>
+|
+| int
+| main ()
+| {
+| #if BYTE_ORDER != BIG_ENDIAN
+| not big endian
+| #endif
+|
+| ;
+| return 0;
+| }
+configure:4723: result: no
+configure:4745: checking for mktemp
+configure:4761: found /bin/mktemp
+configure:4773: result: yes
+configure:4784: checking for strip
+configure:4800: found /usr/bin/strip
+configure:4812: result: strip
+configure:4822: checking for ar
+configure:4838: found /usr/bin/ar
+configure:4850: result: ar
+configure:4861: checking for preprocessor stringizing operator
+configure:4881: result: yes
+configure:4894: checking for clock
+configure:4894: gcc -o conftest -g -O2 conftest.c >&5
+configure:4894: $? = 0
+configure:4894: result: yes
+configure:4894: checking for strsignal
+configure:4894: gcc -o conftest -g -O2 conftest.c >&5
+configure:4894: $? = 0
+configure:4894: result: yes
+configure:4894: checking for strchr
+configure:4894: gcc -o conftest -g -O2 conftest.c >&5
+conftest.c:66:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch]
+ char strchr ();
+ ^~~~~~
+configure:4894: $? = 0
+configure:4894: result: yes
+configure:4894: checking for strrchr
+configure:4894: gcc -o conftest -g -O2 conftest.c >&5
+conftest.c:67:6: warning: conflicting types for built-in function 'strrchr' [-Wbuiltin-declaration-mismatch]
+ char strrchr ();
+ ^~~~~~~
+configure:4894: $? = 0
+configure:4894: result: yes
+configure:4894: checking for lstat
+configure:4894: gcc -o conftest -g -O2 conftest.c >&5
+configure:4894: $? = 0
+configure:4894: result: yes
+configure:4904: checking for ssize_t
+configure:4904: gcc -c -g -O2 conftest.c >&5
+configure:4904: $? = 0
+configure:4904: gcc -c -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:82:22: error: expected expression before ')' token
+ if (sizeof ((ssize_t)))
+ ^
+configure:4904: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 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 ((ssize_t)))
+| return 0;
+| ;
+| return 0;
+| }
+configure:4904: result: yes
+configure:4918: checking for getpagesize
+configure:4918: gcc -o conftest -g -O2 conftest.c >&5
+configure:4918: $? = 0
+configure:4918: result: yes
+configure:5173: checking for working mmap from /dev/zero
+configure:5193: gcc -o conftest -g -O2 conftest.c >&5
+In file included from conftest.c:47:0:
+ct-mmap.inc: In function 'test_0':
+ct-mmap.inc:59:21: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:102:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 munmap", 3);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:102:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 munmap", 3);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_1':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:112:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 mmap", 4);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:112:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 mmap", 4);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:116:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 fault", 5);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:116:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 fault", 5);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:122:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 1", 6);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:122:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 1", 6);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:128:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 no fault", 7);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:128:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 no fault", 7);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:131:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 2", 8);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:131:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 2", 8);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_2':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:141:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 mmap", 9);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:141:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 mmap", 9);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:145:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 fault", 10);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:145:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 fault", 10);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:151:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 1", 11);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:151:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 1", 11);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:158:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 no fault", 12);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:158:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 no fault", 12);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:162:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 2", 13);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:162:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 2", 13);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_3':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:182:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 1", 14);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:182:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 1", 14);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:185:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 2", 15);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:185:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 2", 15);
+ ^~~~~~~~~~~
+ct-mmap.inc:195:4: warning: incompatible implicit declaration of built-in function 'exit'
+ exit (16);
+ ^~~~
+ct-mmap.inc:195:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:201:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 fault", 17);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:201:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 fault", 17);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:207:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 munmap", 18);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:207:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 munmap", 18);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:212:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 1", 19);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:212:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 1", 19);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:219:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 2", 20);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:219:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 2", 20);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'main':
+ct-mmap.inc:228:8: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration]
+ pg = getpagesize ();
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:232:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("open /dev/zero", 1);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:232:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("open /dev/zero", 1);
+ ^~~~~~~~~~~
+ct-mmap.inc:240:3: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(0);
+ ^~~~
+ct-mmap.inc:240:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
+configure:5193: $? = 0
+configure:5193: ./conftest
+configure:5193: $? = 0
+configure:5207: result: yes
+configure:5215: checking for working mmap with MAP_ANON(YMOUS)
+configure:5230: gcc -o conftest -g -O2 conftest.c >&5
+In file included from conftest.c:49:0:
+ct-mmap.inc: In function 'test_0':
+ct-mmap.inc:59:21: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:97:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 mmap", 2);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:102:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 munmap", 3);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:102:5: note: in expansion of macro 'perror_exit'
+ perror_exit("test 0 munmap", 3);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_1':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:112:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 mmap", 4);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:112:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 mmap", 4);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:116:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 fault", 5);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:116:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 fault", 5);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:122:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 1", 6);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:122:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 1", 6);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:128:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 no fault", 7);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:128:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 no fault", 7);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:131:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 2", 8);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:131:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 1 munmap 2", 8);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_2':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:141:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 mmap", 9);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:141:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 mmap", 9);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:145:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 fault", 10);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:145:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 fault", 10);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:151:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 1", 11);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:151:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 1", 11);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:158:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 no fault", 12);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:158:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 no fault", 12);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:162:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 2", 13);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:162:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 2 munmap 2", 13);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'test_3':
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:182:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 1", 14);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:182:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 1", 14);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:185:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 2", 15);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:185:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 mmap 2", 15);
+ ^~~~~~~~~~~
+ct-mmap.inc:195:4: warning: incompatible implicit declaration of built-in function 'exit'
+ exit (16);
+ ^~~~
+ct-mmap.inc:195:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:201:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 fault", 17);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:201:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 fault", 17);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:207:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 munmap", 18);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:207:5: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 munmap", 18);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:212:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 1", 19);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:212:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 1", 19);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: warning: incompatible implicit declaration of built-in function 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:219:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 2", 20);
+ ^~~~~~~~~~~
+ct-mmap.inc:59:21: note: include '<stdlib.h>' or provide a declaration of 'exit'
+ do { perror(str); exit(val); } while (0)
+ ^
+ct-mmap.inc:219:7: note: in expansion of macro 'perror_exit'
+ perror_exit ("test 3 no fault 2", 20);
+ ^~~~~~~~~~~
+ct-mmap.inc: In function 'main':
+ct-mmap.inc:228:8: warning: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration]
+ pg = getpagesize ();
+ ^~~~~~~~~~~
+ct-mmap.inc:240:3: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(0);
+ ^~~~
+ct-mmap.inc:240:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
+configure:5230: $? = 0
+configure:5230: ./conftest
+configure:5230: $? = 0
+configure:5244: result: yes
+configure:5253: checking for working mmap of a file
+configure:5305: gcc -o conftest -g -O2 conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:66:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
+ exit(1);
+ ^~~~
+conftest.c:66:5: warning: incompatible implicit declaration of built-in function 'exit'
+conftest.c:66:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
+conftest.c:69:5: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(2);
+ ^~~~
+conftest.c:69:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
+conftest.c:73:5: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(3);
+ ^~~~
+conftest.c:73:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
+conftest.c:76:5: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(4);
+ ^~~~
+conftest.c:76:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
+conftest.c:79:5: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(5);
+ ^~~~
+conftest.c:79:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
+conftest.c:81:3: warning: incompatible implicit declaration of built-in function 'exit'
+ exit(0);
+ ^~~~
+conftest.c:81:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
+configure:5305: $? = 0
+configure:5305: ./conftest
+configure:5305: $? = 0
+configure:5315: result: yes
+configure:5331: checking whether getenv is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:53:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| /* end confdefs.h. */
+| #undef HAVE_DECL_GETENV
+| #define HAVE_DECL_GETENV 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef getenv
+| char *(*pfn) = (char *(*)) getenv ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether abort is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:54:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_ABORT
+| #define HAVE_DECL_ABORT 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef abort
+| char *(*pfn) = (char *(*)) abort ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether strsignal is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:55:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_STRSIGNAL
+| #define HAVE_DECL_STRSIGNAL 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef strsignal
+| char *(*pfn) = (char *(*)) strsignal ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether errno is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:56:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_ERRNO
+| #define HAVE_DECL_ERRNO 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef errno
+| char *(*pfn) = (char *(*)) errno ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether malloc is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:57:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| #define HAVE_DECL_ERRNO 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_MALLOC
+| #define HAVE_DECL_MALLOC 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef malloc
+| char *(*pfn) = (char *(*)) malloc ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether realloc is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:58:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| #define HAVE_DECL_ERRNO 0
+| #define HAVE_DECL_MALLOC 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_REALLOC
+| #define HAVE_DECL_REALLOC 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef realloc
+| char *(*pfn) = (char *(*)) realloc ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether calloc is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:59:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| #define HAVE_DECL_ERRNO 0
+| #define HAVE_DECL_MALLOC 0
+| #define HAVE_DECL_REALLOC 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_CALLOC
+| #define HAVE_DECL_CALLOC 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef calloc
+| char *(*pfn) = (char *(*)) calloc ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether free is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:60:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| #define HAVE_DECL_ERRNO 0
+| #define HAVE_DECL_MALLOC 0
+| #define HAVE_DECL_REALLOC 0
+| #define HAVE_DECL_CALLOC 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_FREE
+| #define HAVE_DECL_FREE 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef free
+| char *(*pfn) = (char *(*)) free ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5331: checking whether clock is declared
+configure:5354: gcc -c -g -O2 -I. -I./libiberty -I./libcpp/include conftest.c >&5
+conftest.c:61:10: fatal error: ansidecl.h: No such file or directory
+ #include "ansidecl.h"
+ ^~~~~~~~~~~~
+compilation terminated.
+configure:5354: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define PACKAGE_URL ""
+| #define HAVE__BOOL 1
+| #define SIZEOF_SHORT 2
+| #define SIZEOF_INT 4
+| #define SIZEOF_LONG 8
+| #define STDC_HEADERS 1
+| #define TIME_WITH_SYS_TIME 1
+| #define HAVE_STDBOOL_H 1
+| #define STRING_WITH_STRINGS 1
+| #define HAVE_SYS_WAIT_H 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_TIME_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_FILE_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_STRINGIZE 1
+| #define HAVE_CLOCK 1
+| #define HAVE_STRSIGNAL 1
+| #define HAVE_STRCHR 1
+| #define HAVE_STRRCHR 1
+| #define HAVE_LSTAT 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP_DEV_ZERO 1
+| #define HAVE_MMAP_ANON 1
+| #define HAVE_MMAP_FILE 1
+| #define HAVE_DECL_GETENV 0
+| #define HAVE_DECL_ABORT 0
+| #define HAVE_DECL_STRSIGNAL 0
+| #define HAVE_DECL_ERRNO 0
+| #define HAVE_DECL_MALLOC 0
+| #define HAVE_DECL_REALLOC 0
+| #define HAVE_DECL_CALLOC 0
+| #define HAVE_DECL_FREE 0
+| /* end confdefs.h. */
+| #undef HAVE_DECL_CLOCK
+| #define HAVE_DECL_CLOCK 1
+|
+| #include "ansidecl.h"
+| #include "system.h"
+|
+| int
+| main ()
+| {
+| #ifndef clock
+| char *(*pfn) = (char *(*)) clock ;
+| #endif
+| ;
+| return 0;
+| }
+configure:5369: result: no
+configure:5404: checking for gcc option to accept ISO C99
+configure:5553: gcc -c -g -O2 conftest.c >&5
+configure:5553: $? = 0
+configure:5566: result: none needed
+configure:5586: checking if mkdir takes one argument
+configure:5612: gcc -c -g -O2 conftest.c >&5
+configure:5612: $? = 0
+configure:5619: result: no
+configure:5760: checking what assembler to use
+configure:5842: result: /usr/bin/as
+configure:5847: checking what nm to use
+configure:5855: result: nm
+configure:5859: checking whether to enable maintainer-specific portions of Makefiles
+configure:5869: result: no
+configure:6076: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.69. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on xavier-asus
+
+config.status:940: creating Makefile
+config.status:940: creating auto-host.h
+config.status:1110: auto-host.h is unchanged
+config.status:1124: executing default commands
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_c_bigendian=no
+ac_cv_c_charset=ASCII
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_inline=inline
+ac_cv_c_stringize=yes
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=
+ac_cv_env_CFLAGS_value=
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_LIBS_set=
+ac_cv_env_LIBS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func_clock=yes
+ac_cv_func_getpagesize=yes
+ac_cv_func_lstat=yes
+ac_cv_func_mmap_anon=yes
+ac_cv_func_mmap_dev_zero=yes
+ac_cv_func_mmap_file=yes
+ac_cv_func_strchr=yes
+ac_cv_func_strrchr=yes
+ac_cv_func_strsignal=yes
+ac_cv_header_direct_h=no
+ac_cv_header_fcntl_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_limits_h=yes
+ac_cv_header_malloc_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdbool_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stddef_h=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_file_h=yes
+ac_cv_header_sys_param_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_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_prog_AR=ar
+ac_cv_prog_AWK=gawk
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_STRIP=strip
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_c99=
+ac_cv_prog_cc_g=yes
+ac_cv_prog_cc_gcc_c_o=yes
+ac_cv_prog_have_mktemp_command=yes
+ac_cv_prog_make_make_set=yes
+ac_cv_sizeof_int=4
+ac_cv_sizeof_long=8
+ac_cv_sizeof_short=2
+ac_cv_type_ssize_t=yes
+gcc_cv_as=/usr/bin/as
+gcc_cv_as_gas_srcdir=./gas
+gcc_cv_c__bool=yes
+gcc_cv_decl_char_bit=yes
+gcc_cv_gas_major_version=
+gcc_cv_gas_minor_version=
+gcc_cv_have_decl_abort=no
+gcc_cv_have_decl_calloc=no
+gcc_cv_have_decl_clock=no
+gcc_cv_have_decl_errno=no
+gcc_cv_have_decl_free=no
+gcc_cv_have_decl_getenv=no
+gcc_cv_have_decl_malloc=no
+gcc_cv_have_decl_realloc=no
+gcc_cv_have_decl_strsignal=no
+gcc_cv_header_string=yes
+gcc_cv_mkdir_takes_one_arg=no
+gcc_cv_nm=nm
+gcc_cv_prog_LN=ln
+gcc_cv_prog_LN_S='ln -s'
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+AR='ar'
+AWK='gawk'
+CC='gcc'
+CFLAGS=' -g -O2'
+CPP='gcc -E'
+CPPFLAGS=''
+DEFS='-DHAVE_CONFIG_H'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+GREP='/bin/grep'
+INSTALL='/usr/bin/install -c'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LN='ln'
+LN_S='ln -s'
+LTLIBOBJS=''
+MAINT='#'
+NO_MINUS_C_MINUS_O=''
+OBJEXT='o'
+OUTPUT_OPTION='-o $@'
+PACKAGE='sdcc'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_URL=''
+PACKAGE_VERSION=''
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SET_MAKE=''
+SHELL='/bin/bash'
+STRIP='strip'
+VERSION='const'
+WALL_FLAG='-Wall'
+ac_ct_CC='gcc'
+all_stagestuff=''
+bindir='${exec_prefix}/bin'
+build_alias=''
+build_canonical=''
+build_exeext=''
+build_install_headers_dir='install-headers-tar'
+build_xm_defines=''
+build_xm_file='auto-host.h ansidecl.h /.h defaults.h'
+build_xm_file_list=''
+c_target_objs=''
+check_languages=''
+const char pkgversion_string[] = PKGVERSION;'
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+dep_host_xmake_file=''
+dep_tmake_file=''
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+extra_c_flags=''
+extra_headers_list=''
+extra_objs=' '
+extra_parts=''
+extra_passes=''
+extra_programs=''
+gcc_config_arguments=''
+gcc_version='const'
+gcc_version_full='const char version_string[] = BASEVER DATESTAMP DEVPHASE VERSUFFIX;
+gcc_version_trigger='./version.c'
+have_mktemp_command='yes'
+host_alias=''
+host_canonical=''
+host_exeext=''
+host_extra_gcc_objs=''
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+install=''
+lang_tree_files=''
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+local_prefix='/usr/local'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+manext='.1'
+md_file='/.md'
+objdir='/home/xavier/sdcc/support/cpp'
+objext='.o'
+oldincludedir='/usr/include'
+out_file='/.c'
+out_object_file='.c.o'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+runstatedir='${localstatedir}/run'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+symbolic_link='ln -s'
+sysconfdir='${prefix}/etc'
+target_alias=''
+target_subdir=''
+thread_file=''
+warn_cflags='$(GCC_WARN_CFLAGS)'
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+/* confdefs.h */
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define PACKAGE_URL ""
+#define HAVE__BOOL 1
+#define SIZEOF_SHORT 2
+#define SIZEOF_INT 4
+#define SIZEOF_LONG 8
+#define STDC_HEADERS 1
+#define TIME_WITH_SYS_TIME 1
+#define HAVE_STDBOOL_H 1
+#define STRING_WITH_STRINGS 1
+#define HAVE_SYS_WAIT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_STDDEF_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_TIME_H 1
+#define HAVE_FCNTL_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_FILE_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_MALLOC_H 1
+#define HAVE_STRINGIZE 1
+#define HAVE_CLOCK 1
+#define HAVE_STRSIGNAL 1
+#define HAVE_STRCHR 1
+#define HAVE_STRRCHR 1
+#define HAVE_LSTAT 1
+#define HAVE_GETPAGESIZE 1
+#define HAVE_MMAP_DEV_ZERO 1
+#define HAVE_MMAP_ANON 1
+#define HAVE_MMAP_FILE 1
+#define HAVE_DECL_GETENV 0
+#define HAVE_DECL_ABORT 0
+#define HAVE_DECL_STRSIGNAL 0
+#define HAVE_DECL_ERRNO 0
+#define HAVE_DECL_MALLOC 0
+#define HAVE_DECL_REALLOC 0
+#define HAVE_DECL_CALLOC 0
+#define HAVE_DECL_FREE 0
+#define HAVE_DECL_CLOCK 0
+#define PACKAGE "sdcc"
+#define VERSION "const"
+
+configure: exit 0