Attached! - Hubert On Tue, 17 Jan 2012, Patrick Welche wrote:
On Tue, Jan 17, 2012 at 07:43:37PM +0100, Hubert Feyrer wrote:Trying to build pkgsrc/devel/m4 on Debian gives me an error: ... gcc -std=gnu99 -I. -O2 -Wno-error -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c In file included from execute.c:47:0: ./spawn.h:427:3: error: conflicting types for 'posix_spawn_file_actions_t' /usr/include/spawn.h:50:3: note: previous declaration of 'posix_spawn_file_actions_t' was here execute.c: In function 'execute': I have a quick fix for this, but am not sure how to really use this so it's only applied to Debian / where needed (i.e. not on OS X): # Fix building on Debian Linux, # see http://lists.freebsd.org/pipermail/freebsd-ports/2009-July/056108.html CONFIGURE_ENV=ac_cv_func_posix_spawn=yes How do I best add this to the pkg?Fancy sending me your config.log? The definition is protected by # if !GNULIB_defined_posix_spawn_file_actions_t and m4/spawn_h.m4 seems to try to do the right thing? Cheers, Patrick
Attachment:
make.log
Description: Binary data
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU M4 configure 1.4.16, which was generated by GNU Autoconf 2.66. Invocation command line was $ ./configure --program-prefix=g --prefix=/home/feyrer/pkg5 --build=x86_64-debian-linux --host=x86_64-debian-linux --infodir=/home/feyrer/pkg5/info --mandir=/home/feyrer/pkg5/man ## --------- ## ## Platform. ## ## --------- ## hostname = calanda uname -m = x86_64 uname -r = 2.6.19-4-generic-amd64 uname -s = Linux uname -v = #2 SMP Thu Apr 5 05:57:13 UTC 2007 /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/feyrer/pkgsrc/pkgsrc/devel/m4/work/.wrapper/bin PATH: /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.buildlink/bin PATH: /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin PATH: /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.gcc/bin PATH: /home/feyrer/pkg5/bin PATH: /home/feyrer/pkg5/sbin PATH: /home/feyrer/pkg5/bin PATH: /home/feyrer/pkg/bin PATH: /home/feyrer/pkg/sbin PATH: /home/feyrer/bin PATH: /home/feyrer/pkg/bin PATH: /home/feyrer/pkg/sbin PATH: /home/feyrer/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games PATH: /bin PATH: /usr/bin PATH: /usr/sbin PATH: /sbin PATH: /usr/ucb PATH: /home/feyrer/bin PATH: /usr/pkg/bin PATH: /usr/pkg/sbin PATH: /usr/ccs/bin PATH: /usr/games PATH: /usr/X11R6/bin PATH: /usr/X11R6/sbin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/sbin PATH: /sbin PATH: /usr/ucb PATH: /home/feyrer/bin PATH: /usr/pkg/bin PATH: /usr/pkg/sbin PATH: /usr/ccs/bin PATH: /usr/games PATH: /usr/X11R6/bin PATH: /usr/X11R6/sbin PATH: /usr/local/bin PATH: /home/feyrer/pkg5/bin PATH: /home/feyrer/pkg5/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3397: checking for a BSD-compatible install configure:3465: result: /usr/bin/install -c -o feyrer -g users configure:3476: checking whether build environment is sane configure:3526: result: yes configure:3667: checking for a thread-safe mkdir -p configure:3706: result: /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin/mkdir -p configure:3720: checking for gawk configure:3747: result: /usr/bin/awk configure:3758: checking whether make sets $(MAKE) configure:3780: result: yes configure:3887: checking for x86_64-debian-linux-gcc configure:3914: result: gcc configure:4183: checking for C compiler version configure:4192: gcc --version >&5 gcc (Debian 4.5.3-1) 4.5.3 Copyright (C) 2010 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:4203: $? = 0 configure:4192: gcc -v >&5 Using built-in specs. COLLECT_GCC=/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.gcc/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.5.3/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.5.3-1' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.5.3 (Debian 4.5.3-1) configure:4203: $? = 0 configure:4192: gcc -V >&5 /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.gcc/bin/gcc: error trying to exec '/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.gcc/bin/x86_64-linux-gnu-gcc--I/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.buildlink/include': execvp: No such file or directory configure:4203: $? = 0 configure:4192: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:4203: $? = 1 configure:4223: checking whether the C compiler works configure:4245: gcc -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:4249: $? = 0 configure:4297: result: yes configure:4300: checking for C compiler default output file name configure:4302: result: a.out configure:4308: checking for suffix of executables configure:4315: gcc -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:4319: $? = 0 configure:4341: result: configure:4363: checking whether we are cross compiling configure:4371: gcc -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:4375: $? = 0 configure:4382: ./conftest configure:4386: $? = 0 configure:4401: result: no configure:4406: checking for suffix of object files configure:4428: gcc -c -O2 -Wno-error conftest.c >&5 configure:4432: $? = 0 configure:4453: result: o configure:4457: checking whether we are using the GNU C compiler configure:4476: gcc -c -O2 -Wno-error conftest.c >&5 configure:4476: $? = 0 configure:4485: result: yes configure:4494: checking whether gcc accepts -g configure:4514: gcc -c -g conftest.c >&5 configure:4514: $? = 0 configure:4555: result: yes configure:4572: checking for gcc option to accept ISO C89 configure:4636: gcc -c -O2 -Wno-error conftest.c >&5 configure:4636: $? = 0 configure:4649: result: none needed configure:4680: checking for style of include used by make configure:4708: result: GNU configure:4733: checking dependency style of gcc configure:4843: result: gcc3 configure:4862: checking for x86_64-debian-linux-ranlib configure:4892: result: no configure:4902: checking for ranlib configure:4918: found /usr/bin/ranlib configure:4929: result: ranlib configure:4952: checking whether gcc and cc understand -c and -o together configure:4983: gcc -c conftest.c -o conftest2.o >&5 configure:4987: $? = 0 configure:4993: gcc -c conftest.c -o conftest2.o >&5 configure:4997: $? = 0 configure:5008: cc -c conftest.c >&5 configure:5012: $? = 0 configure:5020: cc -c conftest.c -o conftest2.o >&5 configure:5024: $? = 0 configure:5030: cc -c conftest.c -o conftest2.o >&5 configure:5034: $? = 0 configure:5052: result: yes configure:5081: checking build system type configure:5095: result: x86_64-debian-linux-gnu configure:5115: checking host system type configure:5128: result: x86_64-debian-linux-gnu configure:5154: checking how to run the C preprocessor configure:5185: gcc -E conftest.c configure:5185: $? = 0 configure:5199: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5199: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5224: result: gcc -E configure:5244: gcc -E conftest.c configure:5244: $? = 0 configure:5258: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5258: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5287: checking for grep that handles long lines and -e configure:5345: result: /bin/grep configure:5350: checking for egrep configure:5412: result: /bin/egrep configure:5417: checking for ANSI C header files configure:5437: gcc -c -O2 -Wno-error conftest.c >&5 configure:5437: $? = 0 configure:5510: gcc -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:5510: $? = 0 configure:5510: ./conftest configure:5510: $? = 0 configure:5521: result: yes configure:5534: checking for sys/types.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for sys/stat.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for stdlib.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for string.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for memory.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for strings.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for inttypes.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for stdint.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5534: checking for unistd.h configure:5534: gcc -c -O2 -Wno-error conftest.c >&5 configure:5534: $? = 0 configure:5534: result: yes configure:5549: checking minix/config.h usability configure:5549: gcc -c -O2 -Wno-error conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:5549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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:5549: result: no configure:5549: checking minix/config.h presence configure:5549: gcc -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:5549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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:5549: result: no configure:5549: checking for minix/config.h configure:5549: result: no configure:5578: checking whether it is safe to define __EXTENSIONS__ configure:5596: gcc -c -O2 -Wno-error conftest.c >&5 configure:5596: $? = 0 configure:5603: result: yes configure:5623: checking for _LARGEFILE_SOURCE value needed for large files configure:5642: gcc -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:5642: $? = 0 configure:5670: result: no configure:5722: checking for gcc option to accept ISO C99 configure:5871: gcc -c -O2 -Wno-error conftest.c >&5 conftest.c:77:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:131:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:131:18: error: 'newvar' undeclared (first use in this function) conftest.c:131:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:141:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:141:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdbool.h> | #include <stdlib.h> | #include <wchar.h> | #include <stdio.h> | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:5871: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:5871: $? = 0 configure:5891: result: -std=gnu99 configure:5993: checking for gcc -std=gnu99 option to accept ISO Standard C configure:6007: result: -std=gnu99 configure:6080: autobuild project... GNU M4 configure:6086: autobuild revision... 1.4.16 configure:6091: autobuild hostname... calanda configure:6102: autobuild timestamp... 20120117T215707Z configure:6722: checking for unsigned long long int configure:6770: result: yes configure:6780: checking for long long int configure:6830: result: yes configure:6839: checking for unsigned long long int configure:6887: result: yes configure:6912: checking for working alloca.h configure:6929: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:6929: $? = 0 configure:6937: result: yes configure:6945: checking for alloca configure:6982: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:6982: $? = 0 configure:6990: result: yes configure:7197: checking whether <wchar.h> uses 'inline' correctly configure:7219: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7222: $? = 0 configure:7240: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7243: $? = 0 configure:7256: result: yes configure:7276: checking for btowc configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for setrlimit configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for sigaltstack configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for canonicalize_file_name configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for getcwd configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for readlink configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for realpath configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for dup2 configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for fcntl configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for mempcpy configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:64:6: warning: conflicting types for built-in function 'mempcpy' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for __fpending configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for fpurge configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 /tmp/ccsBFzv8.o: In function `main': conftest.c:(.text+0x7): undefined reference to `fpurge' collect2: ld returned 1 exit status configure:7276: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | /* end confdefs.h. */ | /* Define fpurge to an innocuous variant, in case <limits.h> declares fpurge. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fpurge innocuous_fpurge | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fpurge (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef fpurge | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fpurge (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fpurge || defined __stub___fpurge | choke me | #endif | | int | main () | { | return fpurge (); | ; | return 0; | } configure:7276: result: no configure:7276: checking for __fpurge configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for __freading configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for getdtablesize configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for gettimeofday configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for lstat configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for mbsinit configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for mbrtowc configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for mprotect configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for memchr configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:74:6: warning: conflicting types for built-in function 'memchr' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for mkstemp configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for nl_langinfo configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for pathconf configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for pipe2 configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for posix_spawn configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for isblank configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:80:6: warning: conflicting types for built-in function 'isblank' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for iswctype configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for wcscoll configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for sigaction configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for siginterrupt configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for strndup configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:85:6: warning: conflicting types for built-in function 'strndup' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for pipe configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for vasnprintf configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 /tmp/ccg0Zf5U.o: In function `main': conftest.c:(.text+0x7): undefined reference to `vasnprintf' collect2: ld returned 1 exit status configure:7276: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef vasnprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char vasnprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_vasnprintf || defined __stub___vasnprintf | choke me | #endif | | int | main () | { | return vasnprintf (); | ; | return 0; | } configure:7276: result: no configure:7276: checking for wcrtomb configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for iswcntrl configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:88:6: warning: conflicting types for built-in function 'iswcntrl' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for link configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for newlocale configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for setenv configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for strdup configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:92:6: warning: conflicting types for built-in function 'strdup' configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for symlink configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7276: checking for wctob configure:7276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7276: $? = 0 configure:7276: result: yes configure:7288: checking for nl_langinfo and CODESET configure:7304: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7304: $? = 0 configure:7313: result: yes configure:7324: checking for a traditional french locale configure:7390: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7393: $? = 0 configure:7449: result: none configure:7462: checking for ucontext.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for unistd.h configure:7462: result: yes configure:7462: checking for sys/param.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for stdio_ext.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for getopt.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for sys/time.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for langinfo.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for math.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for sys/mman.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for sched.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for spawn.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for wchar.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for stdint.h configure:7462: result: yes configure:7462: checking for sys/socket.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for sys/stat.h configure:7462: result: yes configure:7462: checking for sys/wait.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for features.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for wctype.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7462: checking for xlocale.h configure:7462: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:7462: $? = 0 configure:7462: result: yes configure:7499: checking for working C stack overflow detection configure:7595: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7595: $? = 0 configure:7595: ./conftest configure:7595: $? = 0 configure:7605: result: yes configure:7613: checking for correct stack_t interpretation configure:7672: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7672: $? = 0 configure:7672: ./conftest configure:7672: $? = 0 configure:7682: result: yes configure:7690: checking for precise C stack overflow detection configure:7818: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:7818: $? = 0 configure:7818: ./conftest configure:7818: $? = 4 configure: program exited with status 4 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | /* end confdefs.h. */ | | #include <unistd.h> | #include <signal.h> | #if HAVE_UCONTEXT_H | # include <ucontext.h> | #endif | #if HAVE_SETRLIMIT | # include <sys/types.h> | # include <sys/time.h> | # include <sys/resource.h> | #endif | #ifndef SIGSTKSZ | # define SIGSTKSZ 16384 | #endif | | static union | { | char buffer[2 * SIGSTKSZ]; | long double ld; | long u; | void *p; | } alternate_signal_stack; | | #if STACK_DIRECTION | # define find_stack_direction(ptr) STACK_DIRECTION | #else | static int | find_stack_direction (char const *addr) | { | char dummy; | return (! addr ? find_stack_direction (&dummy) | : addr < &dummy ? 1 : -1); | } | #endif | | static void | segv_handler (int signo, siginfo_t *info, void *context) | { | if (0 < info->si_code) | { | /* For XSI heuristics to work, we need uc_stack to describe | the interrupted stack (as on Solaris), and not the | currently executing stack (as on Linux). */ | ucontext_t const *user_context = context; | char const *stack_min = user_context->uc_stack.ss_sp; | size_t stack_size = user_context->uc_stack.ss_size; | char const *faulting_address = info->si_addr; | size_t s = faulting_address - stack_min; | size_t page_size = sysconf (_SC_PAGESIZE); | if (find_stack_direction (0) < 0) | s += page_size; | if (s < stack_size + page_size) | _exit (0); | _exit (4); | } | _exit (5); | } | | static int | c_stack_action () | { | stack_t st; | struct sigaction act; | int r; | | st.ss_flags = 0; | /* Use the midpoint to avoid Irix sigaltstack bug. */ | st.ss_sp = alternate_signal_stack.buffer + SIGSTKSZ; | st.ss_size = SIGSTKSZ; | r = sigaltstack (&st, 0); | if (r != 0) | return 1; | | sigemptyset (&act.sa_mask); | act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO; | act.sa_sigaction = segv_handler; | #if FAULT_YIELDS_SIGBUS | if (sigaction (SIGBUS, &act, 0) < 0) | return 2; | #endif | if (sigaction (SIGSEGV, &act, 0) < 0) | return 3; | return 0; | } | static volatile int * | recurse_1 (volatile int n, volatile int *p) | { | if (n >= 0) | *recurse_1 (n + 1, p) += n; | return p; | } | static int | recurse (volatile int n) | { | int sum = 0; | return *recurse_1 (n, &sum); | } | int | main () | { | int result; | #if HAVE_SETRLIMIT && defined RLIMIT_STACK | /* Before starting the endless recursion, try to be friendly | to the user's machine. On some Linux 2.2.x systems, there | is no stack limit for user processes at all. We don't want | to kill such systems. */ | struct rlimit rl; | rl.rlim_cur = rl.rlim_max = 0x100000; /* 1 MB */ | setrlimit (RLIMIT_STACK, &rl); | #endif | | result = c_stack_action (); | if (result != 0) | return result; | return recurse (0); | } | configure:7828: result: no configure:7876: checking for ld used by GCC configure:7940: result: /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.wrapper/bin/ld configure:7947: checking if the linker (/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.wrapper/bin/ld) is GNU ld configure:7960: result: yes configure:7967: checking for shared library run path origin configure:7980: result: done configure:8556: checking for libsigsegv configure:8578: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c -lsigsegv >&5 conftest.c:94:21: fatal error: sigsegv.h: No such file or directory compilation terminated. configure:8578: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | /* end confdefs.h. */ | #include <sigsegv.h> | int | main () | { | sigsegv_deinstall_handler(); | ; | return 0; | } configure:8588: result: no, consider installing GNU libsigsegv configure:8627: checking whether // is distinct from / configure:8656: result: no configure:8668: checking whether realpath works configure:8711: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:8711: $? = 0 configure:8711: ./conftest configure:8711: $? = 0 configure:8722: result: yes configure:8958: checking if environ is properly declared configure:8976: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c:96:39: error: conflicting types for 'environ' /usr/include/unistd.h:540:15: note: previous declaration of 'environ' was here configure:8976: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | /* end confdefs.h. */ | #include <unistd.h> | extern struct { int foo; } environ; | int | main () | { | environ.foo = 1; | ; | return 0; | } configure:8984: result: yes configure:8999: checking whether the preprocessor supports include_next configure:9037: gcc -std=gnu99 -c -O2 -Wno-error -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:9037: $? = 0 configure:9058: result: yes configure:9079: checking whether system header files limit the line length configure:9102: result: no configure:9113: checking for complete errno.h configure:9168: result: yes configure:9443: checking whether strerror_r is declared configure:9443: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:9443: $? = 0 configure:9443: result: yes configure:9456: checking for strerror_r configure:9456: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:9456: $? = 0 configure:9456: result: yes configure:9465: checking whether strerror_r returns char * configure:9489: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:9489: $? = 0 configure:9527: result: yes configure:9535: checking for inline configure:9551: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:9551: $? = 0 configure:9559: result: inline configure:9580: checking for mode_t configure:9580: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:9580: $? = 0 configure:9580: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:135:21: error: expected expression before ')' token configure:9580: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 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 ((mode_t))) | return 0; | ; | return 0; | } configure:9580: result: yes configure:9592: checking for sig_atomic_t configure:9592: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:9592: $? = 0 configure:9592: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:104:27: error: expected expression before ')' token configure:9592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | /* end confdefs.h. */ | #include <signal.h> | | int | main () | { | if (sizeof ((sig_atomic_t))) | return 0; | ; | return 0; | } configure:9592: result: yes configure:9707: checking for working fcntl.h configure:9791: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:9791: $? = 0 configure:9791: ./conftest configure:9791: $? = 0 configure:9806: result: yes configure:9834: checking for fseeko configure:9852: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:9852: $? = 0 configure:9861: result: yes configure:9981: checking whether frexp() can be used without linking with libm configure:9999: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:9999: $? = 0 configure:10008: result: yes configure:10012: checking whether stdin defaults to large file offsets configure:10036: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:10036: $? = 0 configure:10044: result: yes configure:10047: checking whether fseeko is declared configure:10047: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10047: $? = 0 configure:10047: result: yes configure:10058: checking whether ftello is declared configure:10058: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10058: $? = 0 configure:10058: result: yes configure:10149: checking for getopt.h configure:10149: result: yes configure:10166: checking for getopt_long_only configure:10166: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:10166: $? = 0 configure:10166: result: yes configure:10180: checking whether getopt is POSIX compatible configure:10197: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:110:11: error: 'optreset' undeclared (first use in this function) conftest.c:110:11: note: each undeclared identifier is reported only once for each function it appears in configure:10197: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | /* end confdefs.h. */ | #include <unistd.h> | int | main () | { | int *p = &optreset; return optreset; | ; | return 0; | } configure:10211: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:110:9: error: 'getopt_clip' undeclared (first use in this function) conftest.c:110:9: note: each undeclared identifier is reported only once for each function it appears in configure:10211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | /* end confdefs.h. */ | #include <getopt.h> | int | main () | { | return !getopt_clip; | ; | return 0; | } configure:10318: gcc -std=gnu99 -o conftest -O2 -Wno-error -DOPTIND_MIN=0 -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:10318: $? = 0 configure:10318: ./conftest configure:10318: $? = 0 configure:10330: result: yes configure:10338: checking for working GNU getopt function configure:10428: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:10428: $? = 0 configure:10428: ./conftest configure:10428: $? = 0 configure:10444: result: yes configure:10451: checking whether getenv is declared configure:10451: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10451: $? = 0 configure:10451: result: yes configure:10506: checking for C/C++ restrict keyword configure:10531: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10531: $? = 0 configure:10539: result: __restrict configure:10630: checking for struct timeval configure:10650: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10650: $? = 0 configure:10657: result: yes configure:10671: checking where to find the exponent in a 'float' configure:10748: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:10748: $? = 0 configure:10748: ./conftest configure:10748: $? = 0 configure:10760: result: word 0 bit 23 configure:10780: checking whether byte ordering is bigendian configure:10795: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c:111:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:10795: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:10840: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:10840: $? = 0 configure:10858: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:117:4: error: 'not' undeclared (first use in this function) conftest.c:117:4: note: each undeclared identifier is reported only once for each function it appears in conftest.c:117:8: error: expected ';' before 'big' configure:10858: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | /* 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:10986: result: no configure:11012: checking whether getc_unlocked is declared configure:11012: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:11012: $? = 0 configure:11012: result: yes configure:11024: checking whether we are using the GNU C Library >= 2.1 or uClibc configure:11054: result: yes configure:11950: checking for multithread API to use configure:11952: result: none configure:12000: checking whether lstat correctly handles trailing slash configure:12031: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12031: $? = 0 configure:12031: ./conftest configure:12031: $? = 0 configure:12048: result: yes configure:12070: checking whether malloc, realloc, calloc are POSIX compliant configure:12090: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:12090: $? = 0 configure:12098: result: yes configure:12104: checking for stdlib.h configure:12104: result: yes configure:12114: checking for GNU libc compatible malloc configure:12138: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12138: $? = 0 configure:12138: ./conftest configure:12138: $? = 0 configure:12148: result: yes configure:12166: checking for mbstate_t configure:12190: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:12190: $? = 0 configure:12197: result: yes configure:12216: checking for a traditional japanese locale configure:12286: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12289: $? = 0 configure:12346: result: none configure:12354: checking for a transitional chinese locale configure:12425: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12428: $? = 0 configure:12473: result: none configure:12480: checking for a french Unicode locale configure:12550: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12553: $? = 0 configure:12599: result: none configure:12687: checking for mmap configure:12687: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12687: $? = 0 configure:12687: result: yes configure:12698: checking for MAP_ANONYMOUS configure:12735: result: yes configure:12757: checking whether memchr works configure:12820: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:12820: $? = 0 configure:12820: ./conftest configure:12820: $? = 0 configure:12830: result: yes configure:12872: checking for special C compiler options needed for large files configure:12917: result: no configure:12923: checking for _FILE_OFFSET_BITS value needed for large files configure:12948: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:12948: $? = 0 configure:12980: result: no configure:13075: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c:117:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:13075: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13111: checking for promoted mode_t type configure:13128: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:120:13: error: size of array 'array' is negative configure:13128: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | /* end confdefs.h. */ | #include <sys/types.h> | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:13136: result: mode_t configure:13192: checking whether posix_spawn works configure:13332: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:13332: $? = 0 configure:13507: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:13507: $? = 0 configure:13507: ./conftest configure:13507: $? = 0 configure:13525: result: yes configure:13530: checking whether posix_spawnattr_setschedpolicy is supported configure:13554: result: yes configure:13556: checking whether posix_spawnattr_setschedparam is supported configure:13580: result: yes configure:13610: checking for uid_t in sys/types.h configure:13629: result: yes configure:13644: checking whether snprintf returns a byte count as in C99 configure:13700: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:13700: $? = 0 configure:13700: ./conftest configure:13700: $? = 0 configure:13711: result: yes configure:13714: checking whether snprintf is declared configure:13714: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:13714: $? = 0 configure:13714: result: yes configure:13727: checking for stdbool.h that conforms to C99 configure:13794: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:13794: $? = 0 configure:13801: result: yes configure:13803: checking for _Bool configure:13803: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:13803: $? = 0 configure:13803: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:154:20: error: expected expression before ')' token configure:13803: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 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 ((_Bool))) | return 0; | ; | return 0; | } configure:13803: result: yes configure:13820: checking for wchar_t configure:13837: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:13837: $? = 0 configure:13844: result: yes configure:13862: checking for working strerror function configure:13900: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:13900: $? = 0 configure:13900: ./conftest configure:13900: $? = 0 configure:13911: result: yes configure:14009: checking whether strndup is declared configure:14009: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14009: $? = 0 configure:14009: result: yes configure:14022: checking whether strnlen is declared configure:14022: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14022: $? = 0 configure:14022: result: yes configure:14033: checking whether strsignal is declared configure:14033: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14033: $? = 0 configure:14033: result: yes configure:14044: checking whether sys_siglist is declared configure:14044: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14044: $? = 0 configure:14044: result: yes configure:14078: checking whether strstr works configure:14130: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14130: $? = 0 configure:14130: ./conftest configure:14130: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | /* end confdefs.h. */ | | #include <string.h> /* for strstr */ | #define P "_EF_BF_BD" | #define HAYSTACK "F_BD_CE_BD" P P P P "_C3_88_20" P P P "_C3_A7_20" P | #define NEEDLE P P P P P | | int | main () | { | return !!strstr (HAYSTACK, NEEDLE); | | ; | return 0; | } configure:14141: result: no configure:14158: checking whether strtod is declared configure:14158: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14158: $? = 0 configure:14158: result: yes configure:14170: checking whether ldexp() can be used without linking with libm configure:14192: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14192: $? = 0 configure:14201: result: yes configure:14204: checking whether stat file-mode macros are broken configure:14231: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14231: $? = 0 configure:14238: result: no configure:14270: checking for struct timespec in <time.h> configure:14287: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14287: $? = 0 configure:14294: result: yes configure:14427: checking whether clearerr_unlocked is declared configure:14427: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14427: $? = 0 configure:14427: result: yes configure:14438: checking whether feof_unlocked is declared configure:14438: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14438: $? = 0 configure:14438: result: yes configure:14449: checking whether ferror_unlocked is declared configure:14449: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14449: $? = 0 configure:14449: result: yes configure:14460: checking whether fflush_unlocked is declared configure:14460: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14460: $? = 0 configure:14460: result: yes configure:14471: checking whether fgets_unlocked is declared configure:14471: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14471: $? = 0 configure:14471: result: yes configure:14482: checking whether fputc_unlocked is declared configure:14482: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14482: $? = 0 configure:14482: result: yes configure:14493: checking whether fputs_unlocked is declared configure:14493: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14493: $? = 0 configure:14493: result: yes configure:14504: checking whether fread_unlocked is declared configure:14504: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14504: $? = 0 configure:14504: result: yes configure:14515: checking whether fwrite_unlocked is declared configure:14515: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14515: $? = 0 configure:14515: result: yes configure:14526: checking whether getchar_unlocked is declared configure:14526: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14526: $? = 0 configure:14526: result: yes configure:14537: checking whether putc_unlocked is declared configure:14537: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14537: $? = 0 configure:14537: result: yes configure:14548: checking whether putchar_unlocked is declared configure:14548: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14548: $? = 0 configure:14548: result: yes configure:14562: checking for wint_t configure:14587: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14587: $? = 0 configure:14594: result: yes configure:14613: checking for size_t configure:14613: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14613: $? = 0 configure:14613: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:174:21: error: expected expression before ')' token configure:14613: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 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 ((size_t))) | return 0; | ; | return 0; | } configure:14613: result: yes configure:14625: checking for inttypes.h configure:14644: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14644: $? = 0 configure:14651: result: yes configure:14662: checking for stdint.h configure:14679: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14679: $? = 0 configure:14686: result: yes configure:14699: checking for intmax_t configure:14724: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:14724: $? = 0 configure:14731: result: yes configure:14758: checking for snprintf configure:14758: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c:164:6: warning: conflicting types for built-in function 'snprintf' configure:14758: $? = 0 configure:14758: result: yes configure:14758: checking for strnlen configure:14758: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14758: $? = 0 configure:14758: result: yes configure:14758: checking for wcslen configure:14758: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14758: $? = 0 configure:14758: result: yes configure:14758: checking for wcsnlen configure:14758: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14758: $? = 0 configure:14758: result: yes configure:14758: checking for mbrtowc configure:14758: result: yes configure:14758: checking for wcrtomb configure:14758: result: yes configure:14767: checking whether _snprintf is declared configure:14767: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:156:10: error: '_snprintf' undeclared (first use in this function) conftest.c:156:10: note: each undeclared identifier is reported only once for each function it appears in configure:14767: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | #ifndef _snprintf | #ifdef __cplusplus | (void) _snprintf; | #else | (void) _snprintf; | #endif | #endif | | ; | return 0; | } configure:14767: result: no configure:14792: checking whether printf supports size specifiers as in C99 configure:14863: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14863: $? = 0 configure:14863: ./conftest configure:14863: $? = 0 configure:14874: result: yes configure:14879: checking whether printf supports 'long double' arguments configure:14918: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:14918: $? = 0 configure:14918: ./conftest configure:14918: $? = 0 configure:14929: result: yes configure:14934: checking whether printf supports infinite 'double' arguments configure:15035: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15035: $? = 0 configure:15035: ./conftest configure:15035: $? = 0 configure:15046: result: yes configure:15060: checking whether printf supports infinite 'long double' arguments configure:15339: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15339: $? = 0 configure:15339: ./conftest configure:15339: $? = 120 configure: program exited with status 120 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | | #include <stdlib.h> | #if defined __MACH__ && defined __APPLE__ | /* Avoid a crash on MacOS X. */ | #include <mach/mach.h> | #include <mach/mach_error.h> | #include <mach/thread_status.h> | #include <mach/exception.h> | #include <mach/task.h> | #include <pthread.h> | /* The exception port on which our thread listens. */ | static mach_port_t our_exception_port; | /* The main function of the thread listening for exceptions of type | EXC_BAD_ACCESS. */ | static void * | mach_exception_thread (void *arg) | { | /* Buffer for a message to be received. */ | struct { | mach_msg_header_t head; | mach_msg_body_t msgh_body; | char data[1024]; | } msg; | mach_msg_return_t retval; | /* Wait for a message on the exception port. */ | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); | if (retval != MACH_MSG_SUCCESS) | abort (); | exit (1); | } | static void | nocrash_init (void) | { | mach_port_t self = mach_task_self (); | /* Allocate a port on which the thread shall listen for exceptions. */ | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) | == KERN_SUCCESS) { | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ | if (mach_port_insert_right (self, our_exception_port, our_exception_port, | MACH_MSG_TYPE_MAKE_SEND) | == KERN_SUCCESS) { | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting | for us. */ | exception_mask_t mask = EXC_MASK_BAD_ACCESS; | /* Create the thread listening on the exception port. */ | pthread_attr_t attr; | pthread_t thread; | if (pthread_attr_init (&attr) == 0 | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { | pthread_attr_destroy (&attr); | /* Replace the exception port info for these exceptions with our own. | Note that we replace the exception port for the entire task, not only | for a particular thread. This has the effect that when our exception | port gets the message, the thread specific exception port has already | been asked, and we don't need to bother about it. | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ | task_set_exception_ports (self, mask, our_exception_port, | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); | } | } | } | } | #else | /* Avoid a crash on POSIX systems. */ | #include <signal.h> | /* A POSIX signal handler. */ | static void | exception_handler (int sig) | { | exit (1); | } | static void | nocrash_init (void) | { | #ifdef SIGSEGV | signal (SIGSEGV, exception_handler); | #endif | #ifdef SIGBUS | signal (SIGBUS, exception_handler); | #endif | } | #endif | | #include <float.h> | #include <stdio.h> | #include <string.h> | static int | strisnan (const char *string, size_t start_index, size_t end_index) | { | if (start_index < end_index) | { | if (string[start_index] == '-') | start_index++; | if (start_index + 3 <= end_index | && memcmp (string + start_index, "nan", 3) == 0) | { | start_index += 3; | if (start_index == end_index | || (string[start_index] == '(' && string[end_index - 1] == ')')) | return 1; | } | } | return 0; | } | static char buf[10000]; | static long double zeroL = 0.0L; | int main () | { | int result = 0; | nocrash_init(); | if (sprintf (buf, "%Lf", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Le", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Le", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | if (sprintf (buf, "%Lg", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | result |= 1; | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 1; | #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { | /* Signalling NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 2; | } | { /* Pseudo-NaN. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 4; | } | { /* Pseudo-Infinity. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 8; | } | { /* Pseudo-Zero. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 16; | } | { /* Unnormalized number. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 32; | } | { /* Pseudo-Denormal. */ | static union { unsigned int word[4]; long double value; } x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (sprintf (buf, "%Lf", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | result |= 64; | } | #endif | return result; | } configure:15350: result: no configure:15360: checking whether printf supports the 'a' and 'A' directives configure:15447: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15447: $? = 0 configure:15447: ./conftest configure:15447: $? = 0 configure:15458: result: yes configure:15463: checking whether printf supports the 'F' directive configure:15510: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15510: $? = 0 configure:15510: ./conftest configure:15510: $? = 0 configure:15521: result: yes configure:15526: checking whether printf supports the 'n' directive configure:15560: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15560: $? = 0 configure:15560: ./conftest configure:15560: $? = 0 configure:15571: result: yes configure:15576: checking whether printf supports the 'ls' directive configure:15647: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15647: $? = 0 configure:15647: ./conftest configure:15647: $? = 0 configure:15658: result: yes configure:15663: checking whether printf supports POSIX/XSI format strings with positions configure:15695: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15695: $? = 0 configure:15695: ./conftest configure:15695: $? = 0 configure:15706: result: yes configure:15711: checking whether printf supports the grouping flag configure:15741: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15741: $? = 0 configure:15741: ./conftest configure:15741: $? = 0 configure:15752: result: yes configure:15757: checking whether printf supports the left-adjust flag correctly configure:15790: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15790: $? = 0 configure:15790: ./conftest configure:15790: $? = 0 configure:15801: result: yes configure:15806: checking whether printf supports the zero flag correctly configure:15839: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15839: $? = 0 configure:15839: ./conftest configure:15839: $? = 0 configure:15850: result: yes configure:15855: checking whether printf supports large precisions configure:15895: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:15895: $? = 0 configure:15895: ./conftest configure:15895: $? = 0 configure:15906: result: yes configure:15912: checking whether printf survives out-of-memory conditions configure:16055: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16058: $? = 0 configure:16106: result: yes configure:16139: checking whether to use C++ configure:16148: result: no configure:16155: checking whether ungetc works on arbitrary bytes configure:16189: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16189: $? = 0 configure:16189: ./conftest configure:16189: $? = 0 configure:16200: result: yes configure:16222: checking for LC_MESSAGES configure:16238: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16238: $? = 0 configure:16246: result: yes configure:16255: checking for CFPreferencesCopyAppValue configure:16273: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:151:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory compilation terminated. configure:16273: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | #include <CoreFoundation/CFPreferences.h> | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:16282: result: no configure:16289: checking for CFLocaleCopyCurrent configure:16307: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:151:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory compilation terminated. configure:16307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | #include <CoreFoundation/CFLocale.h> | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:16316: result: no configure:16329: checking whether setenv is declared configure:16329: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16329: $? = 0 configure:16329: result: yes configure:16352: checking whether setenv validates arguments configure:16390: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16390: $? = 0 configure:16390: ./conftest configure:16390: $? = 0 configure:16400: result: yes configure:16422: checking search.h usability configure:16422: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16422: $? = 0 configure:16422: result: yes configure:16422: checking search.h presence configure:16422: gcc -E conftest.c configure:16422: $? = 0 configure:16422: result: yes configure:16422: checking for search.h configure:16422: result: yes configure:16434: checking for tsearch configure:16434: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16434: $? = 0 configure:16434: result: yes configure:16447: checking whether strdup is declared configure:16447: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16447: $? = 0 configure:16447: result: yes configure:16458: checking whether alarm is declared configure:16458: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16458: $? = 0 configure:16458: result: yes configure:16471: checking whether unsetenv is declared configure:16471: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16471: $? = 0 configure:16471: result: yes configure:16516: checking for alloca as a compiler built-in configure:16540: result: yes configure:16559: checking whether to enable assertions configure:16576: result: yes configure:16596: checking whether btowc(0) is correct configure:16631: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:16631: $? = 0 configure:16631: ./conftest configure:16631: $? = 0 configure:16642: result: yes configure:16645: checking whether btowc(EOF) is correct configure:16696: result: guessing yes configure:16749: checking whether sigaltstack is declared configure:16749: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16749: $? = 0 configure:16749: result: yes configure:16764: checking for stack_t configure:16764: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:16764: $? = 0 configure:16764: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:165:22: error: expected expression before ')' token configure:16764: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | /* end confdefs.h. */ | #include <signal.h> | | int | main () | { | if (sizeof ((stack_t))) | return 0; | ; | return 0; | } configure:16764: result: yes configure:17050: checking whether // is distinct from / configure:17079: result: no configure:17105: checking whether dup2 works configure:17159: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c: In function 'main': conftest.c:180:8: warning: extra tokens at end of #endif directive configure:17159: $? = 0 configure:17159: ./conftest configure:17159: $? = 0 configure:17170: result: yes configure:17233: checking for error_at_line configure:17249: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:17249: $? = 0 configure:17257: result: yes configure:17343: checking whether fcntl handles F_DUPFD correctly configure:17373: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:17373: $? = 0 configure:17373: ./conftest configure:17373: $? = 0 configure:17383: result: yes configure:17411: checking whether fcntl understands F_DUPFD_CLOEXEC configure:17432: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:17432: $? = 0 configure:17450: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c:176:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:17450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | /* end confdefs.h. */ | | #ifdef __linux__ | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | it to support the semantics on older kernels that failed with EINVAL. */ | choke me | #endif | | int | main () | { | | ; | return 0; | } configure:17461: result: needs runtime check configure:17568: checking whether fflush works on input streams configure:17626: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:17626: $? = 0 configure:17626: ./conftest configure:17626: $? = 7 configure: program exited with status 7 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | /* end confdefs.h. */ | | #include <stdio.h> | #include <unistd.h> | | int | main () | { | FILE *f = fopen ("conftest.txt", "r"); | char buffer[10]; | int fd; | int c; | if (f == NULL) | return 1; | fd = fileno (f); | if (fd < 0 || fread (buffer, 1, 5, f) != 5) | return 2; | /* For deterministic results, ensure f read a bigger buffer. */ | if (lseek (fd, 0, SEEK_CUR) == 5) | return 3; | /* POSIX requires fflush-fseek to set file offset of fd. This fails | on BSD systems and on mingw. */ | if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0) | return 4; | if (lseek (fd, 0, SEEK_CUR) != 5) | return 5; | /* Verify behaviour of fflush after ungetc. See | <http://www.opengroup.org/austin/aardvark/latest/xshbug3.txt> */ | /* Verify behaviour of fflush after a backup ungetc. This fails on | mingw. */ | c = fgetc (f); | ungetc (c, f); | fflush (f); | if (fgetc (f) != c) | return 6; | /* Verify behaviour of fflush after a non-backup ungetc. This fails | on glibc 2.8 and on BSD systems. */ | c = fgetc (f); | ungetc ('@', f); | fflush (f); | if (fgetc (f) != c) | return 7; | return 0; | | ; | return 0; | } configure:17638: result: no configure:17801: checking whether fopen recognizes a trailing slash configure:17827: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:17827: $? = 0 configure:17827: ./conftest configure:17827: $? = 0 configure:17839: result: yes configure:17908: checking whether __fpending is declared configure:17908: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:17908: $? = 0 configure:17908: result: yes configure:18012: checking whether fpurge is declared configure:18012: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:188:10: error: 'fpurge' undeclared (first use in this function) conftest.c:188:10: note: each undeclared identifier is reported only once for each function it appears in configure:18012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | #ifndef fpurge | #ifdef __cplusplus | (void) fpurge; | #else | (void) fpurge; | #endif | #endif | | ; | return 0; | } configure:18012: result: no configure:18125: checking whether frexp works configure:18195: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c: In function 'main': conftest.c:230:5: warning: passing argument 2 of 'memcmp' discards qualifiers from pointer target type /usr/include/string.h:67:12: note: expected 'const void *' but argument is of type 'volatile double *' configure:18195: $? = 0 configure:18195: ./conftest configure:18195: $? = 0 configure:18206: result: yes configure:18248: checking whether frexpl is declared configure:18248: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:18248: $? = 0 configure:18248: result: yes configure:18258: checking whether frexpl() can be used without linking with libm configure:18276: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:18276: $? = 0 configure:18285: result: yes configure:18291: checking whether frexpl works configure:18384: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:18384: $? = 0 configure:18384: ./conftest configure:18384: $? = 0 configure:18395: result: yes configure:18514: checking for ftello configure:18531: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:18531: $? = 0 configure:18540: result: yes configure:18549: checking whether ftello works configure:18625: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:18625: $? = 0 configure:18625: ./conftest configure:18625: $? = 0 configure:18636: result: yes configure:18813: checking whether gettimeofday clobbers localtime buffer configure:18845: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:18845: $? = 0 configure:18845: ./conftest configure:18845: $? = 0 configure:18855: result: no configure:18908: checking for gettimeofday with POSIX signature configure:18936: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c:191:19: error: conflicting types for 'gettimeofday' /usr/include/sys/time.h:73:12: note: previous declaration of 'gettimeofday' was here configure:18936: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | /* end confdefs.h. */ | #include <sys/time.h> | struct timeval c; | int gettimeofday (struct timeval *restrict, void *restrict); | | int | main () | { | /* glibc uses struct timezone * rather than the POSIX void * | if _GNU_SOURCE is defined. However, since the only portable | use of gettimeofday uses NULL as the second parameter, and | since the glibc definition is actually more typesafe, it is | not worth wrapping this to get a compliant signature. */ | int (*f) (struct timeval *restrict, void *restrict) | = gettimeofday; | int x = f (&c, 0); | return !(x | c.tv_sec | c.tv_usec); | | ; | return 0; | } configure:18952: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:18952: $? = 0 configure:18961: result: almost configure:19041: checking whether the compiler generally respects inline configure:19062: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:19062: $? = 0 configure:19071: result: yes configure:19083: checking whether isnan(double) can be used without linking with libm configure:19108: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:19108: $? = 0 configure:19117: result: yes configure:19488: checking whether isnan(float) can be used without linking with libm configure:19513: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:19513: $? = 0 configure:19522: result: yes configure:19529: checking whether isnan(float) works configure:19597: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:19597: $? = 0 configure:19597: ./conftest configure:19597: $? = 0 configure:19608: result: yes configure:19748: checking whether isnan(long double) can be used without linking with libm configure:19773: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:19773: $? = 0 configure:19782: result: yes configure:19790: checking whether isnanl works configure:19928: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:19928: $? = 0 configure:19928: ./conftest configure:19928: $? = 64 configure: program exited with status 64 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | /* end confdefs.h. */ | | #include <float.h> | #include <limits.h> | #include <math.h> | #if __GNUC__ >= 4 | # undef isnanl | # define isnanl(x) __builtin_isnanl ((long double)(x)) | #elif defined isnan | # undef isnanl | # define isnanl(x) isnan ((long double)(x)) | #endif | #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { unsigned int word[NWORDS]; long double value; } | memory_long_double; | /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the | runtime type conversion. */ | #ifdef __sgi | static long double NaNl () | { | double zero = 0.0; | return zero / zero; | } | #else | # define NaNl() (0.0L / 0.0L) | #endif | int main () | { | int result = 0; | | if (!isnanl (NaNl ())) | result |= 1; | | { | memory_long_double m; | unsigned int i; | | /* The isnanl function should be immune against changes in the sign bit and | in the mantissa bits. The xor operation twiddles a bit that can only be | a sign bit or a mantissa bit (since the exponent never extends to | bit 31). */ | m.value = NaNl (); | m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1); | for (i = 0; i < NWORDS; i++) | m.word[i] |= 1; | if (!isnanl (m.value)) | result |= 1; | } | | #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) | /* Representation of an 80-bit 'long double' as an initializer for a sequence | of 'unsigned int' words. */ | # ifdef WORDS_BIGENDIAN | # define LDBL80_WORDS(exponent,manthi,mantlo) { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), (unsigned int) (mantlo) << 16 } | # else | # define LDBL80_WORDS(exponent,manthi,mantlo) { mantlo, manthi, exponent } | # endif | { /* Quiet NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | { | /* Signalling NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 2; | } | /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities, | Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in | Intel IA-64 Architecture Software Developer's Manual, Volume 1: | Application Architecture. | Table 5-2 "Floating-Point Register Encodings" | Figure 5-6 "Memory to Floating-Point Register Data Translation" | */ | { /* Pseudo-NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; | if (!isnanl (x.value)) | result |= 4; | } | { /* Pseudo-Infinity. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 8; | } | { /* Pseudo-Zero. */ | static memory_long_double x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | result |= 16; | } | { /* Unnormalized number. */ | static memory_long_double x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 32; | } | { /* Pseudo-Denormal. */ | static memory_long_double x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | result |= 64; | } | #endif | | return result; | } configure:19939: result: no configure:19965: checking where to find the exponent in a 'long double' configure:20045: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:20045: $? = 0 configure:20045: ./conftest configure:20045: $? = 0 configure:20057: result: word 2 bit 0 configure:20153: checking whether langinfo.h defines CODESET configure:20171: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:20171: $? = 0 configure:20179: result: yes configure:20184: checking whether langinfo.h defines T_FMT_AMPM configure:20202: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:20202: $? = 0 configure:20210: result: yes configure:20215: checking whether langinfo.h defines ERA configure:20233: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:20233: $? = 0 configure:20241: result: yes configure:20246: checking whether langinfo.h defines YESEXPR configure:20264: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:20264: $? = 0 configure:20272: result: yes configure:20783: checking for libsigsegv configure:20815: result: no, consider installing GNU libsigsegv configure:20907: checking whether lseek detects pipes configure:20930: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:20930: $? = 0 configure:20961: result: yes configure:21027: checking for stdlib.h configure:21027: result: yes configure:21037: checking for GNU libc compatible malloc configure:21071: result: yes configure:21210: checking whether NAN macro works configure:21233: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:21233: $? = 0 configure:21240: result: yes configure:21245: checking whether HUGE_VAL works configure:21263: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:21263: $? = 0 configure:21270: result: yes configure:21293: checking whether mbrtowc handles incomplete characters configure:21350: result: guessing yes configure:21356: checking whether mbrtowc works as well as mbtowc configure:21417: result: guessing yes configure:21449: checking whether mbrtowc handles a NULL pwc argument configure:21520: result: guessing yes configure:21526: checking whether mbrtowc handles a NULL string argument configure:21585: result: guessing yes configure:21593: checking whether mbrtowc has a correct return value configure:21723: result: guessing yes configure:21729: checking whether mbrtowc returns 0 when parsing a NUL character configure:21785: result: guessing yes configure:21868: checking whether mbrtowc handles incomplete characters configure:21925: result: guessing yes configure:21931: checking whether mbrtowc works as well as mbtowc configure:21992: result: guessing yes configure:22117: checking for mkdtemp configure:22117: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:22117: $? = 0 configure:22117: result: yes configure:22155: checking for working mkstemp configure:22195: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:22195: $? = 0 configure:22195: ./conftest configure:22195: $? = 0 configure:22207: result: yes configure:22260: checking whether YESEXPR works configure:22288: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:22288: $? = 0 configure:22288: ./conftest configure:22288: $? = 0 configure:22299: result: yes configure:22368: checking for obstacks configure:22389: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:22389: $? = 0 configure:22397: result: yes configure:22443: checking whether open recognizes a trailing slash configure:22482: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:22482: $? = 0 configure:22482: ./conftest configure:22482: $? = 0 configure:22494: result: yes configure:22918: checking whether frexp works configure:22999: result: yes configure:23011: checking whether ldexp can be used without linking with libm configure:23039: result: yes configure:23051: checking whether frexpl() can be used without linking with libm configure:23078: result: yes configure:23084: checking whether frexpl works configure:23188: result: yes configure:23203: checking whether frexpl is declared configure:23203: result: yes configure:23214: checking whether ldexpl() can be used without linking with libm configure:23232: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23232: $? = 0 configure:23241: result: yes configure:23247: checking whether ldexpl works configure:23284: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23284: $? = 0 configure:23284: ./conftest configure:23284: $? = 0 configure:23295: result: yes configure:23303: checking whether ldexpl is declared configure:23303: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:23303: $? = 0 configure:23303: result: yes configure:23318: checking whether program_invocation_name is declared configure:23318: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:23318: $? = 0 configure:23318: result: yes configure:23330: checking whether program_invocation_short_name is declared configure:23330: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:23330: $? = 0 configure:23330: result: yes configure:23371: checking for rawmemchr configure:23371: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23371: $? = 0 configure:23371: result: yes configure:23421: checking whether readlink signature is correct configure:23439: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:23439: $? = 0 configure:23446: result: yes configure:23448: checking whether readlink handles trailing slash correctly configure:23472: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23472: $? = 0 configure:23472: ./conftest configure:23472: $? = 0 configure:23483: result: yes configure:23543: checking for working re_compile_pattern configure:23690: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23690: $? = 0 configure:23690: ./conftest configure:23690: $? = 0 configure:23700: result: yes configure:23809: checking whether rename honors trailing slash on destination configure:23848: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23848: $? = 0 configure:23848: ./conftest configure:23848: $? = 0 configure:23860: result: yes configure:23879: checking whether rename honors trailing slash on source configure:23918: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23918: $? = 0 configure:23918: ./conftest configure:23918: $? = 0 configure:23930: result: yes configure:23949: checking whether rename manages hard links correctly configure:23985: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:23985: $? = 0 configure:23985: ./conftest configure:23985: $? = 0 configure:24000: result: yes configure:24019: checking whether rename manages existing destinations correctly configure:24050: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:24050: $? = 0 configure:24050: ./conftest configure:24050: $? = 0 configure:24062: result: yes configure:24095: checking whether rmdir works configure:24127: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:24127: $? = 0 configure:24127: ./conftest configure:24127: $? = 0 configure:24138: result: yes configure:24183: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:24183: $? = 0 configure:24275: checking for struct sigaction.sa_sigaction configure:24275: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:24275: $? = 0 configure:24275: result: yes configure:24395: checking for volatile sig_atomic_t configure:24395: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:24395: $? = 0 configure:24395: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:246:36: error: expected expression before ')' token configure:24395: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | /* end confdefs.h. */ | | #include <signal.h> | | | int | main () | { | if (sizeof ((volatile sig_atomic_t))) | return 0; | ; | return 0; | } configure:24395: result: yes configure:24412: checking for signbit macro configure:24511: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:24511: $? = 0 configure:24511: ./conftest configure:24511: $? = 0 configure:24522: result: yes configure:24524: checking for signbit compiler built-ins configure:24620: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:24620: $? = 0 configure:24620: ./conftest configure:24620: $? = 0 configure:24631: result: yes configure:25162: checking for sigprocmask configure:25162: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:25162: $? = 0 configure:25162: result: yes configure:25219: checking for stdint.h configure:25219: result: yes configure:25229: checking for SIZE_MAX configure:25300: result: yes configure:25317: checking for snprintf configure:25317: result: yes configure:25329: checking whether snprintf respects a size of 1 configure:25349: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:25349: $? = 0 configure:25349: ./conftest configure:25349: $? = 0 configure:25360: result: yes configure:25483: checking for posix_spawnattr_t configure:25483: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:25483: $? = 0 configure:25483: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:252:32: error: expected expression before ')' token configure:25483: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | /* end confdefs.h. */ | | #include <spawn.h> | | | int | main () | { | if (sizeof ((posix_spawnattr_t))) | return 0; | ; | return 0; | } configure:25483: result: yes configure:25498: checking for posix_spawn_file_actions_t configure:25498: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:25498: $? = 0 configure:25498: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:253:41: error: expected expression before ')' token configure:25498: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | /* end confdefs.h. */ | | #include <spawn.h> | | | int | main () | { | if (sizeof ((posix_spawn_file_actions_t))) | return 0; | ; | return 0; | } configure:25498: result: no configure:25536: checking for ssize_t configure:25553: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:25553: $? = 0 configure:25560: result: yes configure:25572: checking whether stat handles trailing slashes on directories configure:25595: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:25595: $? = 0 configure:25595: ./conftest configure:25595: $? = 0 configure:25605: result: yes configure:25607: checking whether stat handles trailing slashes on files configure:25641: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:25641: $? = 0 configure:25641: ./conftest configure:25641: $? = 0 configure:25652: result: yes configure:25695: checking for va_copy configure:25716: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:25716: $? = 0 configure:25724: result: yes configure:25875: checking whether NULL can be used in arbitrary expressions configure:25893: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:25893: $? = 0 configure:25900: result: yes configure:26070: checking whether stdint.h conforms to C99 configure:26241: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:26241: $? = 0 configure:26323: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:26323: $? = 0 configure:26323: ./conftest configure:26323: $? = 0 configure:26335: result: yes configure:26824: checking for strchrnul configure:26824: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:26824: $? = 0 configure:26824: result: yes configure:26904: checking for working strndup configure:26938: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:26938: $? = 0 configure:26938: ./conftest configure:26938: $? = 0 configure:26948: result: yes configure:26999: checking for working strnlen configure:27033: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27033: $? = 0 configure:27033: ./conftest configure:27033: $? = 0 configure:27043: result: yes configure:27098: checking for strsignal configure:27098: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27098: $? = 0 configure:27098: result: yes configure:27108: checking whether strsignal always returns a string configure:27139: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27139: $? = 0 configure:27139: ./conftest configure:27139: $? = 0 configure:27149: result: yes configure:27321: checking whether strstr works configure:27384: result: no configure:27419: checking whether strtod obeys C99 configure:27534: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27534: $? = 0 configure:27534: ./conftest configure:27534: $? = 0 configure:27544: result: yes configure:27594: checking for strtol configure:27594: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27594: $? = 0 configure:27594: result: yes configure:27678: checking for nlink_t configure:27678: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:27678: $? = 0 configure:27678: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:263:22: error: expected expression before ')' token configure:27678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRSIGNAL 1 | #define GNULIB_TEST_STRSIGNAL 1 | #define GNULIB_TEST_STRSTR 1 | #define GNULIB_TEST_STRTOD 1 | #define HAVE_STRTOL 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:27678: result: yes configure:27801: checking for __secure_getenv configure:27801: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:27801: $? = 0 configure:27801: result: yes configure:28005: checking for ptrdiff_t configure:28005: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:28005: $? = 0 configure:28005: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 conftest.c: In function 'main': conftest.c:295:24: error: expected expression before ')' token configure:28005: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU M4" | #define PACKAGE_TARNAME "m4" | #define PACKAGE_VERSION "1.4.16" | #define PACKAGE_STRING "GNU M4 1.4.16" | #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" | #define PACKAGE_URL "http://www.gnu.org/software/m4/" | #define PACKAGE "m4" | #define VERSION "1.4.16" | #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_FSEEKO 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_MEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE___FPURGE 1 | #define HAVE___FREADING 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PATHCONF 1 | #define HAVE_PIPE2 1 | #define HAVE_POSIX_SPAWN 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LINK 1 | #define HAVE_NEWLOCALE 1 | #define HAVE_SETENV 1 | #define HAVE_STRDUP 1 | #define HAVE_SYMLINK 1 | #define HAVE_WCTOB 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UCONTEXT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SPAWN_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_XLOCALE_H 1 | #define FAULT_YIELDS_SIGBUS 0 | #define HAVE_STACK_OVERFLOW_HANDLING 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_FTELLO 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define restrict __restrict | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL_STRTOD 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_ALARM 1 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_ALLOCA 1 | #define GNULIB_TEST_BTOWC 1 | #define HAVE_DECL_SIGALTSTACK 1 | #define HAVE_STACK_T 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define SIGNAL_SAFE_LIST 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define GNULIB_FD_SAFER_FLAG 1 | #define GNULIB_TEST_FFLUSH 1 | #define GNULIB_FILENAMECAT 1 | #define GNULIB_TEST_FOPEN 1 | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 1 | #define HAVE_DECL_FPURGE 0 | #define GNULIB_TEST_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define GNULIB_TEST_FREXP 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define GNULIB_TEST_FREXPL 1 | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FTELLO 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define HAVE_ISNANF_IN_LIBC 1 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define GNULIB_TEST_MKSTEMP 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE2 1 | #define GNULIB_PIPE2_SAFER 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 | #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 | #define GNULIB_TEST_POSIX_SPAWNP 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 | #define GNULIB_TEST_SIGACTION 1 | #define GNULIB_TEST_SIGNBIT 1 | #define GNULIB_TEST_SIGPROCMASK 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define HAVE_POSIX_SPAWNATTR_T 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRSIGNAL 1 | #define GNULIB_TEST_STRSIGNAL 1 | #define GNULIB_TEST_STRSTR 1 | #define GNULIB_TEST_STRTOD 1 | #define HAVE_STRTOL 1 | #define HAVE___SECURE_GETENV 1 | #define USE_UNLOCKED_IO 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 ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:28005: result: yes configure:28027: checking for vasprintf configure:28027: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:28027: $? = 0 configure:28027: result: yes configure:28112: checking for vasprintf configure:28112: result: yes configure:28390: checking for ptrdiff_t configure:28390: result: yes configure:28513: checking for waitid configure:28513: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:28513: $? = 0 configure:28513: result: yes configure:28653: checking whether mbrtowc handles incomplete characters configure:28710: result: guessing yes configure:28716: checking whether mbrtowc works as well as mbtowc configure:28777: result: guessing yes configure:28811: checking whether wcrtomb return value is correct configure:28878: result: guessing yes configure:29001: checking whether iswcntrl works configure:29045: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:29045: $? = 0 configure:29045: ./conftest configure:29045: $? = 0 configure:29056: result: yes configure:29076: checking for wctype_t configure:29104: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:29104: $? = 0 configure:29112: result: yes configure:29118: checking for wctrans_t configure:29144: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:29144: $? = 0 configure:29152: result: yes configure:29214: checking for stdint.h configure:29214: result: yes configure:29608: checking for a traditional french locale configure:29733: result: none configure:29740: checking for a french Unicode locale configure:29859: result: none configure:29867: checking for a traditional french locale configure:29992: result: none configure:30000: checking for a turkish Unicode locale configure:30071: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 conftest.c: In function 'main': conftest.c:323:3: warning: implicit declaration of function 'towupper' conftest.c:323:7: warning: incompatible implicit declaration of built-in function 'towupper' conftest.c:323:3: warning: implicit declaration of function 'towlower' conftest.c:323:35: warning: incompatible implicit declaration of built-in function 'towlower' configure:30074: $? = 0 configure:30122: result: none configure:30163: checking for getpagesize configure:30163: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:30163: $? = 0 configure:30163: result: yes configure:30220: checking whether getpagesize is declared configure:30220: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:30220: $? = 0 configure:30220: result: yes configure:30240: checking where to find the exponent in a 'double' configure:30554: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:30554: $? = 0 configure:30554: ./conftest configure:30554: $? = 0 configure:30566: result: word 1 bit 20 configure:30586: checking where to find the exponent in a 'float' configure:30675: result: word 0 bit 23 configure:30696: checking where to find the exponent in a 'long double' configure:30788: result: word 2 bit 0 configure:30823: checking whether link handles trailing slash correctly configure:30856: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:30856: $? = 0 configure:30856: ./conftest configure:30856: $? = 0 configure:30867: result: yes configure:30902: checking whether locale.h conforms to POSIX:2001 configure:30919: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:30919: $? = 0 configure:30926: result: yes configure:30932: checking whether locale.h defines locale_t configure:30949: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:30949: $? = 0 configure:30957: result: yes configure:31041: checking for setlocale configure:31041: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:31041: $? = 0 configure:31041: result: yes configure:31041: checking for uselocale configure:31041: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:31041: $? = 0 configure:31041: result: yes configure:31055: checking for a traditional french locale configure:31180: result: none configure:31187: checking for a french Unicode locale configure:31306: result: none configure:31314: checking for a traditional japanese locale configure:31444: result: none configure:31452: checking for a transitional chinese locale configure:31571: result: none configure:31578: checking for a french Unicode locale configure:31697: result: none configure:31708: checking for mmap configure:31708: result: yes configure:31719: checking for MAP_ANONYMOUS configure:31756: result: yes configure:31773: checking for mmap configure:31773: result: yes configure:31784: checking for MAP_ANONYMOUS configure:31821: result: yes configure:31835: checking for a traditional french locale configure:31960: result: none configure:31967: checking for a french Unicode locale configure:32086: result: none configure:32117: checking for putenv compatible with GNU and SVID configure:32150: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:32150: $? = 0 configure:32150: ./conftest configure:32150: $? = 0 configure:32161: result: yes configure:32194: checking for mmap configure:32194: result: yes configure:32205: checking for MAP_ANONYMOUS configure:32242: result: yes configure:32318: checking for a traditional french locale configure:32443: result: none configure:32450: checking for a french Unicode locale configure:32569: result: none configure:32577: checking for a traditional japanese locale configure:32707: result: none configure:32715: checking for a transitional chinese locale configure:32834: result: none configure:32843: checking for wchar_t configure:32867: result: yes configure:32876: checking for wint_t configure:32908: result: yes configure:32970: checking for mmap configure:32970: result: yes configure:32981: checking for MAP_ANONYMOUS configure:33018: result: yes configure:33036: checking for mmap configure:33036: result: yes configure:33047: checking for MAP_ANONYMOUS configure:33084: result: yes configure:33111: checking whether symlink handles trailing slash correctly configure:33139: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:33139: $? = 0 configure:33139: ./conftest configure:33139: $? = 0 configure:33150: result: yes configure:33186: checking for unsetenv configure:33186: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:33186: $? = 0 configure:33186: result: yes configure:33211: checking for unsetenv() return type configure:33240: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:33240: $? = 0 configure:33247: result: int configure:33266: checking whether unsetenv obeys POSIX configure:33305: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:33305: $? = 0 configure:33305: ./conftest configure:33305: $? = 0 configure:33315: result: yes configure:33350: checking for a traditional french locale configure:33475: result: none configure:33482: checking for a french Unicode locale configure:33601: result: none configure:33609: checking for a traditional japanese locale configure:33739: result: none configure:33747: checking for a transitional chinese locale configure:33866: result: none configure:33897: checking whether wctob works configure:33995: result: guessing yes configure:34020: checking whether wctob is declared configure:34020: gcc -std=gnu99 -c -O2 -Wno-error conftest.c >&5 configure:34020: $? = 0 configure:34020: result: yes configure:34112: checking whether an open file can be renamed configure:34134: gcc -std=gnu99 -o conftest -O2 -Wno-error -Wl,-R/home/feyrer/pkg5/lib conftest.c >&5 configure:34134: $? = 0 configure:34134: ./conftest configure:34134: $? = 0 configure:34144: result: yes configure:34158: checking if changeword is wanted configure:34173: result: no configure:34178: checking which shell to use for syscmd configure:34213: result: /bin/sh configure:34221: checking if malloc debugging is wanted configure:34239: result: no configure:34427: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU M4 config.status 1.4.16, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on calanda config.status:1932: creating Makefile config.status:1932: creating doc/Makefile config.status:1932: creating lib/Makefile config.status:1932: creating src/Makefile config.status:1932: creating tests/Makefile config.status:1932: creating checks/Makefile config.status:1932: creating examples/Makefile config.status:1932: creating lib/config.h config.status:2191: executing depfiles commands config.status:2191: executing stamp-h commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## M4_cv_func_rename_open_file_works=yes ac_cv_build=x86_64-debian-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -Wno-error' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -Wno-error' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=g++ ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-Wl,-R/home/feyrer/pkg5/lib ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-debian-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-debian-linux ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func___fpending=yes ac_cv_func___fpurge=yes ac_cv_func___freading=yes ac_cv_func___secure_getenv=yes ac_cv_func_alloca_works=yes ac_cv_func_btowc=yes ac_cv_func_canonicalize_file_name=yes ac_cv_func_dup2=yes ac_cv_func_fcntl=yes ac_cv_func_fpurge=no ac_cv_func_getcwd=yes ac_cv_func_getdtablesize=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_isblank=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_link=yes ac_cv_func_lstat=yes ac_cv_func_lstat_dereferences_slashed_symlink=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_memchr=yes ac_cv_func_mempcpy=yes ac_cv_func_mkdtemp=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_newlocale=yes ac_cv_func_nl_langinfo=yes ac_cv_func_obstack=yes ac_cv_func_pathconf=yes ac_cv_func_pipe2=yes ac_cv_func_pipe=yes ac_cv_func_posix_spawn=yes ac_cv_func_rawmemchr=yes ac_cv_func_readlink=yes ac_cv_func_realpath=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_setrlimit=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_siginterrupt=yes ac_cv_func_sigprocmask=yes ac_cv_func_snprintf=yes ac_cv_func_strchrnul=yes ac_cv_func_strdup=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnlen_working=yes ac_cv_func_strsignal=yes ac_cv_func_strtol=yes ac_cv_func_symlink=yes ac_cv_func_tsearch=yes ac_cv_func_unsetenv=yes ac_cv_func_uselocale=yes ac_cv_func_vasnprintf=no ac_cv_func_vasprintf=yes ac_cv_func_waitid=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcslen=yes ac_cv_func_wcsnlen=yes ac_cv_func_wctob=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl___fpending=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl_alarm=yes ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_fflush_unlocked=yes ac_cv_have_decl_fgets_unlocked=yes ac_cv_have_decl_fpurge=no ac_cv_have_decl_fputc_unlocked=yes ac_cv_have_decl_fputs_unlocked=yes ac_cv_have_decl_fread_unlocked=yes ac_cv_have_decl_frexpl=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_fwrite_unlocked=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getchar_unlocked=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_getpagesize=yes ac_cv_have_decl_ldexpl=yes ac_cv_have_decl_program_invocation_name=yes ac_cv_have_decl_program_invocation_short_name=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_setenv=yes ac_cv_have_decl_sigaltstack=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strerror_r=yes ac_cv_have_decl_strndup=yes ac_cv_have_decl_strnlen=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtod=yes ac_cv_have_decl_sys_siglist=yes ac_cv_have_decl_unsetenv=yes ac_cv_have_decl_wctob=yes ac_cv_header_features_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_sched_h=yes ac_cv_header_search_h=yes ac_cv_header_spawn_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_ucontext_h=yes ac_cv_header_unistd_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_xlocale_h=yes ac_cv_host=x86_64-debian-linux-gnu ac_cv_lib_error_at_line=yes ac_cv_libsigsegv='no, consider installing GNU libsigsegv' ac_cv_member_struct_sigaction_sa_sigaction=yes ac_cv_objext=o ac_cv_path_CAT=/bin/cat ac_cv_path_ECHO=echo ac_cv_path_EGREP=/bin/egrep ac_cv_path_ENV=/usr/bin/env ac_cv_path_FALSE=false ac_cv_path_GREP=/bin/grep ac_cv_path_TEST=test ac_cv_path_TRUE=true ac_cv_path_mkdir=/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin/mkdir ac_cv_prog_AWK=/usr/bin/awk ac_cv_prog_CC=gcc ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89='' ac_cv_prog_cc_c99='-std=gnu99' ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc='-std=gnu99' ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_sys_stack_overflow_works=yes ac_cv_sys_xsi_stack_overflow_heuristic=no ac_cv_type__Bool=yes ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_posix_spawn_file_actions_t=no ac_cv_type_posix_spawnattr_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_size_t=yes ac_cv_type_stack_t=yes ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_type_volatile_sig_atomic_t=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator='' acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.wrapper/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_langinfo_codeset=yes gl_cv_c_inline_effective=yes gl_cv_c_multiarch=no gl_cv_cc_double_expbit0='word 1 bit 20' gl_cv_cc_float_expbit0='word 0 bit 23' gl_cv_cc_long_double_expbit0='word 2 bit 0' gl_cv_decl_null_works=yes gl_cv_decl_readlink_works=yes gl_cv_double_slash_root=no gl_cv_func_btowc_eof='guessing yes' gl_cv_func_btowc_nul=yes gl_cv_func_dup2_works=yes gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_fflush_stdin=no gl_cv_func_fopen_slash=yes gl_cv_func_frexp_no_libm=yes gl_cv_func_frexp_works=yes gl_cv_func_frexpl_no_libm=yes gl_cv_func_frexpl_works=yes gl_cv_func_fseeko=yes gl_cv_func_ftello=yes gl_cv_func_ftello_works=yes gl_cv_func_getopt_gnu=yes gl_cv_func_getopt_posix=yes gl_cv_func_gettimeofday_clobber=no gl_cv_func_gettimeofday_posix_signature=almost gl_cv_func_isnand_no_libm=yes gl_cv_func_isnanf_no_libm=yes gl_cv_func_isnanf_works=yes gl_cv_func_isnanl_no_libm=yes gl_cv_func_isnanl_works=no gl_cv_func_iswcntrl_works=yes gl_cv_func_ldexp_no_libm=yes gl_cv_func_ldexpl_no_libm=yes gl_cv_func_ldexpl_works=yes gl_cv_func_link_works=yes gl_cv_func_lseek_pipe=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc_incomplete_state='guessing yes' gl_cv_func_mbrtowc_nul_retval='guessing yes' gl_cv_func_mbrtowc_null_arg1='guessing yes' gl_cv_func_mbrtowc_null_arg2='guessing yes' gl_cv_func_mbrtowc_retval='guessing yes' gl_cv_func_mbrtowc_sanitycheck='guessing yes' gl_cv_func_memchr_works=yes gl_cv_func_nl_langinfo_yesexpr_works=yes gl_cv_func_open_slash=yes gl_cv_func_posix_spawn_works=yes gl_cv_func_printf_directive_a=yes gl_cv_func_printf_directive_f=yes gl_cv_func_printf_directive_ls=yes gl_cv_func_printf_directive_n=yes gl_cv_func_printf_enomem=yes gl_cv_func_printf_flag_grouping=yes gl_cv_func_printf_flag_leftadjust=yes gl_cv_func_printf_flag_zero=yes gl_cv_func_printf_infinite=yes gl_cv_func_printf_infinite_long_double=no gl_cv_func_printf_long_double=yes gl_cv_func_printf_positions=yes gl_cv_func_printf_precision=yes gl_cv_func_printf_sizes_c99=yes gl_cv_func_re_compile_pattern_working=yes gl_cv_func_readlink_works=yes gl_cv_func_realpath_works=yes gl_cv_func_rename_dest_works=yes gl_cv_func_rename_link_works=yes gl_cv_func_rename_slash_dst_works=yes gl_cv_func_rename_slash_src_works=yes gl_cv_func_rmdir_works=yes gl_cv_func_setenv_works=yes gl_cv_func_signbit=yes gl_cv_func_signbit_gcc=yes gl_cv_func_sigprocmask=1 gl_cv_func_snprintf_retval_c99=yes gl_cv_func_snprintf_size1=yes gl_cv_func_snprintf_usable=yes gl_cv_func_spawnattr_setschedparam=yes gl_cv_func_spawnattr_setschedpolicy=yes gl_cv_func_stat_dir_slash=yes gl_cv_func_stat_file_slash=yes gl_cv_func_strndup_works=yes gl_cv_func_strstr_works_always=no gl_cv_func_strtod_works=yes gl_cv_func_svid_putenv=yes gl_cv_func_symlink_works=yes gl_cv_func_ungetc_works=yes gl_cv_func_unsetenv_works=yes gl_cv_func_va_copy=yes gl_cv_func_vasprintf_posix=no gl_cv_func_wcrtomb_retval='guessing yes' gl_cv_func_wctob_works='guessing yes' gl_cv_func_working_mkstemp=yes gl_cv_func_working_strerror=yes gl_cv_func_working_strsignal=yes gl_cv_have_include_next=yes gl_cv_header_errno_h_complete=yes gl_cv_header_inttypes_h=yes gl_cv_header_langinfo_codeset=yes gl_cv_header_langinfo_era=yes gl_cv_header_langinfo_t_fmt_ampm=yes gl_cv_header_langinfo_yesexpr=yes gl_cv_header_locale_h_needs_xlocale_h=no gl_cv_header_locale_h_posix2001=yes gl_cv_header_locale_has_locale_t=yes gl_cv_header_math_huge_val_works=yes gl_cv_header_math_nan_works=yes gl_cv_header_stdint_h=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_fcntl_h=yes gl_cv_header_working_stdint_h=yes gl_cv_lib_sigsegv='no, consider installing GNU libsigsegv' gl_cv_next_fcntl_h='<fcntl.h>' gl_cv_next_getopt_h='<getopt.h>' gl_cv_next_langinfo_h='<langinfo.h>' gl_cv_next_locale_h='<locale.h>' gl_cv_next_math_h='<math.h>' gl_cv_next_signal_h='<signal.h>' gl_cv_next_spawn_h='<spawn.h>' gl_cv_next_stdint_h='<stdint.h>' gl_cv_next_stdio_h='<stdio.h>' gl_cv_next_stdlib_h='<stdlib.h>' gl_cv_next_string_h='<string.h>' gl_cv_next_sys_stat_h='<sys/stat.h>' gl_cv_next_sys_time_h='<sys/time.h>' gl_cv_next_sys_wait_h='<sys/wait.h>' gl_cv_next_time_h='<time.h>' gl_cv_next_unistd_h='<unistd.h>' gl_cv_next_wchar_h='<wchar.h>' gl_cv_next_wctype_h='<wctype.h>' gl_cv_pragma_columns=no gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_sigaltstack_low_base=yes gl_cv_size_max=yes gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_var_stdin_large_offset=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_unsetenv_ret=int gt_cv_locale_fr=none gt_cv_locale_fr_utf8=none gt_cv_locale_ja=none gt_cv_locale_tr_utf8=none gt_cv_locale_zh_CN=none gt_cv_ssize_t=yes gt_cv_val_LC_MESSAGES=yes gt_cv_var_environ_declaration=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/missing --run aclocal-1.11' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' ANSICXX_FALSE='' ANSICXX_TRUE='#' APPLE_UNIVERSAL_BUILD='0' AUTOCONF='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/missing --run autoconf' AUTOHEADER='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/missing --run autoheader' AUTOMAKE='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/missing --run automake-1.11' AWK='/usr/bin/awk' BITSIZEOF_PTRDIFF_T='' BITSIZEOF_SIG_ATOMIC_T='' BITSIZEOF_SIZE_T='' BITSIZEOF_WCHAR_T='' BITSIZEOF_WINT_T='' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -Wno-error' CONFIG_INCLUDE='lib/config.h' CPP='gcc -E' CPPFLAGS='' CXX=':' CXXDEPMODE='' CXXFLAGS='-O2 -Wno-error' CXX_CHOICE='no' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/egrep' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' FLOAT_H='' GETOPT_H='' GLIBC21='yes' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GNULIB_ACOSL='0' GNULIB_ASINL='0' GNULIB_ATANL='0' GNULIB_ATOLL='0' GNULIB_BTOWC='1' GNULIB_CALLOC_POSIX='0' GNULIB_CANONICALIZE_FILE_NAME='1' GNULIB_CEIL='0' GNULIB_CEILF='0' GNULIB_CEILL='0' GNULIB_CHOWN='0' GNULIB_CLOSE='1' GNULIB_COSL='0' GNULIB_DPRINTF='0' GNULIB_DUP2='1' GNULIB_DUP3='0' GNULIB_DUPLOCALE='0' GNULIB_ENVIRON='1' GNULIB_EUIDACCESS='0' GNULIB_EXPL='0' GNULIB_FACCESSAT='0' GNULIB_FCHDIR='0' GNULIB_FCHMODAT='0' GNULIB_FCHOWNAT='0' GNULIB_FCLOSE='1' GNULIB_FCNTL='1' GNULIB_FFLUSH='1' GNULIB_FLOOR='0' GNULIB_FLOORF='0' GNULIB_FLOORL='0' GNULIB_FOPEN='1' GNULIB_FPRINTF='1' GNULIB_FPRINTF_POSIX='0' GNULIB_FPURGE='1' GNULIB_FPUTC='1' GNULIB_FPUTS='1' GNULIB_FREOPEN='0' GNULIB_FREXP='1' GNULIB_FREXPL='1' GNULIB_FSEEK='0' GNULIB_FSEEKO='1' GNULIB_FSTATAT='0' GNULIB_FSYNC='0' GNULIB_FTELL='IN_M4_GNULIB_TESTS' GNULIB_FTELLO='1' GNULIB_FTRUNCATE='0' GNULIB_FUTIMENS='0' GNULIB_FWRITE='1' GNULIB_GETCWD='0' GNULIB_GETDELIM='0' GNULIB_GETDOMAINNAME='0' GNULIB_GETDTABLESIZE='1' GNULIB_GETGROUPS='0' GNULIB_GETHOSTNAME='0' GNULIB_GETLINE='0' GNULIB_GETLOADAVG='0' GNULIB_GETLOGIN='0' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='IN_M4_GNULIB_TESTS' GNULIB_GETSUBOPT='0' GNULIB_GETTIMEOFDAY='1' GNULIB_GETUSERSHELL='0' GNULIB_GRANTPT='0' GNULIB_ISFINITE='0' GNULIB_ISINF='0' GNULIB_ISNAN='0' GNULIB_ISNAND='0' GNULIB_ISNANF='0' GNULIB_ISNANL='0' GNULIB_ISWBLANK='0' GNULIB_ISWCTYPE='0' GNULIB_LCHMOD='0' GNULIB_LCHOWN='0' GNULIB_LDEXPL='0' GNULIB_LINK='IN_M4_GNULIB_TESTS' GNULIB_LINKAT='0' GNULIB_LOGB='0' GNULIB_LOGL='0' GNULIB_LSEEK='1' GNULIB_LSTAT='1' GNULIB_MALLOC_POSIX='1' GNULIB_MBRLEN='0' GNULIB_MBRTOWC='1' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='1' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MBTOWC='1' GNULIB_MEMCHR='1' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_MKDIRAT='0' GNULIB_MKDTEMP='1' GNULIB_MKFIFO='0' GNULIB_MKFIFOAT='0' GNULIB_MKNOD='0' GNULIB_MKNODAT='0' GNULIB_MKOSTEMP='0' GNULIB_MKOSTEMPS='0' GNULIB_MKSTEMP='1' GNULIB_MKSTEMPS='0' GNULIB_MKTIME='0' GNULIB_NANOSLEEP='0' GNULIB_NL_LANGINFO='1' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_OPEN='1' GNULIB_OPENAT='0' GNULIB_PERROR='0' GNULIB_PIPE2='1' GNULIB_PIPE='0' GNULIB_POPEN='0' GNULIB_POSIX_SPAWN='0' GNULIB_POSIX_SPAWNATTR_DESTROY='1' GNULIB_POSIX_SPAWNATTR_GETFLAGS='0' GNULIB_POSIX_SPAWNATTR_GETPGROUP='0' GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='0' GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='0' GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='0' GNULIB_POSIX_SPAWNATTR_GETSIGMASK='0' GNULIB_POSIX_SPAWNATTR_INIT='1' GNULIB_POSIX_SPAWNATTR_SETFLAGS='1' GNULIB_POSIX_SPAWNATTR_SETPGROUP='0' GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='0' GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='0' GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='0' GNULIB_POSIX_SPAWNATTR_SETSIGMASK='1' GNULIB_POSIX_SPAWNP='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='1' GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='1' GNULIB_PREAD='0' GNULIB_PRINTF='1' GNULIB_PRINTF_POSIX='0' GNULIB_PTSNAME='0' GNULIB_PUTC='1' GNULIB_PUTCHAR='1' GNULIB_PUTENV='IN_M4_GNULIB_TESTS' GNULIB_PUTS='1' GNULIB_PWRITE='0' GNULIB_RANDOM_R='0' GNULIB_RAWMEMCHR='1' GNULIB_READLINK='1' GNULIB_READLINKAT='0' GNULIB_REALLOC_POSIX='0' GNULIB_REALPATH='1' GNULIB_REMOVE='0' GNULIB_RENAME='1' GNULIB_RENAMEAT='0' GNULIB_RMDIR='1' GNULIB_ROUND='0' GNULIB_ROUNDF='0' GNULIB_ROUNDL='0' GNULIB_RPMATCH='0' GNULIB_SETENV='IN_M4_GNULIB_TESTS' GNULIB_SETLOCALE='IN_M4_GNULIB_TESTS' GNULIB_SIGACTION='1' GNULIB_SIGNAL_H_SIGPIPE='0' GNULIB_SIGNBIT='1' GNULIB_SIGPROCMASK='1' GNULIB_SINL='0' GNULIB_SLEEP='0' GNULIB_SNPRINTF='1' GNULIB_SPRINTF_POSIX='0' GNULIB_SQRTL='0' GNULIB_STAT='1' GNULIB_STDIO_H_SIGPIPE='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='1' GNULIB_STRDUP='IN_M4_GNULIB_TESTS' GNULIB_STRERROR='1' GNULIB_STRERROR_R='0' GNULIB_STRNCAT='0' GNULIB_STRNDUP='1' GNULIB_STRNLEN='1' GNULIB_STRPBRK='0' GNULIB_STRPTIME='0' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='1' GNULIB_STRSTR='1' GNULIB_STRTOD='1' GNULIB_STRTOK_R='0' GNULIB_STRTOLL='0' GNULIB_STRTOULL='0' GNULIB_STRVERSCMP='0' GNULIB_SYMLINK='IN_M4_GNULIB_TESTS' GNULIB_SYMLINKAT='0' GNULIB_SYSTEM_POSIX='0' GNULIB_TANL='0' GNULIB_TIMEGM='0' GNULIB_TIME_R='0' GNULIB_TMPFILE='0' GNULIB_TOWCTRANS='0' GNULIB_TRUNC='0' GNULIB_TRUNCF='0' GNULIB_TRUNCL='0' GNULIB_TTYNAME_R='0' GNULIB_UNISTD_H_GETOPT='0' GNULIB_UNISTD_H_SIGPIPE='0' GNULIB_UNLINK='0' GNULIB_UNLINKAT='0' GNULIB_UNLOCKPT='0' GNULIB_UNSETENV='IN_M4_GNULIB_TESTS' GNULIB_USLEEP='0' GNULIB_UTIMENSAT='0' GNULIB_VASPRINTF='1' GNULIB_VDPRINTF='0' GNULIB_VFPRINTF='1' GNULIB_VFPRINTF_POSIX='0' GNULIB_VPRINTF='1' GNULIB_VPRINTF_POSIX='0' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WAITPID='1' GNULIB_WCPCPY='0' GNULIB_WCPNCPY='0' GNULIB_WCRTOMB='1' GNULIB_WCSCASECMP='0' GNULIB_WCSCAT='0' GNULIB_WCSCHR='0' GNULIB_WCSCMP='0' GNULIB_WCSCOLL='0' GNULIB_WCSCPY='0' GNULIB_WCSCSPN='0' GNULIB_WCSDUP='0' GNULIB_WCSLEN='0' GNULIB_WCSNCASECMP='0' GNULIB_WCSNCAT='0' GNULIB_WCSNCMP='0' GNULIB_WCSNCPY='0' GNULIB_WCSNLEN='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSPBRK='0' GNULIB_WCSRCHR='0' GNULIB_WCSRTOMBS='0' GNULIB_WCSSPN='0' GNULIB_WCSSTR='0' GNULIB_WCSTOK='0' GNULIB_WCSWIDTH='0' GNULIB_WCSXFRM='0' GNULIB_WCTOB='IN_M4_GNULIB_TESTS' GNULIB_WCTOMB='IN_M4_GNULIB_TESTS' GNULIB_WCTRANS='0' GNULIB_WCTYPE='0' GNULIB_WCWIDTH='0' GNULIB_WMEMCHR='0' GNULIB_WMEMCMP='0' GNULIB_WMEMCPY='0' GNULIB_WMEMMOVE='0' GNULIB_WMEMSET='0' GNULIB_WRITE='0' GNULIB__EXIT='0' GREP='/bin/grep' HAVE_ACOSL='1' HAVE_ASINL='1' HAVE_ATANL='1' HAVE_ATOLL='1' HAVE_BTOWC='1' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CHOWN='1' HAVE_COSL='1' HAVE_DECL_ACOSL='1' HAVE_DECL_ASINL='1' HAVE_DECL_ATANL='1' HAVE_DECL_CEILF='1' HAVE_DECL_CEILL='1' HAVE_DECL_COSL='1' HAVE_DECL_ENVIRON='1' HAVE_DECL_EXPL='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FLOORF='1' HAVE_DECL_FLOORL='1' HAVE_DECL_FPURGE='0' HAVE_DECL_FREXPL='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_LDEXPL='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_LOGB='1' HAVE_DECL_LOGL='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_ROUND='1' HAVE_DECL_ROUNDF='1' HAVE_DECL_ROUNDL='1' HAVE_DECL_SETENV='1' HAVE_DECL_SINL='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_SQRTL='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_TANL='1' HAVE_DECL_TRUNC='1' HAVE_DECL_TRUNCF='1' HAVE_DECL_TRUNCL='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCTOB='1' HAVE_DECL_WCWIDTH='1' HAVE_DPRINTF='1' HAVE_DUP2='1' HAVE_DUP3='1' HAVE_DUPLOCALE='1' HAVE_EUIDACCESS='1' HAVE_EXPL='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FEATURES_H='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='1' HAVE_GETPAGESIZE='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GRANTPT='1' HAVE_INTTYPES_H='1' HAVE_ISNAND='1' HAVE_ISNANF='1' HAVE_ISNANL='1' HAVE_ISWBLANK='1' HAVE_ISWCNTRL='1' HAVE_LANGINFO_CODESET='1' HAVE_LANGINFO_ERA='1' HAVE_LANGINFO_H='1' HAVE_LANGINFO_T_FMT_AMPM='1' HAVE_LANGINFO_YESEXPR='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LIBSIGSEGV='no' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LOGL='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MBRLEN='1' HAVE_MBRTOWC='1' HAVE_MBSINIT='1' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='1' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_NANOSLEEP='1' HAVE_NL_LANGINFO='1' HAVE_OPENAT='1' HAVE_OS_H='0' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POSIX_SIGNALBLOCKING='1' HAVE_POSIX_SPAWN='1' HAVE_POSIX_SPAWNATTR_T='1' HAVE_POSIX_SPAWN_FILE_ACTIONS_T='0' HAVE_PREAD='1' HAVE_PTSNAME='1' HAVE_PWRITE='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALPATH='1' HAVE_RENAMEAT='1' HAVE_RPMATCH='1' HAVE_SCHED_H='' HAVE_SETENV='1' HAVE_SIGACTION='1' HAVE_SIGINFO_T='1' HAVE_SIGNED_SIG_ATOMIC_T='' HAVE_SIGNED_WCHAR_T='' HAVE_SIGNED_WINT_T='' HAVE_SIGSET_T='1' HAVE_SINL='1' HAVE_SLEEP='1' HAVE_SPAWN_H='1' HAVE_SQRTL='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOLL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_SCHED_PARAM='' HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' HAVE_STRUCT_TIMEVAL='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='' HAVE_SYS_INTTYPES_H='' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_TANL='1' HAVE_TIMEGM='1' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCPCPY='1' HAVE_WCPNCPY='1' HAVE_WCRTOMB='1' HAVE_WCSCASECMP='1' HAVE_WCSCAT='1' HAVE_WCSCHR='1' HAVE_WCSCMP='1' HAVE_WCSCOLL='1' HAVE_WCSCPY='1' HAVE_WCSCSPN='1' HAVE_WCSDUP='1' HAVE_WCSLEN='1' HAVE_WCSNCASECMP='1' HAVE_WCSNCAT='1' HAVE_WCSNCMP='1' HAVE_WCSNCPY='1' HAVE_WCSNLEN='1' HAVE_WCSNRTOMBS='1' HAVE_WCSPBRK='1' HAVE_WCSRCHR='1' HAVE_WCSRTOMBS='1' HAVE_WCSSPN='1' HAVE_WCSSTR='1' HAVE_WCSTOK='1' HAVE_WCSWIDTH='1' HAVE_WCSXFRM='1' HAVE_WCTRANS_T='1' HAVE_WCTYPE_H='1' HAVE_WCTYPE_T='1' HAVE_WINT_T='1' HAVE_WMEMCHR='1' HAVE_WMEMCMP='1' HAVE_WMEMCPY='1' HAVE_WMEMMOVE='1' HAVE_WMEMSET='1' HAVE_XLOCALE_H='1' HAVE__BOOL='1' HAVE__EXIT='1' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INSTALL_DATA='/usr/bin/install -c -o feyrer -g users -m 644' INSTALL_PROGRAM='/usr/bin/install -c -s -o feyrer -g users -m 755' INSTALL_SCRIPT='/usr/bin/install -c -o feyrer -g users -m 755' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTL_MACOSX_LIBS='' LDFLAGS='-Wl,-R/home/feyrer/pkg5/lib' LIBCSTACK='' LIBINTL='' LIBM4_LIBDEPS='' LIBM4_LTLIBDEPS='' LIBMULTITHREAD='' LIBOBJS='' LIBPTH='' LIBPTH_PREFIX='' LIBS='' LIBSIGSEGV='' LIBSIGSEGV_PREFIX='' LIBTESTS_LIBDEPS='' LIBTHREAD='' LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"' LOCALE_FR='none' LOCALE_FR_UTF8='none' LOCALE_JA='none' LOCALE_TR_UTF8='none' LOCALE_ZH_CN='none' LTLIBCSTACK='' LTLIBINTL='' LTLIBMULTITHREAD='' LTLIBOBJS='' LTLIBPTH='' LTLIBSIGSEGV='' LTLIBTHREAD='' M4_LIBOBJS=' asnprintf.o asprintf.o basename.o basename-lgpl.o cloexec.o close-stream.o closein.o closeout.o dirname.o dirname-lgpl.o dup-safer.o fcntl.o fd-safer.o fflush.o filenamecat.o filenamecat-lgpl.o fopen-safer.o fpurge.o fseeko.o isnanl.o mkstemp-safer.o pipe-safer.o printf-args.o printf-parse.o quotearg.o stripslash.o strstr.o tempname.o vasnprintf.o vasprintf.o xmalloc.o' M4_LTLIBOBJS=' asnprintf.lo asprintf.lo basename.lo basename-lgpl.lo cloexec.lo close-stream.lo closein.lo closeout.lo dirname.lo dirname-lgpl.lo dup-safer.lo fcntl.lo fd-safer.lo fflush.lo filenamecat.lo filenamecat-lgpl.lo fopen-safer.lo fpurge.lo fseeko.lo isnanl.lo mkstemp-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo quotearg.lo stripslash.lo strstr.lo tempname.lo vasnprintf.lo vasprintf.lo xmalloc.lo' M4tests_LIBOBJS='' M4tests_LTLIBOBJS='' M4tests_WITNESS='IN_M4_GNULIB_TESTS' MAKEINFO='/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin/makeinfo' MKDIR_P='/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin/mkdir -p' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>' NEXT_AS_FIRST_DIRECTIVE_MATH_H='<math.h>' NEXT_AS_FIRST_DIRECTIVE_SCHED_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>' NEXT_AS_FIRST_DIRECTIVE_SPAWN_H='<spawn.h>' NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>' NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='<sys/wait.h>' NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>' NEXT_ERRNO_H='' NEXT_FCNTL_H='<fcntl.h>' NEXT_FLOAT_H='' NEXT_GETOPT_H='<getopt.h>' NEXT_LANGINFO_H='<langinfo.h>' NEXT_LOCALE_H='<locale.h>' NEXT_MATH_H='<math.h>' NEXT_SCHED_H='' NEXT_SIGNAL_H='<signal.h>' NEXT_SPAWN_H='<spawn.h>' NEXT_STDARG_H='<stdarg.h>' NEXT_STDDEF_H='' NEXT_STDINT_H='<stdint.h>' NEXT_STDIO_H='<stdio.h>' NEXT_STDLIB_H='<stdlib.h>' NEXT_STRING_H='<string.h>' NEXT_SYS_STAT_H='<sys/stat.h>' NEXT_SYS_TIME_H='<sys/time.h>' NEXT_SYS_WAIT_H='<sys/wait.h>' NEXT_TIME_H='<time.h>' NEXT_UNISTD_H='<unistd.h>' NEXT_WCHAR_H='<wchar.h>' NEXT_WCTYPE_H='<wctype.h>' OBJEXT='o' PACKAGE='m4' PACKAGE_BUGREPORT='bug-m4%gnu.org@localhost' PACKAGE_NAME='GNU M4' PACKAGE_STRING='GNU M4 1.4.16' PACKAGE_TARNAME='m4' PACKAGE_URL='http://www.gnu.org/software/m4/' PACKAGE_VERSION='1.4.16' PATH_SEPARATOR=':' POSIX_SPAWN_PORTED_FALSE='#' POSIX_SPAWN_PORTED_TRUE='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' REPLACE_BTOWC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CEIL='0' REPLACE_CEILF='0' REPLACE_CEILL='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_DUPLOCALE='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='1' REPLACE_FFLUSH='1' REPLACE_FLOOR='0' REPLACE_FLOORF='0' REPLACE_FLOORL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FPURGE='0' REPLACE_FREOPEN='0' REPLACE_FREXP='0' REPLACE_FREXPL='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='1' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETTIMEOFDAY='0' REPLACE_HUGE_VAL='0' REPLACE_ISFINITE='0' REPLACE_ISINF='0' REPLACE_ISNAN='0' REPLACE_ISWBLANK='0' REPLACE_ISWCNTRL='0' REPLACE_LCHOWN='0' REPLACE_LDEXPL='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' REPLACE_LSEEK='0' REPLACE_LSTAT='0' REPLACE_MALLOC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='0' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='0' REPLACE_MEMMEM='0' REPLACE_MKDIR='0' REPLACE_MKFIFO='0' REPLACE_MKNOD='0' REPLACE_MKSTEMP='0' REPLACE_MKTIME='GNULIB_PORTCHECK' REPLACE_NAN='0' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NL_LANGINFO='0' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_PERROR='0' REPLACE_POPEN='0' REPLACE_POSIX_SPAWN='0' REPLACE_PREAD='0' REPLACE_PRINTF='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_READLINK='0' REPLACE_REALLOC='0' REPLACE_REALPATH='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_ROUND='0' REPLACE_ROUNDF='0' REPLACE_ROUNDL='0' REPLACE_SETENV='0' REPLACE_SETLOCALE='0' REPLACE_SIGNBIT='0' REPLACE_SIGNBIT_USING_GCC='1' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_STAT='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERROR_R='0' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='1' REPLACE_STRTOD='0' REPLACE_STRTOK_R='0' REPLACE_SYMLINK='0' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TRUNC='0' REPLACE_TRUNCF='0' REPLACE_TRUNCL='0' REPLACE_TTYNAME_R='0' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='1' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCRTOMB='0' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCSWIDTH='0' REPLACE_WCTOB='0' REPLACE_WCTOMB='0' REPLACE_WCWIDTH='0' REPLACE_WRITE='0' SCHED_H='' SET_MAKE='' SHELL='/bin/ksh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='' STDARG_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='' STRIP='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' UNDEFINE_STRTOK_R='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' VERSION='1.4.16' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WERROR_CFLAGS='' WINT_T_SUFFIX='' abs_aux_dir='/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux' ac_ct_CC='' ac_ct_CXX='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-debian-linux-gnu' build_alias='x86_64-debian-linux' build_cpu='x86_64' build_os='linux-gnu' build_vendor='debian' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-debian-linux-gnu' host_alias='x86_64-debian-linux' host_cpu='x86_64' host_os='linux-gnu' host_vendor='debian' htmldir='${docdir}' includedir='${prefix}/include' infodir='/home/feyrer/pkg5/info' install_sh='${SHELL} /home/feyrer/pkgsrc/pkgsrc/devel/m4/work/m4-1.4.16/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datarootdir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/home/feyrer/pkg5/man' mkdir_p='/home/feyrer/pkgsrc/pkgsrc/devel/m4/work/.tools/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibexecdir='${libexecdir}/${PACKAGE}' prefix='/home/feyrer/pkg5' program_transform_name='s&^&g&' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU M4" #define PACKAGE_TARNAME "m4" #define PACKAGE_VERSION "1.4.16" #define PACKAGE_STRING "GNU M4 1.4.16" #define PACKAGE_BUGREPORT "bug-m4%gnu.org@localhost" #define PACKAGE_URL "http://www.gnu.org/software/m4/" #define PACKAGE "m4" #define VERSION "1.4.16" #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_FSEEKO 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_BTOWC 1 #define HAVE_SETRLIMIT 1 #define HAVE_SIGALTSTACK 1 #define HAVE_CANONICALIZE_FILE_NAME 1 #define HAVE_GETCWD 1 #define HAVE_READLINK 1 #define HAVE_REALPATH 1 #define HAVE_DUP2 1 #define HAVE_FCNTL 1 #define HAVE_MEMPCPY 1 #define HAVE___FPENDING 1 #define HAVE___FPURGE 1 #define HAVE___FREADING 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LSTAT 1 #define HAVE_MBSINIT 1 #define HAVE_MBRTOWC 1 #define HAVE_MPROTECT 1 #define HAVE_MEMCHR 1 #define HAVE_MKSTEMP 1 #define HAVE_NL_LANGINFO 1 #define HAVE_PATHCONF 1 #define HAVE_PIPE2 1 #define HAVE_POSIX_SPAWN 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_WCSCOLL 1 #define HAVE_SIGACTION 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_STRNDUP 1 #define HAVE_PIPE 1 #define HAVE_WCRTOMB 1 #define HAVE_ISWCNTRL 1 #define HAVE_LINK 1 #define HAVE_NEWLOCALE 1 #define HAVE_SETENV 1 #define HAVE_STRDUP 1 #define HAVE_SYMLINK 1 #define HAVE_WCTOB 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_UCONTEXT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_MATH_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SCHED_H 1 #define HAVE_SPAWN_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDINT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_FEATURES_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_XLOCALE_H 1 #define FAULT_YIELDS_SIGBUS 0 #define HAVE_STACK_OVERFLOW_HANDLING 1 #define FUNC_REALPATH_WORKS 1 #define HAVE_ENVIRON_DECL 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define STRERROR_R_CHAR_P 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_WORKING_O_NOATIME 1 #define HAVE_WORKING_O_NOFOLLOW 1 #define HAVE_DECL_FSEEKO 1 #define HAVE_DECL_FTELLO 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_DECL_GETENV 1 #define restrict __restrict #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define HAVE_DECL_GETC_UNLOCKED 1 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_MBSTATE_T 1 #define HAVE_MAP_ANONYMOUS 1 #define PROMOTED_MODE_T mode_t #define HAVE_DECL_SNPRINTF 1 #define HAVE__BOOL 1 #define HAVE_WCHAR_T 1 #define HAVE_DECL_STRNDUP 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_STRSIGNAL 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_DECL_STRTOD 1 #define HAVE_DECL_CLEARERR_UNLOCKED 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FERROR_UNLOCKED 1 #define HAVE_DECL_FFLUSH_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 1 #define HAVE_DECL_FPUTC_UNLOCKED 1 #define HAVE_DECL_FPUTS_UNLOCKED 1 #define HAVE_DECL_FREAD_UNLOCKED 1 #define HAVE_DECL_FWRITE_UNLOCKED 1 #define HAVE_DECL_GETCHAR_UNLOCKED 1 #define HAVE_DECL_PUTC_UNLOCKED 1 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 #define HAVE_WINT_T 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTMAX_T 1 #define HAVE_SNPRINTF 1 #define HAVE_STRNLEN 1 #define HAVE_WCSLEN 1 #define HAVE_WCSNLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_SNPRINTF_RETVAL_C99 1 #define CHECK_PRINTF_SAFE 1 #define HAVE_LC_MESSAGES 1 #define HAVE_DECL_SETENV 1 #define HAVE_SEARCH_H 1 #define HAVE_TSEARCH 1 #define HAVE_DECL_STRDUP 1 #define HAVE_DECL_ALARM 1 #define HAVE_DECL_UNSETENV 1 #define HAVE_ALLOCA 1 #define GNULIB_TEST_BTOWC 1 #define HAVE_DECL_SIGALTSTACK 1 #define HAVE_STACK_T 1 #define GNULIB_CANONICALIZE_LGPL 1 #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 #define GNULIB_TEST_REALPATH 1 #define SIGNAL_SAFE_LIST 1 #define GNULIB_TEST_CLOEXEC 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_CLOSE_STREAM 1 #define GNULIB_DIRNAME 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_ENVIRON 1 #define GNULIB_TEST_FCLOSE 1 #define GNULIB_TEST_FCNTL 1 #define GNULIB_FD_SAFER_FLAG 1 #define GNULIB_TEST_FFLUSH 1 #define GNULIB_FILENAMECAT 1 #define GNULIB_TEST_FOPEN 1 #define GNULIB_FOPEN_SAFER 1 #define HAVE_DECL___FPENDING 1 #define HAVE_DECL_FPURGE 0 #define GNULIB_TEST_FPURGE 1 #define HAVE_FREXP_IN_LIBC 1 #define GNULIB_TEST_FREXP 1 #define HAVE_FREXPL_IN_LIBC 1 #define GNULIB_TEST_FREXPL 1 #define GNULIB_TEST_FSEEKO 1 #define GNULIB_TEST_FTELLO 1 #define GNULIB_TEST_GETDTABLESIZE 1 #define GNULIB_TEST_GETOPT_GNU 1 #define GETTIMEOFDAY_TIMEZONE struct timezone #define GNULIB_TEST_GETTIMEOFDAY 1 #define HAVE_INLINE 1 #define HAVE_ISNAND_IN_LIBC 1 #define HAVE_ISNANF_IN_LIBC 1 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define GNULIB_TEST_LSEEK 1 #define GNULIB_TEST_LSTAT 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_GNU 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define GNULIB_TEST_MALLOC_POSIX 1 #define GNULIB_TEST_MBRTOWC 1 #define GNULIB_TEST_MBSINIT 1 #define GNULIB_TEST_MBTOWC 1 #define GNULIB_TEST_MEMCHR 1 #define HAVE_MKDTEMP 1 #define GNULIB_TEST_MKDTEMP 1 #define GNULIB_TEST_MKSTEMP 1 #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 #define GNULIB_TEST_NL_LANGINFO 1 #define HAVE_OBSTACK 1 #define GNULIB_TEST_OPEN 1 #define GNULIB_TEST_PIPE2 1 #define GNULIB_PIPE2_SAFER 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1 #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1 #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1 #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1 #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1 #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1 #define GNULIB_TEST_POSIX_SPAWNP 1 #define HAVE_FREXP_IN_LIBC 1 #define HAVE_LDEXP_IN_LIBC 1 #define HAVE_FREXPL_IN_LIBC 1 #define HAVE_LDEXPL_IN_LIBC 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 #define HAVE_RAWMEMCHR 1 #define GNULIB_TEST_RAWMEMCHR 1 #define GNULIB_TEST_READLINK 1 #define GNULIB_TEST_RENAME 1 #define GNULIB_TEST_RMDIR 1 #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1 #define GNULIB_TEST_SIGACTION 1 #define GNULIB_TEST_SIGNBIT 1 #define GNULIB_TEST_SIGPROCMASK 1 #define HAVE_STDINT_H 1 #define HAVE_SNPRINTF 1 #define GNULIB_TEST_SNPRINTF 1 #define GNULIB_SNPRINTF 1 #define HAVE_POSIX_SPAWNATTR_T 1 #define GNULIB_TEST_STAT 1 #define HAVE_STRCHRNUL 1 #define GNULIB_TEST_STRCHRNUL 1 #define GNULIB_TEST_STRERROR 1 #define GNULIB_TEST_STRNDUP 1 #define GNULIB_TEST_STRNLEN 1 #define HAVE_STRSIGNAL 1 #define GNULIB_TEST_STRSIGNAL 1 #define GNULIB_TEST_STRSTR 1 #define GNULIB_TEST_STRTOD 1 #define HAVE_STRTOL 1 #define HAVE___SECURE_GETENV 1 #define USE_UNLOCKED_IO 1 #define HAVE_VASPRINTF 1 #define GNULIB_TEST_VASPRINTF 1 #define HAVE_VASPRINTF 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define HAVE_WAITID 1 #define GNULIB_TEST_WAITPID 1 #define GNULIB_TEST_WCRTOMB 1 #define HAVE_STDINT_H 1 #define GNULIB_TEST_FTELL 1 #define HAVE_GETPAGESIZE 1 #define GNULIB_TEST_GETPAGESIZE 1 #define DBL_EXPBIT0_WORD 1 #define DBL_EXPBIT0_BIT 20 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define GNULIB_TEST_LINK 1 #define HAVE_SETLOCALE 1 #define HAVE_USELOCALE 1 #define HAVE_MAP_ANONYMOUS 1 #define HAVE_MAP_ANONYMOUS 1 #define GNULIB_TEST_PUTENV 1 #define HAVE_MAP_ANONYMOUS 1 #define GNULIB_TEST_SETENV 1 #define GNULIB_TEST_SETLOCALE 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define GNULIB_TEST_STRDUP 1 #define HAVE_MAP_ANONYMOUS 1 #define HAVE_MAP_ANONYMOUS 1 #define GNULIB_TEST_SYMLINK 1 #define HAVE_UNSETENV 1 #define GNULIB_TEST_UNSETENV 1 #define HAVE_DECL_WCTOB 1 #define GNULIB_TEST_WCTOB 1 #define GNULIB_TEST_WCTOMB 1 #define RENAME_OPEN_FILE_WORKS 1 #define SYSCMD_SHELL "/bin/sh" configure: exit 0