This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ /usr/src/ruby/configure --build=x86_64-linux-gnu --prefix=/usr/local --disable-install-doc --enable-shared optflags=-O3 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = ccc90712d49d | |
uname -m = x86_64 | |
uname -r = 5.4.0-42-generic | |
uname -s = Linux | |
uname -v = #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3086: checking for ruby | |
configure:3104: found /usr/bin/ruby | |
configure:3117: result: /usr/bin/ruby | |
configure:3203: checking build system type | |
configure:3217: result: x86_64-pc-linux-gnu | |
configure:3237: checking host system type | |
configure:3250: result: x86_64-pc-linux-gnu | |
configure:3270: checking target system type | |
configure:3283: result: x86_64-pc-linux-gnu | |
configure:3421: checking for cl.exe | |
configure:3451: result: no | |
configure:3421: checking for clang | |
configure:3451: result: no | |
configure:3421: checking for cc | |
configure:3437: found /usr/bin/cc | |
configure:3448: result: cc | |
configure:3542: checking for cl.exe | |
configure:3572: result: no | |
configure:3542: checking for CC | |
configure:3572: result: no | |
configure:3542: checking for c++ | |
configure:3572: result: no | |
configure:5277: checking for gcc | |
configure:5304: result: cc | |
configure:5533: checking for C compiler version | |
configure:5542: cc --version >&5 | |
cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 | |
Copyright (C) 2017 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:5553: $? = 0 | |
configure:5542: cc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=cc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper | |
OFFLOAD_TARGET_NAMES=nvptx-none | |
OFFLOAD_TARGET_DEFAULT=1 | |
Target: x86_64-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
Thread model: posix | |
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) | |
configure:5553: $? = 0 | |
configure:5542: cc -V >&5 | |
cc: error: unrecognized command line option '-V' | |
cc: fatal error: no input files | |
compilation terminated. | |
configure:5553: $? = 1 | |
configure:5542: cc -qversion >&5 | |
cc: error: unrecognized command line option '-qversion'; did you mean '--version'? | |
cc: fatal error: no input files | |
compilation terminated. | |
configure:5553: $? = 1 | |
configure:5573: checking whether the C compiler works | |
configure:5595: cc conftest.c >&5 | |
configure:5599: $? = 0 | |
configure:5647: result: yes | |
configure:5650: checking for C compiler default output file name | |
configure:5652: result: a.out | |
configure:5658: checking for suffix of executables | |
configure:5665: cc -o conftest conftest.c >&5 | |
configure:5669: $? = 0 | |
configure:5691: result: | |
configure:5713: checking whether we are cross compiling | |
configure:5721: cc -o conftest conftest.c >&5 | |
configure:5725: $? = 0 | |
configure:5732: ./conftest | |
configure:5736: $? = 0 | |
configure:5751: result: no | |
configure:5756: checking for suffix of object files | |
configure:5778: cc -c conftest.c >&5 | |
configure:5782: $? = 0 | |
configure:5803: result: o | |
configure:5807: checking whether we are using the GNU C compiler | |
configure:5826: cc -c conftest.c >&5 | |
configure:5826: $? = 0 | |
configure:5835: result: yes | |
configure:5844: checking whether cc accepts -g | |
configure:5864: cc -c -g conftest.c >&5 | |
configure:5864: $? = 0 | |
configure:5905: result: yes | |
configure:5922: checking for cc option to accept ISO C89 | |
configure:5985: cc -c -g -O2 conftest.c >&5 | |
configure:5985: $? = 0 | |
configure:5998: result: none needed | |
configure:6018: checking for cc option to accept ISO C99 | |
configure:6167: cc -c -g -O2 conftest.c >&5 | |
configure:6167: $? = 0 | |
configure:6180: result: none needed | |
configure:6253: checking for g++ | |
configure:6283: result: no | |
configure:6253: checking for c++ | |
configure:6283: result: no | |
configure:6253: checking for gpp | |
configure:6283: result: no | |
configure:6253: checking for aCC | |
configure:6283: result: no | |
configure:6253: checking for CC | |
configure:6283: result: no | |
configure:6253: checking for cxx | |
configure:6283: result: no | |
configure:6253: checking for cc++ | |
configure:6283: result: no | |
configure:6253: checking for cl.exe | |
configure:6283: result: no | |
configure:6253: checking for FCC | |
configure:6283: result: no | |
configure:6253: checking for KCC | |
configure:6283: result: no | |
configure:6253: checking for RCC | |
configure:6283: result: no | |
configure:6253: checking for xlC_r | |
configure:6283: result: no | |
configure:6253: checking for xlC | |
configure:6283: result: no | |
configure:6307: checking for C++ compiler version | |
configure:6316: g++ --version >&5 | |
/usr/src/ruby/configure: line 6318: g++: command not found | |
configure:6327: $? = 127 | |
configure:6316: g++ -v >&5 | |
/usr/src/ruby/configure: line 6318: g++: command not found | |
configure:6327: $? = 127 | |
configure:6316: g++ -V >&5 | |
/usr/src/ruby/configure: line 6318: g++: command not found | |
configure:6327: $? = 127 | |
configure:6316: g++ -qversion >&5 | |
/usr/src/ruby/configure: line 6318: g++: command not found | |
configure:6327: $? = 127 | |
configure:6331: checking whether we are using the GNU C++ compiler | |
configure:6350: g++ -c conftest.cpp >&5 | |
/usr/src/ruby/configure: line 1911: g++: command not found | |
configure:6350: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| #ifndef __GNUC__ | |
| choke me | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6359: result: no | |
configure:6368: checking whether g++ accepts -g | |
configure:6388: g++ -c -g conftest.cpp >&5 | |
/usr/src/ruby/configure: line 1911: g++: command not found | |
configure:6388: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6403: g++ -c conftest.cpp >&5 | |
/usr/src/ruby/configure: line 1911: g++: command not found | |
configure:6403: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6419: g++ -c -g conftest.cpp >&5 | |
/usr/src/ruby/configure: line 1911: g++: command not found | |
configure:6419: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:6429: result: no | |
configure:6457: checking how to run the C preprocessor | |
configure:6488: cc -E conftest.c | |
configure:6488: $? = 0 | |
configure:6502: cc -E conftest.c | |
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:6502: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6527: result: cc -E | |
configure:6547: cc -E conftest.c | |
configure:6547: $? = 0 | |
configure:6561: cc -E conftest.c | |
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:6561: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:6632: checking for ranlib | |
configure:6648: found /usr/bin/ranlib | |
configure:6659: result: ranlib | |
configure:6730: checking for gar | |
configure:6760: result: no | |
configure:6730: checking for ar | |
configure:6746: found /usr/bin/ar | |
configure:6757: result: ar | |
configure:6830: checking for gas | |
configure:6860: result: no | |
configure:6830: checking for as | |
configure:6846: found /usr/bin/as | |
configure:6857: result: as | |
configure:6930: checking for gld | |
configure:6960: result: no | |
configure:6930: checking for ld | |
configure:6946: found /usr/bin/ld | |
configure:6957: result: ld | |
configure:7030: checking for gnm | |
configure:7060: result: no | |
configure:7030: checking for nm | |
configure:7046: found /usr/bin/nm | |
configure:7057: result: nm | |
configure:7130: checking for gobjcopy | |
configure:7160: result: no | |
configure:7130: checking for objcopy | |
configure:7146: found /usr/bin/objcopy | |
configure:7157: result: objcopy | |
configure:7230: checking for gobjdump | |
configure:7260: result: no | |
configure:7230: checking for objdump | |
configure:7246: found /usr/bin/objdump | |
configure:7257: result: objdump | |
configure:7330: checking for gstrip | |
configure:7360: result: no | |
configure:7330: checking for strip | |
configure:7346: found /usr/bin/strip | |
configure:7357: result: strip | |
configure:7608: checking whether the linker is GNU ld | |
configure:7623: result: yes | |
configure:7627: checking whether cc -E accepts -o | |
configure:7639: cc -E -o conftest-1.i conftest.c | |
configure:7639: $? = 0 | |
configure:7646: result: yes | |
configure:7675: checking for cc | |
configure:7693: found /usr/bin/cc | |
configure:7705: result: /usr/bin/cc | |
configure:7950: checking for ar flags | |
configure:7963: result: rcD | |
configure:8225: checking whether ln -s works | |
configure:8229: result: yes | |
configure:8236: checking whether make sets $(MAKE) | |
configure:8258: result: yes | |
configure:8281: checking for a BSD-compatible install | |
configure:8349: result: /usr/bin/install -c | |
configure:8360: checking for a thread-safe mkdir -p | |
configure:8399: result: /bin/mkdir -p | |
configure:8421: checking for dtrace | |
configure:8451: result: no | |
configure:8502: checking for dot | |
configure:8532: result: no | |
configure:8544: checking for doxygen | |
configure:8574: result: no | |
configure:8586: checking for pkg-config | |
configure:8633: result: no | |
configure:8642: checking for grep that handles long lines and -e | |
configure:8700: result: /bin/grep | |
configure:8705: checking for egrep | |
configure:8767: result: /bin/grep -E | |
configure:8772: checking for ANSI C header files | |
configure:8792: cc -c conftest.c >&5 | |
configure:8792: $? = 0 | |
configure:8865: cc -o conftest conftest.c >&5 | |
configure:8865: $? = 0 | |
configure:8865: ./conftest | |
configure:8865: $? = 0 | |
configure:8876: result: yes | |
configure:8889: checking for sys/types.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for sys/stat.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for stdlib.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for string.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for memory.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for strings.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for inttypes.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for stdint.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8889: checking for unistd.h | |
configure:8889: cc -c conftest.c >&5 | |
configure:8889: $? = 0 | |
configure:8889: result: yes | |
configure:8902: checking minix/config.h usability | |
configure:8902: cc -c conftest.c >&5 | |
conftest.c:52:10: fatal error: minix/config.h: No such file or directory | |
#include <minix/config.h> | |
^~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:8902: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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:8902: result: no | |
configure:8902: checking minix/config.h presence | |
configure:8902: cc -E conftest.c | |
conftest.c:19:10: fatal error: minix/config.h: No such file or directory | |
#include <minix/config.h> | |
^~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:8902: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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:8902: result: no | |
configure:8902: checking for minix/config.h | |
configure:8902: result: no | |
configure:8923: checking whether it is safe to define __EXTENSIONS__ | |
configure:8941: cc -c conftest.c >&5 | |
configure:8941: $? = 0 | |
configure:8948: result: yes | |
configure:8963: checking whether it is Android | |
configure:8980: cc -c conftest.c >&5 | |
configure:8980: $? = 0 | |
configure:8981: result: no | |
configure:9048: checking for cd using physical directory | |
configure:9067: result: cd -P | |
configure:9086: checking whether CFLAGS is valid | |
configure:9099: cc -c conftest.c >&5 | |
configure:9099: $? = 0 | |
configure:9100: result: yes | |
configure:9112: checking whether LDFLAGS is valid | |
configure:9132: cc -o conftest conftest.c >&5 | |
configure:9132: $? = 0 | |
configure:9133: result: yes | |
configure:9188: checking whether -Wl,-R. is accepted as LDFLAGS | |
configure:9214: cc -o conftest -Wl,-R. conftest.c >&5 | |
configure:9214: $? = 0 | |
configure:9216: result: yes | |
configure:9188: checking whether -Wl,-rpath,. is accepted as LDFLAGS | |
configure:9214: cc -o conftest -Wl,-rpath,. conftest.c >&5 | |
configure:9214: $? = 0 | |
configure:9216: result: yes | |
configure:9253: checking whether -fdeclspec is accepted as CFLAGS | |
configure:9280: cc -c -fdeclspec conftest.c >&5 | |
cc: error: unrecognized command line option '-fdeclspec' | |
configure:9280: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9309: result: no | |
configure:9330: checking whether -fdeclspec is accepted as CXXFLAGS | |
configure:9362: g++ -o conftest -fdeclspec conftest.cpp >&5 | |
/usr/src/ruby/configure: line 2192: g++: command not found | |
configure:9362: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9378: result: no | |
configure:9474: checking whether -Werror=deprecated-declarations is accepted as CFLAGS | |
configure:9501: cc -c -Werror=deprecated-declarations conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=division-by-zero is accepted as CFLAGS | |
configure:9501: cc -c -Werror=division-by-zero conftest.c >&5 | |
cc1: error: -Werror=division-by-zero: no option -Wdivision-by-zero | |
configure:9501: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9520: result: no | |
configure:9542: checking whether -Wdivision-by-zero is accepted as CFLAGS | |
configure:9569: cc -c -Wdivision-by-zero conftest.c >&5 | |
cc: error: unrecognized command line option '-Wdivision-by-zero'; did you mean '-Wdiv-by-zero'? | |
configure:9569: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9588: result: no | |
configure:9474: checking whether -Werror=duplicated-cond is accepted as CFLAGS | |
configure:9501: cc -c -Werror=duplicated-cond conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=implicit-function-declaration is accepted as CFLAGS | |
configure:9501: cc -c -Werror=implicit-function-declaration conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=implicit-int is accepted as CFLAGS | |
configure:9501: cc -c -Werror=implicit-int conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=misleading-indentation is accepted as CFLAGS | |
configure:9501: cc -c -Werror=misleading-indentation conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=pointer-arith is accepted as CFLAGS | |
configure:9501: cc -c -Werror=pointer-arith conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Werror=shorten-64-to-32 is accepted as CFLAGS | |
configure:9501: cc -c -Werror=shorten-64-to-32 conftest.c >&5 | |
cc1: error: -Werror=shorten-64-to-32: no option -Wshorten-64-to-32 | |
configure:9501: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9520: result: no | |
configure:9542: checking whether -Wshorten-64-to-32 is accepted as CFLAGS | |
configure:9569: cc -c -Wshorten-64-to-32 conftest.c >&5 | |
cc: error: unrecognized command line option '-Wshorten-64-to-32' | |
configure:9569: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9588: result: no | |
configure:9474: checking whether -Werror=write-strings is accepted as CFLAGS | |
configure:9501: cc -c -Werror=write-strings conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS | |
configure:9501: cc -c -Wimplicit-fallthrough=0 conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wmissing-noreturn is accepted as CFLAGS | |
configure:9501: cc -c -Wmissing-noreturn conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-cast-function-type is accepted as CFLAGS | |
configure:9501: cc -c -Wno-cast-function-type conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-constant-logical-operand is accepted as CFLAGS | |
configure:9501: cc -c -Wno-constant-logical-operand conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-long-long is accepted as CFLAGS | |
configure:9501: cc -c -Wno-long-long conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-missing-field-initializers is accepted as CFLAGS | |
configure:9501: cc -c -Wno-missing-field-initializers conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-overlength-strings is accepted as CFLAGS | |
configure:9501: cc -c -Wno-overlength-strings conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS | |
configure:9501: cc -c -Wno-packed-bitfield-compat conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-parentheses-equality is accepted as CFLAGS | |
configure:9501: cc -c -Wno-parentheses-equality conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-self-assign is accepted as CFLAGS | |
configure:9501: cc -c -Wno-self-assign conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-tautological-compare is accepted as CFLAGS | |
configure:9501: cc -c -Wno-tautological-compare conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-unused-parameter is accepted as CFLAGS | |
configure:9501: cc -c -Wno-unused-parameter conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wno-unused-value is accepted as CFLAGS | |
configure:9501: cc -c -Wno-unused-value conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wsuggest-attribute=format is accepted as CFLAGS | |
configure:9501: cc -c -Wsuggest-attribute=format conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS | |
configure:9501: cc -c -Wsuggest-attribute=noreturn conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -Wunused-variable is accepted as CFLAGS | |
configure:9501: cc -c -Wunused-variable conftest.c >&5 | |
configure:9501: $? = 0 | |
configure:9516: result: yes | |
configure:9474: checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS | |
configure:9501: cc -c -diag-disable=175,188,1684,2259,2312 conftest.c >&5 | |
cc1: warning: unrecognized gcc debugging option: i | |
cc1: warning: unrecognized gcc debugging option: g | |
cc1: warning: unrecognized gcc debugging option: - | |
cc1: warning: unrecognized gcc debugging option: d | |
cc1: warning: unrecognized gcc debugging option: i | |
cc1: warning: unrecognized gcc debugging option: s | |
cc1: warning: unrecognized gcc debugging option: b | |
cc1: warning: unrecognized gcc debugging option: l | |
cc1: warning: unrecognized gcc debugging option: e | |
cc1: warning: unrecognized gcc debugging option: = | |
cc1: warning: unrecognized gcc debugging option: 1 | |
cc1: warning: unrecognized gcc debugging option: 7 | |
cc1: warning: unrecognized gcc debugging option: 5 | |
cc1: warning: unrecognized gcc debugging option: , | |
cc1: warning: unrecognized gcc debugging option: 1 | |
cc1: warning: unrecognized gcc debugging option: 8 | |
cc1: warning: unrecognized gcc debugging option: 8 | |
cc1: warning: unrecognized gcc debugging option: , | |
cc1: warning: unrecognized gcc debugging option: 1 | |
cc1: warning: unrecognized gcc debugging option: 6 | |
cc1: warning: unrecognized gcc debugging option: 8 | |
cc1: warning: unrecognized gcc debugging option: 4 | |
cc1: warning: unrecognized gcc debugging option: , | |
cc1: warning: unrecognized gcc debugging option: 2 | |
cc1: warning: unrecognized gcc debugging option: 2 | |
cc1: warning: unrecognized gcc debugging option: 5 | |
cc1: warning: unrecognized gcc debugging option: 9 | |
cc1: warning: unrecognized gcc debugging option: , | |
cc1: warning: unrecognized gcc debugging option: 2 | |
cc1: warning: unrecognized gcc debugging option: 3 | |
cc1: warning: unrecognized gcc debugging option: 1 | |
cc1: warning: unrecognized gcc debugging option: 2 | |
configure:9501: $? = 0 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9520: result: no | |
configure:9474: checking whether -Werror=extra-tokens is accepted as CFLAGS | |
configure:9501: cc -c -Werror=extra-tokens conftest.c >&5 | |
cc1: error: -Werror=extra-tokens: no option -Wextra-tokens | |
configure:9501: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9520: result: no | |
configure:9542: checking whether -Wextra-tokens is accepted as CFLAGS | |
configure:9569: cc -c -Wextra-tokens conftest.c >&5 | |
cc: error: unrecognized command line option '-Wextra-tokens'; did you mean '--extra-warnings'? | |
configure:9569: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9588: result: no | |
configure:9617: checking whether -Wall -Wextra is accepted as CFLAGS | |
configure:9644: cc -c -Wall -Wextra conftest.c >&5 | |
configure:9644: $? = 0 | |
configure:9646: result: yes | |
configure:9675: checking whether -Qunused-arguments is accepted as CFLAGS | |
configure:9702: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Qunused-arguments conftest.c >&5 | |
cc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'? | |
configure:9702: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9718: result: no | |
configure:9750: cc -c conftest.c >&5 | |
conftest.c:27:2: error: #error not sunpro | |
#error not sunpro | |
^~~~~ | |
configure:9750: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #if !(defined(__SUNPRO_C)||defined(__SUNPRO_CC)) | |
| #error not sunpro | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:9851: checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS | |
configure:9878: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -D_FORTIFY_SOURCE=2 conftest.c >&5 | |
configure:9878: $? = 0 | |
configure:9888: result: yes | |
configure:9929: checking whether -fstack-protector-strong is accepted as CFLAGS | |
configure:9956: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fstack-protector-strong conftest.c >&5 | |
configure:9956: $? = 0 | |
configure:9958: result: yes | |
configure:9984: checking whether -fstack-protector-strong is accepted as LDFLAGS | |
configure:10010: cc -o conftest -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fstack-protector-strong conftest.c >&5 | |
configure:10010: $? = 0 | |
configure:10012: result: yes | |
configure:10088: checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS | |
configure:10114: cc -o conftest -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fstack-protector-strong -Wl,--compress-debug-sections=zlib conftest.c >&5 | |
configure:10114: $? = 0 | |
configure:10116: result: yes | |
configure:10308: checking whether -std=gnu99 is accepted as CFLAGS | |
configure:10335: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99 conftest.c >&5 | |
configure:10335: $? = 0 | |
configure:10360: result: yes | |
configure:10390: checking whether -fno-strict-overflow is accepted as CFLAGS | |
configure:10417: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fno-strict-overflow conftest.c >&5 | |
configure:10417: $? = 0 | |
configure:10427: result: yes | |
configure:10450: checking whether -ggdb3 is accepted as CFLAGS | |
configure:10477: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -ggdb3 conftest.c >&5 | |
configure:10477: $? = 0 | |
configure:10479: result: yes | |
configure:10632: checking whether -fvisibility=hidden is accepted as CFLAGS | |
configure:10659: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fvisibility=hidden conftest.c >&5 | |
configure:10659: $? = 0 | |
configure:10661: result: yes | |
configure:10895: checking whether -fno-fast-math is accepted as CFLAGS | |
configure:10922: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fno-fast-math conftest.c >&5 | |
configure:10922: $? = 0 | |
configure:10932: result: yes | |
configure:10956: checking whether -fexcess-precision=standard is accepted as CFLAGS | |
configure:10983: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fexcess-precision=standard conftest.c >&5 | |
configure:10983: $? = 0 | |
configure:10993: result: yes | |
configure:10956: checking whether -fp-model precise is accepted as CFLAGS | |
configure:10983: cc -c -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fp-model precise conftest.c >&5 | |
cc: error: precise: No such file or directory | |
cc: error: unrecognized command line option '-fp-model' | |
configure:10983: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:10997: result: no | |
configure:11098: checking whether compiler has statement and declarations in expressions | |
configure:11114: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:11114: $? = 0 | |
configure:11121: result: yes | |
configure:11821: checking whether CXXFLAGS is valid | |
configure:11840: g++ -c conftest.cpp >&5 | |
/usr/src/ruby/configure: line 1911: g++: command not found | |
configure:11840: $? = 127 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| /* end confdefs.h. */ | |
| #include <cstdio> | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:11845: result: no | |
configure:11848: WARNING: something wrong with CXXFLAGS="" | |
configure:11875: checking for crypt in -lcrypt | |
configure:11900: cc -o conftest -O3 -ggdb3 -std=gnu99 -fstack-protector-strong conftest.c -lcrypt -lm >&5 | |
configure:11900: $? = 0 | |
configure:11909: result: yes | |
configure:11920: checking for dlopen in -ldl | |
configure:11945: cc -o conftest -O3 -ggdb3 -std=gnu99 -fstack-protector-strong conftest.c -ldl -lcrypt -lm >&5 | |
configure:11945: $? = 0 | |
configure:11954: result: yes | |
configure:11965: checking for shl_load in -ldld | |
configure:11990: cc -o conftest -O3 -ggdb3 -std=gnu99 -fstack-protector-strong conftest.c -ldld -ldl -lcrypt -lm >&5 | |
/usr/bin/ld: cannot find -ldld | |
collect2: error: ld returned 1 exit status | |
configure:11990: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* 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 shl_load (); | |
| int | |
| main () | |
| { | |
| return shl_load (); | |
| ; | |
| return 0; | |
| } | |
configure:11999: result: no | |
configure:12010: checking for shutdown in -lsocket | |
configure:12035: cc -o conftest -O3 -ggdb3 -std=gnu99 -fstack-protector-strong conftest.c -lsocket -ldl -lcrypt -lm >&5 | |
/usr/bin/ld: cannot find -lsocket | |
collect2: error: ld returned 1 exit status | |
configure:12035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* 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 shutdown (); | |
| int | |
| main () | |
| { | |
| return shutdown (); | |
| ; | |
| return 0; | |
| } | |
configure:12044: result: no | |
configure:12059: checking for dirent.h that defines DIR | |
configure:12078: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12078: $? = 0 | |
configure:12086: result: yes | |
configure:12099: checking for library containing opendir | |
configure:12130: cc -o conftest -O3 -ggdb3 -std=gnu99 -fstack-protector-strong conftest.c -ldl -lcrypt -lm >&5 | |
configure:12130: $? = 0 | |
configure:12147: result: none required | |
configure:12214: checking for stdbool.h that conforms to C99 | |
configure:12281: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12281: $? = 0 | |
configure:12288: result: yes | |
configure:12290: checking for _Bool | |
configure:12290: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12290: $? = 0 | |
configure:12290: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:66:20: error: expected expression before ')' token | |
if (sizeof ((_Bool))) | |
^ | |
configure:12290: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:12290: result: yes | |
configure:12307: checking for sys/wait.h that is POSIX.1 compatible | |
configure:12333: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12333: $? = 0 | |
configure:12340: result: yes | |
configure:12351: checking a.out.h usability | |
configure:12351: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12351: $? = 0 | |
configure:12351: result: yes | |
configure:12351: checking a.out.h presence | |
configure:12351: cc -E conftest.c | |
configure:12351: $? = 0 | |
configure:12351: result: yes | |
configure:12351: checking for a.out.h | |
configure:12351: result: yes | |
configure:12363: checking atomic.h usability | |
configure:12363: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:67:10: fatal error: atomic.h: No such file or directory | |
#include <atomic.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_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 <atomic.h> | |
configure:12363: result: no | |
configure:12363: checking atomic.h presence | |
configure:12363: cc -E conftest.c | |
conftest.c:34:10: fatal error: atomic.h: No such file or directory | |
#include <atomic.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12363: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| /* end confdefs.h. */ | |
| #include <atomic.h> | |
configure:12363: result: no | |
configure:12363: checking for atomic.h | |
configure:12363: result: no | |
configure:12375: checking copyfile.h usability | |
configure:12375: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:67:10: fatal error: copyfile.h: No such file or directory | |
#include <copyfile.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12375: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_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 <copyfile.h> | |
configure:12375: result: no | |
configure:12375: checking copyfile.h presence | |
configure:12375: cc -E conftest.c | |
conftest.c:34:10: fatal error: copyfile.h: No such file or directory | |
#include <copyfile.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12375: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| /* end confdefs.h. */ | |
| #include <copyfile.h> | |
configure:12375: result: no | |
configure:12375: checking for copyfile.h | |
configure:12375: result: no | |
configure:12387: checking direct.h usability | |
configure:12387: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:67:10: fatal error: direct.h: No such file or directory | |
#include <direct.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12387: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <direct.h> | |
configure:12387: result: no | |
configure:12387: checking direct.h presence | |
configure:12387: cc -E conftest.c | |
conftest.c:34:10: fatal error: direct.h: No such file or directory | |
#include <direct.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12387: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| /* end confdefs.h. */ | |
| #include <direct.h> | |
configure:12387: result: no | |
configure:12387: checking for direct.h | |
configure:12387: result: no | |
configure:12399: checking grp.h usability | |
configure:12399: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12399: $? = 0 | |
configure:12399: result: yes | |
configure:12399: checking grp.h presence | |
configure:12399: cc -E conftest.c | |
configure:12399: $? = 0 | |
configure:12399: result: yes | |
configure:12399: checking for grp.h | |
configure:12399: result: yes | |
configure:12411: checking fcntl.h usability | |
configure:12411: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12411: $? = 0 | |
configure:12411: result: yes | |
configure:12411: checking fcntl.h presence | |
configure:12411: cc -E conftest.c | |
configure:12411: $? = 0 | |
configure:12411: result: yes | |
configure:12411: checking for fcntl.h | |
configure:12411: result: yes | |
configure:12423: checking float.h usability | |
configure:12423: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12423: $? = 0 | |
configure:12423: result: yes | |
configure:12423: checking float.h presence | |
configure:12423: cc -E conftest.c | |
configure:12423: $? = 0 | |
configure:12423: result: yes | |
configure:12423: checking for float.h | |
configure:12423: result: yes | |
configure:12435: checking ieeefp.h usability | |
configure:12435: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:70:10: fatal error: ieeefp.h: No such file or directory | |
#include <ieeefp.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12435: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_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 <ieeefp.h> | |
configure:12435: result: no | |
configure:12435: checking ieeefp.h presence | |
configure:12435: cc -E conftest.c | |
conftest.c:37:10: fatal error: ieeefp.h: No such file or directory | |
#include <ieeefp.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12435: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <ieeefp.h> | |
configure:12435: result: no | |
configure:12435: checking for ieeefp.h | |
configure:12435: result: no | |
configure:12447: checking intrinsics.h usability | |
configure:12447: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:70:10: fatal error: intrinsics.h: No such file or directory | |
#include <intrinsics.h> | |
^~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12447: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_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 <intrinsics.h> | |
configure:12447: result: no | |
configure:12447: checking intrinsics.h presence | |
configure:12447: cc -E conftest.c | |
conftest.c:37:10: fatal error: intrinsics.h: No such file or directory | |
#include <intrinsics.h> | |
^~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12447: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <intrinsics.h> | |
configure:12447: result: no | |
configure:12447: checking for intrinsics.h | |
configure:12447: result: no | |
configure:12459: checking langinfo.h usability | |
configure:12459: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12459: $? = 0 | |
configure:12459: result: yes | |
configure:12459: checking langinfo.h presence | |
configure:12459: cc -E conftest.c | |
configure:12459: $? = 0 | |
configure:12459: result: yes | |
configure:12459: checking for langinfo.h | |
configure:12459: result: yes | |
configure:12471: checking limits.h usability | |
configure:12471: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12471: $? = 0 | |
configure:12471: result: yes | |
configure:12471: checking limits.h presence | |
configure:12471: cc -E conftest.c | |
configure:12471: $? = 0 | |
configure:12471: result: yes | |
configure:12471: checking for limits.h | |
configure:12471: result: yes | |
configure:12483: checking locale.h usability | |
configure:12483: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12483: $? = 0 | |
configure:12483: result: yes | |
configure:12483: checking locale.h presence | |
configure:12483: cc -E conftest.c | |
configure:12483: $? = 0 | |
configure:12483: result: yes | |
configure:12483: checking for locale.h | |
configure:12483: result: yes | |
configure:12495: checking malloc.h usability | |
configure:12495: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12495: $? = 0 | |
configure:12495: result: yes | |
configure:12495: checking malloc.h presence | |
configure:12495: cc -E conftest.c | |
configure:12495: $? = 0 | |
configure:12495: result: yes | |
configure:12495: checking for malloc.h | |
configure:12495: result: yes | |
configure:12507: checking malloc/malloc.h usability | |
configure:12507: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:74:10: fatal error: malloc/malloc.h: No such file or directory | |
#include <malloc/malloc.h> | |
^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_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 <malloc/malloc.h> | |
configure:12507: result: no | |
configure:12507: checking malloc/malloc.h presence | |
configure:12507: cc -E conftest.c | |
conftest.c:41:10: fatal error: malloc/malloc.h: No such file or directory | |
#include <malloc/malloc.h> | |
^~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12507: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc/malloc.h> | |
configure:12507: result: no | |
configure:12507: checking for malloc/malloc.h | |
configure:12507: result: no | |
configure:12519: checking malloc_np.h usability | |
configure:12519: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:74:10: fatal error: malloc_np.h: No such file or directory | |
#include <malloc_np.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12519: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_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 <malloc_np.h> | |
configure:12519: result: no | |
configure:12519: checking malloc_np.h presence | |
configure:12519: cc -E conftest.c | |
conftest.c:41:10: fatal error: malloc_np.h: No such file or directory | |
#include <malloc_np.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12519: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| /* end confdefs.h. */ | |
| #include <malloc_np.h> | |
configure:12519: result: no | |
configure:12519: checking for malloc_np.h | |
configure:12519: result: no | |
configure:12531: checking net/socket.h usability | |
configure:12531: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:74:10: fatal error: net/socket.h: No such file or directory | |
#include <net/socket.h> | |
^~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12531: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_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 <net/socket.h> | |
configure:12531: result: no | |
configure:12531: checking net/socket.h presence | |
configure:12531: cc -E conftest.c | |
conftest.c:41:10: fatal error: net/socket.h: No such file or directory | |
#include <net/socket.h> | |
^~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12531: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| /* end confdefs.h. */ | |
| #include <net/socket.h> | |
configure:12531: result: no | |
configure:12531: checking for net/socket.h | |
configure:12531: result: no | |
configure:12543: checking process.h usability | |
configure:12543: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:74:10: fatal error: process.h: No such file or directory | |
#include <process.h> | |
^~~~~~~~~~~ | |
compilation terminated. | |
configure:12543: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_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 <process.h> | |
configure:12543: result: no | |
configure:12543: checking process.h presence | |
configure:12543: cc -E conftest.c | |
conftest.c:41:10: fatal error: process.h: No such file or directory | |
#include <process.h> | |
^~~~~~~~~~~ | |
compilation terminated. | |
configure:12543: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| /* end confdefs.h. */ | |
| #include <process.h> | |
configure:12543: result: no | |
configure:12543: checking for process.h | |
configure:12543: result: no | |
configure:12555: checking pwd.h usability | |
configure:12555: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12555: $? = 0 | |
configure:12555: result: yes | |
configure:12555: checking pwd.h presence | |
configure:12555: cc -E conftest.c | |
configure:12555: $? = 0 | |
configure:12555: result: yes | |
configure:12555: checking for pwd.h | |
configure:12555: result: yes | |
configure:12567: checking sanitizer/asan_interface.h usability | |
configure:12567: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12567: $? = 0 | |
configure:12567: result: yes | |
configure:12567: checking sanitizer/asan_interface.h presence | |
configure:12567: cc -E conftest.c | |
configure:12567: $? = 0 | |
configure:12567: result: yes | |
configure:12567: checking for sanitizer/asan_interface.h | |
configure:12567: result: yes | |
configure:12579: checking sanitizer/msan_interface.h usability | |
configure:12579: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:76:10: fatal error: sanitizer/msan_interface.h: No such file or directory | |
#include <sanitizer/msan_interface.h> | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_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 <sanitizer/msan_interface.h> | |
configure:12579: result: no | |
configure:12579: checking sanitizer/msan_interface.h presence | |
configure:12579: cc -E conftest.c | |
conftest.c:43:10: fatal error: sanitizer/msan_interface.h: No such file or directory | |
#include <sanitizer/msan_interface.h> | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12579: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sanitizer/msan_interface.h> | |
configure:12579: result: no | |
configure:12579: checking for sanitizer/msan_interface.h | |
configure:12579: result: no | |
configure:12591: checking setjmpex.h usability | |
configure:12591: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:76:10: fatal error: setjmpex.h: No such file or directory | |
#include <setjmpex.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12591: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_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 <setjmpex.h> | |
configure:12591: result: no | |
configure:12591: checking setjmpex.h presence | |
configure:12591: cc -E conftest.c | |
conftest.c:43:10: fatal error: setjmpex.h: No such file or directory | |
#include <setjmpex.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12591: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| /* end confdefs.h. */ | |
| #include <setjmpex.h> | |
configure:12591: result: no | |
configure:12591: checking for setjmpex.h | |
configure:12591: result: no | |
configure:12603: checking stdalign.h usability | |
configure:12603: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12603: $? = 0 | |
configure:12603: result: yes | |
configure:12603: checking stdalign.h presence | |
configure:12603: cc -E conftest.c | |
configure:12603: $? = 0 | |
configure:12603: result: yes | |
configure:12603: checking for stdalign.h | |
configure:12603: result: yes | |
configure:12615: checking sys/attr.h usability | |
configure:12615: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:77:10: fatal error: sys/attr.h: No such file or directory | |
#include <sys/attr.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| #define HAVE_STDALIGN_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 <sys/attr.h> | |
configure:12615: result: no | |
configure:12615: checking sys/attr.h presence | |
configure:12615: cc -E conftest.c | |
conftest.c:44:10: fatal error: sys/attr.h: No such file or directory | |
#include <sys/attr.h> | |
^~~~~~~~~~~~ | |
compilation terminated. | |
configure:12615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| #define HAVE_STDALIGN_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/attr.h> | |
configure:12615: result: no | |
configure:12615: checking for sys/attr.h | |
configure:12615: result: no | |
configure:12627: checking sys/eventfd.h usability | |
configure:12627: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12627: $? = 0 | |
configure:12627: result: yes | |
configure:12627: checking sys/eventfd.h presence | |
configure:12627: cc -E conftest.c | |
configure:12627: $? = 0 | |
configure:12627: result: yes | |
configure:12627: checking for sys/eventfd.h | |
configure:12627: result: yes | |
configure:12639: checking sys/fcntl.h usability | |
configure:12639: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12639: $? = 0 | |
configure:12639: result: yes | |
configure:12639: checking sys/fcntl.h presence | |
configure:12639: cc -E conftest.c | |
configure:12639: $? = 0 | |
configure:12639: result: yes | |
configure:12639: checking for sys/fcntl.h | |
configure:12639: result: yes | |
configure:12651: checking sys/file.h usability | |
configure:12651: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12651: $? = 0 | |
configure:12651: result: yes | |
configure:12651: checking sys/file.h presence | |
configure:12651: cc -E conftest.c | |
configure:12651: $? = 0 | |
configure:12651: result: yes | |
configure:12651: checking for sys/file.h | |
configure:12651: result: yes | |
configure:12663: checking sys/id.h usability | |
configure:12663: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:80:10: fatal error: sys/id.h: No such file or directory | |
#include <sys/id.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12663: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| #define HAVE_STDALIGN_H 1 | |
| #define HAVE_SYS_EVENTFD_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_FILE_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 <sys/id.h> | |
configure:12663: result: no | |
configure:12663: checking sys/id.h presence | |
configure:12663: cc -E conftest.c | |
conftest.c:47:10: fatal error: sys/id.h: No such file or directory | |
#include <sys/id.h> | |
^~~~~~~~~~ | |
compilation terminated. | |
configure:12663: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| #define HAVE_STDALIGN_H 1 | |
| #define HAVE_SYS_EVENTFD_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/id.h> | |
configure:12663: result: no | |
configure:12663: checking for sys/id.h | |
configure:12663: result: no | |
configure:12675: checking sys/ioctl.h usability | |
configure:12675: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
configure:12675: $? = 0 | |
configure:12675: result: yes | |
configure:12675: checking sys/ioctl.h presence | |
configure:12675: cc -E conftest.c | |
configure:12675: $? = 0 | |
configure:12675: result: yes | |
configure:12675: checking for sys/ioctl.h | |
configure:12675: result: yes | |
configure:12687: checking sys/mkdev.h usability | |
configure:12687: cc -c -O3 -ggdb3 -std=gnu99 conftest.c >&5 | |
conftest.c:81:10: fatal error: sys/mkdev.h: No such file or directory | |
#include <sys/mkdev.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12687: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |
| #define HAVE_LIBCRYPT 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_A_OUT_H 1 | |
| #define HAVE_GRP_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_MALLOC_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SANITIZER_ASAN_INTERFACE_H 1 | |
| #define HAVE_STDALIGN_H 1 | |
| #define HAVE_SYS_EVENTFD_H 1 | |
| #define HAVE_SYS_FCNTL_H 1 | |
| #define HAVE_SYS_FILE_H 1 | |
| #define HAVE_SYS_IOCTL_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 <sys/mkdev.h> | |
configure:12687: result: no | |
configure:12687: checking sys/mkdev.h presence | |
configure:12687: cc -E conftest.c | |
conftest.c:48:10: fatal error: sys/mkdev.h: No such file or directory | |
#include <sys/mkdev.h> | |
^~~~~~~~~~~~~ | |
compilation terminated. | |
configure:12687: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "" | |
| #define PACKAGE_TARNAME "" | |
| #define PACKAGE_VERSION "" | |
| #define PACKAGE_STRING "" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define 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 RUBY_SYMBOL_EXPORT_BEGIN _Pragma("GCC visibility push(default)") | |
| #define RUBY_SYMBOL_EXPORT_END _Pragma("GCC visibility pop") | |
| #define HAVE_STMT_AND_DECL_IN_EXPR 1 | |