This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libffi configure 3.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/configure --disable-static --with-pic=yes --disable-dependency-tracking --disable-docs --host= ## --------- ## ## Platform. ## ## --------- ## hostname = mynum1.keitai-bin.jp uname -m = x86_64 uname -r = 3.10.0-957.el7.x86_64 uname -s = Linux uname -v = #1 SMP Thu Nov 8 23:39:32 UTC 2018 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /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/rbenv/versions/2.6.4/bin PATH: /usr/local/rbenv/libexec PATH: /usr/local/rbenv/plugins/ruby-build/bin PATH: /usr/local/rbenv/shims PATH: /usr/local/rbenv/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /home/rails_user/.local/bin PATH: /home/rails_user/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2704: checking build system type configure:2718: result: x86_64-pc-linux-gnu configure:2738: checking host system type configure:2751: result: x86_64-pc-linux-gnu configure:2771: checking target system type configure:2784: result: x86_64-pc-linux-gnu configure:2881: checking for gsed configure:2912: result: sed configure:2940: checking for a BSD-compatible install configure:3008: result: /bin/install -c configure:3019: checking whether build environment is sane configure:3074: result: yes configure:3222: checking for a thread-safe mkdir -p configure:3261: result: /bin/mkdir -p configure:3268: checking for gawk configure:3284: found /bin/gawk configure:3295: result: gawk configure:3306: checking whether make sets $(MAKE) configure:3328: result: yes configure:3357: checking whether make supports nested variables configure:3374: result: yes configure:3559: checking for gcc configure:3575: found /bin/gcc configure:3586: result: gcc configure:3815: checking for C compiler version configure:3824: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3835: $? = 0 configure:3824: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:3835: $? = 0 configure:3824: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3835: $? = 4 configure:3824: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3835: $? = 4 configure:3855: checking whether the C compiler works configure:3877: gcc conftest.c >&5 configure:3881: $? = 0 configure:3929: result: yes configure:3932: checking for C compiler default output file name configure:3934: result: a.out configure:3940: checking for suffix of executables configure:3947: gcc -o conftest conftest.c >&5 configure:3951: $? = 0 configure:3973: result: configure:3995: checking whether we are cross compiling configure:4003: gcc -o conftest conftest.c >&5 configure:4007: $? = 0 configure:4014: ./conftest configure:4018: $? = 0 configure:4033: result: no configure:4038: checking for suffix of object files configure:4060: gcc -c conftest.c >&5 configure:4064: $? = 0 configure:4085: result: o configure:4089: checking whether we are using the GNU C compiler configure:4108: gcc -c conftest.c >&5 configure:4108: $? = 0 configure:4117: result: yes configure:4126: checking whether gcc accepts -g configure:4146: gcc -c -g conftest.c >&5 configure:4146: $? = 0 configure:4187: result: yes configure:4204: checking for gcc option to accept ISO C89 configure:4267: gcc -c conftest.c >&5 configure:4267: $? = 0 configure:4280: result: none needed configure:4305: checking whether gcc understands -c and -o together configure:4327: gcc -c conftest.c -o conftest2.o configure:4330: $? = 0 configure:4327: gcc -c conftest.c -o conftest2.o configure:4330: $? = 0 configure:4342: result: yes configure:4362: checking whether make supports the include directive configure:4377: make -f confmf.GNU && cat confinc.out make[1]: Entering directory `/home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi-x86_64-linux' make[1]: Leaving directory `/home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi-x86_64-linux' this is the am__doit target configure:4380: $? = 0 configure:4399: result: yes (GNU style) configure:4424: checking dependency style of gcc configure:4535: result: none configure:4608: checking for g++ configure:4624: found /bin/g++ configure:4635: result: g++ configure:4662: checking for C++ compiler version configure:4671: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4682: $? = 0 configure:4671: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:4682: $? = 0 configure:4671: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4682: $? = 4 configure:4671: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:4682: $? = 4 configure:4686: checking whether we are using the GNU C++ compiler configure:4705: g++ -c conftest.cpp >&5 configure:4705: $? = 0 configure:4714: result: yes configure:4723: checking whether g++ accepts -g configure:4743: g++ -c -g conftest.cpp >&5 configure:4743: $? = 0 configure:4784: result: yes configure:4809: checking dependency style of g++ configure:4920: result: none configure:4950: checking dependency style of gcc configure:5059: result: none configure:5121: checking how to print strings configure:5148: result: printf configure:5169: checking for a sed that does not truncate output configure:5233: result: /bin/sed configure:5251: checking for grep that handles long lines and -e configure:5309: result: /bin/grep configure:5314: checking for egrep configure:5376: result: /bin/grep -E configure:5381: checking for fgrep configure:5443: result: /bin/grep -F configure:5478: checking for ld used by gcc configure:5545: result: /bin/ld configure:5552: checking if the linker (/bin/ld) is GNU ld configure:5567: result: yes configure:5579: checking for BSD- or MS-compatible name lister (nm) configure:5633: result: /bin/nm -B configure:5763: checking the name lister (/bin/nm -B) interface configure:5770: gcc -c conftest.c >&5 configure:5773: /bin/nm -B "conftest.o" configure:5776: output 0000000000000000 B some_variable configure:5783: result: BSD nm configure:5786: checking whether ln -s works configure:5790: result: yes configure:5798: checking the maximum length of command line arguments configure:5929: result: 1572864 configure:5977: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:6017: result: func_convert_file_noop configure:6024: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:6044: result: func_convert_file_noop configure:6051: checking for /bin/ld option to reload object files configure:6058: result: -r configure:6132: checking for objdump configure:6148: found /bin/objdump configure:6159: result: objdump configure:6191: checking how to recognize dependent libraries configure:6391: result: pass_all configure:6476: checking for dlltool configure:6506: result: no configure:6536: checking how to associate runtime and link libraries configure:6563: result: printf %s\n configure:6624: checking for ar configure:6640: found /bin/ar configure:6651: result: ar configure:6688: checking for archiver @FILE support configure:6705: gcc -c conftest.c >&5 configure:6705: $? = 0 configure:6708: ar cru libconftest.a @conftest.lst >&5 configure:6711: $? = 0 configure:6716: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6719: $? = 1 configure:6731: result: @ configure:6789: checking for strip configure:6805: found /bin/strip configure:6816: result: strip configure:6888: checking for ranlib configure:6904: found /bin/ranlib configure:6915: result: ranlib configure:7017: checking command to parse /bin/nm -B output from gcc object configure:7170: gcc -c conftest.c >&5 configure:7173: $? = 0 configure:7177: /bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm configure:7243: gcc -o conftest conftest.c conftstm.o >&5 configure:7246: $? = 0 configure:7284: result: ok configure:7331: checking for sysroot configure:7361: result: no configure:7368: checking for a working dd configure:7406: result: /bin/dd configure:7410: checking how to truncate binary pipes configure:7425: result: /bin/dd bs=4096 count=1 configure:7561: gcc -c conftest.c >&5 configure:7564: $? = 0 configure:7754: checking for mt configure:7784: result: no configure:7804: checking if : is a manifest tool configure:7810: : '-?' configure:7818: result: no configure:8495: checking how to run the C preprocessor configure:8526: gcc -E conftest.c configure:8526: $? = 0 configure:8540: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8540: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | /* end confdefs.h. */ | #include configure:8565: result: gcc -E configure:8585: gcc -E conftest.c configure:8585: $? = 0 configure:8599: gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:8599: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | /* end confdefs.h. */ | #include configure:8628: checking for ANSI C header files configure:8648: gcc -c conftest.c >&5 configure:8648: $? = 0 configure:8721: gcc -o conftest conftest.c >&5 configure:8721: $? = 0 configure:8721: ./conftest configure:8721: $? = 0 configure:8732: result: yes configure:8745: checking for sys/types.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for sys/stat.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for stdlib.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for string.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for memory.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for strings.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for inttypes.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for stdint.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8745: checking for unistd.h configure:8745: gcc -c conftest.c >&5 configure:8745: $? = 0 configure:8745: result: yes configure:8759: checking for dlfcn.h configure:8759: gcc -c conftest.c >&5 configure:8759: $? = 0 configure:8759: result: yes configure:9026: checking for objdir configure:9041: result: .libs configure:9305: checking if gcc supports -fno-rtti -fno-exceptions configure:9323: gcc -c -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:9327: $? = 0 configure:9340: result: no configure:9704: checking for gcc option to produce PIC configure:9711: result: -fPIC -DPIC configure:9719: checking if gcc PIC flag -fPIC -DPIC works configure:9737: gcc -c -fPIC -DPIC -DPIC conftest.c >&5 configure:9741: $? = 0 configure:9754: result: yes configure:9783: checking if gcc static flag -static works configure:9811: result: no configure:9826: checking if gcc supports -c -o file.o configure:9847: gcc -c -o out/conftest2.o conftest.c >&5 configure:9851: $? = 0 configure:9873: result: yes configure:9881: checking if gcc supports -c -o file.o configure:9928: result: yes configure:9961: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries configure:11224: result: yes configure:11261: checking whether -lc should be explicitly linked in configure:11269: gcc -c conftest.c >&5 configure:11272: $? = 0 configure:11287: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11290: $? = 0 configure:11304: result: no configure:11464: checking dynamic linker characteristics configure:12045: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12045: $? = 0 configure:12294: result: GNU/Linux ld.so configure:12416: checking how to hardcode library paths into programs configure:12441: result: immediate configure:12989: checking whether stripping libraries is possible configure:12994: result: yes configure:13029: checking if libtool supports shared libraries configure:13031: result: yes configure:13034: checking whether to build shared libraries configure:13059: result: yes configure:13062: checking whether to build static libraries configure:13066: result: no configure:13089: checking how to run the C++ preprocessor configure:13116: g++ -E conftest.cpp configure:13116: $? = 0 configure:13130: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13155: result: g++ -E configure:13175: g++ -E conftest.cpp configure:13175: $? = 0 configure:13189: g++ -E conftest.cpp conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13189: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13351: checking for ld used by g++ configure:13418: result: /bin/ld -m elf_x86_64 configure:13425: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld configure:13440: result: yes configure:13495: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries configure:14568: result: yes configure:14604: g++ -c -g -O2 conftest.cpp >&5 configure:14607: $? = 0 configure:15088: checking for g++ option to produce PIC configure:15095: result: -fPIC -DPIC configure:15103: checking if g++ PIC flag -fPIC -DPIC works configure:15121: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15125: $? = 0 configure:15138: result: yes configure:15161: checking if g++ static flag -static works configure:15189: result: no configure:15201: checking if g++ supports -c -o file.o configure:15222: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15226: $? = 0 configure:15248: result: yes configure:15253: checking if g++ supports -c -o file.o configure:15300: result: yes configure:15330: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries configure:15373: result: yes configure:15514: checking dynamic linker characteristics configure:16271: result: GNU/Linux ld.so configure:16336: checking how to hardcode library paths into programs configure:16361: result: immediate configure:16429: checking size of size_t configure:16434: gcc -o conftest conftest.c >&5 configure:16434: $? = 0 configure:16434: ./conftest configure:16434: $? = 0 configure:16448: result: 8 configure:16459: checking for C compiler vendor configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__clang__)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(_CRAYC)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__FUJITSU)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:29:38: error: operator "defined" requires an identifier #if !(defined(SDCC) || defined()) ^ conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(SDCC) || defined()) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:30:9: error: 'thisisanerror' undeclared (first use in this function) thisisanerror; ^ conftest.c:30:9: note: each undeclared identifier is reported only once for each function it appears in configure:16507: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__SDCC)) | thisisanerror; | #endif | | ; | return 0; | } configure:16507: gcc -c conftest.c >&5 configure:16507: $? = 0 configure:16515: result: gnu configure:17360: checking CFLAGS for maximum warnings configure:17380: gcc -c -warn all -warn all conftest.c >&5 gcc: error: all: No such file or directory gcc: error: all: No such file or directory gcc: error: unrecognized command line option '-warn' gcc: error: unrecognized command line option '-warn' configure:17380: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:17380: gcc -c -pedantic -Wall conftest.c >&5 configure:17380: $? = 0 configure:17388: result: -Wall configure:17408: : CFLAGS="$CFLAGS" configure:17411: $? = 0 configure:17448: checking whether to enable maintainer-specific portions of Makefiles configure:17457: result: no configure:17473: checking sys/mman.h usability configure:17473: gcc -c -Wall -fexceptions conftest.c >&5 configure:17473: $? = 0 configure:17473: result: yes configure:17473: checking sys/mman.h presence configure:17473: gcc -E conftest.c configure:17473: $? = 0 configure:17473: result: yes configure:17473: checking for sys/mman.h configure:17473: result: yes configure:17486: checking for mmap configure:17486: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:17486: $? = 0 configure:17486: result: yes configure:17486: checking for mkostemp configure:17486: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:17486: $? = 0 configure:17486: result: yes configure:17496: checking for sys/mman.h configure:17496: result: yes configure:17504: checking for mmap configure:17504: result: yes configure:17517: checking whether read-only mmap of a plain file works configure:17534: result: yes configure:17536: checking whether mmap from /dev/zero works configure:17558: result: yes configure:17562: checking for MAP_ANON(YMOUS) configure:17585: gcc -c -Wall -fexceptions conftest.c >&5 conftest.c: In function 'main': conftest.c:38:5: warning: unused variable 'n' [-Wunused-variable] int n = MAP_ANONYMOUS; ^ configure:17585: $? = 0 configure:17592: result: yes configure:17598: checking whether mmap with MAP_ANON(YMOUS) works configure:17615: result: yes configure:17658: checking for ANSI C header files configure:17762: result: yes configure:17772: checking for memcpy configure:17772: gcc -o conftest -Wall -fexceptions conftest.c >&5 conftest.c:54:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] char memcpy (); ^ configure:17772: $? = 0 configure:17772: result: yes configure:17781: checking for size_t configure:17781: gcc -c -Wall -fexceptions conftest.c >&5 configure:17781: $? = 0 configure:17781: gcc -c -Wall -fexceptions conftest.c >&5 conftest.c: In function 'main': conftest.c:68:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:17781: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP_FILE 1 | #define HAVE_MMAP_DEV_ZERO 1 | #define HAVE_MMAP_ANON 1 | #define STDC_HEADERS 1 | #define HAVE_MEMCPY 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:17781: result: yes configure:17794: checking for working alloca.h configure:17811: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:17811: $? = 0 configure:17819: result: yes configure:17827: checking for alloca configure:17864: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:17864: $? = 0 configure:17872: result: yes configure:17983: checking size of double configure:17988: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:17988: $? = 0 configure:17988: ./conftest configure:17988: $? = 0 configure:18002: result: 8 configure:18016: checking size of long double configure:18021: gcc -o conftest -Wall -fexceptions conftest.c >&5 configure:18021: $? = 0 configure:18021: ./conftest configure:18021: $? = 0 configure:18035: result: 16 configure:18068: checking whether byte ordering is bigendian configure:18083: gcc -c -Wall -fexceptions conftest.c >&5 conftest.c:38:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:38:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:38:15: error: unknown type name 'universal' configure:18083: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP_FILE 1 | #define HAVE_MMAP_DEV_ZERO 1 | #define HAVE_MMAP_ANON 1 | #define STDC_HEADERS 1 | #define HAVE_MEMCPY 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define HAVE_LONG_DOUBLE 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:18128: gcc -c -Wall -fexceptions conftest.c >&5 configure:18128: $? = 0 configure:18146: gcc -c -Wall -fexceptions conftest.c >&5 conftest.c: In function 'main': conftest.c:44:4: error: unknown type name 'not' not big endian ^ conftest.c:44:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:18146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libffi" | #define PACKAGE_TARNAME "libffi" | #define PACKAGE_VERSION "3.3" | #define PACKAGE_STRING "libffi 3.3" | #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" | #define PACKAGE_URL "" | #define PACKAGE "libffi" | #define VERSION "3.3" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define SIZEOF_SIZE_T 8 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MMAP 1 | #define HAVE_MKOSTEMP 1 | #define HAVE_MMAP_FILE 1 | #define HAVE_MMAP_DEV_ZERO 1 | #define HAVE_MMAP_ANON 1 | #define STDC_HEADERS 1 | #define HAVE_MEMCPY 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_LONG_DOUBLE 16 | #define HAVE_LONG_DOUBLE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:18274: result: no configure:18293: checking assembler .cfi pseudo-op support configure:18311: gcc -c -Wall -fexceptions conftest.c >&5 configure:18311: $? = 0 configure:18319: result: yes configure:18406: checking assembler supports pc related relocs configure:18419: result: yes configure:18465: checking for _ prefix in compiled symbols configure:18475: gcc -c -Wall -fexceptions conftest.c >&5 conftest.c: In function 'main': conftest.c:2:12: warning: statement with no effect [-Wunused-value] int main(){nm_test_func;return 0;} ^ configure:18478: $? = 0 configure:18482: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:18485: $? = 0 configure:18507: result: no configure:18543: checking toolchain supports unwind section type configure:18572: result: yes configure:18582: checking whether .eh_frame section should be read-only configure:18604: result: yes configure:18619: checking for __attribute__((visibility("hidden"))) configure:18628: gcc -Werror -S conftest.c -o conftest.s 1>&5 configure:18631: $? = 0 configure:18640: result: yes configure:18779: checking for ld used by gcc configure:18846: result: /bin/ld configure:18853: checking if the linker (/bin/ld) is GNU ld configure:18868: result: yes configure:19042: checking for shared libgcc configure:19057: gcc -o conftest -lgcc_s conftest.c >&5 configure:19057: $? = 0 configure:19095: result: yes configure:19181: versioning on shared library symbols is gnu configure:19302: checking that generated files are newer than configure configure:19308: result: done configure:19376: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libffi config.status 3.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on mynum1.keitai-bin.jp config.status:1228: creating include/Makefile config.status:1228: creating include/ffi.h config.status:1228: creating Makefile config.status:1228: creating testsuite/Makefile config.status:1228: creating man/Makefile config.status:1228: creating doc/Makefile config.status:1228: creating libffi.pc config.status:1228: creating fficonfig.h config.status:1442: executing buildir commands config.status:1455: skipping top_srcdir/Makefile - not created config.status:1442: executing depfiles commands config.status:1442: executing libtool commands config.status:1442: executing include commands config.status:1442: executing src commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cflags_warn_all=-Wall ac_cv_cxx_compiler_gnu=yes ac_cv_decl_map_anon=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_alloca_works=yes ac_cv_func_memcpy=yes ac_cv_func_mkostemp=yes ac_cv_func_mmap=yes ac_cv_func_mmap_anon=yes ac_cv_func_mmap_dev_zero=yes ac_cv_func_mmap_file=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_ax_enable_builddir_sed=sed ac_cv_path_install='/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_double=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_size_t=8 ac_cv_target=x86_64-pc-linux-gnu ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes am_cv_CCAS_dependencies_compiler_type=none am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_c_compiler_vendor=gnu gcc_cv_as_cfi_pseudo_op=yes libffi_cv_as_x86_64_unwind_section_type=yes libffi_cv_as_x86_pcrel=yes libffi_cv_hidden_visibility_attribute=yes libffi_cv_ro_eh_frame=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/bin/ld lt_cv_path_LDCXX='/bin/ld -m elf_x86_64' lt_cv_path_NM='/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_sys_symbol_underscore=no lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/missing aclocal-1.16' ALLOCA='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_LTLDFLAGS='' AM_RUNTESTFLAGS='' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/missing autoconf' AUTOHEADER='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/missing autoheader' AUTOMAKE='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/missing automake-1.16' AWK='gawk' BUILD_DOCS_FALSE='' BUILD_DOCS_TRUE='#' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=none' CCASFLAGS='' CCDEPMODE='depmode=none' CFLAGS=' -Wall -fexceptions' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FFI_DEBUG_FALSE='' FFI_DEBUG_TRUE='#' FFI_EXEC_TRAMPOLINE_TABLE='0' FFI_EXEC_TRAMPOLINE_TABLE_FALSE='' FFI_EXEC_TRAMPOLINE_TABLE_TRUE='#' FGREP='/bin/grep -F' GREP='/bin/grep' HAVE_LONG_DOUBLE='1' HAVE_LONG_DOUBLE_VARIANT='0' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/bin/ld' LDFLAGS='' LIBFFI_BUILD_VERSIONED_SHLIB_FALSE='#' LIBFFI_BUILD_VERSIONED_SHLIB_GNU_FALSE='#' LIBFFI_BUILD_VERSIONED_SHLIB_GNU_TRUE='' LIBFFI_BUILD_VERSIONED_SHLIB_SUN_FALSE='' LIBFFI_BUILD_VERSIONED_SHLIB_SUN_TRUE='#' LIBFFI_BUILD_VERSIONED_SHLIB_TRUE='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OPT_LDFLAGS='-Wl,-O1 ' OTOOL64='' OTOOL='' PACKAGE='libffi' PACKAGE_BUGREPORT='http://github.com/libffi/libffi/issues' PACKAGE_NAME='libffi' PACKAGE_STRING='libffi 3.3' PACKAGE_TARNAME='libffi' PACKAGE_URL='' PACKAGE_VERSION='3.3' PATH_SEPARATOR=':' PRTDIAG='' RANLIB='ranlib' SECTION_LDFLAGS='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TARGET='X86_64' TARGETDIR='x86' TARGET_OBJ=' src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffiw64.lo src/x86/win64.lo' TESTSUBDIR_FALSE='#' TESTSUBDIR_TRUE='' VERSION='3.3' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='#' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' ax_enable_builddir_sed='sed' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/rails_user/mynumber_box/shared/vendor/bundle/ruby/2.6.0/gems/ffi-1.12.2/ext/ffi_c/libffi/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sys_symbol_underscore='no' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' toolexecdir='${libdir}/gcc-lib/$(target_alias)' toolexeclibdir='${libdir}/../lib64' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libffi" #define PACKAGE_TARNAME "libffi" #define PACKAGE_VERSION "3.3" #define PACKAGE_STRING "libffi 3.3" #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" #define PACKAGE_URL "" #define PACKAGE "libffi" #define VERSION "3.3" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define SIZEOF_SIZE_T 8 #define HAVE_SYS_MMAN_H 1 #define HAVE_MMAP 1 #define HAVE_MKOSTEMP 1 #define HAVE_MMAP_FILE 1 #define HAVE_MMAP_DEV_ZERO 1 #define HAVE_MMAP_ANON 1 #define STDC_HEADERS 1 #define HAVE_MEMCPY 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 16 #define HAVE_LONG_DOUBLE 1 #define HAVE_AS_CFI_PSEUDO_OP 1 #define HAVE_AS_X86_PCREL 1 #define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1 #define HAVE_RO_EH_FRAME 1 #define EH_FRAME_FLAGS "a" #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 #define LIBFFI_GNU_SYMBOL_VERSIONING 1 configure: exit 0